mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
13 lines
1.2 KiB
Plaintext
13 lines
1.2 KiB
Plaintext
|
Name:Lavamancer's Skill
|
||
|
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 "{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
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/lavamancers_skill.jpg
|
||
|
Oracle:Enchant creature\nEnchanted creature has "{T}: This creature deals 1 damage to target creature."\nAs long as enchanted creature is a Wizard, it has "{T}: This creature deals 2 damage to target creature."
|