diff --git a/.gitattributes b/.gitattributes index d1f0346628b..ce9a5654f44 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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/awakening.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/axelrod_gunnarson.txt svneol=native#text/plain res/cardsfolder/a/aysen_abbey.txt svneol=native#text/plain diff --git a/res/cardsfolder/a/awe_strike.txt b/res/cardsfolder/a/awe_strike.txt new file mode 100644 index 00000000000..876cb11ecec --- /dev/null +++ b/res/cardsfolder/a/awe_strike.txt @@ -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 \ No newline at end of file