Commit Graph

2781 Commits

Author SHA1 Message Date
jendave
371b692ad2 add Singing Tree (from Arabian Nights) 2011-08-06 08:30:51 +00:00
jendave
c9f3efd6eb - Added Leyline of Vitality and Leyline of the Meek. 2011-08-06 08:30:44 +00:00
jendave
94bb64ad4c New Random Deck Generator - user selected colors.
Moved CCnt class to inside of GenerateThemeDeck class.
Added combo box selections for 2 color random deck.
2011-08-06 08:30:36 +00:00
jendave
9e1a0f1e8c add Relic Putrescence (from Scars of Mirrodin) 2011-08-06 08:30:30 +00:00
jendave
6fa7510491 add Moriok Reaver (from Scars of Mirrodin) 2011-08-06 08:30:22 +00:00
jendave
3a7c0a6247 add Grasp of Darkness (from Scars of Mirrodin) 2011-08-06 08:30:16 +00:00
jendave
20454a7c33 convert Gargoyle Castle and Kher Keep to abMakeToken keyword 2011-08-06 08:30:10 +00:00
jendave
78e4aaf5e3 1) converted Centaur Glade to keyword
2) converted Goblin Trenches to keyword
3) minor improvement to Hatching Plans
2011-08-06 08:30:03 +00:00
jendave
4333d0f290 convert Mobilization to abMakeToken and stPumpAll keywords 2011-08-06 08:29:55 +00:00
jendave
b3a30ce978 convert Dragon Roost to abMakeToken keyword 2011-08-06 08:29:47 +00:00
jendave
05173ab332 add Revoke Existence (from Scars of Mirrodin) 2011-08-06 08:29:39 +00:00
jendave
18803f9b83 add Whitesun's Passage (from Scars of Mirrodin) 2011-08-06 08:29:33 +00:00
jendave
76d1cdd28b better stack description in spGainLife 2011-08-06 08:29:28 +00:00
jendave
e7f5bb475f -Fixed Vanishing(turns out it wasn't a keyword)
-Fixed Wither/Doubling Season(damage is an effect)
2011-08-06 08:29:22 +00:00
jendave
18d02840cf - Added notattacking as restrictions to isValidCard.
- Added Arcades Sabboth.
2011-08-06 08:29:16 +00:00
jendave
5c425f0928 - Edited Leaf-Crowned Elder. Now uses StringBuilder and a JOptionPane.showConfirmDialog() with yes/no option buttons. 2011-08-06 08:29:09 +00:00
jendave
19a7a423bc - Added Golem Foundry. 2011-08-06 08:29:03 +00:00
jendave
945d4f06d8 - Converted abGainLife to use abCost and Tgt.
- Added player as possible ValidTarget option in TargetSelection.
- Updated Mournful Zombie, Spike Feeder, Bottle Gnomes.
2011-08-06 08:28:57 +00:00
jendave
81403cece6 - Added Baku Altar.
- Gave Eye of Nowhere the Arcane subtype.
2011-08-06 08:28:48 +00:00
jendave
ff3760ea48 - Missing check in Cost_Payment for computer remove counters. 2011-08-06 08:28:40 +00:00
jendave
b3076dede7 - Added Ink Dissolver. 2011-08-06 08:28:34 +00:00
jendave
f3559e0f1e - Changed setCounter to be able to skip Doubling Season's ability. This is necessary for undoing remove counter payments.
- Fixed setCounter logic for choosing to add or subtract counters.
- Change cost payment to use subtractCounter over setCounter.
2011-08-06 08:28:25 +00:00
jendave
7650da32aa - Added Vanquish. 2011-08-06 08:28:18 +00:00
jendave
9c4cff8872 - Added 8 cards that target attacking creatures. 2011-08-06 08:28:12 +00:00
jendave
0a6873f67d - Added Snow Devil, Spirit of the Night, Chastise and Condemn. 2011-08-06 08:27:59 +00:00
jendave
63e798523e - Added 4 stPump spells with attacking. 2011-08-06 08:27:49 +00:00
jendave
f64981b50c - Added attacking and blocking as restrictions to isValidCard.
- Added Mightstone and Weakstone.
2011-08-06 08:27:40 +00:00
jendave
ed1bd5c763 Fixed An-Zerrin Ruins to only work with creature types. 2011-08-06 08:27:32 +00:00
jendave
1fd30ab9c5 - Morph Up isn't ready to be a Static Ability yet. 2011-08-06 08:27:25 +00:00
jendave
d8c575c0f7 - Added pic urls. 2011-08-06 08:27:20 +00:00
jendave
ef4893e70c - Initial submission of Static Abilities which resolve instead of get added to the Stack.
- Added Ability_Static.java
- Changed Morph, Totem Armor, Hatchling's etb, Multikicker's etb, Swans of Bryn Argoll, An-Zerrin Ruins to be a Static Ability.
- Fixed Morph interaction with Linvala
2011-08-06 08:27:14 +00:00
jendave
43c50cd9f2 Added Executioner's Capsule and Spectral Cloak. 2011-08-06 08:27:05 +00:00
jendave
5d44276251 - Fixed Hand of the Praetors. 2011-08-06 08:26:59 +00:00
jendave
41f82808a2 *Fixed AI decision-making for Spreading Seas,Convincing Mirage and Phantasmal Terrain. It will attempt to manascrew the human based on what lands are on the table. I was going to factor in landwalk abilities of it's own creatures but baby steps and bugfixes first. 2011-08-06 08:26:53 +00:00
jendave
e3c6f1f184 - Added Ichor Rats. 2011-08-06 08:26:47 +00:00
jendave
70490d1a5c *Added Convincing Mirage and Phantasmal Terrain. (They share a code block with Spreading Seas) 2011-08-06 08:26:39 +00:00
jendave
061b1f9165 - Ghost-Lit Redeemer ability changed to use a keyword 2011-08-06 08:26:30 +00:00
jendave
1a3ea7c4ea - Added Wurmcoil Engine. 2011-08-06 08:26:25 +00:00
jendave
4b8cce8d9b - Apparently missed submission for ChangeCost 2011-08-06 08:26:18 +00:00
jendave
d13b5cd2fc Converted the rest of the god auras to stPump. 2011-08-06 08:26:12 +00:00
jendave
9cb83f2b6f - Added 4 stPump cards. 2011-08-06 08:26:06 +00:00
jendave
47b04edcad Added Changeling support to public static ArrayList<Card> getCardType(PlayerZone zone, String cardType), in case someone uses it in the future. 2011-08-06 08:25:57 +00:00
jendave
22348ac177 - Fixed some changeling issues with Aven Brigadier, Rolling Stones and Prowess of the Fair.
- Deleted old Storm spell entries.
2011-08-06 08:25:51 +00:00
jendave
c5c927d724 Fixed a lot of changeling issues with the whenever keyword, the CostChange keyword and Protection from Dragons/Demons/Goblins . 2011-08-06 08:25:45 +00:00
jendave
7272a94531 Fixed some changeling issues with "CARDNAME can't be blocked by Walls.", "CARDNAME can't be blocked except by Walls." and "CARDNAME can't be blocked except by Walls and/or creatures with flying.". 2011-08-06 08:25:40 +00:00
jendave
b990d93b9a Fixed a changeling issue with Soulshift. 2011-08-06 08:25:34 +00:00
jendave
6ab32347df Fixed some changeling issues with the third ability of Sarkhan the Mad. 2011-08-06 08:25:29 +00:00
jendave
3b41c43f5e Fixed some changeling issues with Dwarven Pony, Pallid Mycoderm, Goblin Matron, Kithkin Harbinger, Siege-Gang Commander. 2011-08-06 08:25:24 +00:00
jendave
c71223d89b update abMakeToken to use Ability_Cost 2011-08-06 08:25:18 +00:00
jendave
3f27cdd006 add PT to Tel-Jilad Fallen 2011-08-06 08:25:13 +00:00