mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Altered cmc refer script for mana param.
Added refer scripts for mana param to Vanguard. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@481 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -1300,7 +1300,8 @@ keyword parameter type:
|
||||
refer script:
|
||||
name: converted mana cost
|
||||
description: Converts mana to number
|
||||
script: \{cmc({input}) + 1\}
|
||||
# "0" left in so users can easily see how to edit script.
|
||||
script: \{cmc({input}) + 0\}
|
||||
# By pichoro and bunnierein
|
||||
keyword parameter type:
|
||||
name: cost
|
||||
@@ -1691,7 +1692,7 @@ keyword:
|
||||
reminder: As long as this spell is on the stack, players can't play spells or activated abilities that aren't mana abilities.
|
||||
keyword:
|
||||
keyword: Suspend
|
||||
match: Suspend <atom-param>number</atom-param>—<atom-param>mana</atom-param>
|
||||
match: Suspend <atom-param>mana</atom-param>—<atom-param>cost</atom-param>
|
||||
mode: expert
|
||||
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 ""}
|
||||
keyword:
|
||||
|
||||
Reference in New Issue
Block a user