mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
give spelldescriptions to card that offer 'generic' choices
This commit is contained in:
@@ -3,9 +3,9 @@ ManaCost:6
|
||||
Types:Artifact Creature Shapeshifter
|
||||
PT:4/4
|
||||
A:AB$ GenericChoice | Cost$ 2 Discard<1/Card> | Choices$ ChooseCounters,ChooseFlying,ChooseFirstStrike,ChooseTrample | SpellDescription$ Put a +1/+1 counter on CARDNAME or CARDNAME gains flying, first strike, or trample. (This effect lasts indefinitely.)
|
||||
SVar:ChooseCounters:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 1 | ChoiceDescription$ Put a +1/+1 counter on CARDNAME.
|
||||
SVar:ChooseFlying:DB$ Pump | Defined$ Self | KW$ Flying | Permanent$ True | ChoiceDescription$ CARDNAME gains flying.
|
||||
SVar:ChooseFirstStrike:DB$ Pump | Defined$ Self | KW$ First Strike | Permanent$ True | ChoiceDescription$ CARDNAME gains first strike.
|
||||
SVar:ChooseTrample:DB$ Pump | Defined$ Self | KW$ Trample | Permanent$ True | ChoiceDescription$ CARDNAME gains trample.
|
||||
SVar:ChooseCounters:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on CARDNAME.
|
||||
SVar:ChooseFlying:DB$ Pump | Defined$ Self | KW$ Flying | Permanent$ True | SpellDescription$ CARDNAME gains flying.
|
||||
SVar:ChooseFirstStrike:DB$ Pump | Defined$ Self | KW$ First Strike | Permanent$ True | SpellDescription$ CARDNAME gains first strike.
|
||||
SVar:ChooseTrample:DB$ Pump | Defined$ Self | KW$ Trample | Permanent$ True | SpellDescription$ CARDNAME gains trample.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/flowstone_sculpture.jpg
|
||||
Oracle:{2}, Discard a card: Put a +1/+1 counter on Flowstone Sculpture or Flowstone Sculpture gains flying, first strike, or trample. (This effect lasts indefinitely.)
|
||||
@@ -8,9 +8,9 @@ SVar:DBExile:DB$ ChangeZone | Defined$ ChosenCard | Origin$ Graveyard | Destinat
|
||||
SVar:Movetoyard:DB$ ChangeZone | Hidden$ True | Origin$ All | Destination$ Graveyard | Defined$ Self | ConditionCheckSVar$ CheckExiled | ConditionSVarCompare$ LTX | References$ CheckExiled,X | Imprint$ True | SubAbility$ ChooseCounters
|
||||
SVar:ChooseCounters:DB$ Repeat | MaxRepeat$ X | RepeatSubAbility$ DBChooseCounter | ConditionCheckSVar$ CheckExiled | ConditionSVarCompare$ EQX | References$ CheckExiled,X | SubAbility$ MovetoPlay
|
||||
SVar:DBChooseCounter:DB$ GenericChoice | Choices$ SVarP1P1,SVarP2P0,SVarP0P2
|
||||
SVar:SVarP1P1:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 1 | ChoiceDescription$ +1/+1
|
||||
SVar:SVarP2P0:DB$ PutCounter | CounterType$ P2P0 | CounterNum$ 1 | ChoiceDescription$ +2/+0
|
||||
SVar:SVarP0P2:DB$ PutCounter | CounterType$ P0P2 | CounterNum$ 1 | ChoiceDescription$ +0/+2
|
||||
SVar:SVarP1P1:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ +1/+1
|
||||
SVar:SVarP2P0:DB$ PutCounter | CounterType$ P2P0 | CounterNum$ 1 | SpellDescription$ +2/+0
|
||||
SVar:SVarP0P2:DB$ PutCounter | CounterType$ P0P2 | CounterNum$ 1 | SpellDescription$ +0/+2
|
||||
SVar:MovetoPlay:DB$ ChangeZone | Hidden$ True | Origin$ All | Destination$ Battlefield | Defined$ Self | ConditionDefined$ Imprinted | ConditionPresent$ Card | ConditionCompare$ EQ0 | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearImprinted$ True
|
||||
SVar:X:Count$xPaid
|
||||
|
||||
Reference in New Issue
Block a user