- Added Prismatic Ward.

This commit is contained in:
Sloth
2011-10-04 11:01:53 +00:00
parent d44352f451
commit 9a5de298cb
3 changed files with 17 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -5960,6 +5960,7 @@ res/cardsfolder/p/primordial_sage.txt svneol=native#text/plain
res/cardsfolder/p/princess_lucrezia.txt svneol=native#text/plain
res/cardsfolder/p/prismatic_lens.txt svneol=native#text/plain
res/cardsfolder/p/prismatic_omen.txt svneol=native#text/plain
res/cardsfolder/p/prismatic_ward.txt -text
res/cardsfolder/p/pristine_angel.txt svneol=native#text/plain
res/cardsfolder/p/pristine_talisman.txt svneol=native#text/plain
res/cardsfolder/p/privileged_position.txt svneol=native#text/plain

View File

@@ -11,7 +11,7 @@ S:Mode$ PreventDamage | Target$ Creature.EnchantedBy | Source$ Card.ChosenColor
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:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/chromatic_armor.jpg
SetInfo:ICE|Rare|http://magiccards.info/scans/en/ia/361.jpg
Oracle:Enchant creature\nAs Chromatic Armor enters the battlefield, choose a color.\nChromatic Armor enters the battlefield with a sleight counter on it.\nPrevent all damage that would be dealt to enchanted creature by a source of the last chosen color.\n{X}: Put a sleight counter on Chromatic Armor and choose a color. X is the number of sleight counters on Chromatic Armor.

View File

@@ -0,0 +1,15 @@
Name:Prismatic Ward
ManaCost:1 W
Types:Enchantment Aura
Text:no text
K:Enchant creature
A:SP$ Attach | Cost$ 1 W | 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 | AILogic$ MostProminentInHumanDeck
S:Mode$ PreventDamage | Target$ Creature.EnchantedBy | Source$ Card.ChosenColor | Description$ Prevent all damage that would be dealt to enchanted creature by sources of the chosen color.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/prismatic_ward.jpg
SetInfo:5ED|Common|http://magiccards.info/scans/en/5e/329.jpg
SetInfo:ICE|Common|http://magiccards.info/scans/en/ia/271.jpg
Oracle:Enchant creature\nAs Prismatic Ward enters the battlefield, choose a color.\nPrevent all damage that would be dealt to enchanted creature by sources of the chosen color.
End