Commit Graph

2169 Commits

Author SHA1 Message Date
jendave
0144e6cde4 Removing the ":" from the following keywords so they can be used in combination with colon-delimited keywords, like stPump, etc.
At the beginning of your upkeep, CARDNAME deals {num} damage to you unless you pay:{cost}   ==> ...you pay {cost}
At the beginning of your upkeep, destroy CARDNAME unless you pay:{cost}   ==> ...you pay {cost}
At the beginning of your upkeep, sacrifice CARDNAME unless you pay:{cost}   ==> ...you pay {cost}

Also, updated the cards using these keywords.
2011-08-06 08:06:10 +00:00
jendave
9a4512a09b - Fix Difficulty Index not being set after Save Game loads causing booster packs to be won too often. 2011-08-06 08:05:51 +00:00
jendave
bc38d0f299 added Freyalise's Winds (from Ice Age) 2011-08-06 08:05:45 +00:00
jendave
5239909506 - Fix starting Credits being grabbed from the pref file 2011-08-06 08:05:37 +00:00
jendave
e76028995f added Wake Thrasher (from Eventide) 2011-08-06 08:05:31 +00:00
jendave
4e4f8602e2 Added 7 Threshold creatures. 2011-08-06 08:05:23 +00:00
jendave
c9e9bf5351 added Mesmeric Orb (from Mirrodin) 2011-08-06 08:05:12 +00:00
jendave
47eafe9032 - Added 5 green Threshold creatures.
- Added some SVars to recent additions.
2011-08-06 08:05:03 +00:00
jendave
ac0578157b fix URL for Jester's Cap 2011-08-06 08:04:52 +00:00
jendave
21bff8635e fixed URL for Pristine Angel 2011-08-06 08:04:47 +00:00
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