mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Added Make Yourself Useful.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -10080,6 +10080,7 @@ forge-gui/res/cardsfolder/m/make_a_stand.txt -text
|
||||
forge-gui/res/cardsfolder/m/make_a_wish.txt -text
|
||||
forge-gui/res/cardsfolder/m/make_mischief.txt -text
|
||||
forge-gui/res/cardsfolder/m/make_obsolete.txt -text
|
||||
forge-gui/res/cardsfolder/m/make_yourself_useful.txt -text
|
||||
forge-gui/res/cardsfolder/m/makeshift_mannequin.txt -text svneol=unset#text/plain
|
||||
forge-gui/res/cardsfolder/m/makeshift_mauler.txt -text
|
||||
forge-gui/res/cardsfolder/m/makindi_aeronaut.txt -text
|
||||
|
||||
10
forge-gui/res/cardsfolder/m/make_yourself_useful.txt
Normal file
10
forge-gui/res/cardsfolder/m/make_yourself_useful.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Make Yourself Useful
|
||||
ManaCost:no cost
|
||||
Types:Scheme
|
||||
T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ MakeUseful | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, destroy target creature an opponent controls. If a creature is destroyed this way, you gain life equal to its toughness.
|
||||
SVar:MakeUseful:DB$ Destroy | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | RememberDestroyed$ True | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$GainLife | Defined$ You | LifeAmount$ X | References$ X | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:RememberedLKI$CardToughness
|
||||
SVar:Picture:https://downloads.cardforge.org/images/cards/E01/Make Yourself Useful.full.jpg
|
||||
Oracle:When you set this scheme in motion, destroy target creature an opponent controls. If a creature is destroyed this way, you gain life equal to its toughness.
|
||||
Reference in New Issue
Block a user