- Added 8 cards that target attacking creatures.

This commit is contained in:
jendave
2011-08-06 08:28:12 +00:00
parent 0a6873f67d
commit 9c4cff8872
9 changed files with 82 additions and 0 deletions

8
.gitattributes vendored
View File

@@ -971,6 +971,7 @@ res/cardsfolder/divination.txt -text svneol=native#text/plain
res/cardsfolder/divine_offering.txt -text svneol=native#text/plain
res/cardsfolder/divine_sacrament.txt -text svneol=native#text/plain
res/cardsfolder/divine_transformation.txt -text svneol=native#text/plain
res/cardsfolder/divine_verdict.txt -text svneol=native#text/plain
res/cardsfolder/diving_griffin.txt -text svneol=native#text/plain
res/cardsfolder/divinity_of_pride.txt -text svneol=native#text/plain
res/cardsfolder/dizzy_spell.txt -text svneol=native#text/plain
@@ -1194,6 +1195,7 @@ res/cardsfolder/excommunicate.txt -text svneol=native#text/plain
res/cardsfolder/execute.txt -text svneol=native#text/plain
res/cardsfolder/executioners_capsule.txt -text svneol=native#text/plain
res/cardsfolder/exhume.txt -text svneol=native#text/plain
res/cardsfolder/exile.txt -text svneol=native#text/plain
res/cardsfolder/exiled_boggart.txt -text svneol=native#text/plain
res/cardsfolder/exorcist.txt -text svneol=native#text/plain
res/cardsfolder/exotic_disease.txt -text svneol=native#text/plain
@@ -2511,6 +2513,7 @@ res/cardsfolder/natures_ruin.txt -text svneol=native#text/plain
res/cardsfolder/naya_battlemage.txt -text svneol=native#text/plain
res/cardsfolder/naya_hushblade.txt -text svneol=native#text/plain
res/cardsfolder/near_death_experience.txt -text svneol=native#text/plain
res/cardsfolder/neck_snap.txt -text svneol=native#text/plain
res/cardsfolder/necrogen_spellbomb.txt -text svneol=native#text/plain
res/cardsfolder/necrogenesis.txt -text svneol=native#text/plain
res/cardsfolder/necropotence.txt -text svneol=native#text/plain
@@ -2836,6 +2839,7 @@ res/cardsfolder/psychotrope_thallid.txt -text svneol=native#text/plain
res/cardsfolder/pull_under.txt -text svneol=native#text/plain
res/cardsfolder/pulse_of_the_tangle.txt -text svneol=native#text/plain
res/cardsfolder/pulse_tracker.txt -text svneol=native#text/plain
res/cardsfolder/puncturing_light.txt -text svneol=native#text/plain
res/cardsfolder/punish_ignorance.txt -text svneol=native#text/plain
res/cardsfolder/puppeteer.txt -text svneol=native#text/plain
res/cardsfolder/purge.txt -text svneol=native#text/plain
@@ -2880,6 +2884,7 @@ res/cardsfolder/raging_kavu.txt -text svneol=native#text/plain
res/cardsfolder/raging_minotaur.txt -text svneol=native#text/plain
res/cardsfolder/raging_ravine.txt -text svneol=native#text/plain
res/cardsfolder/raiding_nightstalker.txt -text svneol=native#text/plain
res/cardsfolder/rain_of_blades.txt -text svneol=native#text/plain
res/cardsfolder/rain_of_embers.txt -text svneol=native#text/plain
res/cardsfolder/rain_of_tears.txt -text svneol=native#text/plain
res/cardsfolder/raise_dead.txt -text svneol=native#text/plain
@@ -3111,6 +3116,7 @@ res/cardsfolder/sanctum_plowbeast.txt -text svneol=native#text/plain
res/cardsfolder/sandbar_merfolk.txt -text svneol=native#text/plain
res/cardsfolder/sandbar_serpent.txt -text svneol=native#text/plain
res/cardsfolder/sandstone_warrior.txt -text svneol=native#text/plain
res/cardsfolder/sandstorm.txt -text svneol=native#text/plain
res/cardsfolder/sangrite_backlash.txt -text svneol=native#text/plain
res/cardsfolder/sangrite_surge.txt -text svneol=native#text/plain
res/cardsfolder/sangrophage.txt -text svneol=native#text/plain
@@ -3190,6 +3196,7 @@ res/cardsfolder/seaside_citadel.txt -text svneol=native#text/plain
res/cardsfolder/seasoned_marshal.txt -text svneol=native#text/plain
res/cardsfolder/seat_of_the_synod.txt -text svneol=native#text/plain
res/cardsfolder/secluded_steppe.txt -text svneol=native#text/plain
res/cardsfolder/second_thoughts.txt -text svneol=native#text/plain
res/cardsfolder/sedge_troll.txt -text svneol=native#text/plain
res/cardsfolder/sedraxis_specter.txt -text svneol=native#text/plain
res/cardsfolder/seedcradle_witch.txt -text svneol=native#text/plain
@@ -3762,6 +3769,7 @@ res/cardsfolder/tendrils_of_agony.txt -text svneol=native#text/plain
res/cardsfolder/tendrils_of_corruption.txt -text svneol=native#text/plain
res/cardsfolder/tenza_godos_maul.txt -text svneol=native#text/plain
res/cardsfolder/terashis_grasp.txt -text svneol=native#text/plain
res/cardsfolder/terashis_verdict.txt -text svneol=native#text/plain
res/cardsfolder/terminate.txt -text svneol=native#text/plain
res/cardsfolder/terohs_faithful.txt -text svneol=native#text/plain
res/cardsfolder/terra_eternal.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,9 @@
Name:Divine Verdict
ManaCost:3 W
Types:Instant
Text:Destroy target attacking or blocking creature.
K:spDestroyTgt:Creature.attacking,Creature.blocking
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/divine_verdict.jpg
End

10
res/cardsfolder/exile.txt Normal file
View File

@@ -0,0 +1,10 @@
Name:Exile
ManaCost:2 W
Types:Instant
Text:Exile target nonwhite attacking creature. You gain life equal to its toughness.
K:spBounceTgt:Creature.attacking+nonWhite:Exile:Drawback$YouGainLife/dX
SVar:dX:Count$TgtCardToughness
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/exile.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Neck Snap
ManaCost:3 W
Types:Instant
Text:Destroy target attacking or blocking creature.
K:spDestroyTgt:Creature.attacking,Creature.blocking
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/neck_snap.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Puncturing Light
ManaCost:1 W
Types:Instant
Text:Destroy target attacking or blocking creature with power 3 or less.
K:spDestroyTgt:Creature.powerLE3+attacking,Creature.powerLE3+blocking
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/puncturing_light.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Rain of Blades
ManaCost:W
Types:Instant
Text:no text
K:spDamageAll:Creature.attacking:1:Rain of Blades deals 1 damage to each attacking creature.
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/rain_of_blades.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Sandstorm
ManaCost:G
Types:Instant
Text:no text
K:spDamageAll:Creature.attacking:1:Sandstorm deals 1 damage to each attacking creature.
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/sandstorm.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Second Thoughts
ManaCost:4 W
Types:Instant
Text:Exile target attacking creature.
K:spBounceTgt:Creature.attacking:Exile
K:Draw a card.
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/second_thoughts.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Terashi's Verdict
ManaCost:1 W
Types:Instant Arcane
Text:Destroy target attacking creature with power 3 or less.
K:spDestroyTgt:Creature.powerLE3+attacking
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/terashis_verdict.jpg
End