mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
improve cards that care about certain planeswalker type
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
Name:Gideon's Triumph
|
||||
ManaCost:1 W
|
||||
Types:Instant
|
||||
A:SP$ Sacrifice | Cost$ 1 W | ValidTgts$ Opponent | SacValid$ Creature.attackedThisTurn,Creature.blockedThisTurn | SacMessage$ Creature that attacked or blocked this turn | Amount$ X | SpellDescription$ Target opponent sacrifices a creature that attacked or blocked this turn. If you control a Gideon planeswalker, that player sacrifices two of those creatures instead.
|
||||
A:SP$ Sacrifice | ValidTgts$ Opponent | SacValid$ Creature.attackedThisTurn,Creature.blockedThisTurn | SacMessage$ Creature that attacked or blocked this turn | Amount$ X | SpellDescription$ Target opponent sacrifices a creature that attacked or blocked this turn. If you control a Gideon planeswalker, that player sacrifices two of those creatures instead.
|
||||
SVar:Y:Count$Valid Planeswalker.Gideon+YouCtrl
|
||||
SVar:X:Count$Compare Y GE1.2.1
|
||||
DeckHints:Type$Gideon
|
||||
Oracle:Target opponent sacrifices a creature that attacked or blocked this turn. If you control a Gideon planeswalker, that player sacrifices two of those creatures instead.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Huatli's Spurring
|
||||
ManaCost:R
|
||||
Types:Instant
|
||||
A:SP$ Pump | Cost$ R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +X | SpellDescription$ Target creature gets +2/+0 until end of turn. If you control a Huatli planeswalker, that creature gets +4/+0 until end of turn instead.
|
||||
A:SP$ Pump | ValidTgts$ Creature | NumAtt$ +X | SpellDescription$ Target creature gets +2/+0 until end of turn. If you control a Huatli planeswalker, that creature gets +4/+0 until end of turn instead.
|
||||
SVar:Y:Count$Valid Planeswalker.Huatli+YouCtrl
|
||||
SVar:X:Count$Compare Y GE1.4.2
|
||||
DeckHints:Type$Huatli
|
||||
Oracle:Target creature gets +2/+0 until end of turn. If you control a Huatli planeswalker, that creature gets +4/+0 until end of turn instead.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Jace's Triumph
|
||||
ManaCost:2 U
|
||||
Types:Sorcery
|
||||
A:SP$ Draw | Cost$ 2 U | NumCards$ X | SpellDescription$ Draw two cards. If you control a Jace planeswalker, draw three cards instead.
|
||||
A:SP$ Draw | NumCards$ X | SpellDescription$ Draw two cards. If you control a Jace planeswalker, draw three cards instead.
|
||||
SVar:Y:Count$Valid Planeswalker.Jace+YouCtrl
|
||||
SVar:X:Count$Compare Y GE1.3.2
|
||||
DeckHints:Type$Jace
|
||||
Oracle:Draw two cards. If you control a Jace planeswalker, draw three cards instead.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
Name:Nissa's Triumph
|
||||
ManaCost:G G
|
||||
Types:Sorcery
|
||||
A:SP$ ChangeZone | Cost$ G G | Origin$ Library | Destination$ Hand | ChangeType$ Land.Basic+Forest | ChangeNum$ 2 | ConditionPresent$ Planeswalker.Nissa+YouCtrl | ConditionCompare$ EQ0 | SubAbility$ DBChangeZone | SpellDescription$ Search your library for up to two basic Forest cards. If you control a Nissa planeswalker, instead search your library for up to three land cards. Reveal those cards, put them into your hand, then shuffle.
|
||||
A:SP$ ChangeZone | Origin$ Library | Destination$ Hand | ChangeType$ Land.Basic+Forest | ChangeNum$ 2 | ConditionPresent$ Planeswalker.Nissa+YouCtrl | ConditionCompare$ EQ0 | SubAbility$ DBChangeZone | SpellDescription$ Search your library for up to two basic Forest cards. If you control a Nissa planeswalker, instead search your library for up to three land cards. Reveal those cards, put them into your hand, then shuffle.
|
||||
SVar:DBChangeZone:DB$ ChangeZone | Origin$ Library | Destination$ Hand | ChangeType$ Land | ChangeNum$ 3 | ConditionPresent$ Planeswalker.Nissa+YouCtrl | ConditionCompare$ GE1
|
||||
DeckHints:Type$Nissa
|
||||
Oracle:Search your library for up to two basic Forest cards. If you control a Nissa planeswalker, instead search your library for up to three land cards. Reveal those cards, put them into your hand, then shuffle.
|
||||
|
||||
@@ -5,4 +5,5 @@ PT:2/3
|
||||
A:AB$ LoseLife | Cost$ T | ValidTgts$ Opponent | LifeAmount$ X | SpellDescription$ Target opponent loses 1 life. If you control a Tezzeret planeswalker, that player loses 3 life instead.
|
||||
SVar:Y:Count$Valid Planeswalker.Tezzeret+YouCtrl
|
||||
SVar:X:Count$Compare Y GE1.3.1
|
||||
DeckHints:Type$Tezzeret
|
||||
Oracle:{T}: Target opponent loses 1 life. If you control a Tezzeret planeswalker, that player loses 3 life instead.
|
||||
|
||||
Reference in New Issue
Block a user