mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
1) Converted these cards to the spAllPump keyword and moved their cards.txt entries to top of file:
Burst of Speed Chorus of Woe Dance of Shadows Desperate Charge Glorious Charge Kjeldoran War Cry Magnify Nature's Cloak Nocturnal Raid Overrun Path of Anger's Flame Righteous Charge Scare Tactics Shield Wall Solidarity Steadfastness Tortoise Formation Tromp the Domains Valorus Charge Virtuous Charge Vitalizing Wind Warrior's Charge Warrior's Honor 2) Commented out the large code block which for these cards. 3) Brave the Elements becomes a separate code block which will become the first card object. This spell is currently under construction.
This commit is contained in:
@@ -3828,7 +3828,17 @@ public class CardFactory implements NewConstants {
|
||||
return card2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
if (cardName.equals("Brave the Elements")) {
|
||||
|
||||
/**
|
||||
* This card is currently under construction
|
||||
*/
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
if(cardName.equals("Brave the Elements")
|
||||
|| cardName.equals("Burst of Speed")
|
||||
@@ -4093,7 +4103,7 @@ public class CardFactory implements NewConstants {
|
||||
card.clearSpellAbility();
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Pyrohemia")) {
|
||||
|
||||
Reference in New Issue
Block a user