mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Removed second copy of text description from the cards.txt file for the following lands: Blinkmoth Nexus; Library of Alexandria; Mossfire Valley; Shadowblood Ridge; Skycloud Expanse; Tower of the Magistrate; Terramorphic Expanse; Sunhome, Fortress of the Legion
- Removed second copy of text description by commenting out a card.setText for Mikokoro, Center of the Sea. - Moved all text from cards.txt to the CardFactory.java file for Dark Depths
This commit is contained in:
@@ -1956,7 +1956,7 @@ tap: add 1
|
||||
Mossfire Valley
|
||||
no cost
|
||||
Land
|
||||
1,tap: add RG
|
||||
no text
|
||||
1,tap: add RG
|
||||
|
||||
Mystic Gate
|
||||
@@ -1991,7 +1991,7 @@ tap: add 1
|
||||
Shadowblood Ridge
|
||||
no cost
|
||||
Land
|
||||
1,tap: add BR
|
||||
no text
|
||||
1,tap: add BR
|
||||
|
||||
Shimmering Grotto
|
||||
@@ -2008,7 +2008,7 @@ tap: add 1
|
||||
Skycloud Expanse
|
||||
no cost
|
||||
Land
|
||||
1,tap: add WU
|
||||
no text
|
||||
1,tap: add WU
|
||||
|
||||
Sungrass Prairie
|
||||
@@ -5152,7 +5152,7 @@ Protection from artifacts
|
||||
Tower of the Magistrate
|
||||
no cost
|
||||
Land
|
||||
1, tap: Target creature gains Protection from artifacts until end of turn.
|
||||
no text
|
||||
tap: add 1
|
||||
TgtKPump 1 T:Protection from artifacts
|
||||
|
||||
@@ -7618,7 +7618,7 @@ no text
|
||||
Dark Depths
|
||||
no cost
|
||||
Legendary Snow Land
|
||||
Dark Depths comes into play with ten ice counters on it. 3: Remove an ice counter from Dark Depths. When Dark Depths has no ice counters on it, sacrifice it. If you do, put an indestructible legendary 20/20 black Avatar creature token with flying named Marit Lage into play.
|
||||
no text
|
||||
|
||||
Font of Mythos
|
||||
4
|
||||
@@ -7741,7 +7741,7 @@ RegenerateMe:1 B
|
||||
Sunhome, Fortress of the Legion
|
||||
no cost
|
||||
Land
|
||||
2 R W, tap:Target creature gains Double Strike until end of turn.
|
||||
no text
|
||||
tap: add 1
|
||||
TgtKPump 2 R W T:Double Strike
|
||||
|
||||
@@ -12080,7 +12080,7 @@ tap: add 1
|
||||
Library of Alexandria
|
||||
no cost
|
||||
Land
|
||||
tap: Draw a card. Play this ability only if you have exactly 7 cards in your hand.
|
||||
no text
|
||||
tap: add 1
|
||||
|
||||
Tendrils of Corruption
|
||||
@@ -14059,12 +14059,12 @@ Flying
|
||||
Terramorphic Expanse
|
||||
no cost
|
||||
Land
|
||||
Tap, Sacrifice Terramorphic Expanse: Search your library for a basic land card and put it into play tapped. Then shuffle your library.
|
||||
no text
|
||||
|
||||
Blinkmoth Nexus
|
||||
no cost
|
||||
Land
|
||||
1: Blinkmoth Nexus becomes a 1/1 Blinkmoth artifact creature with flying until end of turn. It's still a land.
|
||||
no text
|
||||
tap: add 1
|
||||
|
||||
Forest
|
||||
|
||||
@@ -856,7 +856,7 @@ class CardFactory_Lands {
|
||||
}// if counters == 0
|
||||
}
|
||||
};
|
||||
ability.setDescription("3: Remove an ice counter from Dark Depths.");
|
||||
ability.setDescription("Dark Depths enters the battlefield with ten ice counters on it.\r\n\r\n3: Remove an ice counter from Dark Depths.\r\n\r\nWhen Dark Depths has no ice counters on it, sacrifice it. If you do, put an indestructible legendary 20/20 black Avatar creature token with flying named Marit Lage onto the battlefield.");
|
||||
ability.setStackDescription(card.getName() +" - remove an ice counter.");
|
||||
|
||||
card.addSpellAbility(ability);
|
||||
@@ -1470,7 +1470,7 @@ class CardFactory_Lands {
|
||||
//not sure what's going on here, maybe because it's a land it doesn't add the ability to the text?
|
||||
//anyway, this does the trick:
|
||||
//card.removeIntrinsicKeyword("tap: add 1");
|
||||
card.setText(card.getSpellText() + "\r\n2, tap: Each player draws a card.");
|
||||
//card.setText(card.getSpellText() + "\r\n2, tap: Each player draws a card.");
|
||||
//card.addExtrinsicKeyword("tap: add 1");
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
Reference in New Issue
Block a user