mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Added Tuktuk Scrapper (thanks Squee)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -9557,6 +9557,7 @@ res/cardsfolder/t/tsunami.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/tukatongue_thallid.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/tuknir_deathlock.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/tuktuk_grunts.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/tuktuk_scrapper.txt -text
|
||||
res/cardsfolder/t/tuktuk_the_explorer.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/tumble_magnet.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/tundra.txt svneol=native#text/plain
|
||||
|
||||
18
res/cardsfolder/t/tuktuk_scrapper.txt
Normal file
18
res/cardsfolder/t/tuktuk_scrapper.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
Name:Tuktuk Scrapper
|
||||
ManaCost:3 R
|
||||
Types:Creature Goblin Artificer Ally
|
||||
Text:no text
|
||||
PT:2/2
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TuktukDestroy | OptionalDecider$ You | TriggerDescription$ Whenever Tuktuk Scrapper or another Ally enters the battlefield under your control, you may destroy target artifact. If that artifact is put into a graveyard this way, Tuktuk Scrapper deals damage to that artifact's controller equal to the number of Allies you control.
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TuktukDestroy | Secondary$ True | OptionalDecider$ You | TriggerDescription$ Whenever Tuktuk Scrapper or another Ally enters the battlefield under your control, you may destroy target artifact. If that artifact is put into a graveyard this way, Tuktuk Scrapper deals damage to that artifact's controller equal to the number of Allies you control.
|
||||
SVar:TuktukDestroy:AB$ Destroy | Cost$ 0 | ValidTgts$ Artifact | TgtPrompt$ Select target artifact | RememberDestroyed$ True | SubAbility$ TuktukDamage | SpellDescription$ If that artifact is put into a graveyard this way,
|
||||
SVar:TuktukDamage:DB$DealDamage | Defined$ TargetedController | NumDmg$ X | ConditionCheckSVar$ Y | ConditionSVarCompare$ GE1 | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Count$TypeYouCtrl.Ally
|
||||
SVar:Y:Remembered$Amount
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/tuktuk_scrapper.jpg
|
||||
SetInfo:WWK|Uncommon|http://magiccards.info/scans/en/wwk/94.jpg
|
||||
Oracle:Whenever Tuktuk Scrapper or another Ally enters the battlefield under your control, you may destroy target artifact. If that artifact is put into a graveyard this way, Tuktuk Scrapper deals damage to that artifact's controller equal to the number of Allies you control.
|
||||
End
|
||||
Reference in New Issue
Block a user