mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
sutured_ghoul.txt overhaul
This commit is contained in:
@@ -3,14 +3,14 @@ ManaCost:4 B B B
|
|||||||
Types:Creature Zombie
|
Types:Creature Zombie
|
||||||
PT:*/*
|
PT:*/*
|
||||||
K:Trample
|
K:Trample
|
||||||
K:ETBReplacement:Copy:ChooseCreatures
|
K:ETBReplacement:Other:ChooseCreatures
|
||||||
SVar:ChooseCreatures:DB$ ChooseCard | Defined$ You | Amount$ X | Choices$ Creature.YouOwn | ChoiceTitle$ Exile any number of creature cards from your graveyard. | ChoiceZone$ Graveyard | RememberChosen$ True | SubAbility$ ExileCreatures | SpellDescription$ As CARDNAME enters the battlefield, exile any number of creature cards from your graveyard. CARDNAME's power is equal to the total power of the exiled cards and its toughness is equal to their total toughness.
|
SVar:ChooseCreatures:DB$ ChooseCard | Defined$ You | MinAmount$ 0 | Amount$ X | Choices$ Creature.YouOwn+Other | ChoiceTitle$ Exile any number of creature cards from your graveyard | ChoiceZone$ Graveyard | RememberChosen$ True | SubAbility$ ExileCreatures | SpellDescription$ As CARDNAME enters the battlefield, exile any number of creature cards from your graveyard. CARDNAME's power is equal to the total power of the exiled cards and its toughness is equal to their total toughness.
|
||||||
SVar:ExileCreatures:DB$ ChangeZoneAll | ChangeType$ Remembered | Origin$ Graveyard | Destination$ Exile | SubAbility$ AnimateSuture
|
SVar:ExileCreatures:DB$ ChangeZoneAll | ChangeType$ Card.IsRemembered | Origin$ Graveyard | Destination$ Exile | SubAbility$ DBEffect
|
||||||
SVar:AnimateSuture:DB$ Animate | Defined$ Self | Power$ TotalPower | Toughness$ TotalToughness | Duration$ Permanent | SubAbility$ DBCleanup
|
SVar:DBEffect:DB$ Effect | StaticAbilities$ PT | ImprintCards$ Remembered | RememberObjects$ Self | Duration$ Permanent | ExileOnMoved$ Battlefield | SubAbility$ DBCleanup
|
||||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
SVar:PT:Mode$ Continuous | EffectZone$ Command | Affected$ Card.IsRemembered | SetPower$ TotalPower | SetToughness$ TotalToughness | Description$ EFFECTSOURCE's power is equal to the total power of the exiled cards and its toughness is equal to their total toughness.
|
||||||
SVar:TotalPower:Remembered$CardPower
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenCard$ True
|
||||||
SVar:TotalToughness:Remembered$CardToughness
|
SVar:TotalPower:Imprinted$CardPower
|
||||||
|
SVar:TotalToughness:Imprinted$CardToughness
|
||||||
SVar:X:Count$TypeInYourYard.Creature
|
SVar:X:Count$TypeInYourYard.Creature
|
||||||
AI:RemoveDeck:Random
|
AI:RemoveDeck:Random
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/sutured_ghoul.jpg
|
|
||||||
Oracle:Trample\nAs Sutured Ghoul enters the battlefield, exile any number of creature cards from your graveyard.\nSutured Ghoul's power is equal to the total power of the exiled cards and its toughness is equal to their total toughness.
|
Oracle:Trample\nAs Sutured Ghoul enters the battlefield, exile any number of creature cards from your graveyard.\nSutured Ghoul's power is equal to the total power of the exiled cards and its toughness is equal to their total toughness.
|
||||||
|
|||||||
Reference in New Issue
Block a user