mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
fixes
This commit is contained in:
@@ -9,5 +9,4 @@ T:Mode$ AttackersDeclared | AttackingPlayer$ You | Execute$ TrigToken | TriggerZ
|
|||||||
SVar:TrigToken:DB$ Token | TokenAmount$ Y | TokenScript$ w_1_1_human | TokenTapped$ True | TokenAttacking$ True | ChoosePlayerOrPlaneswalker$ True | TokenOwner$ You
|
SVar:TrigToken:DB$ Token | TokenAmount$ Y | TokenScript$ w_1_1_human | TokenTapped$ True | TokenAttacking$ True | ChoosePlayerOrPlaneswalker$ True | TokenOwner$ You
|
||||||
SVar:Y:PlayerCountOpponents$Amount
|
SVar:Y:PlayerCountOpponents$Amount
|
||||||
DeckHas:Ability$Token
|
DeckHas:Ability$Token
|
||||||
DeckHints:Type$Knight
|
|
||||||
Oracle:Vigilance\nAdeline, Resplendent Cathar's power is equal to the number of creatures you control.\nWhenever you attack, for each opponent, create a 1/1 white Human creature token that's tapped and attacking that player or a planeswalker they control.
|
Oracle:Vigilance\nAdeline, Resplendent Cathar's power is equal to the number of creatures you control.\nWhenever you attack, for each opponent, create a 1/1 white Human creature token that's tapped and attacking that player or a planeswalker they control.
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
Name:Blessed Defiance
|
Name:Blessed Defiance
|
||||||
ManaCost:W
|
ManaCost:W
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ Pump | Cost$ W | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +2 | KW$ Lifelink | SubAbility$ DBEffect | SpellDescription$ Target creature you control gets +2/+0 and gains lifelink until end of turn. When that creature dies this turn, create a 1/1 white Spirit creature token with flying.
|
A:SP$ Pump | Cost$ W | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumAtt$ +2 | KW$ Lifelink | SubAbility$ DBEffect | SpellDescription$ Target creature you control gets +2/+0 and gains lifelink until end of turn. When that creature dies this turn, create a 1/1 white Spirit creature token with flying.
|
||||||
SVar:DBEffect:DB$ Effect | Name$ Blessed Defiance Effect | Triggers$ BlessedTrig | RememberObjects$ ParentTarget | StackDescription$ When {c:Targeted} dies this turn, create a 1/1 white Spirit creature token with flying.
|
SVar:DBEffect:DB$ Effect | Triggers$ SpiritEmerge | RememberObjects$ Targeted | StackDescription$ When {c:Targeted} dies this turn, create a 1/1 white Spirit creature token with flying.
|
||||||
SVar:BlessedTrig:Mode$ ChangesZone | ValidCard$ Creature.IsRemembered | Origin$ Battlefield | Destination$ Graveyard | Execute$ DBToken | TriggerDescription$ When that creature dies this turn, create a 1/1 white Spirit creature token with flying.
|
SVar:SpiritEmerge:Mode$ ChangesZone | ValidCard$ Creature.IsRemembered | Origin$ Battlefield | Destination$ Graveyard | Execute$ DBToken | TriggerDescription$ When that creature dies this turn, create a 1/1 white Spirit creature token with flying.
|
||||||
SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | SubAbility$ EndEffect
|
SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | SubAbility$ DBExileSelf
|
||||||
SVar:EndEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
|
SVar:DBExileSelf:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
|
||||||
DeckHas:Ability$Token
|
DeckHas:Ability$Token
|
||||||
Oracle:Target creature you control gets +2/+0 and gains lifelink until end of turn. When that creature dies this turn, create a 1/1 white Spirit creature token with flying.
|
Oracle:Target creature you control gets +2/+0 and gains lifelink until end of turn. When that creature dies this turn, create a 1/1 white Spirit creature token with flying.
|
||||||
|
|||||||
@@ -3,4 +3,5 @@ ManaCost:1 B
|
|||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
T:Mode$ ChangesZoneAll | TriggerZones$ Battlefield | ValidCards$ Creature.nonToken | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigToken | ActivationLimit$ 1 | TriggerDescription$ Whenever one or more nontoken creatures die, create a 2/2 black Zombie creature token with decayed. This ability triggers only once each turn. (A creature with decayed can't block. When it attacks, sacrifice it at end of combat.)
|
T:Mode$ ChangesZoneAll | TriggerZones$ Battlefield | ValidCards$ Creature.nonToken | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigToken | ActivationLimit$ 1 | TriggerDescription$ Whenever one or more nontoken creatures die, create a 2/2 black Zombie creature token with decayed. This ability triggers only once each turn. (A creature with decayed can't block. When it attacks, sacrifice it at end of combat.)
|
||||||
SVar:TrigToken:DB$ Token | TokenScript$ b_2_2_zombie_decayed
|
SVar:TrigToken:DB$ Token | TokenScript$ b_2_2_zombie_decayed
|
||||||
|
DeckHas:Ability$Token
|
||||||
Oracle:Whenever one or more nontoken creatures die, create a 2/2 black Zombie creature token with decayed. This ability triggers only once each turn. (A creature with decayed can't block. When it attacks, sacrifice it at end of combat.)
|
Oracle:Whenever one or more nontoken creatures die, create a 2/2 black Zombie creature token with decayed. This ability triggers only once each turn. (A creature with decayed can't block. When it attacks, sacrifice it at end of combat.)
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ ManaCost:W B
|
|||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
K:Flashback:2 W B
|
K:Flashback:2 W B
|
||||||
A:SP$ ChangeZone | Cost$ W B Sac<1/Permanent.nonLand/nonland permanent> | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target nonland permanent.
|
A:SP$ ChangeZone | Cost$ W B Sac<1/Permanent.nonLand/nonland permanent> | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target nonland permanent.
|
||||||
Oracle:As an additional cost to cast this spell, sacrifice a nonland permanent.\nExile target nonland permanent.\nFlashback {2}{W}{B} (You may cast this card from your graveyard for its flashback cost. Then exile it.)
|
Oracle:As an additional cost to cast this spell, sacrifice a nonland permanent.\nExile target nonland permanent.\nFlashback {2}{W}{B} (You may cast this card from your graveyard for its flashback cost and any additional costs. Then exile it.)
|
||||||
|
|||||||
@@ -4,4 +4,5 @@ Types:Instant
|
|||||||
K:Flashback:4 R W
|
K:Flashback:4 R W
|
||||||
A:SP$ DealDamage | Cost$ R W | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 2 | SubAbility$ DBGainLife | SpellDescription$ CARDNAME deals 2 damage to any target and you gain 2 life.
|
A:SP$ DealDamage | Cost$ R W | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 2 | SubAbility$ DBGainLife | SpellDescription$ CARDNAME deals 2 damage to any target and you gain 2 life.
|
||||||
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 2
|
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 2
|
||||||
|
DeckHas:Ability$LifeGain
|
||||||
Oracle:Sacred Fire deals 2 damage to any target and you gain 2 life.\nFlashback {4}{R}{W} (You may cast this card from your graveyard for its flashback cost. Then exile it.)
|
Oracle:Sacred Fire deals 2 damage to any target and you gain 2 life.\nFlashback {4}{R}{W} (You may cast this card from your graveyard for its flashback cost. Then exile it.)
|
||||||
|
|||||||
Reference in New Issue
Block a user