From 64e469e8d99a8d953861aaa3408c41b3629f79de Mon Sep 17 00:00:00 2001 From: swordshine Date: Wed, 25 Jun 2014 13:42:57 +0000 Subject: [PATCH] - Fixed pump effect (u - z) --- forge-gui/res/cardsfolder/u/urzas_avenger.txt | 10 +++++----- forge-gui/res/cardsfolder/u/urzas_engine.txt | 2 +- forge-gui/res/cardsfolder/v/vectis_silencers.txt | 2 +- forge-gui/res/cardsfolder/v/vector_asp.txt | 2 +- forge-gui/res/cardsfolder/v/veldrane_of_sengir.txt | 2 +- forge-gui/res/cardsfolder/v/viscid_lemures.txt | 2 +- forge-gui/res/cardsfolder/v/vodalian_knights.txt | 2 +- forge-gui/res/cardsfolder/v/volcano_imp.txt | 2 +- forge-gui/res/cardsfolder/w/wall_of_caltrops.txt | 2 +- forge-gui/res/cardsfolder/w/wall_of_tanglecord.txt | 2 +- forge-gui/res/cardsfolder/w/war_spike_changeling.txt | 2 +- forge-gui/res/cardsfolder/w/whiptongue_frog.txt | 2 +- forge-gui/res/cardsfolder/w/white_shield_crusader.txt | 4 ++-- forge-gui/res/cardsfolder/w/wojek_halberdiers.txt | 2 +- forge-gui/res/cardsfolder/w/wormwood_dryad.txt | 4 ++-- forge-gui/res/cardsfolder/w/wormwood_treefolk.txt | 4 ++-- forge-gui/res/cardsfolder/z/zhalfirin_knight.txt | 2 +- 17 files changed, 24 insertions(+), 24 deletions(-) diff --git a/forge-gui/res/cardsfolder/u/urzas_avenger.txt b/forge-gui/res/cardsfolder/u/urzas_avenger.txt index 393cc96a473..005a3a98401 100644 --- a/forge-gui/res/cardsfolder/u/urzas_avenger.txt +++ b/forge-gui/res/cardsfolder/u/urzas_avenger.txt @@ -2,12 +2,12 @@ Name:Urza's Avenger ManaCost:6 Types:Artifact Creature Shapeshifter PT:4/4 -A:AB$ Pump | Cost$ 0 | NumAtt$ -1 | NumDef$ -1 | SubAbility$ DBChoose | SpellDescription$ CARDNAME gets -1/-1 and gains your choice of banding, flying, first strike, or trample until end of turn. +A:AB$ Pump | Cost$ 0 | Defined$ Self | NumAtt$ -1 | NumDef$ -1 | SubAbility$ DBChoose | SpellDescription$ CARDNAME gets -1/-1 and gains your choice of banding, flying, first strike, or trample until end of turn. SVar:DBChoose:DB$ GenericChoice | Defined$ You | Choices$ DBFlying,DBBanding,DBFirstStrike,DBTrample -SVar:DBFlying:DB$ Pump | KW$ Flying | SpellDescription$ Target creature gains Flying until end of turn. -SVar:DBBanding:DB$ Pump | KW$ Banding | SpellDescription$ Target creature gains Banding until end of turn. -SVar:DBFirstStrike:DB$ Pump | KW$ First Strike | SpellDescription$ Target creature gains First Strike until end of turn. -SVar:DBTrample:DB$ Pump | KW$ Trample | SpellDescription$ Target creature gains Trample until end of turn. +SVar:DBFlying:DB$ Pump | KW$ Flying | Defined$ Self | SpellDescription$ Target creature gains Flying until end of turn. +SVar:DBBanding:DB$ Pump | KW$ Banding | Defined$ Self | SpellDescription$ Target creature gains Banding until end of turn. +SVar:DBFirstStrike:DB$ Pump | KW$ First Strike | Defined$ Self | SpellDescription$ Target creature gains First Strike until end of turn. +SVar:DBTrample:DB$ Pump | KW$ Trample | Defined$ Self | SpellDescription$ Target creature gains Trample until end of turn. SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/urzas_avenger.jpg Oracle:{0}: Urza's Avenger gets -1/-1 and gains your choice of banding, flying, first strike, or trample until end of turn. (Any creatures with banding, and up to one without, can attack in a band. Bands are blocked as a group. If any creatures with banding you control are blocking or being blocked by a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.) diff --git a/forge-gui/res/cardsfolder/u/urzas_engine.txt b/forge-gui/res/cardsfolder/u/urzas_engine.txt index 6e0c0df1c53..5bcc5a63ebe 100644 --- a/forge-gui/res/cardsfolder/u/urzas_engine.txt +++ b/forge-gui/res/cardsfolder/u/urzas_engine.txt @@ -3,7 +3,7 @@ ManaCost:5 Types:Artifact Creature Juggernaut PT:1/5 K:Trample -A:AB$ Pump | Cost$ 3 | KW$ Banding | SpellDescription$ CARDNAME gains banding until end of turn. +A:AB$ Pump | Cost$ 3 | Defined$ Self | KW$ Banding | SpellDescription$ CARDNAME gains banding until end of turn. A:AB$ PumpAll | Cost$ 3 | ValidCards$ Creature.attackersBandedWith | KW$ Trample | SpellDescription$ Attacking creatures banded with Urza's Engine gain trample until end of turn. SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/urzas_engine.jpg diff --git a/forge-gui/res/cardsfolder/v/vectis_silencers.txt b/forge-gui/res/cardsfolder/v/vectis_silencers.txt index 71617028fbe..ff07c7a64c7 100644 --- a/forge-gui/res/cardsfolder/v/vectis_silencers.txt +++ b/forge-gui/res/cardsfolder/v/vectis_silencers.txt @@ -2,6 +2,6 @@ Name:Vectis Silencers ManaCost:2 U Types:Artifact Creature Human Rogue PT:1/2 -A:AB$ Pump | Cost$ 2 B | KW$ Deathtouch | SpellDescription$ CARDNAME gains deathtouch until end of turn. +A:AB$ Pump | Cost$ 2 B | Defined$ Self | KW$ Deathtouch | SpellDescription$ CARDNAME gains deathtouch until end of turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/vectis_silencers.jpg Oracle:{2}{B}: Vectis Silencers gains deathtouch until end of turn. (Any amount of damage it deals to a creature is enough to destroy that creature.) diff --git a/forge-gui/res/cardsfolder/v/vector_asp.txt b/forge-gui/res/cardsfolder/v/vector_asp.txt index 426d2a5570d..e2bdb73b5a4 100644 --- a/forge-gui/res/cardsfolder/v/vector_asp.txt +++ b/forge-gui/res/cardsfolder/v/vector_asp.txt @@ -2,6 +2,6 @@ Name:Vector Asp ManaCost:1 Types:Artifact Creature Snake PT:1/1 -A:AB$ Pump | Cost$ B | KW$ Infect | SpellDescription$ CARDNAME gains infect until end of turn. +A:AB$ Pump | Cost$ B | Defined$ Self | KW$ Infect | SpellDescription$ CARDNAME gains infect until end of turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/vector_asp.jpg Oracle:{B}: Vector Asp gains infect until end of turn. (It deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.) diff --git a/forge-gui/res/cardsfolder/v/veldrane_of_sengir.txt b/forge-gui/res/cardsfolder/v/veldrane_of_sengir.txt index a57a77588e3..f3af626a57a 100644 --- a/forge-gui/res/cardsfolder/v/veldrane_of_sengir.txt +++ b/forge-gui/res/cardsfolder/v/veldrane_of_sengir.txt @@ -2,7 +2,7 @@ Name:Veldrane of Sengir ManaCost:5 B B Types:Legendary Creature Human Rogue PT:5/5 -A:AB$ Pump | Cost$ 1 B B | NumAtt$ -3 | KW$ Forestwalk | SpellDescription$ CARDNAME gets -3/-0 and gains forestwalk until end of turn. +A:AB$ Pump | Cost$ 1 B B | Defined$ Self | NumAtt$ -3 | KW$ Forestwalk | SpellDescription$ CARDNAME gets -3/-0 and gains forestwalk until end of turn. SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/veldrane_of_sengir.jpg Oracle:{1}{B}{B}: Veldrane of Sengir gets -3/-0 and gains forestwalk until end of turn. diff --git a/forge-gui/res/cardsfolder/v/viscid_lemures.txt b/forge-gui/res/cardsfolder/v/viscid_lemures.txt index 0da298e3f50..fe29fa319db 100644 --- a/forge-gui/res/cardsfolder/v/viscid_lemures.txt +++ b/forge-gui/res/cardsfolder/v/viscid_lemures.txt @@ -2,7 +2,7 @@ Name:Viscid Lemures ManaCost:4 B Types:Creature Spirit PT:4/3 -A:AB$ Pump | Cost$ 0 | NumAtt$ -1 | KW$ Swampwalk | SpellDescription$ CARDNAME gets -1/-0 and gains swampwalk until end of turn. +A:AB$ Pump | Cost$ 0 | Defined$ Self | NumAtt$ -1 | KW$ Swampwalk | SpellDescription$ CARDNAME gets -1/-0 and gains swampwalk until end of turn. SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/viscid_lemures.jpg Oracle:{0}: Viscid Lemures gets -1/-0 and gains swampwalk until end of turn. diff --git a/forge-gui/res/cardsfolder/v/vodalian_knights.txt b/forge-gui/res/cardsfolder/v/vodalian_knights.txt index b12e9c775f3..1bb474f23a2 100644 --- a/forge-gui/res/cardsfolder/v/vodalian_knights.txt +++ b/forge-gui/res/cardsfolder/v/vodalian_knights.txt @@ -6,7 +6,7 @@ K:First Strike S:Mode$ CantAttack | ValidCard$ Card.Self | UnlessDefenderControls$ Island | Description$ CARDNAME can't attack unless defending player controls an Island. T:Mode$ Always | TriggerZones$ Battlefield | IsPresent$ Island.YouCtrl | PresentCompare$ EQ0 | Execute$ TrigSac | TriggerDescription$ When you control no Islands, sacrifice CARDNAME. SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ Self -A:AB$ Pump | Cost$ U | KW$ Flying | SpellDescription$ CARDNAME gains flying until end of turn. +A:AB$ Pump | Cost$ U | Defined$ Self | KW$ Flying | SpellDescription$ CARDNAME gains flying until end of turn. SVar:NeedsToPlay:Island.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/vodalian_knights.jpg Oracle:First strike\nVodalian Knights can't attack unless defending player controls an Island.\nWhen you control no Islands, sacrifice Vodalian Knights.\n{U}: Vodalian Knights gains flying until end of turn. diff --git a/forge-gui/res/cardsfolder/v/volcano_imp.txt b/forge-gui/res/cardsfolder/v/volcano_imp.txt index 23273669371..4fb6c950e72 100644 --- a/forge-gui/res/cardsfolder/v/volcano_imp.txt +++ b/forge-gui/res/cardsfolder/v/volcano_imp.txt @@ -3,6 +3,6 @@ ManaCost:3 B Types:Creature Imp PT:2/2 K:Flying -A:AB$ Pump | Cost$ 1 R | KW$ First Strike | SpellDescription$ CARDNAME gains first strike until end of turn. +A:AB$ Pump | Cost$ 1 R | Defined$ Self | KW$ First Strike | SpellDescription$ CARDNAME gains first strike until end of turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/volcano_imp.jpg Oracle:Flying\n{1}{R}: Volcano Imp gains first strike until end of turn. diff --git a/forge-gui/res/cardsfolder/w/wall_of_caltrops.txt b/forge-gui/res/cardsfolder/w/wall_of_caltrops.txt index a24be67b60f..24ce2bd5a39 100644 --- a/forge-gui/res/cardsfolder/w/wall_of_caltrops.txt +++ b/forge-gui/res/cardsfolder/w/wall_of_caltrops.txt @@ -4,6 +4,6 @@ Types:Creature Wall PT:2/1 K:Defender T:Mode$ AttackerBlocked | ValidCard$ Creature | ValidBlocker$ Card.Self | Execute$ MakeEffective | IsPresent$ Creature.Wall+Other+sharesBlockingAssignmentWith | IsPresent2$ Creature.nonWall+sharesBlockingAssignmentWith | PresentCompare2$ EQ0 | TriggerDescription$ Whenever CARDNAME blocks a creature, if at least one other Wall creature is blocking that creature and no non-Wall creatures are blocking that creature, CARDNAME gains banding until end of turn. (If any creatures with banding you control are blocking a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by.) -SVar:MakeEffective:AB$ Pump | Cost$ 0 | KW$ Banding +SVar:MakeEffective:AB$ Pump | Cost$ 0 | KW$ Banding | Defined$ Self SVar:Picture:http://www.wizards.com/global/images/magic/general/wall_of_caltrops.jpg Oracle:Defender (This creature can't attack.)\nWhenever Wall of Caltrops blocks a creature, if at least one other Wall creature is blocking that creature and no non-Wall creatures are blocking that creature, Wall of Caltrops gains banding until end of turn. (If any creatures with banding you control are blocking a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by.) diff --git a/forge-gui/res/cardsfolder/w/wall_of_tanglecord.txt b/forge-gui/res/cardsfolder/w/wall_of_tanglecord.txt index 14c1f988d16..270dda52948 100644 --- a/forge-gui/res/cardsfolder/w/wall_of_tanglecord.txt +++ b/forge-gui/res/cardsfolder/w/wall_of_tanglecord.txt @@ -3,6 +3,6 @@ ManaCost:2 Types:Artifact Creature Wall PT:0/6 K:Defender -A:AB$ Pump | Cost$ G | KW$ Reach | SpellDescription$ CARDNAME gains reach until end of turn. +A:AB$ Pump | Cost$ G | KW$ Reach | Defined$ Self | SpellDescription$ CARDNAME gains reach until end of turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/wall_of_tanglecord.jpg Oracle:Defender\n{G}: Wall of Tanglecord gains reach until end of turn. (It can block creatures with flying.) diff --git a/forge-gui/res/cardsfolder/w/war_spike_changeling.txt b/forge-gui/res/cardsfolder/w/war_spike_changeling.txt index 7be62ada732..7b3b1717f4a 100644 --- a/forge-gui/res/cardsfolder/w/war_spike_changeling.txt +++ b/forge-gui/res/cardsfolder/w/war_spike_changeling.txt @@ -3,6 +3,6 @@ ManaCost:3 R Types:Creature Shapeshifter PT:3/3 S:Mode$ Continuous | EffectZone$ All | Affected$ Card.Self | CharacteristicDefining$ True | AddType$ AllCreatureTypes | Description$ Changeling (This card is every creature type at all times.) -A:AB$ Pump | Cost$ R | KW$ First Strike | SpellDescription$ CARDNAME gains first strike until end of turn. +A:AB$ Pump | Cost$ R | KW$ First Strike | Defined$ Self | SpellDescription$ CARDNAME gains first strike until end of turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/war_spike_changeling.jpg Oracle:Changeling (This card is every creature type at all times.)\n{R}: War-Spike Changeling gains first strike until end of turn. diff --git a/forge-gui/res/cardsfolder/w/whiptongue_frog.txt b/forge-gui/res/cardsfolder/w/whiptongue_frog.txt index b0924d679ce..c464dddfb9b 100644 --- a/forge-gui/res/cardsfolder/w/whiptongue_frog.txt +++ b/forge-gui/res/cardsfolder/w/whiptongue_frog.txt @@ -2,6 +2,6 @@ Name:Whiptongue Frog ManaCost:2 U Types:Creature Frog PT:1/3 -A:AB$ Pump | Cost$ U | KW$ Flying | SpellDescription$ CARDNAME gains flying until end of turn. +A:AB$ Pump | Cost$ U | KW$ Flying | Defined$ Self | SpellDescription$ CARDNAME gains flying until end of turn. SVar:Picture:http://resources.wizards.com/magic/cards/ex/en-us/card6057.jpg Oracle:{U}: Whiptongue Frog gains flying until end of turn. diff --git a/forge-gui/res/cardsfolder/w/white_shield_crusader.txt b/forge-gui/res/cardsfolder/w/white_shield_crusader.txt index 257d4bd9db7..cea1cd8a1e6 100644 --- a/forge-gui/res/cardsfolder/w/white_shield_crusader.txt +++ b/forge-gui/res/cardsfolder/w/white_shield_crusader.txt @@ -3,7 +3,7 @@ ManaCost:W W Types:Creature Human Knight PT:2/1 K:Protection from black -A:AB$ Pump | Cost$ W | KW$ Flying | SpellDescription$ CARDNAME gains flying until end of turn. -A:AB$ Pump | Cost$ W W | NumAtt$ +1 | SpellDescription$ CARDNAME gets +1/+0 until end of turn. +A:AB$ Pump | Cost$ W | KW$ Flying | Defined$ Self | SpellDescription$ CARDNAME gains flying until end of turn. +A:AB$ Pump | Cost$ W W | NumAtt$ +1 | Defined$ Self | SpellDescription$ CARDNAME gets +1/+0 until end of turn. SVar:Picture:http://resources.wizards.com/magic/cards/csp/en-us/card121216.jpg Oracle:Protection from black\n{W}: White Shield Crusader gains flying until end of turn.\n{W}{W}: White Shield Crusader gets +1/+0 until end of turn. diff --git a/forge-gui/res/cardsfolder/w/wojek_halberdiers.txt b/forge-gui/res/cardsfolder/w/wojek_halberdiers.txt index eca532ee0a0..7c7faa36ae8 100644 --- a/forge-gui/res/cardsfolder/w/wojek_halberdiers.txt +++ b/forge-gui/res/cardsfolder/w/wojek_halberdiers.txt @@ -3,7 +3,7 @@ ManaCost:R W Types:Creature Human Soldier PT:3/2 T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | CheckSVar$ BattalionTest | NoResolvingCheck$ True | SVarCompare$ GE2 | Execute$ TrigBattalionPump | TriggerDescription$ Battalion - Whenever CARDNAME and at least two other creatures attack, CARDNAME gains first strike until end of turn. -SVar:TrigBattalionPump:AB$ Pump | Cost$ 0 | KW$ First Strike +SVar:TrigBattalionPump:AB$ Pump | Cost$ 0 | KW$ First Strike | Defined$ Self SVar:BattalionTest:Count$Valid Creature.attacking+Other SVar:Picture:http://www.wizards.com/global/images/magic/general/wojek_halberdiers.jpg Oracle:Battalion - Whenever Wojek Halberdiers and at least two other creatures attack, Wojek Halberdiers gains first strike until end of turn. diff --git a/forge-gui/res/cardsfolder/w/wormwood_dryad.txt b/forge-gui/res/cardsfolder/w/wormwood_dryad.txt index 7967b32a788..89d98048806 100644 --- a/forge-gui/res/cardsfolder/w/wormwood_dryad.txt +++ b/forge-gui/res/cardsfolder/w/wormwood_dryad.txt @@ -2,8 +2,8 @@ Name:Wormwood Dryad ManaCost:2 G Types:Creature Dryad PT:3/1 -A:AB$ Pump | Cost$ G | KW$ Forestwalk | SubAbility$ DBDealDamage | SpellDescription$ CARDNAME gains forestwalk until end of turn and deals 1 damage to you. -A:AB$ Pump | Cost$ B | KW$ Swampwalk | SubAbility$ DBDealDamage | SpellDescription$ CARDNAME gains swampwalk until end of turn and deals 1 damage to you. +A:AB$ Pump | Cost$ G | KW$ Forestwalk | Defined$ Self | SubAbility$ DBDealDamage | SpellDescription$ CARDNAME gains forestwalk until end of turn and deals 1 damage to you. +A:AB$ Pump | Cost$ B | KW$ Swampwalk | Defined$ Self | SubAbility$ DBDealDamage | SpellDescription$ CARDNAME gains swampwalk until end of turn and deals 1 damage to you. SVar:DBDealDamage:DB$DealDamage | Defined$ You | NumDmg$ 1 SVar:Picture:http://www.wizards.com/global/images/magic/general/wormwood_dryad.jpg Oracle:{G}: Wormwood Dryad gains forestwalk until end of turn and deals 1 damage to you.\n{B}: Wormwood Dryad gains swampwalk until end of turn and deals 1 damage to you. diff --git a/forge-gui/res/cardsfolder/w/wormwood_treefolk.txt b/forge-gui/res/cardsfolder/w/wormwood_treefolk.txt index f08347bc072..a76bf34683a 100644 --- a/forge-gui/res/cardsfolder/w/wormwood_treefolk.txt +++ b/forge-gui/res/cardsfolder/w/wormwood_treefolk.txt @@ -2,8 +2,8 @@ Name:Wormwood Treefolk ManaCost:3 G G Types:Creature Treefolk PT:4/4 -A:AB$ Pump | Cost$ G G | KW$ Forestwalk | SubAbility$ DBDealDamage | SpellDescription$ CARDNAME gains forestwalk until end of turn and deals 2 damage to you. -A:AB$ Pump | Cost$ B B | KW$ Swampwalk | SubAbility$ DBDealDamage | SpellDescription$ CARDNAME gains swampwalk until end of turn and deals 2 damage to you. +A:AB$ Pump | Cost$ G G | KW$ Forestwalk | Defined$ Self | SubAbility$ DBDealDamage | SpellDescription$ CARDNAME gains forestwalk until end of turn and deals 2 damage to you. +A:AB$ Pump | Cost$ B B | KW$ Swampwalk | Defined$ Self | SubAbility$ DBDealDamage | SpellDescription$ CARDNAME gains swampwalk until end of turn and deals 2 damage to you. SVar:DBDealDamage:DB$DealDamage | Defined$ You | NumDmg$ 2 SVar:Picture:http://www.wizards.com/global/images/magic/general/wormwood_treefolk.jpg Oracle:{G}{G}: Wormwood Treefolk gains forestwalk until end of turn and deals 2 damage to you.\n{B}{B}: Wormwood Treefolk gains swampwalk until end of turn and deals 2 damage to you. diff --git a/forge-gui/res/cardsfolder/z/zhalfirin_knight.txt b/forge-gui/res/cardsfolder/z/zhalfirin_knight.txt index efefe3ff35b..a8c131734d1 100644 --- a/forge-gui/res/cardsfolder/z/zhalfirin_knight.txt +++ b/forge-gui/res/cardsfolder/z/zhalfirin_knight.txt @@ -3,6 +3,6 @@ ManaCost:2 W Types:Creature Human Knight PT:2/2 K:Flanking -A:AB$ Pump | Cost$ W W | KW$ First Strike | SpellDescription$ CARDNAME gains first strike until end of turn. +A:AB$ Pump | Cost$ W W | KW$ First Strike | Defined$ Self | SpellDescription$ CARDNAME gains first strike until end of turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/zhalfirin_knight.jpg Oracle:Flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)\n{W}{W}: Zhalfirin Knight gains first strike until end of turn.