mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Tried to fix keyword system.
Errors are stopped, but reminder text doesn't come up. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@289 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+20
-5
@@ -387,6 +387,8 @@ card field:
|
|||||||
|
|
||||||
############################# Keyword rules
|
############################# Keyword rules
|
||||||
|
|
||||||
|
has keywords: true
|
||||||
|
|
||||||
keyword parameter type:
|
keyword parameter type:
|
||||||
name: no parameter
|
name: no parameter
|
||||||
keyword parameter type:
|
keyword parameter type:
|
||||||
@@ -394,7 +396,7 @@ keyword parameter type:
|
|||||||
match: [0-9]+
|
match: [0-9]+
|
||||||
keyword parameter type:
|
keyword parameter type:
|
||||||
name: action
|
name: action
|
||||||
match: [^\n(.,]+
|
match: [^(,\n]+
|
||||||
keyword parameter type:
|
keyword parameter type:
|
||||||
name: name
|
name: name
|
||||||
match:
|
match:
|
||||||
@@ -405,56 +407,69 @@ keyword parameter type:
|
|||||||
|
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Concealed—Optional.
|
keyword: Concealed—Optional.
|
||||||
|
match: Concealed—Optional.
|
||||||
reminder: You may have ~THIS~ come into play in the hidden area.
|
reminder: You may have ~THIS~ come into play in the hidden area.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Concealed.
|
keyword: Concealed.
|
||||||
|
match: Concealed.
|
||||||
reminder: This character comes into play in the hidden area.
|
reminder: This character comes into play in the hidden area.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Loyalty—Reveal.
|
keyword: Loyalty—Reveal.
|
||||||
|
match: Loyalty—Reveal.
|
||||||
reminder: If you don’t control a character that shares an affiliation with ~THIS~, then as an additional cost to recruit ~THIS~, reveal a character card from your hand or resource row that shares an affiliation with ~THIS~.
|
reminder: If you don’t control a character that shares an affiliation with ~THIS~, then as an additional cost to recruit ~THIS~, reveal a character card from your hand or resource row that shares an affiliation with ~THIS~.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Loyalty.
|
keyword: Loyalty.
|
||||||
|
match: Loyalty.
|
||||||
reminder: As an additional cost to recruit ~THIS~, you must control a character that shares a team affiliation with ~THIS~.
|
reminder: As an additional cost to recruit ~THIS~, you must control a character that shares a team affiliation with ~THIS~.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Evasion.
|
keyword: Evasion.
|
||||||
|
match: Evasion.
|
||||||
reminder: Stun ~THIS~ -> Recover ~THIS~ at the start of the recovery phase this turn.
|
reminder: Stun ~THIS~ -> Recover ~THIS~ at the start of the recovery phase this turn.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Invulnerability.
|
keyword: Invulnerability.
|
||||||
|
match: Invulnerability.
|
||||||
reminder: Whenever ~THIS~ becomes stunned, you do not take stun damage. Breakthrough is applied normally.
|
reminder: Whenever ~THIS~ becomes stunned, you do not take stun damage. Breakthrough is applied normally.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Cosmic:
|
keyword: Cosmic:
|
||||||
|
match: Cosmic:
|
||||||
reminder:
|
reminder:
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Boost
|
keyword: Boost
|
||||||
separator: whitespace [ ]
|
match: Boost <atom-param>action</atom-param>
|
||||||
parameter: text
|
|
||||||
reminder:
|
reminder:
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Willpower
|
keyword: Willpower
|
||||||
separator: whitespace [ ]
|
match: Willpower <atom-param>number</atom-param>
|
||||||
parameter: number
|
|
||||||
reminder:
|
reminder:
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Leader:
|
keyword: Leader:
|
||||||
|
match: Leader:
|
||||||
reminder:
|
reminder:
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Ally:
|
keyword: Ally:
|
||||||
|
match: Ally:
|
||||||
reminder:
|
reminder:
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Unique.
|
keyword: Unique.
|
||||||
|
match: Unique.
|
||||||
reminder:
|
reminder:
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Ongoing:
|
keyword: Ongoing:
|
||||||
|
match: Ongoing:
|
||||||
reminder:
|
reminder:
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Reservist.
|
keyword: Reservist.
|
||||||
|
match: Reservist.
|
||||||
reminder: You may recruit this card from your resource row. If you do, you may put a card from your hand face down into your resource row.
|
reminder: You may recruit this card from your resource row. If you do, you may put a card from your hand face down into your resource row.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Transferable.
|
keyword: Transferable.
|
||||||
|
match: Transferable.
|
||||||
reminder: During your recruit step you may unequip ~THIS~ and equip it to another character you control.
|
reminder: During your recruit step you may unequip ~THIS~ and equip it to another character you control.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Vengeance:
|
keyword: Vengeance:
|
||||||
|
match: Vengeance:
|
||||||
reminder: This ability is activated whenever ~THIS~ is stunned.
|
reminder: This ability is activated whenever ~THIS~ is stunned.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Backup:
|
keyword: Backup:
|
||||||
|
match: Backup:
|
||||||
reminder: This ability can only be used during the build step.
|
reminder: This ability can only be used during the build step.
|
||||||
Reference in New Issue
Block a user