mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Added reminder text to chief_engineer.txt and maelstrom_nexus.txt.
Also changed modular so that it now has the correct "dies" wording on trigger.
This commit is contained in:
@@ -3037,7 +3037,7 @@ public class CardFactoryUtil {
|
|||||||
|
|
||||||
String trigStr = "Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Graveyard" +
|
String trigStr = "Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Graveyard" +
|
||||||
" | OptionalDecider$ TriggeredCardController | TriggerController$ TriggeredCardController" +
|
" | OptionalDecider$ TriggeredCardController | TriggerController$ TriggeredCardController" +
|
||||||
" | Secondary$ True | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, " +
|
" | Secondary$ True | TriggerDescription$ When CARDNAME dies, " +
|
||||||
"you may put a +1/+1 counter on target artifact creature for each +1/+1 counter on CARDNAME";
|
"you may put a +1/+1 counter on target artifact creature for each +1/+1 counter on CARDNAME";
|
||||||
|
|
||||||
final Trigger trigger = TriggerHandler.parseTrigger(trigStr, card, intrinsic);
|
final Trigger trigger = TriggerHandler.parseTrigger(trigStr, card, intrinsic);
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Name:Chief Engineer
|
|||||||
ManaCost:1 U
|
ManaCost:1 U
|
||||||
Types:Creature Vedalken Artificer
|
Types:Creature Vedalken Artificer
|
||||||
PT:1/3
|
PT:1/3
|
||||||
S:Mode$ Continuous | Affected$ Card.Artifact+YouCtrl | AffectedZone$ Stack | AddKeyword$ Convoke | Description$ Artifact spells you cast have convoke.
|
S:Mode$ Continuous | Affected$ Card.Artifact+YouCtrl | AffectedZone$ Stack | AddKeyword$ Convoke | Description$ Artifact spells you cast have convoke. (Your creatures can help cast those spells. Each creature you tap while casting an artifact spell pays for {1} or one mana of that creature's color.)
|
||||||
SVar:RemRandomDeck:True
|
SVar:RemRandomDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/chief_engineer.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/chief_engineer.jpg
|
||||||
Oracle:Artifact spells you cast have convoke. (Your creatures can help cast those spells. Each creature you tap while casting an artifact spell pays for {1} or one mana of that creature's color.)
|
Oracle:Artifact spells you cast have convoke. (Your creatures can help cast those spells. Each creature you tap while casting an artifact spell pays for {1} or one mana of that creature's color.)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Maelstrom Nexus
|
Name:Maelstrom Nexus
|
||||||
ManaCost:W U B R G
|
ManaCost:W U B R G
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
S:Mode$ Continuous | Affected$ Card.YouCtrl | AffectedZone$ Exile,Graveyard,Hand,Library,Command | CheckSVar$ Y | SVarCompare$ EQ0 | AddKeyword$ Cascade | Description$ The first spell you cast each turn has cascade.
|
S:Mode$ Continuous | Affected$ Card.YouCtrl | AffectedZone$ Exile,Graveyard,Hand,Library,Command | CheckSVar$ Y | SVarCompare$ EQ0 | AddKeyword$ Cascade | Description$ The first spell you cast each turn has cascade. (When you cast your first spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom of your library in a random order.)
|
||||||
SVar:Y:Count$ThisTurnCast_Card.YouCtrl
|
SVar:Y:Count$ThisTurnCast_Card.YouCtrl
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/maelstrom_nexus.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/maelstrom_nexus.jpg
|
||||||
Oracle:The first spell you cast each turn has cascade. (When you cast your first spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order.)
|
Oracle:The first spell you cast each turn has cascade. (When you cast your first spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom of your library in a random order.)
|
||||||
|
|||||||
Reference in New Issue
Block a user