From a24f2972fd5b20ad7f9a8944f66ea15d33010d73 Mon Sep 17 00:00:00 2001 From: slapshot5 Date: Mon, 3 Oct 2011 23:06:57 +0000 Subject: [PATCH] add Creature Bond (from original base alpha) --- .gitattributes | 1 + res/cardsfolder/c/creature_bond.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 res/cardsfolder/c/creature_bond.txt diff --git a/.gitattributes b/.gitattributes index ee891902bb4..b43eb640f18 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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_liege.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_mold.txt svneol=native#text/plain res/cardsfolder/c/creeping_renaissance.txt -text diff --git a/res/cardsfolder/c/creature_bond.txt b/res/cardsfolder/c/creature_bond.txt new file mode 100644 index 00000000000..5c4d6052164 --- /dev/null +++ b/res/cardsfolder/c/creature_bond.txt @@ -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 \ No newline at end of file