Commit Graph

5965 Commits

Author SHA1 Message Date
jendave
9d436af0b1 *Updated to triggers
Fallowsage
	Firemane Angel
	Flanking Troops
	Fledgling Griffin
	Folk of An-Havva
	Fungal Shambler
2011-08-06 15:32:32 +00:00
jendave
b0aa208159 - Added a mono green theme. 2011-08-06 15:32:23 +00:00
jendave
39c6fedf22 - Migrate PlayLand from GameInfo to Player
- Cleanup some code near calls to playLand
2011-08-06 15:32:16 +00:00
jendave
95a8da45aa *Updated to triggers
Ebon Dragon
	Ebon Drake
	Elvish Handservant
	Embargo
	Enatu Golem
	Essence Warden
	Exiled Boggart
2011-08-06 15:32:05 +00:00
jendave
b1871c06ef - Converted Yavimaya Elder and Zodiac Dragon to Trigger 2011-08-06 15:31:56 +00:00
jendave
2b78535ad6 *Updated to triggers:
Deathbringer Thoctar
	Deathgreeter
	Deepwood Wolverine
	Delusions of Mediocrity
	Demon's Horn
	Dirtcowl Wurm
	Disciple of the Vault
	Dragon's Claw
	Dream Prowler (Not technically correct if, for example, there are extra combat steps, but for now it works and is a straight up translation of the WheneverKeyword that was there before.)
	Dross Harvester
	Dross Scorpion
	Dune-Brood Nephilim
	Dwarven Berserker
*Fixed Wizard Replica cost.
2011-08-06 15:31:47 +00:00
jendave
79296c3a76 - Splitting Morph's Oracle text to adhere more to how Abilities and Descriptions work. 2011-08-06 15:31:34 +00:00
jendave
1a48b7d124 *Updated to triggers:
Cackling Fiend
	Cave People
	Centaur Safeguard
	Charging Paladin
	Citanul Druid
	Close Quarters
	Coastal Piracy
	Contemplation
	Cosi's Ravager
	Crystal Rod
