reminder: Rather than play this card from your hand,{if has_cc() then " you may" else ""} pay {param2} and remove it from the game with {english_number_a(param1)} time counter(s) on it. At the beginning of your upkeep, remove a time counter. When the last is removed, play it without paying its mana cost.{if has_pt() then " It has haste." else ""}
reminder: Rather than play this card from your hand,{if has_cc() then " you may" else ""} pay {param2} and remove it from the game with {english_number_a(param1)} time counter(s) on it. At the beginning of your upkeep, remove a time counter. When the last is removed, play it without paying its mana cost.{if has_pt() then " It has haste." else ""}
+ 1 * sort(order: "[0123456789]") # colorless mana
}
############################################################## Set fields
############################################################## Set fields
...
@@ -406,6 +412,15 @@ keyword mode:
...
@@ -406,6 +412,15 @@ keyword mode:
keyword parameter type:
keyword parameter type:
name: mana
name: mana
match: [STXYZ0-9WUBRG/|]+
match: [STXYZ0-9WUBRG/|]+
refer script:
name: normal
description: No changes made
script: \{{input}\}
refer script:
name: converted mana cost
description: Converts mana to number
# "0" left in so users can easily see how to edit script.
script: \{cmc({input}) + 0\}
# By pichoro and bunnierein
# By pichoro and bunnierein
keyword parameter type:
keyword parameter type:
name: cost
name: cost
...
@@ -777,7 +792,7 @@ keyword:
...
@@ -777,7 +792,7 @@ keyword:
reminder: It comes into play with {english_number_a(param1)} +1/+1 counter(s) on it. Whenever a creature comes into play, you may move a +1/+1 counter from the permanent onto it.
reminder: It comes into play with {english_number_a(param1)} +1/+1 counter(s) on it. Whenever a creature comes into play, you may move a +1/+1 counter from the permanent onto it.
keyword:
keyword:
keyword: Forecast
keyword: Forecast
match: forecast — <atom-param>cost</atom-param>, Reveal <atom-param>name</atom-param> from your hand: <atom-param>action</atom-param>
match: forecast — <atom-param>mana</atom-param>, Reveal <atom-param>name</atom-param> from your hand: <atom-param>action</atom-param>
mode: expert
mode: expert
reminder: Play the ability only during your upkeep and only once each turn.
reminder: Play the ability only during your upkeep and only once each turn.