diff --git a/.gitattributes b/.gitattributes index d9a4d5ab1e2..7fdf05c3ce7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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_dragon.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/path_of_angers_flame.txt -text svneol=native#text/plain res/cardsfolder/path_of_peace.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/part_water.txt b/res/cardsfolder/part_water.txt new file mode 100644 index 00000000000..59fd597b66d --- /dev/null +++ b/res/cardsfolder/part_water.txt @@ -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 \ No newline at end of file