*Removed superfluous runTrigger call which caused Attacks-triggers to go off twice.
*Updated playLand-functions for both players to use moveTo* functions.
2011-08-06 15:31:27 +00:00
jendave
5342f300be - Fixed Sigil of the Nayan Gods, it was not showing a spell desc for the aura ab along with the cycling ab in the choose window. 2011-08-06 15:31:15 +00:00
jendave
d54930e30e *Fixed a trigger-issue which would occur when AI had a matching card in his deck with a trigger (I.e. both of you had a Blazing Specter) and double the effect. 2011-08-06 15:31:09 +00:00
jendave
99d9de7825 - Fixed ability cost of Keeper of the Nine Gales. 2011-08-06 15:30:55 +00:00
jendave
7de54a9a74 Reverted Blazing Specter back; the keyworded ability wasn't working properly and triggered upon damage by any player by any creature. 2011-08-06 15:30:48 +00:00
jendave
f42c70557f Reverted Blazing Specter back; the keyworded ability wasn't working properly and triggered upon damage by any player by any creature. 2011-08-06 15:30:42 +00:00
jendave
1d83900762 add Piety (from Arabian Nights) 2011-08-06 15:30:37 +00:00
jendave
7fff9c0354 add Desert Nomads (from Arabian Nights) 2011-08-06 15:30:30 +00:00
jendave
5e2324a5e0 fix ValidCards for Trumpet Blast. 2011-08-06 15:30:22 +00:00
jendave
ce0556b933 add Army of Allah (from Arabian Nights) 2011-08-06 15:30:16 +00:00
jendave
a2d86481b3 add Living Armor (from The Dark) 2011-08-06 15:30:10 +00:00
jendave
b15c41bdeb Fixed NPE when launcing quest with no pets.
Game options are now stored on new game launch and are synced with main game.
2011-08-06 15:30:04 +00:00
jendave
df6bf23115 - Added Mox Opal 2011-08-06 15:29:57 +00:00
jendave
594a507278 add Magus of the Candelabra (from Time Spiral) 2011-08-06 15:29:51 +00:00
jendave
32e216dc31 - Added Hoard-Smelter Dragon 2011-08-06 15:29:45 +00:00
jendave
1802998546 add Floodwater Dam (from Alliances) 2011-08-06 15:29:39 +00:00
jendave
72ac592017 New quest UI now selected by default. 2011-08-06 15:29:33 +00:00
jendave
6d951726ec Merged quests panel with main panel.
Deck lists are now sorted alpahbetically, but last used deck is also remembered (per session)
2011-08-06 15:29:27 +00:00
jendave
2106bfeeb7 Added life and coin icons 2011-08-06 15:29:15 +00:00
jendave
0e8546b105 Created Quest panel. 2011-08-06 15:29:07 +00:00
jendave
66c86caf9d - Added Dispense Justice 2011-08-06 15:28:55 +00:00
jendave
99b6e6e2d3 fix Transmute description 2011-08-06 15:28:49 +00:00
jendave
77ca04e500 fix up Morph ability description. 2011-08-06 15:28:44 +00:00
jendave
4d5ba296dd - Readding Everflowing Chalice's ETB ability that was mistakenly removed during the Great Mana Purge 2011-08-06 15:28:38 +00:00
jendave
8aab658011 - Fix for Modular.
- Fix for regenerating creature not being removed from Combat
- Some more moveTo cleanup.
2011-08-06 15:28:33 +00:00
jendave
56b449ba16 fix Myr Galvanizer "untap all" ability. 2011-08-06 15:28:26 +00:00
jendave
b708338b12 use rstrip() in PerSetTracking.py script when pulling out cardnames. I was getting a few cards as "Missing" that in fact were implemented. I spot-checked the entire revised set. Results now match my manual list. 2011-08-06 15:28:20 +00:00
jendave
8b8f9f4c70 - Fixed the spell description for auras using the enPump keyword with names starting with "T" through "Z". 2011-08-06 15:28:14 +00:00
jendave
b49ca3f10b fix some platform-dependent stuff in PerSetTracking.py. Tested on Mac OS X. (I don't have Windows or *nix boxes running right now.) 2011-08-06 15:27:57 +00:00
jendave
096b8243db - Fixed the spell description for auras using the enPump keyword with names starting with "S". 2011-08-06 15:27:52 +00:00
jendave
874263e74a - Fixed the spell description for auras using the enPump keyword with names starting with "P" through "S". 2011-08-06 15:27:37 +00:00
jendave
3b3bc7d0db - Fixed the spell description for auras using the enPump keyword with names starting with "M" through "O". 2011-08-06 15:27:21 +00:00
jendave
62c2d859ad add Momentum (from Urza's Destiny) 2011-08-06 15:27:09 +00:00
jendave
1c9d956347 add Growth counter to Counters.java 2011-08-06 15:27:02 +00:00
jendave
9c933eba34 *Fixed Agent of Masks
*Updated to triggers:
	Baku Altar
	Balefire Liege
	Ballynock Trapper
	Baloth Woodcrasher
	Battered Golem
	Battlewand Oak
	Bladewing's Thrall
	Blasting Station
	Blazing Specter
	Blessing of Leeches
	Blind Creeper
	Bog Gnarr
	Bog Strider Ash
	Bramble Creeper
	Brass Gnat
	Brass Man
	Breeding Pit
	Brutal Nightstalker
2011-08-06 15:26:56 +00:00
jendave
90fa71db5a - Fixed the spell description for auras using the enPump keyword with names starting with "I" through "L". 2011-08-06 15:26:41 +00:00
jendave
0560bc32ba fix toughness for Keeper of the Nine Gales 2011-08-06 15:26:28 +00:00
jendave
3b2eb751c9 add Keeper of the Nine Gales (from Legions) 2011-08-06 15:26:23 +00:00
jendave
f7127dc159 Fixed table sort NPE when sorting by stats. 2011-08-06 15:26:16 +00:00
jendave
79103ba0a3 - Fixed the spell description for auras using the enPump keyword with names starting with "G" and "H". 2011-08-06 15:26:10 +00:00
jendave
47af1efc0c - Convert Archon of Justice and Wort, Boggart Auntie to Trigger 2011-08-06 15:25:58 +00:00
jendave
7feebbb3f3 *Added boolean "Alone" parameter to the Attacks triggermode.
*Updated to triggers
	AEther Vial
	Agent of Masks
	Ajani's Mantra
	Akki Raider
	Akoum Boulderfoot
	Alaborn Cavalier
	Algae Gharial
	Alley Grifters
	Angelic Benediction
	Angel's Feather
	Apothecary Initiate
	Arcbound Crusher
	Armageddon Clock
	Auriok Champion
2011-08-06 15:25:48 +00:00
jendave
edcba041f6 - Fixed the spell description for auras using the enPump keyword with names starting with "E" AND "F". 2011-08-06 15:25:33 +00:00