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,11 +40,11 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: 비용
|
||||
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()
|
||||
|
||||
@@ -2193,3 +2193,34 @@ keyword:
|
||||
# reminder: UNKNOWN
|
||||
# #example: From the Rubble
|
||||
|
||||
#keyword:
|
||||
# #english keyword: Cloak
|
||||
# keyword: UNKNOWN
|
||||
# match: UNKNOWN
|
||||
# mode: expert
|
||||
# reminder: UNKNOWN
|
||||
# #example: Expose the Culprit
|
||||
|
||||
#keyword:
|
||||
# #english keyword: Collect evidence
|
||||
# keyword: UNKNOWN
|
||||
# match: UNKNOWN
|
||||
# mode: expert
|
||||
# reminder: UNKNOWN
|
||||
# #example: Vhitu-Ghazi Inspector, Axebane Ferox
|
||||
|
||||
#keyword:
|
||||
# #english keyword: Disguise
|
||||
# keyword: UNKNOWN
|
||||
# match: UNKNOWN
|
||||
# mode: expert
|
||||
# reminder: UNKNOWN
|
||||
# #example: Defenestrated Phantasm
|
||||
|
||||
#keyword:
|
||||
# #english keyword: Suspect
|
||||
# keyword: UNKNOWN
|
||||
# match: UNKNOWN
|
||||
# mode: expert
|
||||
# reminder: UNKNOWN
|
||||
# #example: Reasonable Doubt
|
||||
|
||||
Reference in New Issue
Block a user