Commit Graph

2781 Commits

Author SHA1 Message Date
jendave
9e16f6cf08 add Tectonic Instability (from Invasion) 2011-08-06 09:14:11 +00:00
jendave
8c8951263b - Added AF_Combat for Fog. The first iteration of the Fog ability is for Preventing All of Combat Damage. The Fog ability is used in many different circumstances, so we can add each one as we go.
- Converted Spike Weaver to keyword
- Added Dawnstrider
2011-08-06 09:14:03 +00:00
jendave
55f19f9a84 - Fixed image for Lightning Crafter 2011-08-06 09:13:54 +00:00
jendave
6a44ee2113 - Improved Mana Pool paying system. Choices will now group mana by color/snow instead of a big wall of letters. 2011-08-06 09:13:49 +00:00
jendave
7d2edc3495 - Fixed the keyword for Elven Cache, False Mourning, Recollect and Regrowth. 2011-08-06 09:13:43 +00:00
jendave
25ba2f3048 - Added a white equipment theme. 2011-08-06 09:13:37 +00:00
jendave
a65446b9bb - Improved ManaPool's getText() to list total amounts of each mana instead of a wall of letters. 2011-08-06 09:13:30 +00:00
jendave
ef2f41f0e7 - Added GainLife into AbilityFactory
- Converted Diamond Valley to GainLife AbilityFactory
- Added Miren, the Moaning Well and Faith Healer
2011-08-06 09:13:25 +00:00
jendave
7bf1a0cad0 *Removed About Face,Inside Out,Transmutation & Twisted Image from AI decks. I think they are too situational (except possibly as very crude removal) to code a decent AI function for. Prove me wrong, though, by all means. 2011-08-06 09:13:15 +00:00
jendave
1e046e12af - Added Pentavus, Bloodshot Cyclops, Bosh, Iron Golem 2011-08-06 09:13:08 +00:00
jendave
9cfdd66b42 - Cleanup in the code of Sovereigns of Lost Alara. 2011-08-06 09:13:00 +00:00
jendave
2f06273865 - Added doDrawBack() to spReturnTgt and added Macabre Waltz. 2011-08-06 09:12:54 +00:00
jendave
2a20214a2d fix Type and Name problems with Selenia, Dark Angel 2011-08-06 09:12:46 +00:00
jendave
513aa7f36b add Seed the Land (from Saviors of Kamigawa) 2011-08-06 09:12:39 +00:00
jendave
d37d069767 fix Text for Ankh of Mishra 2011-08-06 09:12:32 +00:00
jendave
d233bce5e0 - Added a mono black theme. 2011-08-06 09:12:26 +00:00
jendave
046d2f5a00 Fix for Arashi, Sky Asunder 2011-08-06 09:12:20 +00:00
jendave
53d6f0fdcb Added:
Windreaver
Thalakos Drifters
Thrashing Wumpus
Ashen Firebeast
Subterranean Spirit
Silent specter
Mongrel Pack
Scourge of Kher Ridges
Sliptide Serpent
Lighning Crafter
Lava Hounds
2011-08-06 09:12:14 +00:00
jendave
6f2fe6eb29 Added:
Windreaver
Thalakos Drifters
Thrashing Wumpus
Ashen Firebeast
Subterranean Spirit
Silent specter
Mongrel Pack
Scourge of Kher Ridges
Sliptide Serpent
Lighning Crafter
Lava Hounds
2011-08-06 09:12:08 +00:00
jendave
bd68408a8d Added:
Windreaver
Thalakos Drifters
Thrashing Wumpus
Ashen Firebeast
Subterranean Spirit
Silent specter
Mongrel Pack
Scourge of Kher Ridges
Sliptide Serpent
Lighning Crafter
Lava Hounds
2011-08-06 09:11:53 +00:00
jendave
b4e45dd074 add Ankh of Mishra (from original base alpha) 2011-08-06 09:11:48 +00:00
jendave
c3ee3f4ccd add Timbermare (from Planar Chaos) 2011-08-06 09:11:40 +00:00
jendave
628e891afa add Magus of the Abyss (from Future Sight) 2011-08-06 09:11:32 +00:00
jendave
bad99f3ede add The Abyss (from Legends) 2011-08-06 09:11:24 +00:00
jendave
b4c0c19cd8 add Spiteful Visions (from Shadowmoor) 2011-08-06 09:11:16 +00:00
jendave
e9e400e1e6 - Moved the input for spReturnTgt to CardFactoryUtil and added Buyback code to the spReturnTgt keyword.
- Added Disturbed Burial.
2011-08-06 09:11:08 +00:00
jendave
853ee2e6be add Architects of Will (from Alara Reborn) 2011-08-06 09:11:00 +00:00
jendave
ebfef59ee3 - Added Mistmeadow Skulk. 2011-08-06 09:10:52 +00:00
jendave
eae70ca1d5 - Added the keyword Protection with ValidCard syntax.
- Added 5 cards that use it. And 2 other.
2011-08-06 09:10:46 +00:00
jendave
02ed8f0a74 - AF_Counters and AF_DealDamage can now use information about cards Sacrificed as part of the Payment through xCount
- Updated current AF Spells to use abCost and Target in their constructor
- Added Forge Armor, Fling
- Cleanup in Spell.java
2011-08-06 09:10:32 +00:00
jendave
29035477a4 *Added About Face,Inside Out,Transmutation & Twisted Image 2011-08-06 09:10:19 +00:00
jendave
28148c21db - Centralized all "Protection from" checks to the hasProtectionFrom function. 2011-08-06 09:10:09 +00:00
jendave
314f5bbe17 fix rarity for Ashes to Ashes 2011-08-06 09:10:03 +00:00
jendave
c363c68958 add Dust to Dust (from The Dark) 2011-08-06 09:09:58 +00:00
jendave
8a9e0d83e9 - Made use of the canDamage function in two classes to centralize some code. 2011-08-06 09:09:50 +00:00
jendave
368f489abf - Updated combat AI to use the new keyword. 2011-08-06 09:09:44 +00:00
jendave
32ff28dd83 add Thorn Thallid (from Fallen Empires) 2011-08-06 09:09:38 +00:00
jendave
8603143324 *Added Corpse Cur
*Updated Gravedigger's text to current oracle terms.
2011-08-06 09:09:32 +00:00
jendave
51a2d28f49 - Fixed the typo in "Prevent all combat damage that would be dealt by CARDNAME." 2011-08-06 09:09:23 +00:00
jendave
88047274fb - Several fixes to "Prevent all combat damage that would be dealt to and dealt by CARDNAME.".
- Added Prevent all combat damage that would be dealt dealt by CARDNAME.
- Added 6 cards with combat damage prevention.
2011-08-06 09:09:16 +00:00
jendave
c7e3a0b337 add Souldrinker (from Tempest) 2011-08-06 09:09:03 +00:00
jendave
3816a41675 add Black Mana Battery, Blue Mana Battery, Green Mana Battery, Red Mana Battery and White Mana Battery (from Legends)
note: These are Uncommon in Legends and Rare in 4th Ed.
2011-08-06 09:08:57 +00:00
jendave
f9369159a3 - Added a Treefolk theme.
- Updated the Domain theme.
- fixed color of tokens made by Ordered Migration.
2011-08-06 09:08:46 +00:00
jendave
0830398cbf - Fixed a bug in setTargetList(). 2011-08-06 09:08:38 +00:00
jendave
014a527bd1 - Fixed a bug in the isPresent condition of stPump. 2011-08-06 09:08:33 +00:00
jendave
95e3a92a5c fix Herd Gnarr casting cost. 2011-08-06 09:08:27 +00:00
jendave
7239349a94 add Mortal Combat (from Torment) 2011-08-06 09:08:22 +00:00
jendave
10d62930a3 add Death Ward (from original base Alpha) 2011-08-06 09:08:13 +00:00
jendave
54b156063e add Gutless Ghoul (from Coldsnap) 2011-08-06 09:08:05 +00:00
jendave
203dbaa6ca add serialVersionUID to Temporal Adept. 2011-08-06 09:07:59 +00:00