Commit Graph

66109 Commits

Author SHA1 Message Date
jendave
ab61c0ce5d fixing some typos in SVar's 2011-08-06 08:04:41 +00:00
jendave
4e64763383 1)added comment parsing in ReadCard. In card text files, you can now start a line with "#", and that line will be ignored during parsing. It is only valid on per-line basis.
2) updated Judge of Currents with comments as an example
2011-08-06 08:04:35 +00:00
jendave
3534de67a7 Added Slave of Bolas. 2011-08-06 08:04:28 +00:00
jendave
1b699e70d0 Converted the rest of the stPumpAll spells to stPump. 2011-08-06 08:04:20 +00:00
jendave
d5cd804200 - Changed the syntax of stPump (see forum).
- Added isValidCard(String Restrictions[], String Controller) and getValidCards(final String Restrictions[], final String Controller).
- Converted most of the stPumpAll spells.
2011-08-06 08:04:11 +00:00
jendave
387708cd11 fix parsing of SVar lines in ReadCard (for LQ pic URLs) 2011-08-06 08:04:00 +00:00
jendave
b92bd72efa minor fix to input prompt for Energy Tap 2011-08-06 08:03:55 +00:00
jendave
ed3ae1f74c fix to SVar in King Suleiman 2011-08-06 08:03:49 +00:00
jendave
193f2054dc added Judge of Currents (from Lorwyn) via WheneverKeyword 2011-08-06 08:03:43 +00:00
jendave
033db48e56 - Minoe edits to Patriarch's Bidding. 2011-08-06 08:03:37 +00:00
jendave
8fbb3834b9 added Cerulean Sphinx (from Ravinica:City of Guilds) 2011-08-06 08:03:32 +00:00
jendave
c58d664a70 - Pulled QuestData Preferences out of the code into a text file. This should allow users to tweak some Quest Options without needing to recompile the code. 2011-08-06 08:03:23 +00:00
jendave
2c133653ae Switched SVars from keyword to parsed in ReadCard. T-Z 2011-08-06 08:02:54 +00:00
jendave
d63ed0cdcd Switched SVars from keyword to parsed in ReadCard. R-S 2011-08-06 07:57:22 +00:00
jendave
e9d3f286c8 Switched SVars from keyword to parsed in ReadCard. needle_storm and pyroclasm was not commited in M-Q. 2011-08-06 07:51:26 +00:00
jendave
4f4bf3b7d7 Switched SVars from keyword to parsed in ReadCard. M-Q 2011-08-06 07:51:01 +00:00
jendave
ee7521b1e7 Switched SVars from keyword to parsed in ReadCard. H-M 2011-08-06 07:46:17 +00:00
jendave
3f4d3c0076 Switched SVars from keyword to parsed in ReadCard. dream_prowler was not commited in D-G. 2011-08-06 07:41:59 +00:00
jendave
88d8a13ec8 Switched SVars from keyword to parsed in ReadCard. D-G 2011-08-06 07:41:29 +00:00
jendave
59bb54274a Switched SVars from keyword to parsed in ReadCard. A-C 2011-08-06 07:35:00 +00:00
jendave
cf93cdee84 Converted these spells to keyword: Tremor, Needle Storm and Pyroclasm. 2011-08-06 07:29:23 +00:00
jendave
7e21d262a9 SVars are set by ReadCard - SVar is not a keyword. - TODO: Remove SVar keyword handler from CardFactory. 2011-08-06 07:29:15 +00:00
jendave
b520fddea3 prevent cards with: "Whenever CARDNAME blocks a creature, destroy that creature at end of combat" from putting this ability on the stack if attacker has already left the battlefield. 2011-08-06 07:29:09 +00:00
jendave
23db405ec8 - Mana Abilities should not be affected by freezeStack.
- Bugfix: This should fix the issue with paying abPump abilities (and any other abilities this affected)
2011-08-06 07:29:04 +00:00
jendave
30ce63ae1a fix keyword in unequip for Sword of Body and Mind 2011-08-06 07:28:59 +00:00
jendave
74ee05b5ce - Added LibraryLE as conditions to stPumpAll.
- Added Isleback Spawn.
2011-08-06 07:28:53 +00:00
jendave
86a13b5052 - Added isEnchanted as conditions to stPumpAll.
- Added Gate Hound, Spectral Guardian and Dream Prowler.
2011-08-06 07:28:46 +00:00
jendave
9d74f98769 - Added isUntapped as conditions to stPumpAll.
- Added Pristine Angel and Juniper Order Advocate.
2011-08-06 07:28:36 +00:00
jendave
e1e6e5ebcc - Added isEquipped as conditions to stPumpAll.
- Added Raksha Golden Cub.
2011-08-06 07:28:27 +00:00
jendave
305f110e60 Removed entry of Kemba's Skyguard from CardFactory_Creatures, since it's already keyworded. 2011-08-06 07:28:21 +00:00
jendave
33725fb124 Added Battlewise Aven, Divine Sacrament, Kirtar's Desire and Silver Seraph. 2011-08-06 07:28:16 +00:00
jendave
ae4dd74a75 - Added Threshold and Hellbent as conditions to stPumpAll.
- Added Anurid Barkripper and Cutthroat il-Dal.
2011-08-06 07:28:07 +00:00
jendave
85d98b0229 * bugfixes spDamageAll, Teferi Puzzle Box 2011-08-06 07:27:59 +00:00
jendave
79f08e9904 - Added Ability_Cost and Target to Activated Ability to constructor.
- Changed keywords that use abCost to send in cost and target on creation instead of forcing the code to set it afterwards.
2011-08-06 07:27:53 +00:00
jendave
265a25c561 - Update of the syntax of stPumpAll.
- Converted Gravitational Shift to stPumpAll.
2011-08-06 07:27:47 +00:00
jendave
5d1fe7efe3 - Minor edit to the WheneverKeyword keyword. Tokens created by this keyword should no longer have " Token" added to their name. This mainly affects Breeding Pit at this time. 2011-08-06 07:27:39 +00:00
jendave
b9d42f719b - Updated the card-pictures-token.txt file. It will now download several more LQ token pictures. 2011-08-06 07:27:34 +00:00
jendave
5edf88bc6d -Fixed proliferate(used to add one of Each counter type on card)
-Fixed Skullclamp(a static effect check unequipped it before it was checked)
2011-08-06 07:27:29 +00:00
jendave
9c9d785390 - Preliminary freezeStack code. While in the process of paying a cost, any triggered abilities will be placed onto the Stack AFTER the activated ability finishes being paid.
- Currently, this only works with Ability_Cost abilities.
2011-08-06 07:27:24 +00:00
jendave
9deee420a8 - Added a line feed to some of the cards with the spCounter keyword. 2011-08-06 07:27:18 +00:00
jendave
14094d1cfb - Added Altar Golem. 2011-08-06 07:27:10 +00:00
jendave
570a9ab157 - Converted Rathi Assassin to keyword. 2011-08-06 07:27:02 +00:00
jendave
7d53cc1364 - Converted Ethersworn Adjudicator to keyword. 2011-08-06 07:26:55 +00:00
jendave
76369745f8 - Added Selesnya Evangel, Topan Ascetic, Voice of the Woods. - Added how many creatures left to tap text for tapXType. 2011-08-06 07:26:48 +00:00
jendave
67e4bae353 - Added missing rarity value to Ancestral Vision and Goblin Digging Team. 2011-08-06 07:26:38 +00:00
jendave
91dc499119 - Added Lodestone Myr via keyword. 2011-08-06 07:26:32 +00:00
jendave
e3238a4602 - Added the new abDestroyTgtV cards Trench Wurm; Uktabi Faerie and Viashino Heretic. 2011-08-06 07:26:25 +00:00
jendave
ba8859db99 Added remAI SVar to Stonecloaker. 2011-08-06 07:26:17 +00:00
jendave
2001e3dc1c - Added the new abDestroyTgtV cards Seismic Mage; Spinal Villain and Stronghold Assassin. 2011-08-06 07:26:12 +00:00
jendave
554cbf6aed - Added the new abDestroyTgtV cards Notorious Assassin; Quagmire Druid and Scavenger Folk.
- Converted and added Ramses Overdark to the new abDestroyTgtV keyword.
2011-08-06 07:26:04 +00:00