- Added Righteous Aura.

This commit is contained in:
Sloth
2012-11-10 13:43:59 +00:00
parent 3db40339f7
commit 3800a38f72
2 changed files with 17 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -7988,6 +7988,7 @@ res/cardsfolder/r/riftmarked_knight.txt -text
res/cardsfolder/r/riftstone_portal.txt svneol=native#text/plain
res/cardsfolder/r/riftsweeper.txt -text
res/cardsfolder/r/riftwing_cloudskate.txt svneol=native#text/plain
res/cardsfolder/r/righteous_aura.txt -text
res/cardsfolder/r/righteous_authority.txt -text
res/cardsfolder/r/righteous_avengers.txt svneol=native#text/plain
res/cardsfolder/r/righteous_blow.txt -text

View File

@@ -0,0 +1,16 @@
Name:Righteous Aura
ManaCost:1 W
Types:Enchantment
Text:no text
A:AB$ ChooseSource | Cost$ W PayLife<2> | Choices$ Card | RememberChosen$ True | AILogic$ NeedsPrevention | SubAbility$ DBEffect | SVars$ DBEffect,RPreventNextFromSource,ExileEffect | SpellDescription$ The next time a source of your choice would deal damage to you this turn, prevent that damage.
SVar:DBEffect:DB$ Effect | ReplacementEffects$ RPreventNextFromSource | RememberObjects$ Remembered | SVars$ RPreventNextFromSource,ExileEffect | SubAbility$ DBCleanup | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1
SVar:RPreventNextFromSource:Event$ DamageDone | ValidSource$ Card.IsRemembered | ValidTarget$ You | ReplaceWith$ ExileEffect | PreventionEffect$ True | Description$ The next time the chosen source deals damage to you, prevent that damage.
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/righteous_aura.jpg
SetInfo:VIS|Common|http://magiccards.info/scans/en/vi/120.jpg
SetInfo:MMQ|Uncommon|http://magiccards.info/scans/en/mm/45.jpg
Oracle:{W}, Pay 2 life: The next time a source of your choice would deal damage to you this turn, prevent that damage.
End