From 5fb9b16135f11072c20f0cff7d8f32b30dadbc27 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 16:58:27 +0000 Subject: [PATCH] *Added Bonehoard Opaline Bracers --- .gitattributes | 2 ++ res/cardsfolder/bonehoard.txt | 11 +++++++++++ res/cardsfolder/opaline_bracers.txt | 11 +++++++++++ 3 files changed, 24 insertions(+) create mode 100644 res/cardsfolder/bonehoard.txt create mode 100644 res/cardsfolder/opaline_bracers.txt diff --git a/.gitattributes b/.gitattributes index 36e41b29311..a893adc1847 100644 --- a/.gitattributes +++ b/.gitattributes @@ -673,6 +673,7 @@ res/cardsfolder/bone_harvest.txt -text svneol=native#text/plain res/cardsfolder/bone_saw.txt -text svneol=native#text/plain res/cardsfolder/bone_shredder.txt -text svneol=native#text/plain res/cardsfolder/bone_splinters.txt -text svneol=native#text/plain +res/cardsfolder/bonehoard.txt -text svneol=native#text/plain res/cardsfolder/boneknitter.txt -text svneol=native#text/plain res/cardsfolder/boneshard_slasher.txt -text svneol=native#text/plain res/cardsfolder/bonesplitter.txt -text svneol=native#text/plain @@ -3887,6 +3888,7 @@ res/cardsfolder/onulet.txt -text svneol=native#text/plain res/cardsfolder/onyx_goblet.txt -text svneol=native#text/plain res/cardsfolder/onyx_talisman.txt -text svneol=native#text/plain res/cardsfolder/oonas_gatewarden.txt -text svneol=native#text/plain +res/cardsfolder/opaline_bracers.txt -text svneol=native#text/plain res/cardsfolder/ophidian_eye.txt -text svneol=native#text/plain res/cardsfolder/opportunist.txt -text svneol=native#text/plain res/cardsfolder/opportunity.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/bonehoard.txt b/res/cardsfolder/bonehoard.txt new file mode 100644 index 00000000000..39ee57f7cec --- /dev/null +++ b/res/cardsfolder/bonehoard.txt @@ -0,0 +1,11 @@ +Name:Bonehoard +ManaCost:4 +Types:Artifact Equipment +Text:Equipped creature gets +X/+X, where X is the number of creature cards in all graveyards. +K:eqPump 2:+0/+0 +K:stPumpEquipped:Creature:X/X:no Condition:no text +K:Living Weapon +SVar:X:Count$TypeInAllYards.Creature +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/bonehoard.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/opaline_bracers.txt b/res/cardsfolder/opaline_bracers.txt new file mode 100644 index 00000000000..6ed46821282 --- /dev/null +++ b/res/cardsfolder/opaline_bracers.txt @@ -0,0 +1,11 @@ +Name:Opaline Bracers +ManaCost:4 +Types:Artifact Equipment +Text:Equipped creature gets +X/+X, where X is the number of charge counters on CARDNAME. +K:eqPump 2:+0/+0 +K:stPumpEquipped:Creature:X/X:no Condition:no text +K:Sunburst +SVar:X:Count$CardCounters.CHARGE +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/opaline_bracers.jpg +End \ No newline at end of file