mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Converted Ice Storm; Lay Waste; Sinkhole & Stone Rain from code to keyword.
- Added LQ pic urls for the recent four new cards. Thanks guys. :)
This commit is contained in:
@@ -18,6 +18,10 @@ forest.jpg http://resources.wizards.com/magic/cards/unh/en-us/card73946.jpg
|
||||
forest1.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=2748
|
||||
forest2.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=587
|
||||
forest3.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=586
|
||||
burning_fields.jpg http://www.wizards.com/global/images/magic/general/burning_fields.jpg
|
||||
searing_flesh.jpg http://www.wizards.com/global/images/magic/general/searing_flesh.jpg
|
||||
eternal_flame.jpg http://www.wizards.com/global/images/magic/general/eternal_flame.jpg
|
||||
jovial_evil.jpg http://www.wizards.com/global/images/magic/general/jovial_evil.jpg
|
||||
arctic_wolves.jpg http://www.wizards.com/global/images/magic/general/arctic_wolves.jpg
|
||||
arnjlots_ascent.jpg http://www.wizards.com/global/images/magic/general/arnjlots_ascent.jpg
|
||||
firestorm_hellkite.jpg http://www.wizards.com/global/images/magic/general/firestorm_hellkite.jpg
|
||||
|
||||
@@ -13539,16 +13539,19 @@ Sinkhole
|
||||
B B
|
||||
Sorcery
|
||||
Destroy target land.
|
||||
spDestroyTgt:Land
|
||||
|
||||
Ice Storm
|
||||
2 G
|
||||
Sorcery
|
||||
Destroy target land.
|
||||
spDestroyTgt:Land
|
||||
|
||||
Stone Rain
|
||||
2 R
|
||||
Sorcery
|
||||
Destroy target land.
|
||||
spDestroyTgt:Land
|
||||
|
||||
Resurrection
|
||||
2 W W
|
||||
@@ -14687,7 +14690,9 @@ Creatures you control get +2/+0 until end of turn.
|
||||
Lay Waste
|
||||
3 R
|
||||
Sorcery
|
||||
no text
|
||||
Destroy target land.
|
||||
spDestroyTgt:Land
|
||||
Cycling:2
|
||||
|
||||
Threaten
|
||||
2 R
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
program/mail=mtgerror@yahoo.com
|
||||
program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26
|
||||
program/version=Forge -- official beta: 09/12/14, SVN revision: 235
|
||||
program/version=Forge -- official beta: 09/12/14, SVN revision: 240
|
||||
|
||||
tokens--file=AllTokens.txt
|
||||
|
||||
|
||||
@@ -5502,6 +5502,7 @@ public class CardFactory implements NewConstants {
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
// *************** START *********** START **************************
|
||||
if (cardName.equals("Lay Waste") || cardName.equals("Stone Rain")
|
||||
|| cardName.equals("Ice Storm") || cardName.equals("Sinkhole"))
|
||||
@@ -5563,7 +5564,7 @@ public class CardFactory implements NewConstants {
|
||||
}
|
||||
return card;
|
||||
}// *************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user