Commit Graph

7361 Commits

Author SHA1 Message Date
jendave
68cfc14453 *Forgot one case of trying to get a defined player with the new Triggered-variables. 2011-08-06 19:26:13 +00:00
jendave
04367ea63c convert Doubtless One, El-Hajjaj, Horned Cheetah, Kjeldoran Gargoyle, Phantom Nishoba, Warrior Angel, and Zebra Unicorn to triggers 2011-08-06 19:26:06 +00:00
jendave
8eb0ef76b8 *Removed the "Triggered" accessor functions and storage from SpellAbility. It's no longer needed. 2011-08-06 19:25:57 +00:00
jendave
c1348841dd convert Guan Yu, Sainted Warrior to triggers 2011-08-06 19:25:50 +00:00
jendave
2d439c4568 add Orcish Veteran (from Fallen Empires) 2011-08-06 19:25:43 +00:00
jendave
60ca9cb7ee add stack description for Tormod's Crypt and fix the canPlayAI. 2011-08-06 19:25:35 +00:00
jendave
7b78f427a4 *Fixed Cinder Wall. Should be destroyed at end of combat after blocking, not sacrificed. 2011-08-06 19:25:29 +00:00
jendave
94db7c2f32 *Fixed four of "The Clockworks" not triggering on blocking. 2011-08-06 19:25:22 +00:00
jendave
0f48862b18 *Added mode specific trigger parameters. They are: (Explanations in parenthesis)
AttackerBlocked = Attacker,Blocker
 AttackerUnblocked = Attacker
 Attacks = Attacker
 Blocks = Attacker,Blocker
 ChangesZone = Card(The card that was moved)
 CounterAdded = Card(The card that got the counter(s))
 Cycled = Card(The card that was cycled)
 DamageDone = Source(The card that dealt the damage),Target(The card or player who recieved the damage),DamageAmount(The amount of damage that was dealt) [BEWARE: Since Target can be both a card or a player object, you must take care to match it with your ValidTarget parameter!]
 Discarded = Card(The card that was discarded)
 Drawn = Card(The card that was drawn)
 LandPlayed = Card(The card that was played)
 LifeGained = Player(The player who gained life),LifeAmount(The amount of life that was gained)
 LifeLost = Player(The player who lost life),LifeAmount(The amount of life that was lost) 
 Phase = Player(The player whose turn it is)
 Sacrificed = Card(The card that was sacrificed)
 SpellAbilityCast = Card(The card of the spell or ability)
 Taps = Card(The card that was tapped)
 TurnFaceUp = Card(The card that was turned face up)
  Untaps = Card(The card that was untapped)
 To use a parameter, simply call it like this: "Triggered<Parameter Name>". To get the controller or owner of a card parameter, append Controller or Owner. For example: "TriggeredAttackerController".
 Parameters that don't return an integer (i.e. the ones that have "Amount" in their name) can be used for Defined$ parameters or to get additional info from, a'la "SVar:X:TriggeredBlocker$CardPower".
 Parameters that DO return an integer can only be accessed via Count$ like this: "Count$TriggeredLifeAmount".
 
 *Updated all cards that use Triggered to their new respective parameters.
