- Added Quag Vampires and Skitter of Lizards to the card object which is used for creatures with Multikicker {cost} cardName + " enters the battlefield with a +1/+1 counter on it for each time it was kicked." This gives us all five of the different color creatures of this type.

- Added 4 LQ pic urls.
This commit is contained in:
jendave
2011-08-06 03:32:47 +00:00
parent 492ad8d873
commit 76ea782664
3 changed files with 22 additions and 1 deletions

View File

@@ -38,6 +38,10 @@ snow_covered_mountain.jpg http://www.wizards.com/global/images/magic/gene
snow_covered_mountain1.jpg http://www.wizards.com/global/images/magic/general/snow_covered_mountain.jpg
snow_covered_mountain2.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
snow_covered_mountain3.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
quag_vampires.jpg http://www.wizards.com/global/images/magic/general/quag_vampires.jpg
skitter_of_lizards.jpg http://www.wizards.com/global/images/magic/general/skitter_of_lizards.jpg
blaze.jpg http://www.wizards.com/global/images/magic/general/blaze.jpg
wolfbriar_elemental.jpg http://www.wizards.com/global/images/magic/general/wolfbriar_elemental.jpg
isochron_scepter.jpg http://www.wizards.com/global/images/magic/general/isochron_scepter.jpg
prosperity.jpg http://www.wizards.com/global/images/magic/general/prosperity.jpg
azorius_chancery.jpg http://www.wizards.com/global/images/magic/general/azorius_chancery.jpg

View File

@@ -1,3 +1,19 @@
Quag Vampires
B
Creature Vampire Rogue
Quag Vampires enters the battlefield with a +1/+1 counter on it for each time it was kicked.
1/1
Swampwalk
Multikicker 1 B
Skitter of Lizards
R
Creature Lizard
Skitter of Lizards enters the battlefield with a +1/+1 counter on it for each time it was kicked.
1/1
Haste
Multikicker 1 R
Blaze
X R
Sorcery

View File

@@ -17230,7 +17230,8 @@ public class CardFactory_Creatures {
}//*************** END ************ END **************************
//*************** START *********** START **************************
else if(cardName.equals("Gnarlid Pack") || cardName.equals("Apex Hawks") || cardName.equals("Enclave Elite"))
else if(cardName.equals("Gnarlid Pack") || cardName.equals("Apex Hawks") || cardName.equals("Enclave Elite") ||
cardName.equals("Quag Vampires") || cardName.equals("Skitter of Lizards"))
{
final Ability ability = new Ability(card, "0") {
@Override