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
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