Commit Graph

2353 Commits

Author SHA1 Message Date
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
jendave
3e62aa8ab1 Added Orb of Dreams. 2011-08-06 08:25:07 +00:00
jendave
e017abb18e Added Root Maze. 2011-08-06 08:24:59 +00:00
jendave
f9b95baaac - Updated Ability_Activated to check for a null object for Target. 2011-08-06 08:24:52 +00:00
jendave
992b97aa77 Updated some more checks to use isCreatureType. 2011-08-06 08:24:46 +00:00
jendave
9ce73a11d7 - Added isCreatureType to CardUtil.
- Changed isType to use isCreatureType to check for Changelings.
- Added World, Lair, Locus and Fortification to the list of non-creature types.
- Fixed Patriarch's Bidding to only accept creature types and work with changelings.
2011-08-06 08:24:40 +00:00
jendave
a87d282299 add Tel-Jilad Fallen (from Scars of Mirrodin) 2011-08-06 08:24:32 +00:00
jendave
830f36b64e add Untamed Might (from Scars of Mirrodin) 2011-08-06 08:24:26 +00:00
jendave
70f7a3d2d0 add Withstand Death (from Scars of Mirrodin) 2011-08-06 08:24:20 +00:00
jendave
cfb34451cb add Scoria Elemental (from Scars of Mirrodin) 2011-08-06 08:24:14 +00:00
jendave
a535d980af add Assault Strobe (from Scars of Mirrodin) 2011-08-06 08:24:08 +00:00
jendave
b2a03a7549 1)first pass at abMakeToken keyword (same general syntax as spMakeToken but with an extra delimit for spell description)
2) convert The Hive to abMakeToken
2011-08-06 08:24:02 +00:00
jendave
5e5527b65f add Afterlife (from Mercadian Masques) 2011-08-06 08:23:55 +00:00
jendave
8f924e2ff4 - Ability Cost wasn't taking changeCost into account. 2011-08-06 08:23:47 +00:00
jendave
d565239f9d - Delted the code blocks for the converted cards below. 2011-08-06 08:23:41 +00:00
jendave
7643276422 - Converted: AEther Adept; Devout Lightcaster; Man-o'-War and Sun Ce, Young Conquerer. 2011-08-06 08:23:36 +00:00
jendave
fa89caa2e7 - Set color for tokens that begin in play for Quests, since they don't use MakeToken. 2011-08-06 08:23:29 +00:00
jendave
cd4cf15117 Added AEthersnipe; Aven Fogbringer; Glowing Anemone; Hunting Drake; Looming Hoverguard; Stern Proctor; Surrakar Banisher; Vedalken AEthermage; Vedalken Dismisser. 2011-08-06 08:23:23 +00:00
jendave
fdb014d1f9 - Added better support for Tokens and new Color handling
- Bugfix: Added color into copyStats since tokens use that to multiply.
2011-08-06 08:23:11 +00:00
jendave
44ef5d830d - Added 3 stPump cards.
- Added Dispeller's Capsule and Dust Bowl.
2011-08-06 08:23:04 +00:00
jendave
7d2ade4524 - Created a GainLife function instead of needing two lines everywhere life gaining happened. 2011-08-06 08:22:54 +00:00
jendave
0c46834544 - Fixed Snake Umbra pic link. 2011-08-06 08:22:43 +00:00
jendave
ba2a66d532 - Forgot to add Snake Umbra and Spider Umbra. 2011-08-06 08:22:37 +00:00
jendave
65a08ac5a6 Updated the Domain theme. 2011-08-06 08:22:31 +00:00
jendave
00de8efa38 - Added the "World rule".
- Added the World supertype to Concordant Crossroads.
- Converted Serra Aviary to stPump.
2011-08-06 08:22:25 +00:00
jendave
6076bcf922 - Fixed most of the warnings Eclipse complains about. 2011-08-06 08:22:16 +00:00
jendave
2c6b1dc132 add Waylay (from Urza's Saga) 2011-08-06 08:22:01 +00:00
jendave
32c9456793 1) add new keyword: At the beginning of the end step, exile CARDNAME.
2) update Feral Lightning to use this instead of sacrifice
2011-08-06 08:21:54 +00:00
jendave
ecd76342b1 forgot to commit CardFactory_Instants.java to remove Sprout (converted to keyword) 2011-08-06 08:21:48 +00:00