diff --git a/.gitattributes b/.gitattributes index 0b2d62c7e88..ba84644c7de 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/c/commando_raid.txt b/res/cardsfolder/c/commando_raid.txt new file mode 100644 index 00000000000..896fefdeac9 --- /dev/null +++ b/res/cardsfolder/c/commando_raid.txt @@ -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 \ No newline at end of file