diff --git a/.gitattributes b/.gitattributes index 9267b0c09f5..32f1749ade9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1379,6 +1379,7 @@ res/cardsfolder/c/cinder_storm.txt svneol=native#text/plain res/cardsfolder/c/cinder_wall.txt svneol=native#text/plain res/cardsfolder/c/cinderbones.txt svneol=native#text/plain res/cardsfolder/c/cinderhaze_wretch.txt svneol=native#text/plain +res/cardsfolder/c/circle_of_affliction.txt -text res/cardsfolder/c/circle_of_flame.txt svneol=native#text/plain res/cardsfolder/c/circular_logic.txt svneol=native#text/plain res/cardsfolder/c/citanul_centaurs.txt svneol=native#text/plain diff --git a/res/cardsfolder/c/circle_of_affliction.txt b/res/cardsfolder/c/circle_of_affliction.txt new file mode 100644 index 00000000000..ee94959a307 --- /dev/null +++ b/res/cardsfolder/c/circle_of_affliction.txt @@ -0,0 +1,12 @@ +Name:Circle of Affliction +ManaCost:1 B +Types:Enchantment +Text:no text +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ ChooseColor | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, choose a color. +SVar:ChooseColor:DB$ ChooseColor | Defined$ You | AILogic$ MostProminentInHumanDeck +T:Mode$ DamageDone | ValidSource$ Card.ChosenColor | ValidTarget$ You | Execute$ TrigDrain | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever a source of the chosen color deals damage to you, you may pay 1. If you do, target player loses 1 life and you gain 1 life. +SVar:TrigDrain:AB$ LoseLife | Cost$ 1 | ValidTgts$ Player | TgtPrompt$ Select target player | LifeAmount$ 1 | SubAbility$ Gain +SVar:Gain:DB$ GainLife | Defined$ You | LifeAmount$ 1 +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/circle_of_affliction.jpg +End \ No newline at end of file