add Creature Bond (from original base alpha)

This commit is contained in:
slapshot5
2011-10-03 23:06:57 +00:00
parent c351bb9d38
commit a24f2972fd
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1580,6 +1580,7 @@ res/cardsfolder/c/crazed_skirge.txt svneol=native#text/plain
res/cardsfolder/c/creakwood_ghoul.txt svneol=native#text/plain res/cardsfolder/c/creakwood_ghoul.txt svneol=native#text/plain
res/cardsfolder/c/creakwood_liege.txt svneol=native#text/plain res/cardsfolder/c/creakwood_liege.txt svneol=native#text/plain
res/cardsfolder/c/cream_of_the_crop.txt svneol=native#text/plain res/cardsfolder/c/cream_of_the_crop.txt svneol=native#text/plain
res/cardsfolder/c/creature_bond.txt -text
res/cardsfolder/c/creeping_corrosion.txt svneol=native#text/plain res/cardsfolder/c/creeping_corrosion.txt svneol=native#text/plain
res/cardsfolder/c/creeping_mold.txt svneol=native#text/plain res/cardsfolder/c/creeping_mold.txt svneol=native#text/plain
res/cardsfolder/c/creeping_renaissance.txt -text res/cardsfolder/c/creeping_renaissance.txt -text

View File

@@ -0,0 +1,12 @@
Name:Creature Bond
ManaCost:1 U
Types:Enchantment Aura
Text:no text
K:Enchant creature
A:SP$ Attach | Cost$ 1 U | ValidTgts$ Creature | AILogic$ Curse
T:Mode$ ChangesZone | ValidCard$ Card.AttachedBy | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ When enchanted creature dies, CARDNAME deals damage equal to that creature's toughness to the creature's controller.
SVar:TrigDamage:AB$ DealDamage | Cost$ 0 | Defined$ TriggeredCardController | NumDmg$ Y
SVar:Y:TriggeredCard$CardToughness
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/creature_bond.jpg
End