mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
add Creature Bond (from original base alpha)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||||
|
|||||||
12
res/cardsfolder/c/creature_bond.txt
Normal file
12
res/cardsfolder/c/creature_bond.txt
Normal 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
|
||||||
Reference in New Issue
Block a user