mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- 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:
@@ -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_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_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
|
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
|
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
|
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
|
azorius_chancery.jpg http://www.wizards.com/global/images/magic/general/azorius_chancery.jpg
|
||||||
|
|||||||
@@ -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
|
Blaze
|
||||||
X R
|
X R
|
||||||
Sorcery
|
Sorcery
|
||||||
|
|||||||
@@ -17230,7 +17230,8 @@ public class CardFactory_Creatures {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** 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") {
|
final Ability ability = new Ability(card, "0") {
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user