diff --git a/.gitattributes b/.gitattributes index 4cb09e8939b..072230c073c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1321,6 +1321,7 @@ res/cardsfolder/c/choking_fumes.txt svneol=native#text/plain res/cardsfolder/c/choking_sands.txt svneol=native#text/plain res/cardsfolder/c/choking_tethers.txt svneol=native#text/plain res/cardsfolder/c/chorus_of_woe.txt svneol=native#text/plain +res/cardsfolder/c/chromatic_armor.txt -text res/cardsfolder/c/chromatic_sphere.txt svneol=native#text/plain res/cardsfolder/c/chromatic_star.txt svneol=native#text/plain res/cardsfolder/c/chrome_mox.txt svneol=native#text/plain diff --git a/res/cardsfolder/c/chromatic_armor.txt b/res/cardsfolder/c/chromatic_armor.txt new file mode 100644 index 00000000000..fb01be8535a --- /dev/null +++ b/res/cardsfolder/c/chromatic_armor.txt @@ -0,0 +1,16 @@ +Name:Chromatic Armor +ManaCost:1 W U +Types:Enchantment Aura +Text:no text +K:Enchant creature +A:SP$ Attach | Cost$ 1 W U | ValidTgts$ Creature | AILogic$ Pump +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 +K:etbCounter:SLEIGHT:1 +S:Mode$ PreventDamage | Target$ Creature.EnchantedBy | Source$ Card.ChosenColor | Description$ Prevent all damage that would be dealt to enchanted creature by a source of the last chosen color. +A:AB$ PutCounter | Cost$ X | Defined$ Self | CounterType$ SLEIGHT | CounterNum$ 1 | SubAbility$ ChooseColor | SpellDescription$ Put a sleight counter on CARDNAME and choose a color. X is the number of sleight counters on CARDNAME. +SVar:X:Count$CardCounters.SLEIGHT +SVar:RemAIDeck:True +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/chromatic_armor.jpg +End \ No newline at end of file