add Part Water (from Legends)

This commit is contained in:
jendave
2011-08-06 14:59:38 +00:00
parent 61adb939b2
commit 5e29f8a640
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -3666,6 +3666,7 @@ res/cardsfolder/parch.txt -text svneol=native#text/plain
res/cardsfolder/pardic_collaborator.txt -text svneol=native#text/plain res/cardsfolder/pardic_collaborator.txt -text svneol=native#text/plain
res/cardsfolder/pardic_dragon.txt -text svneol=native#text/plain res/cardsfolder/pardic_dragon.txt -text svneol=native#text/plain
res/cardsfolder/pardic_lancer.txt -text svneol=native#text/plain res/cardsfolder/pardic_lancer.txt -text svneol=native#text/plain
res/cardsfolder/part_water.txt -text svneol=native#text/plain
res/cardsfolder/patagia_golem.txt -text svneol=native#text/plain res/cardsfolder/patagia_golem.txt -text svneol=native#text/plain
res/cardsfolder/path_of_angers_flame.txt -text svneol=native#text/plain res/cardsfolder/path_of_angers_flame.txt -text svneol=native#text/plain
res/cardsfolder/path_of_peace.txt -text svneol=native#text/plain res/cardsfolder/path_of_peace.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Part Water
ManaCost:X X U
Types:Instant
Text:no text
A:SP$Pump | Cost$ X X U | KW$ Islandwalk | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Creature | TgtPrompt$ Select target Creatures | SpellDescription$ X target creatures gain islandwalk until end of turn.
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
SVar:X:Targeted$Amount
SVar:MaxTgts:Count$Valid Creature
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/part_water.jpg
End