Bonehoard
	Opaline Bracers
This commit is contained in:
jendave
2011-08-06 16:58:27 +00:00
parent 50e9c1e199
commit 5fb9b16135
3 changed files with 24 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -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_saw.txt -text svneol=native#text/plain
res/cardsfolder/bone_shredder.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/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/boneknitter.txt -text svneol=native#text/plain
res/cardsfolder/boneshard_slasher.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 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_goblet.txt -text svneol=native#text/plain
res/cardsfolder/onyx_talisman.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/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/ophidian_eye.txt -text svneol=native#text/plain
res/cardsfolder/opportunist.txt -text svneol=native#text/plain res/cardsfolder/opportunist.txt -text svneol=native#text/plain
res/cardsfolder/opportunity.txt -text svneol=native#text/plain res/cardsfolder/opportunity.txt -text svneol=native#text/plain

View File

@@ -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

View File

@@ -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