- Added Commando Raid

This commit is contained in:
jeffwadsworth
2011-11-03 16:00:29 +00:00
parent 9f7295f9e8
commit 92eb9eddbe
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1489,6 +1489,7 @@ res/cardsfolder/c/combust.txt svneol=native#text/plain
res/cardsfolder/c/command_of_unsummoning.txt svneol=native#text/plain
res/cardsfolder/c/commander_eesha.txt svneol=native#text/plain
res/cardsfolder/c/commander_greven_il_vec.txt svneol=native#text/plain
res/cardsfolder/c/commando_raid.txt -text svneol=unset#text/plain
res/cardsfolder/c/commune_with_nature.txt svneol=native#text/plain
res/cardsfolder/c/complex_automaton.txt svneol=native#text/plain
res/cardsfolder/c/composite_golem.txt svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Commando Raid
ManaCost:2 R
Types:Instant
Text:no text
A:SP$ Animate | Cost$ 2 R | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | Triggers$ TrigDamage | sVars$ Damage,X | SpellDescription$ Until end of turn, target creature you control gains "When this creature deals combat damage to a player, you may have it deal damage equal to its power to target creature that player controls."
SVar:TrigDamage:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | CombatDamage$ True | Execute$ Damage | TriggerDescription$ When this creature deals combat damage to a player, you may have it deal damage equal to its power to target creature that player controls.
SVar:Damage:AB$ DealDamage | Cost$ 0 | ValidTgts$ Creature.YouDontCtrl | TgtPrompt$ Select target creature opponent controls | NumDmg$ X
SVar:X:Count$CardPower
SVar:PlayMain1:TRUE
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/commando_raid.jpg
End