mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
Merge branch 'prevent-repleffect-fix' into 'master'
Fixing cards with a damage prevention replacement effect which did not have ActiveZones set. See merge request core-developers/forge!471
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Name:Bubble Matrix
|
Name:Bubble Matrix
|
||||||
ManaCost:4
|
ManaCost:4
|
||||||
Types:Artifact
|
Types:Artifact
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature | Description$ Prevent all damage that would be dealt to creatures.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature | Description$ Prevent all damage that would be dealt to creatures.
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
SVar:RemRandomDeck:True
|
SVar:RemRandomDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/bubble_matrix.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/bubble_matrix.jpg
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Callous Giant
|
|||||||
ManaCost:4 R R
|
ManaCost:4 R R
|
||||||
Types:Creature Giant
|
Types:Creature Giant
|
||||||
PT:4/4
|
PT:4/4
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Card.Self | DamageAmount$ LE3 | Description$ If a source would deal 3 or less damage to CARDNAME, prevent that damage.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Card.Self | DamageAmount$ LE3 | Description$ If a source would deal 3 or less damage to CARDNAME, prevent that damage.
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/callous_giant.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/callous_giant.jpg
|
||||||
Oracle:If a source would deal 3 or less damage to Callous Giant, prevent that damage.
|
Oracle:If a source would deal 3 or less damage to Callous Giant, prevent that damage.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ A:SP$ Attach | Cost$ 1 W U | ValidTgts$ Creature | AILogic$ Pump
|
|||||||
K:ETBReplacement:Other:ChooseColor
|
K:ETBReplacement:Other:ChooseColor
|
||||||
SVar:ChooseColor:DB$ ChooseColor | Defined$ You | AILogic$ MostProminentInHumanDeck | SpellDescription$ As CARDNAME enters the battlefield, choose a color.
|
SVar:ChooseColor:DB$ ChooseColor | Defined$ You | AILogic$ MostProminentInHumanDeck | SpellDescription$ As CARDNAME enters the battlefield, choose a color.
|
||||||
K:etbCounter:SLEIGHT:1
|
K:etbCounter:SLEIGHT:1
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature.EnchantedBy | ValidSource$ Card.ChosenColor | Description$ Prevent all damage that would be dealt to enchanted creature by sources of the chosen color.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature.EnchantedBy | ValidSource$ Card.ChosenColor | Description$ Prevent all damage that would be dealt to enchanted creature by sources of the chosen color.
|
||||||
A:AB$ PutCounter | Cost$ X | Defined$ Self | CounterType$ SLEIGHT | CounterNum$ 1 | SubAbility$ ChooseColor | References$ X | SpellDescription$ Put a sleight counter on CARDNAME and choose a color. X is the number of sleight counters on CARDNAME.
|
A:AB$ PutCounter | Cost$ X | Defined$ Self | CounterType$ SLEIGHT | CounterNum$ 1 | SubAbility$ ChooseColor | References$ X | 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:X:Count$CardCounters.SLEIGHT
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ ManaCost:1 W
|
|||||||
Types:Enchantment Aura
|
Types:Enchantment Aura
|
||||||
K:Enchant creature
|
K:Enchant creature
|
||||||
A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature | AILogic$ Curse
|
A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature | AILogic$ Curse
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidSource$ Creature.EnchantedBy | Description$ Prevent all damage that would be dealt by enchanted creature.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidSource$ Creature.EnchantedBy | Description$ Prevent all damage that would be dealt by enchanted creature.
|
||||||
SVar:NonStackingAttachEffect:True
|
SVar:NonStackingAttachEffect:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/defang.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/defang.jpg
|
||||||
Oracle:Enchant creature\nPrevent all damage that would be dealt by enchanted creature.
|
Oracle:Enchant creature\nPrevent all damage that would be dealt by enchanted creature.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Dolmen Gate
|
Name:Dolmen Gate
|
||||||
ManaCost:2
|
ManaCost:2
|
||||||
Types:Artifact
|
Types:Artifact
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature.attacking+YouCtrl | IsCombat$ True | Description$ Prevent all combat damage that would be dealt to attacking creatures you control.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature.attacking+YouCtrl | IsCombat$ True | Description$ Prevent all combat damage that would be dealt to attacking creatures you control.
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/dolmen_gate.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/dolmen_gate.jpg
|
||||||
Oracle:Prevent all combat damage that would be dealt to attacking creatures you control.
|
Oracle:Prevent all combat damage that would be dealt to attacking creatures you control.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Name:Emmara Tandris
|
|||||||
ManaCost:5 G W
|
ManaCost:5 G W
|
||||||
Types:Legendary Creature Elf Shaman
|
Types:Legendary Creature Elf Shaman
|
||||||
PT:5/7
|
PT:5/7
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature.token+YouCtrl | Description$ Prevent all damage that would be dealt to creature tokens you control.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature.token+YouCtrl | Description$ Prevent all damage that would be dealt to creature tokens you control.
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
DeckHints:Ability$Token
|
DeckHints:Ability$Token
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/emmara_tandris.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/emmara_tandris.jpg
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Enchanted Being
|
|||||||
ManaCost:1 W W
|
ManaCost:1 W W
|
||||||
Types:Creature Human
|
Types:Creature Human
|
||||||
PT:2/2
|
PT:2/2
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Card.Self | ValidSource$ Creature.enchanted | IsCombat$ True | Description$ Prevent all combat damage that would be dealt to CARDNAME by enchanted creatures.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Card.Self | ValidSource$ Creature.enchanted | IsCombat$ True | Description$ Prevent all combat damage that would be dealt to CARDNAME by enchanted creatures.
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/enchanted_being.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/enchanted_being.jpg
|
||||||
Oracle:Prevent all combat damage that would be dealt to Enchanted Being by enchanted creatures.
|
Oracle:Prevent all combat damage that would be dealt to Enchanted Being by enchanted creatures.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ ManaCost:1 U
|
|||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Graveyard | ValidCard$ Card.nonToken+YouOwn+Other | Execute$ TrigSac | TriggerZones$ Battlefield | TriggerDescription$ When a card is put into your graveyard from anywhere, sacrifice CARDNAME.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Graveyard | ValidCard$ Card.nonToken+YouOwn+Other | Execute$ TrigSac | TriggerZones$ Battlefield | TriggerDescription$ When a card is put into your graveyard from anywhere, sacrifice CARDNAME.
|
||||||
SVar:TrigSac:DB$ Sacrifice | Defined$ Self
|
SVar:TrigSac:DB$ Sacrifice | Defined$ Self
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ You | ValidSource$ Card.YouDontCtrl,Emblem.YouDontCtrl | Description$ Prevent all damage that would be dealt to you by sources you don't control.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ You | ValidSource$ Card.YouDontCtrl,Emblem.YouDontCtrl | Description$ Prevent all damage that would be dealt to you by sources you don't control.
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
#NOTE: The AI will not play around this effect, so it's only good in properly designed decks that circumvent the necessity to worry about the detrimental effect.
|
#NOTE: The AI will not play around this effect, so it's only good in properly designed decks that circumvent the necessity to worry about the detrimental effect.
|
||||||
SVar:RemRandomDeck:True
|
SVar:RemRandomDeck:True
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ ManaCost:1 W
|
|||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
K:Cumulative upkeep:1
|
K:Cumulative upkeep:1
|
||||||
S:Mode$ Continuous | Affected$ Creature.withFlying | AddHiddenKeyword$ CARDNAME doesn't untap during your untap step. | Description$ Creatures with flying don't untap during their controllers' untap steps.
|
S:Mode$ Continuous | Affected$ Creature.withFlying | AddHiddenKeyword$ CARDNAME doesn't untap during your untap step. | Description$ Creatures with flying don't untap during their controllers' untap steps.
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidSource$ Instant,Sorcery | Description$ Prevent all damage that would be dealt by instant and sorcery spells.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidSource$ Instant,Sorcery | Description$ Prevent all damage that would be dealt by instant and sorcery spells.
|
||||||
SVar:RemRandomDeck:True
|
SVar:RemRandomDeck:True
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/energy_storm.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/energy_storm.jpg
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Types:Enchantment
|
|||||||
K:ETBReplacement:Other:DBNameCard
|
K:ETBReplacement:Other:DBNameCard
|
||||||
SVar:DBNameCard:DB$ NameCard | Defined$ You | SpellDescription$ As CARDNAME enters the battlefield, name a card.
|
SVar:DBNameCard:DB$ NameCard | Defined$ You | SpellDescription$ As CARDNAME enters the battlefield, name a card.
|
||||||
S:Mode$ CantBeCast | ValidCard$ Card.NamedCard+nonLand | Caster$ Opponent | Description$ Your opponents can't cast spells with the chosen name.
|
S:Mode$ CantBeCast | ValidCard$ Card.NamedCard+nonLand | Caster$ Opponent | Description$ Your opponents can't cast spells with the chosen name.
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ You,Permanent.YouCtrl | ValidSource$ Card.NamedCard | Description$ Prevent all damage that would be dealt to you and permanents you control by sources with the chosen name.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ You,Permanent.YouCtrl | ValidSource$ Card.NamedCard | Description$ Prevent all damage that would be dealt to you and permanents you control by sources with the chosen name.
|
||||||
SVar:RemRandomDeck:True
|
SVar:RemRandomDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/gideons_intervention.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/gideons_intervention.jpg
|
||||||
Oracle:As Gideon's Intervention enters the battlefield, choose a card name.\nYour opponents can't cast spells with the chosen name.\nPrevent all damage that would be dealt to you and permanents you control by sources with the chosen name.
|
Oracle:As Gideon's Intervention enters the battlefield, choose a card name.\nYour opponents can't cast spells with the chosen name.\nPrevent all damage that would be dealt to you and permanents you control by sources with the chosen name.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ K:Cumulative upkeep:PayLife<2>:Pay 2 life.
|
|||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice a land.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice a land.
|
||||||
SVar:TrigSac:DB$Sacrifice | SacValid$ Land | ChangeNum$ 1
|
SVar:TrigSac:DB$Sacrifice | SacValid$ Land | ChangeNum$ 1
|
||||||
S:Mode$ CantAttack | ValidCard$ Creature.YouCtrl | Description$ Creatures you control can't attack.
|
S:Mode$ CantAttack | ValidCard$ Creature.YouCtrl | Description$ Creatures you control can't attack.
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ You | Description$ Prevent all damage that would be dealt to you.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ You | Description$ Prevent all damage that would be dealt to you.
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/glacial_chasm.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/glacial_chasm.jpg
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Goblin Furrier
|
|||||||
ManaCost:1 R
|
ManaCost:1 R
|
||||||
Types:Creature Goblin Warrior
|
Types:Creature Goblin Warrior
|
||||||
PT:2/2
|
PT:2/2
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature.Snow | ValidSource$ Card.Self | Description$ Prevent all damage that CARDNAME would deal to snow creatures.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature.Snow | ValidSource$ Card.Self | Description$ Prevent all damage that CARDNAME would deal to snow creatures.
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_furrier.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_furrier.jpg
|
||||||
Oracle:Prevent all damage that Goblin Furrier would deal to snow creatures.
|
Oracle:Prevent all damage that Goblin Furrier would deal to snow creatures.
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Indentured Oaf
|
|||||||
ManaCost:3 R
|
ManaCost:3 R
|
||||||
Types:Creature Ogre Warrior
|
Types:Creature Ogre Warrior
|
||||||
PT:4/3
|
PT:4/3
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature.Red | ValidSource$ Card.Self | Description$ Prevent all damage that CARDNAME would deal to red creatures.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature.Red | ValidSource$ Card.Self | Description$ Prevent all damage that CARDNAME would deal to red creatures.
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/indentured_oaf.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/indentured_oaf.jpg
|
||||||
Oracle:Prevent all damage that Indentured Oaf would deal to red creatures.
|
Oracle:Prevent all damage that Indentured Oaf would deal to red creatures.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Name:Inner Sanctum
|
|||||||
ManaCost:1 W W
|
ManaCost:1 W W
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
K:Cumulative upkeep:PayLife<2>:Pay 2 life.
|
K:Cumulative upkeep:PayLife<2>:Pay 2 life.
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature.YouCtrl | Description$ Prevent all damage that would be dealt to creatures you control.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature.YouCtrl | Description$ Prevent all damage that would be dealt to creatures you control.
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/inner_sanctum.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/inner_sanctum.jpg
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ ManaCost:1 W
|
|||||||
Types:Enchantment Aura
|
Types:Enchantment Aura
|
||||||
K:Enchant creature
|
K:Enchant creature
|
||||||
A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature | AILogic$ Pump
|
A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature | AILogic$ Pump
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature.EnchantedBy | Description$ Prevent all damage that would be dealt to enchanted creature.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature.EnchantedBy | Description$ Prevent all damage that would be dealt to enchanted creature.
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/inviolability.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/inviolability.jpg
|
||||||
Oracle:Enchant creature\nPrevent all damage that would be dealt to enchanted creature.
|
Oracle:Enchant creature\nPrevent all damage that would be dealt to enchanted creature.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Light of Sanction
|
Name:Light of Sanction
|
||||||
ManaCost:1 W W
|
ManaCost:1 W W
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature.YouCtrl | ValidSource$ Card.YouCtrl,Emblem.YouCtrl | Description$ Prevent all damage that would be dealt to creatures you control by sources you control.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature.YouCtrl | ValidSource$ Card.YouCtrl,Emblem.YouCtrl | Description$ Prevent all damage that would be dealt to creatures you control by sources you control.
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
SVar:RemRandomDeck:True
|
SVar:RemRandomDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/light_of_sanction.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/light_of_sanction.jpg
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ ManaCost:3
|
|||||||
Types:Artifact Equipment
|
Types:Artifact Equipment
|
||||||
K:Equip 2
|
K:Equip 2
|
||||||
S:Mode$ Continuous | Affected$ Card.EquippedBy | AddPower$ 2 | AddToughness$ 4 | RemoveKeyword$ Flying | Description$ Equipped creature gets +2/+4 and loses flying.
|
S:Mode$ Continuous | Affected$ Card.EquippedBy | AddPower$ 2 | AddToughness$ 4 | RemoveKeyword$ Flying | Description$ Equipped creature gets +2/+4 and loses flying.
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Card.EquippedBy | IsCombat$ False | Description$ Prevent all noncombat damage that would be dealt to equipped creature.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Card.EquippedBy | IsCombat$ False | Description$ Prevent all noncombat damage that would be dealt to equipped creature.
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/magebane_armor.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/magebane_armor.jpg
|
||||||
Oracle:Equipped creature gets +2/+4 and loses flying.\nPrevent all noncombat damage that would be dealt to equipped creature.\nEquip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)
|
Oracle:Equipped creature gets +2/+4 and loses flying.\nPrevent all noncombat damage that would be dealt to equipped creature.\nEquip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ ManaCost:5
|
|||||||
Types:Artifact Creature Cleric
|
Types:Artifact Creature Cleric
|
||||||
PT:3/3
|
PT:3/3
|
||||||
K:MustBeBlockedByAll:Creature.Wall:All Walls able to block CARDNAME do so.
|
K:MustBeBlockedByAll:Creature.Wall:All Walls able to block CARDNAME do so.
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Card.Self | ValidSource$ Wall | IsCombat$ True | Description$ Prevent all combat damage that would be dealt to CARDNAME by Walls.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Card.Self | ValidSource$ Wall | IsCombat$ True | Description$ Prevent all combat damage that would be dealt to CARDNAME by Walls.
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/marble_priest.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/marble_priest.jpg
|
||||||
Oracle:All Walls able to block Marble Priest do so.\nPrevent all combat damage that would be dealt to Marble Priest by Walls.
|
Oracle:All Walls able to block Marble Priest do so.\nPrevent all combat damage that would be dealt to Marble Priest by Walls.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Mark of Asylum
|
Name:Mark of Asylum
|
||||||
ManaCost:1 W
|
ManaCost:1 W
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature.YouCtrl | IsCombat$ False | Description$ Prevent all noncombat damage that would be dealt to creatures you control.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature.YouCtrl | IsCombat$ False | Description$ Prevent all noncombat damage that would be dealt to creatures you control.
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/mark_of_asylum.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/mark_of_asylum.jpg
|
||||||
Oracle:Prevent all noncombat damage that would be dealt to creatures you control.
|
Oracle:Prevent all noncombat damage that would be dealt to creatures you control.
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ ManaCost:1 W
|
|||||||
Types:Enchantment Aura
|
Types:Enchantment Aura
|
||||||
K:Enchant creature
|
K:Enchant creature
|
||||||
A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature | AILogic$ Curse
|
A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature | AILogic$ Curse
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidSource$ Creature.EnchantedBy | Description$ Prevent all damage that would be dealt by enchanted creature.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidSource$ Creature.EnchantedBy | Description$ Prevent all damage that would be dealt by enchanted creature.
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/muzzle.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/muzzle.jpg
|
||||||
Oracle:Enchant creature\nPrevent all damage that would be dealt by enchanted creature.
|
Oracle:Enchant creature\nPrevent all damage that would be dealt by enchanted creature.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Personal Sanctuary
|
Name:Personal Sanctuary
|
||||||
ManaCost:2 W
|
ManaCost:2 W
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ You | PlayerTurn$ True | Description$ During your turn, prevent all damage that would be dealt to you.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ You | PlayerTurn$ True | Description$ During your turn, prevent all damage that would be dealt to you.
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/personal_sanctuary.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/personal_sanctuary.jpg
|
||||||
Oracle:During your turn, prevent all damage that would be dealt to you.
|
Oracle:During your turn, prevent all damage that would be dealt to you.
|
||||||
|
|||||||
@@ -5,6 +5,6 @@ K:Enchant creature
|
|||||||
A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature | AILogic$ Pump
|
A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature | AILogic$ Pump
|
||||||
K:ETBReplacement:Other:ChooseColor
|
K:ETBReplacement:Other:ChooseColor
|
||||||
SVar:ChooseColor:DB$ ChooseColor | Defined$ You | AILogic$ MostProminentInHumanDeck | SpellDescription$ As CARDNAME enters the battlefield, choose a color.
|
SVar:ChooseColor:DB$ ChooseColor | Defined$ You | AILogic$ MostProminentInHumanDeck | SpellDescription$ As CARDNAME enters the battlefield, choose a color.
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature.EnchantedBy | ValidSource$ Card.ChosenColor | Description$ Prevent all damage that would be dealt to enchanted creature by sources of the chosen color.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature.EnchantedBy | ValidSource$ Card.ChosenColor | Description$ Prevent all damage that would be dealt to enchanted creature by sources of the chosen color.
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/prismatic_ward.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/prismatic_ward.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.
|
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.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Types:Enchantment
|
|||||||
K:UpkeepCost:Discard<1/Card>
|
K:UpkeepCost:Discard<1/Card>
|
||||||
S:Mode$ Continuous | Affected$ You | AddKeyword$ Skip your draw step. | Description$ Skip your draw step.
|
S:Mode$ Continuous | Affected$ You | AddKeyword$ Skip your draw step. | Description$ Skip your draw step.
|
||||||
S:Mode$ Continuous | Affected$ You | AddKeyword$ Shroud | Description$ You have shroud. (You can't be the target of spells or abilities.)
|
S:Mode$ Continuous | Affected$ You | AddKeyword$ Shroud | Description$ You have shroud. (You can't be the target of spells or abilities.)
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ You | Description$ Prevent all damage that would be dealt to you.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ You | Description$ Prevent all damage that would be dealt to you.
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/solitary_confinement.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/solitary_confinement.jpg
|
||||||
Oracle:At the beginning of your upkeep, sacrifice Solitary Confinement unless you discard a card.\nSkip your draw step.\nYou have shroud. (You can't be the target of spells or abilities.)\nPrevent all damage that would be dealt to you.
|
Oracle:At the beginning of your upkeep, sacrifice Solitary Confinement unless you discard a card.\nSkip your draw step.\nYou have shroud. (You can't be the target of spells or abilities.)\nPrevent all damage that would be dealt to you.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Well-Laid Plans
|
Name:Well-Laid Plans
|
||||||
ManaCost:2 U
|
ManaCost:2 U
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
R:Event$ DamageDone | Prevent$ True | ValidTarget$ Creature | ValidSource$ Creature | RelativeToSource$ Creature.SharesColorWith | Description$ Prevent all damage that would be dealt to a creature by another creature if they share a color.
|
R:Event$ DamageDone | ActiveZones$ Battlefield | Prevent$ True | ValidTarget$ Creature | ValidSource$ Creature | RelativeToSource$ Creature.SharesColorWith | Description$ Prevent all damage that would be dealt to a creature by another creature if they share a color.
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
SVar:RemRandomDeck:True
|
SVar:RemRandomDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/well_laid_plans.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/well_laid_plans.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user