- Added Shu Defender and Town Sentry.

This commit is contained in:
Sloth
2011-12-01 16:02:50 +00:00
parent 365230aaee
commit df3e482a18
3 changed files with 26 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -7426,6 +7426,7 @@ res/cardsfolder/s/shrink.txt svneol=native#text/plain
res/cardsfolder/s/shrivel.txt svneol=native#text/plain
res/cardsfolder/s/shriveling_rot.txt svneol=native#text/plain
res/cardsfolder/s/shu_cavalry.txt svneol=native#text/plain
res/cardsfolder/s/shu_defender.txt -text
res/cardsfolder/s/shu_elite_companions.txt svneol=native#text/plain
res/cardsfolder/s/shu_elite_infantry.txt svneol=native#text/plain
res/cardsfolder/s/shu_farmer.txt svneol=native#text/plain
@@ -8758,6 +8759,7 @@ res/cardsfolder/t/tower_of_fortunes.txt svneol=native#text/plain
res/cardsfolder/t/tower_of_murmurs.txt svneol=native#text/plain
res/cardsfolder/t/tower_of_the_magistrate.txt svneol=native#text/plain
res/cardsfolder/t/towering_baloth.txt svneol=native#text/plain
res/cardsfolder/t/town_sentry.txt -text
res/cardsfolder/t/toxic_iguanar.txt svneol=native#text/plain
res/cardsfolder/t/toxic_nim.txt svneol=native#text/plain
res/cardsfolder/t/toxin_sliver.txt svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Shu Defender
ManaCost:2 W
Types:Creature Human Soldier
Text:no text
PT:2/2
T:Mode$ Blocks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME blocks, it gets +0/+2 until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumDef$ 2
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/shu_defender.jpg
SetInfo:PTK|Common|http://magiccards.info/scans/en/p3k/20.jpg
Oracle:Whenever Shu Defender blocks, it gets +0/+2 until end of turn.
End

View File

@@ -0,0 +1,12 @@
Name:Town Sentry
ManaCost:2 W
Types:Creature Human Soldier
Text:no text
PT:2/2
T:Mode$ Blocks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME blocks, it gets +0/+2 until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumDef$ 2
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/town_sentry.jpg
SetInfo:PO2|Common|http://magiccards.info/scans/en/po2/145.jpg
Oracle:Whenever Town Sentry blocks, it gets +0/+2 until end of turn.
End