mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Convert skip your next turn cards from giving an extra turn to an opponent (since that's wrong)
This commit is contained in:
@@ -3,7 +3,7 @@ ManaCost:1 U
|
||||
Types:Creature Atog
|
||||
PT:1/2
|
||||
A:AB$ Pump | Cost$ 0 | NumAtt$ +3 | NumDef$ +3 | ActivationLimit$ 1 | SubAbility$ DBSkipTurn | SpellDescription$ CARDNAME gets +3/+3 until end of turn. You skip your next turn. Activate this ability only once each turn.
|
||||
SVar:DBSkipTurn:DB$AddTurn | NumTurns$ 1 | Defined$ Opponent
|
||||
SVar:DBSkipTurn:DB$ SkipTurn | NumTurns$ 1 | Defined$ You
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/chronatog.jpg
|
||||
Oracle:{0}: Chronatog gets +3/+3 until end of turn. You skip your next turn. Activate this ability only once each turn.
|
||||
@@ -4,7 +4,7 @@ Types:Vanguard
|
||||
HandLifeModifier:-1/+1
|
||||
S:Mode$ Continuous | EffectZone$ Command | Affected$ You | SetMaxHandSize$ Unlimited | Description$ You have no maximum hand size.
|
||||
A:AB$ Draw | ActivationZone$ Command | Cost$ 0 | NumCards$ 3 | Defined$ You | ActivationLimit$ 1 | SubAbility$ DBSkipTurn | SpellDescription$ Draw three cards. You skip your next turn. Activate this ability only once each turn.
|
||||
SVar:DBSkipTurn:DB$ AddTurn | NumTurns$ 1 | Defined$ Opponent
|
||||
SVar:DBSkipTurn:DB$ SkipTurn | NumTurns$ 1 | Defined$ You
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.cardforge.org/fpics/vgd-lq/chronatog_avatar.jpg
|
||||
Oracle:Hand -1, life +1\nYou have no maximum hand size.\n{0}: Draw three cards. You skip your next turn. Activate this ability only once each turn.
|
||||
@@ -4,6 +4,6 @@ Types:Artifact
|
||||
A:AB$ Mana | Cost$ T | Produced$ U | SpellDescription$ Add U to your mana pool.
|
||||
A:AB$ Animate | Cost$ 1 U | Defined$ Self | Power$ 1 | Toughness$ 2 | Types$ Creature,Artifact,Atog | Colors$ Blue | SpellDescription$ CARDNAME becomes a 1/2 blue Atog artifact creature until end of turn.
|
||||
A:AB$ Pump | Cost$ 0 | Defined$ Self | NumAtt$ +3 | NumDef$ +3 | IsPresent$ Card.Self+Creature | ActivationLimit$ 1 | SubAbility$ SkipTurn | SpellDescription$ CARDNAME gets +3/+3 until end of turn. You skip your next turn. Activate this ability only once each turn and only if CARDNAME is a creature.
|
||||
SVar:SkipTurn:DB$AddTurn | NumTurns$ 1 | Defined$ Opponent
|
||||
SVar:SkipTurn:DB$ SkipTurn | NumTurns$ 1 | Defined$ You
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/chronatog_totem.jpg
|
||||
Oracle:{T}: Add {U} to your mana pool.\n{1}{U}: Chronatog Totem becomes a 1/2 blue Atog artifact creature until end of turn.\n{0}: Chronatog Totem gets +3/+3 until end of turn. You skip your next turn. Activate this ability only once each turn and only if Chronatog Totem is a creature.
|
||||
@@ -3,6 +3,6 @@ ManaCost:5 W
|
||||
Types:Creature Giant
|
||||
PT:5/5
|
||||
A:AB$ ChangeZone | Cost$ 1 W | Origin$ Graveyard | Destination$ Battlefield | Tapped$ True | ActivationZone$ Graveyard | SubAbility$ SkipTurn | SpellDescription$ Return CARDNAME from your graveyard to the battlefield tapped. You skip your next turn.
|
||||
SVar:SkipTurn:DB$AddTurn | Defined$ Opponent | NumTurns$ 1
|
||||
SVar:SkipTurn:DB$ SkipTurn | Defined$ You | NumTurns$ 1
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/chronosavant.jpg
|
||||
Oracle:{1}{W}: Return Chronosavant from your graveyard to the battlefield tapped. You skip your next turn.
|
||||
Reference in New Issue
Block a user