MKM + PIP type/keyword updates (#33)
* add ES, PT, IT, ZHS Scientist from REX * add ES and IT Doctor from Arcade Gannon * Add English MKM and PIP types (Bobblehead, Junk, Case, Sloth, Synth) and keywords (Cloak, Collect Evidence, Disguise, Suspect, Junk tokens) * Add MKM and PIP official localization for German, Spanish, French, Italian, and Japanese. * Add Portuguese and Chinese localization for MKM types and keywords, and unofficial translation for Sloth. * Correct the row/column order of Japanese creature type menus. * Fix #34 * Adjust cost_parameter_script to handle mana costs better * Add cost_parameter_script_nonspace to handle mana costs better in Japanese and Chinese --------- Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -40,18 +40,17 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: Kosten
|
||||
match: [ ]?[HSVECTQXYZI0-9WUBRG/|]+|[-—―~][^(\r\n\.。::]*
|
||||
optional: true
|
||||
match: [ ][HSVECTQXYZI0-9WUBRG/|]*|[-—―~][^(\r\n\.。::]*
|
||||
optional: false
|
||||
script: cost_parameter_script()
|
||||
reminder script: cost_parameter_script()
|
||||
separator before is: ( |- ?|— ?|― ?|~|)
|
||||
separator before is: ( |- ?|— ?|― ?|~)
|
||||
separator after is: [.。::]
|
||||
separator script: cost_parameter_dash()
|
||||
|
||||
keyword parameter type:
|
||||
name: Nummer
|
||||
match: [XYZ0-90123456789]+
|
||||
optional: true
|
||||
|
||||
keyword parameter type:
|
||||
name: Präfix
|
||||
@@ -2218,3 +2217,51 @@ keyword:
|
||||
reminder: Falls eine Kreatur mit Endgültigkeitsmarke sterben würde, schicke sie stattdessen ins Exil.
|
||||
#example: From the Rubble
|
||||
|
||||
keyword:
|
||||
#english keyword: Cloak
|
||||
keyword: Tarne
|
||||
match: tarne
|
||||
mode: action
|
||||
reminder: Um eine Karte zu tarnen, bringe sie als eine 2/2 Kreatur mit Abwehr <sym-auto>2</sym-auto> verdeckt ins Spiel. Decke sie zu einem beliebigen Zeitpunkt für ihre Manakosten auf, falls es eine Kreaturenkarte ist.
|
||||
#example: Expose the Culprit
|
||||
|
||||
keyword:
|
||||
#english keyword: Collect evidence
|
||||
keyword: Beweissicherung
|
||||
match: Beweissicherung <atom-param>Nummer</atom-param>
|
||||
mode: action
|
||||
reminder: Schicke Karten mit Gesamt-Manabetrag {param1} oder mehr aus deinem Friedhof ins Exil.
|
||||
#example: Vhitu-Ghazi Inspector, Axebane Ferox
|
||||
|
||||
keyword:
|
||||
#english keyword: Disguise
|
||||
keyword: Verkleidung
|
||||
match: Verkleidung <atom-param>Kosten</atom-param>
|
||||
mode: expert
|
||||
reminder: Du kannst diese Karte verdeckt für <sym-auto>3</sym-auto> als eine 2/2 Kreatur mit Abwehr <sym-auto>2</sym-auto> wirken. Decke sie zu einem beliebigen Zeitpunkt für ihre Verkleidungskosten auf.
|
||||
#example: Defenestrated Phantom
|
||||
|
||||
keyword:
|
||||
#english keyword: suspect
|
||||
keyword: Verdächtige
|
||||
match: verdächtige
|
||||
mode: action
|
||||
reminder: Eine verdächtigte Kreatur hat Bedrohlichkeit und kann nicht blocken.
|
||||
#example: Reasonable Doubt
|
||||
|
||||
# Fallout
|
||||
keyword:
|
||||
#english keyword: Junk token
|
||||
match: Altmetall-Spielstein
|
||||
mode: expert
|
||||
reminder: Er ist ein Artefakt mit „<sym-auto>T</sym-auto>, opfere dieses Artefakt: Schicke die oberste Karte deiner Bibliothek ins Exil. Du kannst sie in diesem Zug spielen. Akiviere diese Fähigkeit wie eine Hexerei."
|
||||
#example: Commander Sofia Daguerre
|
||||
|
||||
keyword:
|
||||
#english keyword: Junk tokens
|
||||
keyword: Altmetall-Spielsteine
|
||||
match: Lageplan-Spielsteine
|
||||
mode: expert
|
||||
reminder: Sie sind Artefakte mit „<sym-auto>T</sym-auto>, opfere dieses Artefakt: Schicke die oberste Karte deiner Bibliothek ins Exil. Du kannst sie in diesem Zug spielen. Akiviere diese Fähigkeit wie eine Hexerei."
|
||||
#example: Commander Sofia Daguerre
|
||||
|
||||
|
||||
Reference in New Issue
Block a user