mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Added Commando Raid
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/c/commando_raid.txt
Normal file
12
res/cardsfolder/c/commando_raid.txt
Normal 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
|
||||
Reference in New Issue
Block a user