mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed Resolute Survivors.
This commit is contained in:
@@ -5,6 +5,6 @@ PT:3/3
|
|||||||
K:You may exert CARDNAME as it attacks.
|
K:You may exert CARDNAME as it attacks.
|
||||||
T:Mode$ Exerted | ValidCard$ Creature.YouCtrl | Execute$ TrigDamageAll | TriggerDescription$ Whenever you exert a creature, CARDNAME deals 1 damage to each opponent and you gain 1 life.
|
T:Mode$ Exerted | ValidCard$ Creature.YouCtrl | Execute$ TrigDamageAll | 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.
|
// 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:TrigDamageAll:DB$ DealDamage | Defined$ Player.Opponent | NumDmg$ 1 | SubAbility$ DBGainLife
|
||||||
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1
|
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.
|
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.
|
||||||
Reference in New Issue
Block a user