mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
give spelldescriptions to card that offer 'generic' choices
This commit is contained in:
@@ -3,8 +3,8 @@ ManaCost:2
|
||||
Types:Artifact Creature Insect
|
||||
PT:1/2
|
||||
A:AB$ GenericChoice | Cost$ T | ValidTgts$ Permanent.inZoneBattlefield+YouCtrl,Card.suspended+YouOwn | TgtPrompt$ Choose target permanent you control or suspended card you own | Defined$ You | Choices$ LoseTime,AddTime | TgtZone$ Battlefield,Exile | ConditionDefined$ Targeted | ConditionPresent$ Card.counters_GE1_TIME | ConditionCompare$ GE1 | SpellDescription$ Choose target permanent you control or suspended card you own. If that permanent or card has a time counter on it, you may remove a time counter from it or put another time counter on it.
|
||||
SVar:LoseTime:DB$ RemoveCounter | Defined$ Targeted | TgtPrompt$ Select target permanent or suspended card. | CounterType$ TIME | CounterNum$ 1 | ChoiceDescription$ Remove a time counter.
|
||||
SVar:AddTime:DB$ PutCounter | Defined$ Targeted | TgtPrompt$ Select target permanent with a time counter on it or suspended card. | CounterType$ TIME | CounterNum$ 1 | TgtZone$ Battlefield,Exile | ChoiceDescription$ Add a time counter.
|
||||
SVar:LoseTime:DB$ RemoveCounter | Defined$ Targeted | TgtPrompt$ Select target permanent or suspended card. | CounterType$ TIME | CounterNum$ 1 | SpellDescription$ Remove a time counter.
|
||||
SVar:AddTime:DB$ PutCounter | Defined$ Targeted | TgtPrompt$ Select target permanent with a time counter on it or suspended card. | CounterType$ TIME | CounterNum$ 1 | TgtZone$ Battlefield,Exile | SpellDescription$ Add a time counter.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/jhoiras_timebug.jpg
|
||||
Oracle:{T}: Choose target permanent you control or suspended card you own. If that permanent or card has a time counter on it, you may remove a time counter from it or put another time counter on it.
|
||||
@@ -3,9 +3,9 @@ ManaCost:5 U
|
||||
Types:Creature Shapeshifter
|
||||
PT:4/4
|
||||
A:AB$ GenericChoice | Cost$ 0 | Choices$ DBDoubleStrike,DBProtection,DBVigilance,DBShadow | SpellDescription$ Until end of turn, CARDNAME gets -1/-1 and gains your choice of double strike, protection from red, vigilance, or shadow.
|
||||
SVar:DBDoubleStrike:DB$ Pump | NumAtt$ -1 | NumDef$ -1 | KW$ Double Strike | ChoiceDescription$ CARDNAME gets -1/-1 and gains double strike until end of turn.
|
||||
SVar:DBProtection:DB$ Pump | NumAtt$ -1 | NumDef$ -1 | KW$ Protection from red | ChoiceDescription$ CARDNAME gets -1/-1 and gains protection from red until end of turn.
|
||||
SVar:DBVigilance:DB$ Pump | NumAtt$ -1 | NumDef$ -1 | KW$ Vigilance | ChoiceDescription$ CARDNAME gets -1/-1 and gains vigilance until end of turn.
|
||||
SVar:DBShadow:DB$ Pump | NumAtt$ -1 | NumDef$ -1 | KW$ Shadow | ChoiceDescription$ CARDNAME gets -1/-1 and gains shadow until end of turn.
|
||||
SVar:DBDoubleStrike:DB$ Pump | NumAtt$ -1 | NumDef$ -1 | KW$ Double Strike | SpellDescription$ CARDNAME gets -1/-1 and gains double strike until end of turn.
|
||||
SVar:DBProtection:DB$ Pump | NumAtt$ -1 | NumDef$ -1 | KW$ Protection from red | SpellDescription$ CARDNAME gets -1/-1 and gains protection from red until end of turn.
|
||||
SVar:DBVigilance:DB$ Pump | NumAtt$ -1 | NumDef$ -1 | KW$ Vigilance | SpellDescription$ CARDNAME gets -1/-1 and gains vigilance until end of turn.
|
||||
SVar:DBShadow:DB$ Pump | NumAtt$ -1 | NumDef$ -1 | KW$ Shadow | SpellDescription$ CARDNAME gets -1/-1 and gains shadow until end of turn.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/jodahs_avenger.jpg
|
||||
Oracle:{0}: Until end of turn, Jodah's Avenger gets -1/-1 and gains your choice of double strike, protection from red, vigilance, or shadow. (A creature with shadow can block or be blocked by only creatures with shadow.)
|
||||
Reference in New Issue
Block a user