Added Awe Strike

This commit is contained in:
moomarc
2012-03-28 12:03:19 +00:00
parent 7a62cb18e8
commit e6856a4d9c
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View 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