mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
29260c205d
git-svn-id: http://svn.slightlymagic.net/forge/trunk@35700 269b9781-a132-4a9b-9d4e-f004f1b56b58
10 lines
847 B
Plaintext
10 lines
847 B
Plaintext
Name:Resolute Survivors
|
|
ManaCost:1 R W
|
|
Types:Creature Human Warrior
|
|
PT:3/3
|
|
K:You may exert CARDNAME as it attacks.
|
|
T:Mode$ Exerted | ValidCard$ Creature.YouCtrl | Execute$ TrigDamageAll | TriggerZones$ Battlefield | TriggerDescription$ Whenever you exert a creature, CARDNAME deals 1 damage to each opponent and you gain 1 life.
|
|
// This code presumes that you are only ever allowed to exert creatures you control. If this is changed in the future, it will need an update.
|
|
SVar:TrigDamageAll:DB$ DamageAll | ValidPlayers$ Player.Opponent | NumDmg$ 1 | SubAbility$ DBGainLife
|
|
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1
|
|
Oracle:You may exert Resolute Survivors as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, Resolute Survivors deals 1 damage to each opponent and you gain 1 life. |