From eb082d2f495cdb379f3792414c81f0b226df6b8c Mon Sep 17 00:00:00 2001 From: drdev Date: Fri, 15 Nov 2013 12:57:47 +0000 Subject: [PATCH] Fix abilities that used "tap" --- forge-gui/res/cardsfolder/b/barbed_field.txt | 2 +- forge-gui/res/cardsfolder/c/caustic_tar.txt | 2 +- forge-gui/res/cardsfolder/h/hermetic_study.txt | 2 +- forge-gui/res/cardsfolder/l/lavamancers_skill.txt | 4 ++-- forge-gui/res/cardsfolder/n/noxious_field.txt | 2 +- forge-gui/res/cardsfolder/p/psionic_gift.txt | 2 +- forge-gui/res/cardsfolder/p/psionic_sliver.txt | 2 +- forge-gui/res/cardsfolder/q/quicksilver_dagger.txt | 2 +- forge-gui/res/cardsfolder/r/repentant_vampire.txt | 2 +- forge-gui/res/cardsfolder/u/utopia_vow.txt | 2 +- forge-gui/res/cardsfolder/v/verdant_field.txt | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/forge-gui/res/cardsfolder/b/barbed_field.txt b/forge-gui/res/cardsfolder/b/barbed_field.txt index 96527e64b9f..14746a66d1c 100644 --- a/forge-gui/res/cardsfolder/b/barbed_field.txt +++ b/forge-gui/res/cardsfolder/b/barbed_field.txt @@ -3,7 +3,7 @@ ManaCost:2 R R Types:Enchantment Aura K:Enchant land A:SP$ Attach | Cost$ 2 R R | ValidTgts$ Land | AILogic$ Pump -S:Mode$ Continuous | Affected$ Land.EnchantedBy | AddAbility$ Damage | Description$ Enchanted land has "tap: This land deals 1 damage to target creature or player." +S:Mode$ Continuous | Affected$ Land.EnchantedBy | AddAbility$ Damage | Description$ Enchanted land has "{T}: This land deals 1 damage to target creature or player." SVar:Damage:AB$DealDamage | Cost$ T | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to target creature or player. SVar:NonStackingAttachEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/barbed_field.jpg diff --git a/forge-gui/res/cardsfolder/c/caustic_tar.txt b/forge-gui/res/cardsfolder/c/caustic_tar.txt index 0e1b87bd61b..4c287720884 100644 --- a/forge-gui/res/cardsfolder/c/caustic_tar.txt +++ b/forge-gui/res/cardsfolder/c/caustic_tar.txt @@ -3,7 +3,7 @@ ManaCost:4 B B Types:Enchantment Aura K:Enchant land A:SP$ Attach | Cost$ 4 B B | ValidTgts$ Land | AILogic$ Pump -S:Mode$ Continuous | Affected$ Land.AttachedBy | AddAbility$ LoseLife | Description$ Enchanted land has "tap: Target player loses 3 life." +S:Mode$ Continuous | Affected$ Land.AttachedBy | AddAbility$ LoseLife | Description$ Enchanted land has "{T}: Target player loses 3 life." SVar:LoseLife:AB$LoseLife | Cost$ T | ValidTgts$ Player | LifeAmount$ 3 | TgtPrompt$ Target a player to lose life | SpellDescription$ Target player loses 3 life. SVar:NonStackingAttachEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/caustic_tar.jpg diff --git a/forge-gui/res/cardsfolder/h/hermetic_study.txt b/forge-gui/res/cardsfolder/h/hermetic_study.txt index 1447b1cdd85..958a6f40cb1 100644 --- a/forge-gui/res/cardsfolder/h/hermetic_study.txt +++ b/forge-gui/res/cardsfolder/h/hermetic_study.txt @@ -3,7 +3,7 @@ ManaCost:1 U Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 1 U | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddAbility$ Damage | Description$ Enchanted creature has "tap: This creature deals 1 damage to target creature or player." +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddAbility$ Damage | Description$ Enchanted creature has "{T}: This creature deals 1 damage to target creature or player." SVar:Damage:AB$DealDamage | Cost$ T | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to target creature or player. SVar:NonStackingAttachEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/hermetic_study.jpg diff --git a/forge-gui/res/cardsfolder/l/lavamancers_skill.txt b/forge-gui/res/cardsfolder/l/lavamancers_skill.txt index 04f73bf1639..e7185f85840 100644 --- a/forge-gui/res/cardsfolder/l/lavamancers_skill.txt +++ b/forge-gui/res/cardsfolder/l/lavamancers_skill.txt @@ -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 diff --git a/forge-gui/res/cardsfolder/n/noxious_field.txt b/forge-gui/res/cardsfolder/n/noxious_field.txt index 44f35456de6..fe2b6d86524 100644 --- a/forge-gui/res/cardsfolder/n/noxious_field.txt +++ b/forge-gui/res/cardsfolder/n/noxious_field.txt @@ -3,7 +3,7 @@ ManaCost:1 B B Types:Enchantment Aura K:Enchant land A:SP$ Attach | Cost$ 1 B B | ValidTgts$ Land | AILogic$ Pump -S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddAbility$ DamageAll | Description$ Enchanted land has "tap: This land deals 1 damage to each creature and player." +S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddAbility$ DamageAll | Description$ Enchanted land has "{T}: This land deals 1 damage to each creature and player." SVar:DamageAll:AB$ DamageAll | Cost$ T | NumDmg$ 1 | ValidCards$ Creature | ValidPlayers$ Each | ValidDescription$ each creature and each player. | SpellDescription$ CARDNAME deals 1 damage to each creature and each player. SVar:NonStackingAttachEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/noxious_field.jpg diff --git a/forge-gui/res/cardsfolder/p/psionic_gift.txt b/forge-gui/res/cardsfolder/p/psionic_gift.txt index 15770520791..02ce08f9c36 100644 --- a/forge-gui/res/cardsfolder/p/psionic_gift.txt +++ b/forge-gui/res/cardsfolder/p/psionic_gift.txt @@ -3,7 +3,7 @@ ManaCost:1 U Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 1 U | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddAbility$ Damage | Description$ Enchanted creature has "tap: This creature deals 1 damage to target creature or player." +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddAbility$ Damage | Description$ Enchanted creature has "{T}: This creature deals 1 damage to target creature or player." SVar:Damage:AB$DealDamage | Cost$ T | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to target creature or player. SVar:NonStackingAttachEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/psionic_gift.jpg diff --git a/forge-gui/res/cardsfolder/p/psionic_sliver.txt b/forge-gui/res/cardsfolder/p/psionic_sliver.txt index 93d3c091796..38be54ceea7 100644 --- a/forge-gui/res/cardsfolder/p/psionic_sliver.txt +++ b/forge-gui/res/cardsfolder/p/psionic_sliver.txt @@ -2,7 +2,7 @@ Name:Psionic Sliver ManaCost:4 U Types:Creature Sliver PT:2/2 -S:Mode$ Continuous | Affected$ Sliver | AddAbility$ DamageOther | AddSVar$ DBDamageSelf | Description$ All Sliver creatues have "tap: This creature deals 2 damage to target creature or player and 3 damage to itself." +S:Mode$ Continuous | Affected$ Sliver | AddAbility$ DamageOther | AddSVar$ DBDamageSelf | Description$ All Sliver creatues have "{T}: This creature deals 2 damage to target creature or player and 3 damage to itself." SVar:DamageOther:AB$DealDamage | Cost$ T | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 2 | SubAbility$ DBDamageSelf | SpellDescription$ This creature deals 2 damage to target creature or player and 3 damage to itself. SVar:DBDamageSelf:DB$DealDamage | NumDmg$ 3 | Defined$ Self SVar:Picture:http://www.wizards.com/global/images/magic/general/psionic_sliver.jpg diff --git a/forge-gui/res/cardsfolder/q/quicksilver_dagger.txt b/forge-gui/res/cardsfolder/q/quicksilver_dagger.txt index 0c3dc3dde3b..f8d2ed6096f 100644 --- a/forge-gui/res/cardsfolder/q/quicksilver_dagger.txt +++ b/forge-gui/res/cardsfolder/q/quicksilver_dagger.txt @@ -3,7 +3,7 @@ ManaCost:1 U R Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 1 U R | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddAbility$ Damage | AddSVar$ QuicksilverDraw | Description$ Enchanted creature has "tap: This creature deals 1 damage to target player. You draw a card." +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddAbility$ Damage | AddSVar$ QuicksilverDraw | Description$ Enchanted creature has "{T}: This creature deals 1 damage to target player. You draw a card." SVar:Damage:AB$DealDamage | Cost$ T | ValidTgts$ Player | TgtPrompt$ Select a player | NumDmg$ 1 | SubAbility$ QuicksilverDraw | SpellDescription$ CARDNAME deals 1 damage to target player. SVar:QuicksilverDraw:DB$Draw | NumCards$ 1 | Defined$ You | SpellDescription$ Draw a card. SVar:NonStackingAttachEffect:True diff --git a/forge-gui/res/cardsfolder/r/repentant_vampire.txt b/forge-gui/res/cardsfolder/r/repentant_vampire.txt index c946acb34a2..4e04caa5f2a 100644 --- a/forge-gui/res/cardsfolder/r/repentant_vampire.txt +++ b/forge-gui/res/cardsfolder/r/repentant_vampire.txt @@ -5,7 +5,7 @@ PT:3/3 K:Flying T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.DamagedBy | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever a creature dealt damage by CARDNAME this turn dies, put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:AB$ PutCounter | Cost$ 0 | Defined$ Self | CounterNum$ 1 | CounterType$ P1P1 -S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ CARDNAME is white. | AddAbility$ Destroy | Condition$ Threshold | Description$ Threshold - As long as seven or more cards are in your graveyard, CARDNAME is white and has "tap: Destroy target black creature." +S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ CARDNAME is white. | AddAbility$ Destroy | Condition$ Threshold | Description$ Threshold - As long as seven or more cards are in your graveyard, CARDNAME is white and has "{T}: Destroy target black creature." SVar:Destroy:AB$Destroy | Cost$ T | ValidTgts$ Creature.Black | TgtPrompt$ Select target black creature | SpellDescription$ Destroy target black creature. SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/repentant_vampire.jpg diff --git a/forge-gui/res/cardsfolder/u/utopia_vow.txt b/forge-gui/res/cardsfolder/u/utopia_vow.txt index 1089a4ce3c3..4ef039b540c 100644 --- a/forge-gui/res/cardsfolder/u/utopia_vow.txt +++ b/forge-gui/res/cardsfolder/u/utopia_vow.txt @@ -3,7 +3,7 @@ ManaCost:1 G Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 1 G | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CARDNAME can't attack or block. | AddAbility$ AnyMana | Description$ Enchanted creature can't attack or block. Enchanted creature has "tap: Add one mana of any color to your mana pool." +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CARDNAME can't attack or block. | AddAbility$ AnyMana | Description$ Enchanted creature can't attack or block. Enchanted creature has "{T}: Add one mana of any color to your mana pool." SVar:AnyMana:AB$Mana | Cost$ T | Produced$ Any | SpellDescription$ Add one mana of any color to your mana pool. SVar:NonStackingAttachEffect:True SVar:RemAIDeck:True diff --git a/forge-gui/res/cardsfolder/v/verdant_field.txt b/forge-gui/res/cardsfolder/v/verdant_field.txt index 5ddf6ac7671..3cd4e7a31c4 100644 --- a/forge-gui/res/cardsfolder/v/verdant_field.txt +++ b/forge-gui/res/cardsfolder/v/verdant_field.txt @@ -3,7 +3,7 @@ ManaCost:2 G Types:Enchantment Aura K:Enchant land A:SP$ Attach | Cost$ 2 G | ValidTgts$ Land | AILogic$ Pump -S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddAbility$ Pump | Description$ Enchanted land has "tap: Target creature gets +1/+1 until end of turn." +S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddAbility$ Pump | Description$ Enchanted land has "{T}: Target creature gets +1/+1 until end of turn." SVar:Pump:AB$Pump | Cost$ T | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | NumDef$ +1 SVar:Picture:http://www.wizards.com/global/images/magic/general/verdant_field.jpg Oracle:Enchant land\nEnchanted land has "{T}: Target creature gets +1/+1 until end of turn." \ No newline at end of file