Added Tuktuk Scrapper (thanks Squee)

This commit is contained in:
moomarc
2012-03-30 17:31:35 +00:00
parent 4b3a5fa2a6
commit 37f3474285
2 changed files with 19 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View 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