mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Added 7 LQ pic urls.
- Added Stroke of Genius to the Braingeyser card object.
This commit is contained in:
@@ -38,6 +38,13 @@ 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
|
||||
death_grasp.jpg http://www.wizards.com/global/images/magic/general/death_grasp.jpg
|
||||
stroke_of_genius.jpg http://www.wizards.com/global/images/magic/general/stroke_of_genius.jpg
|
||||
braingeyser.jpg http://www.wizards.com/global/images/magic/general/braingeyser.jpg
|
||||
fault_line.jpg http://www.wizards.com/global/images/magic/general/fault_line.jpg
|
||||
earthquake.jpg http://www.wizards.com/global/images/magic/general/earthquake.jpg
|
||||
rolling_earthquake.jpg http://www.wizards.com/global/images/magic/general/rolling_earthquake.jpg
|
||||
hurricane.jpg http://www.wizards.com/global/images/magic/general/hurricane.jpg
|
||||
helix_pinnacle.jpg http://www.wizards.com/global/images/magic/general/helix_pinnacle.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
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Stroke of Genius
|
||||
X 2 U
|
||||
Instant
|
||||
no text
|
||||
|
||||
Death Grasp
|
||||
X W B
|
||||
Sorcery
|
||||
|
||||
@@ -16994,7 +16994,7 @@ public class CardFactory implements NewConstants {
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Braingeyser"))
|
||||
else if(cardName.equals("Braingeyser") || cardName.equals("Stroke of Genius"))
|
||||
{
|
||||
final SpellAbility spell = new Spell(card){
|
||||
private static final long serialVersionUID = -7141472916367953810L;
|
||||
|
||||
Reference in New Issue
Block a user