mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed Underworld Coinsmith
This commit is contained in:
@@ -3,8 +3,8 @@ ManaCost:W
|
|||||||
Types:Enchantment Aura
|
Types:Enchantment Aura
|
||||||
K:Enchant creature
|
K:Enchant creature
|
||||||
A:SP$ Attach | Cost$ W | ValidTgts$ Creature | AILogic$ Curse
|
A:SP$ Attach | Cost$ W | ValidTgts$ Creature | AILogic$ Curse
|
||||||
S:Mode$ CantAttackUnless | ValidCard$ Creature.AttachedBy | Cost$ 3 | Description$ Enchanted creature can't attack unless its controller pays {3}.
|
S:Mode$ CantAttackUnless | ValidCard$ Creature.AttachedBy | Cost$ 3 | Description$ Enchanted creature can't attack or block unless its controller pays {3}.
|
||||||
S:Mode$ CantBlockUnless | ValidCard$ Creature.AttachedBy | Cost$ 3 | Description$ Enchanted creature can't block unless its controller pays {3}.
|
S:Mode$ CantBlockUnless | ValidCard$ Creature.AttachedBy | Cost$ 3
|
||||||
S:Mode$ RaiseCost | ValidCard$ Creature.AttachedBy | Type$ Ability | Amount$ 3 | AffectedZone$ Battlefield | Description$ Activated abilities of enchanted creature cost {3} more to activate.
|
S:Mode$ RaiseCost | ValidCard$ Creature.AttachedBy | Type$ Ability | Amount$ 3 | AffectedZone$ Battlefield | Description$ Activated abilities of enchanted creature cost {3} more to activate.
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/oppressive_rays.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/oppressive_rays.jpg
|
||||||
Oracle:Enchant creature\nEnchanted creature can't attack or block unless its controller pays {3}.\nActivated abilities of enchanted creature cost {3} more to activate.
|
Oracle:Enchant creature\nEnchanted creature can't attack or block unless its controller pays {3}.\nActivated abilities of enchanted creature cost {3} more to activate.
|
||||||
@@ -5,5 +5,6 @@ PT:2/2
|
|||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ Constellation - Whenever CARDNAME or another enchantment enters the battlefield under your control, you gain 1 life.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ Constellation - Whenever CARDNAME or another enchantment enters the battlefield under your control, you gain 1 life.
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigGainLife | TriggerDescription$ Constellation - Whenever CARDNAME or another enchantment enters the battlefield under your control, you gain 1 life.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigGainLife | TriggerDescription$ Constellation - Whenever CARDNAME or another enchantment enters the battlefield under your control, you gain 1 life.
|
||||||
SVar:TrigGainLife:AB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 1
|
SVar:TrigGainLife:AB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 1
|
||||||
|
A:AB$ LoseLife | Cost$ W B PayLife<1> | Defined$ Player.Opponent | LifeAmount$ 1 | SpellDescription$ Each Opponent Loses 1 life.
|
||||||
SVar:BuffedBy:Enchantment
|
SVar:BuffedBy:Enchantment
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/underworld_coinsmith.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/underworld_coinsmith.jpg
|
||||||
Reference in New Issue
Block a user