Added Walking Sponge (Thanks Squee)

This commit is contained in:
moomarc
2012-04-13 15:34:16 +00:00
parent 4899041e6d
commit 010dcad9db
2 changed files with 17 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -10057,6 +10057,7 @@ res/cardsfolder/w/walking_corpse.txt -text
res/cardsfolder/w/walking_dead.txt svneol=native#text/plain
res/cardsfolder/w/walking_desecration.txt svneol=native#text/plain
res/cardsfolder/w/walking_dream.txt svneol=native#text/plain
res/cardsfolder/w/walking_sponge.txt -text
res/cardsfolder/w/walking_wall.txt svneol=native#text/plain
res/cardsfolder/w/wall_of_air.txt svneol=native#text/plain
res/cardsfolder/w/wall_of_blood.txt svneol=native#text/plain

View File

@@ -0,0 +1,16 @@
Name:Walking Sponge
ManaCost:1 U
Types:Creature Sponge
Text:no text
PT:1/1
A:AB$ Pump | Cost$ T | ValidTgts$ Creature | TgtPrompt$ Select target creature | StackDescription$ None | SubAbility$ MakeChoice | SpellDescription$ Target creature loses your choice of flying, first strike, or trample until end of turn.
SVar:MakeChoice:DB$ GenericChoice | Choices$ SpongeFly,SpongeStrike,SpongeTramp
SVar:SpongeFly:DB$Animate | Defined$ Targeted | RemoveKeywords$ Flying | ChoiceDescription$ Targeted creature loses flying.
SVar:SpongeStrike:DB$Animate | Defined$ Targeted | RemoveKeywords$ First Strike | ChoiceDescription$ Targeted creature loses first strike.
SVar:SpongeTramp:DB$Animate | Defined$ Targeted | RemoveKeywords$ Trample | ChoiceDescription$ Targeted creature loses trample.
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/walking_sponge.jpg
SetInfo:ULG|Uncommon|http://magiccards.info/scans/en/ul/47.jpg
Oracle:{T}: Target creature loses your choice of flying, first strike, or trample until end of turn.
End