mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
convert Lhurgoyf and Loxodon Punisher to stSetPT and stPumpSelf keywords.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
Name:Lhurgoyf
|
||||
ManaCost:2 G G
|
||||
Types:Creature Lhurgoyf
|
||||
Text:Lhurgoyf's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1.
|
||||
PT:0/1
|
||||
Text:no text
|
||||
PT:*/1+*
|
||||
K:stSetPT:Count$TypeInAllYards.Creature:Count$TypeInAllYards.Creature/Plus.1:CARDNAME's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1.
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/lhurgoyf.jpg
|
||||
SetInfo:8ED|Rare|http://magiccards.info/scans/en/8e/259.jpg
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
Name:Loxodon Punisher
|
||||
ManaCost:3 W
|
||||
Types:Creature Elephant Soldier
|
||||
Text:Loxodon Punisher gets +2/+2 for each Equipment attached to it.
|
||||
Text:no text
|
||||
PT:2/2
|
||||
K:stPumpSelf:Permanent:X/X:No Condition:CARDNAME gets +2/+2 for each Equipment attached to it.
|
||||
SVar:X:Valid Equipment.Attached/Times.2
|
||||
SVar:EquipMe:Multiple
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/loxodon_punisher.jpg
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -26,14 +26,12 @@ public class StaticEffects
|
||||
cardToEffectsList.put("Conspiracy", new String[] {"Conspiracy"});
|
||||
cardToEffectsList.put("Gaddock Teeg", new String[] {"Gaddock_Teeg"});
|
||||
cardToEffectsList.put("Gemhide Sliver", new String[] {"Gemhide_Sliver"});
|
||||
|
||||
cardToEffectsList.put("Homarid", new String[] {"Homarid"});
|
||||
cardToEffectsList.put("Iona, Shield of Emeria", new String[] {"Iona_Shield_of_Emeria"});
|
||||
|
||||
cardToEffectsList.put("Joiner Adept", new String[] {"Joiner_Adept"});
|
||||
cardToEffectsList.put("Leyline of Singularity", new String[] {"Leyline_of_Singularity"});
|
||||
cardToEffectsList.put("Lhurgoyf", new String[] {"Lhurgoyf"});
|
||||
cardToEffectsList.put("Liu Bei, Lord of Shu", new String[] {"Liu_Bei"});
|
||||
cardToEffectsList.put("Loxodon Punisher", new String[] {"Loxodon_Punisher"});
|
||||
|
||||
cardToEffectsList.put("Magus of the Tabernacle", new String[] {"Magus_of_the_Tabernacle"});
|
||||
cardToEffectsList.put("Maraxus of Keld", new String[] {"Maraxus_of_Keld"});
|
||||
|
||||
Reference in New Issue
Block a user