mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Update Convoke Reminder text to include the "(Your creatures can help cast this spell. ", similar to Improvise.
Also updated Frenzy Sliver and Virulent Sliver. Frenzy Sliver is done, while Virulent sliver needs a few more tweaks in an upcoming Keyword update.
This commit is contained in:
@@ -2071,7 +2071,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
if (sb.toString().endsWith("\r\n\r\n")) {
|
||||
sb.delete(sb.lastIndexOf("\r\n"), sb.lastIndexOf("\r\n") + 3);
|
||||
}
|
||||
sb.append("Convoke (Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\r\n");
|
||||
sb.append("Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\r\n");
|
||||
} else if (keyword.equals("Improvise")) {
|
||||
sb.append(Keyword.IMPROVISE.getDescription()).append("\r\n");
|
||||
} else if (keyword.equals("Delve")) {
|
||||
|
||||
@@ -29,7 +29,7 @@ public enum Keyword {
|
||||
CHANGELING(SimpleKeyword.class, true, "This card is every creature type."),
|
||||
CIPHER(SimpleKeyword.class, true, "Then you may exile this spell card encoded on a creature you control. Whenever that creature deals combat damage to a player, its controller may cast a copy of the encoded card without paying its mana cost."),
|
||||
CONSPIRE(SimpleKeyword.class, false, "As an additional cost to cast this spell, you may tap two untapped creatures you control that each share a color with it. If you do, copy it."),
|
||||
CONVOKE(SimpleKeyword.class, true, "Each creature you tap while playing this spell reduces its cost by {1} or by one mana of that creature's color."),
|
||||
CONVOKE(SimpleKeyword.class, true, "Your creatures can help cast this spell. Each creature you tap while playing this spell reduces its cost by {1} or by one mana of that creature's color."),
|
||||
CREW(KeywordWithAmount.class, true, "Tap any number of creatures you control with total power %1$d or more: This Vehicle becomes an artifact creature until end of turn."),
|
||||
CUMULATIVE_UPKEEP(KeywordWithCost.class, false, "At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it."),
|
||||
CYCLING(Cycling.class, false, "%s, Discard this card: Draw a card."), //Typecycling reminder text handled by Cycling class
|
||||
|
||||
@@ -2,7 +2,7 @@ Name:Frenzy Sliver
|
||||
ManaCost:1 B
|
||||
Types:Creature Sliver
|
||||
PT:1/1
|
||||
S:Mode$ Continuous | Affected$ Creature.Sliver | AddTrigger$ TrigFrenzy | AddSVar$ FrenzyPump | Description$ All Sliver creatures have frenzy 1.
|
||||
S:Mode$ Continuous | Affected$ Creature.Sliver | AddTrigger$ TrigFrenzy | AddSVar$ FrenzyPump | Description$ All Sliver creatures have frenzy 1. (Whenever a Sliver attacks and isn't blocked, it gets +1/+0 until end of turn.)
|
||||
SVar:TrigFrenzy:Mode$ AttackerUnblocked | ValidCard$ Card.Self | Execute$ FrenzyPump | TriggerZones$ Battlefield | TriggerDescription$ Frenzy 1 (Whenever CARDNAME attacks and isn't blocked, it gets +1/+0 until end of turn.)
|
||||
SVar:FrenzyPump:AB$ Pump | Cost$ 0 | NumAtt$ +1 | Defined$ TriggeredAttacker
|
||||
SVar:PlayMain1:TRUE
|
||||
|
||||
@@ -2,7 +2,7 @@ Name:Virulent Sliver
|
||||
ManaCost:G
|
||||
Types:Creature Sliver
|
||||
PT:1/1
|
||||
S:Mode$ Continuous | Affected$ Creature.Sliver | AddKeyword$ Poisonous 1 | Description$ All Sliver creatures have poisonous 1.
|
||||
S:Mode$ Continuous | Affected$ Creature.Sliver | AddKeyword$ Poisonous 1 | Description$ All Sliver creatures have poisonous 1. (Whenever a Sliver deals combat damage to a player, that player gets a poison counter. A player with ten or more poison counters loses the game.)
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/virulent_sliver.jpg
|
||||
Oracle:All Sliver creatures have poisonous 1. (Whenever a Sliver deals combat damage to a player, that player gets a poison counter. A player with ten or more poison counters loses the game.)
|
||||
|
||||
Reference in New Issue
Block a user