mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Fix abilities that used "tap"
This commit is contained in:
@@ -3,8 +3,8 @@ ManaCost:1 R
|
||||
Types:Enchantment Aura
|
||||
K:Enchant creature
|
||||
A:SP$ Attach | Cost$ 1 R | ValidTgts$ Creature | AILogic$ Pump
|
||||
S:Mode$ Continuous | Affected$ Creature.EnchantedBy+nonWizard | AddAbility$ Damage1 | Description$ Enchanted creature has "tap: This creature deals 1 damage to target creature."
|
||||
S:Mode$ Continuous | Affected$ Creature.EnchantedBy+Wizard | AddAbility$ Damage2 | Description$ If enchanted creature is a Wizard, it has "tap: This creature deals 2 damage to target creature."
|
||||
S:Mode$ Continuous | Affected$ Creature.EnchantedBy+nonWizard | AddAbility$ Damage1 | Description$ Enchanted creature has "{T}: This creature deals 1 damage to target creature."
|
||||
S:Mode$ Continuous | Affected$ Creature.EnchantedBy+Wizard | AddAbility$ Damage2 | Description$ If enchanted creature is a Wizard, it has "{T}: This creature deals 2 damage to target creature."
|
||||
SVar:Damage1:AB$DealDamage | Cost$ T | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to target creature.
|
||||
SVar:Damage2:AB$DealDamage | Cost$ T | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to target creature.
|
||||
SVar:NonStackingAttachEffect:True
|
||||
|
||||
Reference in New Issue
Block a user