mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Changed abPump[Tgt] cards to use SVar for X and Y
This commit is contained in:
@@ -1008,7 +1008,8 @@ Feral Animist
|
|||||||
Creature Goblic Shaman
|
Creature Goblic Shaman
|
||||||
no text
|
no text
|
||||||
2/1
|
2/1
|
||||||
abPump 3:Count$CardPower/+0:Feral Animist gets +X/+0 until end of turn, where X is its power.
|
abPump 3:+X/+0:Feral Animist gets +X/+0 until end of turn, where X is its power.
|
||||||
|
SVar:X:Count$CardPower
|
||||||
|
|
||||||
Fire-Belly Changeling
|
Fire-Belly Changeling
|
||||||
1 R
|
1 R
|
||||||
@@ -1023,7 +1024,8 @@ Kitsune Loreweaver
|
|||||||
Creature Fox Cleric
|
Creature Fox Cleric
|
||||||
no text
|
no text
|
||||||
2/1
|
2/1
|
||||||
abPump 1 W:+0/Count$NumCardsInYourHand:Kitsune Loreweaver get +0/+X until end of turn, where X is the number of cards in your hand.
|
abPump 1 W:+0/+X:Kitsune Loreweaver get +0/+X until end of turn, where X is the number of cards in your hand.
|
||||||
|
SVar:X:Count$NumCardsInYourHand
|
||||||
|
|
||||||
Knight of the Skyward Eye
|
Knight of the Skyward Eye
|
||||||
1 W
|
1 W
|
||||||
@@ -1036,7 +1038,8 @@ Power Armor
|
|||||||
4
|
4
|
||||||
Artifact
|
Artifact
|
||||||
Domain
|
Domain
|
||||||
abPumpTgt 3 T:Count$Domain/Count$Domain:Target creature gets +1/+1 until end of turn for each basic land type among lands you control.
|
abPumpTgt 3 T:+X/+X:Target creature gets +1/+1 until end of turn for each basic land type among lands you control.
|
||||||
|
SVar:X:Count$Domain
|
||||||
|
|
||||||
Seedcradle Witch
|
Seedcradle Witch
|
||||||
GW
|
GW
|
||||||
@@ -1059,14 +1062,16 @@ Timberwatch Elf
|
|||||||
Creature Elf
|
Creature Elf
|
||||||
no text
|
no text
|
||||||
1/2
|
1/2
|
||||||
abPumpTgt T:Count$TypeOnBattlefield.Elf/Count$TypeOnBattlefield.Elf:Target creature get +X/+X until end of turn, where X is the number of Elves on the battlefield.
|
abPumpTgt T:+X/+X:Target creature get +X/+X until end of turn, where X is the number of Elves on the battlefield.
|
||||||
|
SVar:X:Count$TypeOnBattlefield.Elf
|
||||||
|
|
||||||
Wandering Goblins
|
Wandering Goblins
|
||||||
2 R
|
2 R
|
||||||
Creature Goblin Warrior
|
Creature Goblin Warrior
|
||||||
Domain
|
Domain
|
||||||
0/3
|
0/3
|
||||||
abPump 3:Count$Domain/+0:Wandering Goblins gets +1/+0 until end of turn for each basic land type among lands you control.
|
abPump 3:+X/+0:Wandering Goblins gets +1/+0 until end of turn for each basic land type among lands you control.
|
||||||
|
SVar:X:Count$Domain
|
||||||
|
|
||||||
Rappelling Scouts
|
Rappelling Scouts
|
||||||
2 W W
|
2 W W
|
||||||
@@ -1095,7 +1100,8 @@ Viridian Lorebearers
|
|||||||
Creature Elf Shaman
|
Creature Elf Shaman
|
||||||
no text
|
no text
|
||||||
3/3
|
3/3
|
||||||
abPumpTgt 3 G T:Count$TypeOppCtrl.Artifact/Count$TypeOppCtrl.Artifact:Target creature gets +X/+X until end of turn, where X is the number of artifacts your opponents control.
|
abPumpTgt 3 G T:+X/+X:Target creature gets +X/+X until end of turn, where X is the number of artifacts your opponents control.
|
||||||
|
SVar:X:Count$TypeOppCtrl.Artifact
|
||||||
|
|
||||||
Wormwood Dryad
|
Wormwood Dryad
|
||||||
2 G
|
2 G
|
||||||
@@ -1118,7 +1124,8 @@ Auriok Bladewarden
|
|||||||
Creature Human Soldier
|
Creature Human Soldier
|
||||||
no text
|
no text
|
||||||
1/1
|
1/1
|
||||||
abPumpTgt T:Count$CardPower/Count$CardPower:Target creature get +X/+X until end of turn, where X is Auriok Bladewarden's power.
|
abPumpTgt T:+X/+X:Target creature get +X/+X until end of turn, where X is Auriok Bladewarden's power.
|
||||||
|
SVar:X:Count$CardPower
|
||||||
|
|
||||||
Boreal Centaur
|
Boreal Centaur
|
||||||
1 G
|
1 G
|
||||||
@@ -7232,7 +7239,8 @@ no text
|
|||||||
4/4
|
4/4
|
||||||
Changeling
|
Changeling
|
||||||
Protection from black
|
Protection from black
|
||||||
abPump 2 G G:Count$CardPower/Count$CardPower:Chameleon Colossus gets +X/+X until end of turn, where X is its power.
|
abPump 2 G G:+X/+X:Chameleon Colossus gets +X/+X until end of turn, where X is its power.
|
||||||
|
SVar:X:Count$CardPower
|
||||||
|
|
||||||
Rakdos Pit Dragon
|
Rakdos Pit Dragon
|
||||||
2 R R
|
2 R R
|
||||||
|
|||||||
Reference in New Issue
Block a user