- Added Dusk Urchins

This commit is contained in:
jeffwadsworth
2011-10-05 03:40:46 +00:00
parent 64af664dae
commit 5734bedc06
2 changed files with 15 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2181,6 +2181,7 @@ res/cardsfolder/d/durkwood_baloth.txt svneol=native#text/plain
res/cardsfolder/d/durkwood_boars.txt svneol=native#text/plain
res/cardsfolder/d/durkwood_tracker.txt svneol=native#text/plain
res/cardsfolder/d/dusk_imp.txt svneol=native#text/plain
res/cardsfolder/d/dusk_urchins.txt -text
res/cardsfolder/d/duskdale_wurm.txt svneol=native#text/plain
res/cardsfolder/d/duskhunter_bat.txt svneol=native#text/plain
res/cardsfolder/d/duskmantle_house_of_shadow.txt svneol=native#text/plain

View File

@@ -0,0 +1,14 @@
Name:Dusk Urchins
ManaCost:2 B
Types:Creature Ouphe
Text:no text
PT:4/3
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks or blocks, put a -1/-1 counter on it.
T:Mode$ Blocks | ValidCard$ Card.Self | Execute$ TrigPutCounter | Secondary$ True | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks or blocks, put a -1/-1 counter on it.
SVar:TrigPutCounter:AB$ PutCounter | Cost$ 0 | CounterType$ M1M1 | CounterNum$ 1
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME dies, draw a card for each -1/-1 counter on it.
SVar:TrigDraw:AB$ Draw | Cost$ 0 | NumCards$ X
SVar:X:TriggeredCard$CardCounters.M1M1
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/dusk_urchins.jpg
End