mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Added Squall Line and it's LQ pic url.
This commit is contained in:
@@ -38,6 +38,7 @@ 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
|
||||||
|
squall_line.jpg http://www.wizards.com/global/images/magic/general/squall_line.jpg
|
||||||
borrowing_the_east_wind.jpg http://serv3.tcgimages.eu/img/cards/Portal_Three_Kingdoms/borrowing_the_east_wind.jpg
|
borrowing_the_east_wind.jpg http://serv3.tcgimages.eu/img/cards/Portal_Three_Kingdoms/borrowing_the_east_wind.jpg
|
||||||
angelsong.jpg http://www.wizards.com/global/images/magic/general/angelsong.jpg
|
angelsong.jpg http://www.wizards.com/global/images/magic/general/angelsong.jpg
|
||||||
lull.jpg http://www.wizards.com/global/images/magic/general/lull.jpg
|
lull.jpg http://www.wizards.com/global/images/magic/general/lull.jpg
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
Squall Line
|
||||||
|
X G G
|
||||||
|
Instant
|
||||||
|
no text
|
||||||
|
|
||||||
Borrowing the East Wind
|
Borrowing the East Wind
|
||||||
X G G
|
X G G
|
||||||
Sorcery
|
Sorcery
|
||||||
|
|||||||
@@ -16840,7 +16840,7 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if (cardName.equals("Hurricane"))
|
else if (cardName.equals("Hurricane") || cardName.equals("Squall Line"))
|
||||||
{
|
{
|
||||||
final SpellAbility spell = new Spell(card)
|
final SpellAbility spell = new Spell(card)
|
||||||
{
|
{
|
||||||
@@ -16892,7 +16892,7 @@ public class CardFactory implements NewConstants {
|
|||||||
return humanFliers.size() > (compFliers.size() + 2) && AllZone.Computer_Life.getLife() > maxX + 3;
|
return humanFliers.size() > (compFliers.size() + 2) && AllZone.Computer_Life.getLife() > maxX + 3;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
spell.setDescription("Hurricane deals X damage to each creature with flying and each player.");
|
spell.setDescription(cardName + " deals X damage to each creature with flying and each player.");
|
||||||
spell.setStackDescription(card + " - deals X damage to each creature with flying and each player.");
|
spell.setStackDescription(card + " - deals X damage to each creature with flying and each player.");
|
||||||
|
|
||||||
card.clearSpellAbility();
|
card.clearSpellAbility();
|
||||||
@@ -16900,6 +16900,7 @@ public class CardFactory implements NewConstants {
|
|||||||
}
|
}
|
||||||
//*************** END ************ END **************************
|
//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if (cardName.equals("Earthquake") || cardName.equals("Rolling Earthquake") || cardName.equals("Fault Line"))
|
else if (cardName.equals("Earthquake") || cardName.equals("Rolling Earthquake") || cardName.equals("Fault Line"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user