2011-08-06 19:25:11 +00:00
jendave
0edc727c81 - Ran the Set Info script. 2011-08-06 19:24:27 +00:00
jendave
7f757fe5f0 add Orcish Spy (from Fallen Empires) 2011-08-06 19:24:12 +00:00
jendave
9eb421a64f add Orcish Captain (from Fallen Empires) 2011-08-06 19:24:04 +00:00
jendave
546466a01f - Neurok Invisimancer is now unblockable 2011-08-06 19:23:55 +00:00
jendave
e04f2a4cb3 - Fixed It That Betrays, now controls non-Token permanents that are sacrificed by the opponent and not by yourself. 2011-08-06 19:23:49 +00:00
jendave
d97688ab69 - Added Complex Automaton 2011-08-06 19:23:43 +00:00
jendave
6f70819a7a - Added Chieftain en-Dal 2011-08-06 19:23:36 +00:00
jendave
78244ca55a - Added Kavu Lair. 2011-08-06 19:23:29 +00:00
jendave
f9a811e95c convert Fungusaur to triggers 2011-08-06 19:23:23 +00:00
jendave
49bbe09054 - Added Earthshaker for ZzzzSleep. 2011-08-06 19:23:15 +00:00
jendave
c73bf0053f add missing Cost to Vedalken Infuser trigger 2011-08-06 19:23:09 +00:00
jendave
e7ebd72f99 convert Living Artifact to triggers 2011-08-06 19:23:02 +00:00
jendave
229b056f8f - Added Zealots en-Dal 2011-08-06 19:22:55 +00:00
jendave
1fa1149f81 convert Sword of Fire and Ice to eqPump and triggers. 2011-08-06 19:22:48 +00:00
jendave
188c926724 convert Avenger of Zendikar to triggers 2011-08-06 19:22:40 +00:00
jendave
ae32a3d8ec - Added Thermopod for ZzzzSleep. 2011-08-06 19:22:32 +00:00
jendave
39662d6e67 remove some debug code in Card.java 2011-08-06 19:22:26 +00:00
jendave
238067892f convert Ob Nixilis, the Fallen to triggers 2011-08-06 19:22:19 +00:00
jendave
a182db9d94 - Minor text edit to Second Sight. 2011-08-06 19:22:11 +00:00
jendave
d4fee876cf - Added Thunderbolt for ZzzzSleep. 2011-08-06 19:22:05 +00:00
jendave
610fc7c988 - Reverting an Oops. 2011-08-06 19:21:59 +00:00
jendave
f99e02c68d convert Emeria Angel to triggers 2011-08-06 19:21:53 +00:00
jendave
feda4b7978 - Added missing "SorcerySpeed$ True" and description to Thopter Squadron. 2011-08-06 19:21:45 +00:00
jendave
748df41690 convert Proper Burial to triggers 2011-08-06 19:21:39 +00:00
jendave
cf3d652314 convert Sek'Kuar, Deathkeeper to triggers 2011-08-06 19:21:32 +00:00
jendave
9ba138305f - Added missing activation descriptive text to Fire Bowman. 2011-08-06 19:21:24 +00:00
jendave
5810b18d4e - Fixed Fleeting Aven, it now should only trigger when card is on the battlefield. 2011-08-06 19:21:18 +00:00
jendave
db46e10bb0 change trigger of Dirtcowl Wurm to Mode$ LandPlayed instead of ChangesZone. Also, fixed the RuntimeException in the trigger. 2011-08-06 19:21:11 +00:00
jendave
8a7e890314 convert Moonlit Wake to triggers 2011-08-06 19:21:05 +00:00
jendave
beb4d794f4 convert Femeref Enchantress to triggers 2011-08-06 19:20:57 +00:00
jendave
6671a067d1 convert Prowess of the Fair to triggers 2011-08-06 19:20:50 +00:00
jendave
dc6eec475e convert Dingus Egg and Dingus Staff to triggers 2011-08-06 19:20:42 +00:00
jendave
24781e2fd8 - Removed an incorrect Eater of the Dead. 2011-08-06 19:20:34 +00:00
jendave
c3c829083c - Added a revised Eater of the Dead for ZzzzSleep. 2011-08-06 19:20:28 +00:00
jendave
ab16234136 fix AB$Token in Thopter Squadron to be SorcerySpeed$ True 2011-08-06 19:20:21 +00:00
jendave
33485ffc00 fix SpellDescription for Fire Bowman 2011-08-06 19:20:15 +00:00
jendave
968e934631 give Screeching Silcaw the power of flight. Does that do anything for ya? That's levitation homes. 2011-08-06 19:20:09 +00:00
jendave
21be26a224 - Renamed Gangrenous Zombie to Gangrenous Zombies. 2011-08-06 19:20:03 +00:00
jendave
b0b2831436 - Added Gangrenous Zombie for Zirbert. 2011-08-06 19:19:55 +00:00
jendave
f8dcc06f3a convert Hagra Crocodile, Hedron Rover, Plated Geopede, Steppe Lynx, Territorial Baloth, and Windrider Eel to triggers 2011-08-06 19:19:48 +00:00
jendave
472fa24804 convert Ior Ruin Expedition and Khalni Heart Expedition to triggers 2011-08-06 19:19:38 +00:00