- Added Shadow Lance, Shiv's Embrace, Soul Kiss and Stonehands.

This commit is contained in:
jendave
2011-08-06 12:47:44 +00:00
parent 03c566cf47
commit 4ae86f058e
5 changed files with 44 additions and 0 deletions

4
.gitattributes vendored
View File

@@ -4073,6 +4073,7 @@ res/cardsfolder/severed_legion.txt -text svneol=native#text/plain
res/cardsfolder/sewerdreg.txt -text svneol=native#text/plain
res/cardsfolder/sewn_eye_drake.txt -text svneol=native#text/plain
res/cardsfolder/shade_of_trokair.txt -text svneol=native#text/plain
res/cardsfolder/shadow_lance.txt -text svneol=native#text/plain
res/cardsfolder/shadow_rider.txt -text svneol=native#text/plain
res/cardsfolder/shadow_rift.txt -text svneol=native#text/plain
res/cardsfolder/shadow_sliver.txt -text svneol=native#text/plain
@@ -4116,6 +4117,7 @@ res/cardsfolder/shivan_raptor.txt -text svneol=native#text/plain
res/cardsfolder/shivan_reef.txt -text svneol=native#text/plain
res/cardsfolder/shivan_wurm.txt -text svneol=native#text/plain
res/cardsfolder/shivan_zombie.txt -text svneol=native#text/plain
res/cardsfolder/shivs_embrace.txt -text svneol=native#text/plain
res/cardsfolder/shizo_deaths_storehouse.txt -text svneol=native#text/plain
res/cardsfolder/shock.txt -text svneol=native#text/plain
res/cardsfolder/shock_troops.txt -text svneol=native#text/plain
@@ -4320,6 +4322,7 @@ res/cardsfolder/sosuke_son_of_seshiro.txt -text svneol=native#text/plain
res/cardsfolder/sosukes_summons.txt -text svneol=native#text/plain
res/cardsfolder/soul_bleed.txt -text svneol=native#text/plain
res/cardsfolder/soul_feast.txt -text svneol=native#text/plain
res/cardsfolder/soul_kiss.txt -text svneol=native#text/plain
res/cardsfolder/soul_net.txt -text svneol=native#text/plain
res/cardsfolder/soul_warden.txt -text svneol=native#text/plain
res/cardsfolder/soulbound_guardians.txt -text svneol=native#text/plain
@@ -4498,6 +4501,7 @@ res/cardsfolder/stone_throwing_devils.txt -text svneol=native#text/plain
res/cardsfolder/stonebrow_krosan_hero.txt -text svneol=native#text/plain
res/cardsfolder/stonecloaker.txt -text svneol=native#text/plain
res/cardsfolder/stoneforge_mystic.txt -text svneol=native#text/plain
res/cardsfolder/stonehands.txt -text svneol=native#text/plain
res/cardsfolder/stonewood_invoker.txt -text svneol=native#text/plain
res/cardsfolder/stonework_puma.txt -text svneol=native#text/plain
res/cardsfolder/stonybrook_angler.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Shadow Lance
ManaCost:W
Types:Enchantment Aura
Text:Enchanted creature has first strike.
K:Enchant creature
K:enPump:First Strike
A:AB$Pump | Cost$ 1 B | Defined$ Enchanted | NumAtt$ +2 | NumDef$ +2 | SpellDescription$ Enchanted creature gets +2/+2 until end of turn.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/shadow_lance.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Shiv's Embrace
ManaCost:2 R R
Types:Enchantment Aura
Text:Enchanted creature gets +2/+2 and has flying.
K:Enchant creature
K:enPump:+2/+2/Flying
A:AB$Pump | Cost$ R | Defined$ Enchanted | NumAtt$ +1 | SpellDescription$ Enchanted creature gets +1/+0 until end of turn.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/shivs_embrace.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Soul Kiss
ManaCost:2 B
Types:Enchantment Aura
Text:no text
K:Enchant creature
K:enPump:+0/+0
A:AB$Pump | Cost$ B PayLife<1> | Defined$ Enchanted | NumAtt$ +2 | NumDef$ +2 | ActivationLimit$ 3 | SpellDescription$ Enchanted creature gets +2/+2 until end of turn. Activate this ability no more than three times each turn.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/soul_kiss.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Stonehands
ManaCost:2 R
Types:Enchantment Aura
Text:Enchanted creature gets +0/+2.
K:Enchant creature
K:enPump:+0/+2
A:AB$Pump | Cost$ R | Defined$ Enchanted | NumAtt$ +1 | SpellDescription$ Enchanted creature gets +1/+0 until end of turn.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/stonehands.jpg
End