mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Added Awe Strike
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -560,6 +560,7 @@ res/cardsfolder/a/avoid_fate.txt svneol=native#text/plain
|
|||||||
res/cardsfolder/a/awakener_druid.txt svneol=native#text/plain
|
res/cardsfolder/a/awakener_druid.txt svneol=native#text/plain
|
||||||
res/cardsfolder/a/awakening.txt svneol=native#text/plain
|
res/cardsfolder/a/awakening.txt svneol=native#text/plain
|
||||||
res/cardsfolder/a/awakening_zone.txt svneol=native#text/plain
|
res/cardsfolder/a/awakening_zone.txt svneol=native#text/plain
|
||||||
|
res/cardsfolder/a/awe_strike.txt -text
|
||||||
res/cardsfolder/a/axegrinder_giant.txt svneol=native#text/plain
|
res/cardsfolder/a/axegrinder_giant.txt svneol=native#text/plain
|
||||||
res/cardsfolder/a/axelrod_gunnarson.txt svneol=native#text/plain
|
res/cardsfolder/a/axelrod_gunnarson.txt svneol=native#text/plain
|
||||||
res/cardsfolder/a/aysen_abbey.txt svneol=native#text/plain
|
res/cardsfolder/a/aysen_abbey.txt svneol=native#text/plain
|
||||||
|
|||||||
15
res/cardsfolder/a/awe_strike.txt
Normal file
15
res/cardsfolder/a/awe_strike.txt
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
Name:Awe Strike
|
||||||
|
ManaCost:W
|
||||||
|
Types:Instant
|
||||||
|
Text:no text
|
||||||
|
A:SP$ Effect | Cost$ W | ValidTgts$ Creature | TgtPrompt$ Select target creature to entrance | Name$ Awe Struck | ReplacementEffects$ StrikeWithAwe | Triggers$ OutOfSight | SVars$ ExileEffect,GainLifeInstead,X | RememberObjects$ Targeted | AILogic$ Fog | SpellDescription$ The next time target creature would deal damage this turn, prevent that damage. You gain life equal to the damage prevented this way.
|
||||||
|
SVar:StrikeWithAwe:Event$ DamageDone | ValidSource$ Card.IsRemembered | ReplaceWith$ GainLifeInstead | PreventionEffect$ True | Description$ The next time the targeted creature would deal damage this turn, prevent that damage. You gain life equal to the damage prevented this way.
|
||||||
|
SVar:GainLifeInstead:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X | SubAbility$ ExileEffect
|
||||||
|
SVar:X:ReplaceCount$DamageAmount
|
||||||
|
SVar:OutOfSight:Mode$ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Creature.IsRemembered | Execute$ ExileEffect | Static$ True
|
||||||
|
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile
|
||||||
|
SVar:Rarity:Common
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/awe_strike.jpg
|
||||||
|
SetInfo:MRD|Common|http://magiccards.info/scans/en/mi/6.jpg
|
||||||
|
Oracle:The next time target creature would deal damage this turn, prevent that damage. You gain life equal to the damage prevented this way.
|
||||||
|
End
|
||||||
Reference in New Issue
Block a user