Commit Graph

8087 Commits

Author SHA1 Message Date
jendave
c4310d8ea6 - Ran set info script. 2011-08-06 19:29:12 +00:00
jendave
0bfd10b24a - Added Nantuko Tracer. 2011-08-06 19:28:59 +00:00
jendave
7a4682840d - Added Merrow Witsniper. 2011-08-06 19:28:53 +00:00
jendave
9c657800c8 - Corrected Entropic Specter and Order of Yawgmoth.
- Added Odylic Wraith.
2011-08-06 19:28:46 +00:00
jendave
c4975e7bf9 - Added Elder Mastery. 2011-08-06 19:28:38 +00:00
jendave
59206f4756 - Corrected Abyssal Specter. 2011-08-06 19:28:32 +00:00
jendave
240f18709f - Simplified Battle Strain.
- Added Windscouter.
2011-08-06 19:28:25 +00:00
jendave
406fa02a13 - Added Terrain Generator 2011-08-06 19:28:18 +00:00
jendave
30fea13178 minor fix to stPumpAll for Kashi-Tribe Elite 2011-08-06 19:28:12 +00:00
jendave
75c119e387 - Added Viseling 2011-08-06 19:28:05 +00:00
jendave
59d16ad604 - Added Laccolith Titan 2011-08-06 19:27:59 +00:00
jendave
eb4a8aad23 - Added Laccolith Grunt 2011-08-06 19:27:52 +00:00
jendave
3895bbdb21 - Added Flint Golem 2011-08-06 19:27:46 +00:00
jendave
2ace6e8bab - Permanents with alternative cost will now display their altCost in the CardDetailPanel 2011-08-06 19:27:39 +00:00
jendave
f64e39d897 - Ninjutsu abilities come into play being unblocked.
- Adding AttackerUnblocked trigger back in. Feel free to tweak if this isn't right.
2011-08-06 19:27:32 +00:00
jendave
82f6399638 - Added Marshdrinker Giant. 2011-08-06 19:27:25 +00:00
jendave
bb54bfcd11 - Fixed the spell description for Sunken Ruins, now displays the correct mana colors that are produced. 2011-08-06 19:27:19 +00:00
jendave
f43cf9395c convert Guilty Conscience to triggers 2011-08-06 19:27:11 +00:00
jendave
b2c783e5d8 retire the keyword "Whenever enchanted creature deals damage, you gain that much life." 2011-08-06 19:27:03 +00:00
jendave
5ba176dd6d add Soul Link (from Apocalypse) 2011-08-06 19:26:57 +00:00
jendave
d695d8d334 convert Armadillo Cloak, Spirit Link, Spirit Loop and Vampiric Link to triggers 2011-08-06 19:26:51 +00:00
jendave
22268bc4ef retire keyword "Whenever CARDNAME deals combat damage, you gain that much life." 2011-08-06 19:26:43 +00:00
jendave
290935b078 convert Sunhome Enforcer to triggers 2011-08-06 19:26:37 +00:00
jendave
649791e153 convert Noble Purpose to triggers 2011-08-06 19:26:31 +00:00
jendave
54350da716 retire keyword "Whenever CARDNAME deals damage, you gain that much life." Everything is converted to triggers. 2011-08-06 19:26:25 +00:00
jendave
af38eb0a16 convert Essence Sliver to triggers 2011-08-06 19:26:18 +00:00
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