mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Added Prismatic Ward.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
15
res/cardsfolder/p/prismatic_ward.txt
Normal file
15
res/cardsfolder/p/prismatic_ward.txt
Normal 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
|
||||
Reference in New Issue
Block a user