- Added Horned Helm and Neurok Stealthsuit.

This commit is contained in:
Sloth
2012-01-24 11:32:07 +00:00
parent e395839207
commit 9a85f3e744
4 changed files with 26 additions and 1 deletions

2
.gitattributes vendored
View File

@@ -3973,6 +3973,7 @@ res/cardsfolder/h/horn_of_deafening.txt svneol=native#text/plain
res/cardsfolder/h/horn_of_greed.txt svneol=native#text/plain res/cardsfolder/h/horn_of_greed.txt svneol=native#text/plain
res/cardsfolder/h/horn_of_ramos.txt svneol=native#text/plain res/cardsfolder/h/horn_of_ramos.txt svneol=native#text/plain
res/cardsfolder/h/horned_cheetah.txt svneol=native#text/plain res/cardsfolder/h/horned_cheetah.txt svneol=native#text/plain
res/cardsfolder/h/horned_helm.txt -text
res/cardsfolder/h/horned_kavu.txt svneol=native#text/plain res/cardsfolder/h/horned_kavu.txt svneol=native#text/plain
res/cardsfolder/h/horned_sliver.txt svneol=native#text/plain res/cardsfolder/h/horned_sliver.txt svneol=native#text/plain
res/cardsfolder/h/horned_troll.txt svneol=native#text/plain res/cardsfolder/h/horned_troll.txt svneol=native#text/plain
@@ -5721,6 +5722,7 @@ res/cardsfolder/n/neurok_invisimancer.txt svneol=native#text/plain
res/cardsfolder/n/neurok_prodigy.txt svneol=native#text/plain res/cardsfolder/n/neurok_prodigy.txt svneol=native#text/plain
res/cardsfolder/n/neurok_replica.txt svneol=native#text/plain res/cardsfolder/n/neurok_replica.txt svneol=native#text/plain
res/cardsfolder/n/neurok_spy.txt svneol=native#text/plain res/cardsfolder/n/neurok_spy.txt svneol=native#text/plain
res/cardsfolder/n/neurok_stealthsuit.txt -text
res/cardsfolder/n/neverending_torment.txt -text res/cardsfolder/n/neverending_torment.txt -text
res/cardsfolder/n/nevermaker.txt svneol=native#text/plain res/cardsfolder/n/nevermaker.txt svneol=native#text/plain
res/cardsfolder/n/nevermore.txt -text res/cardsfolder/n/nevermore.txt -text

View File

@@ -8,7 +8,7 @@ A:AB$ Attach | Cost$ B B | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select targe
SVar:X:Count$Valid Artifact.YouCtrl SVar:X:Count$Valid Artifact.YouCtrl
SVar:PlayMain1:TRUE SVar:PlayMain1:TRUE
SVar:BuffedBy:Artifact SVar:BuffedBy:Artifact
SVar:RemRandomDeck:True SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/cranial_plating.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/cranial_plating.jpg
SetInfo:5DN|Common|http://magiccards.info/scans/en/5dn/113.jpg SetInfo:5DN|Common|http://magiccards.info/scans/en/5dn/113.jpg
Oracle:Equipped creature gets +1/+0 for each artifact you control.\n{B}{B}: Attach Cranial Plating to target creature you control.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.) Oracle:Equipped creature gets +1/+0 for each artifact you control.\n{B}{B}: Attach Cranial Plating to target creature you control.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)

View File

@@ -0,0 +1,12 @@
Name:Horned Helm
ManaCost:2
Types:Artifact Equipment
Text:Equipped creature gets +1/+1 and has trample.
K:eqPump 1:+1/+1/Trample
A:AB$ Attach | Cost$ G G | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select targe creature you control | SpellDescription$ Attach CARDNAME to target creature you control.
SVar:X:Count$Valid Artifact.YouCtrl
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/horned_helm.jpg
SetInfo:5DN|Common|http://magiccards.info/scans/en/5dn/132.jpg
Oracle:Equipped creature gets +1/+1 and has trample.\n{G}{G}: Attach Horned Helm to target creature you control.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)
End

View File

@@ -0,0 +1,11 @@
Name:Neurok Stealthsuit
ManaCost:2
Types:Artifact Equipment
Text:Equipped creature has shroud. (It can't be the target of spells or abilities.)
K:eqPump 1:+0/+0/Shroud
A:AB$ Attach | Cost$ U U | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select targe creature you control | SpellDescription$ Attach CARDNAME to target creature you control.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/neurok_stealthsuit.jpg
SetInfo:5DN|Common|http://magiccards.info/scans/en/5dn/140.jpg
Oracle:Equipped creature has shroud. (It can't be the target of spells or abilities.)\n{U}{U}: Attach Neurok Stealthsuit to target creature you control.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)
End