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:
@@ -42,8 +42,8 @@ keyword parameter type:
|
||||
name: 费用
|
||||
match: [ ]?[HSVECTQXYZI0-9WUBRG/|]+|[-—―~][^(\r\n\.。::]*
|
||||
optional: true
|
||||
script: cost_parameter_script()
|
||||
reminder script: cost_parameter_script()
|
||||
script: cost_parameter_script_nonspace()
|
||||
reminder script: cost_parameter_script_nonspace()
|
||||
separator before is: ( |- ?|— ?|― ?|~|)
|
||||
separator after is: [.。::]
|
||||
separator script: cost_parameter_dash()
|
||||
@@ -2185,3 +2185,34 @@ keyword:
|
||||
reminder: 如果其上有终命指示物的生物将死去,则改为放逐之。
|
||||
#example: From the Rubble
|
||||
|
||||
keyword:
|
||||
#english keyword: Cloak
|
||||
keyword: 匿伏
|
||||
match: 匿伏
|
||||
mode: action
|
||||
reminder: 匿伏某牌的流程,是将该牌牌面朝下地放进战场,当成2/2、具守护<sym-auto>2</sym-auto>的生物。如果该牌是生物牌,则可随时支付其法术力费用使其翻回正面。
|
||||
#example: Expose the Culprit
|
||||
|
||||
keyword:
|
||||
#english keyword: Collect evidence
|
||||
keyword: 搜证
|
||||
match: 搜证<atom-param>数字</atom-param>
|
||||
mode: action
|
||||
reminder: 从你坟墓场中放逐法术力值加总达到{param1}或更多的牌。
|
||||
#example: Vhitu-Ghazi Inspector, Axebane Ferox
|
||||
|
||||
keyword:
|
||||
#english keyword: Disguise
|
||||
keyword: 伪装
|
||||
match: 伪装<atom-param>费用</atom-param>
|
||||
mode: expert
|
||||
reminder: 你可以牌面朝下地施放此牌并支付<sym-auto>3</sym-auto>,将其当成2/2、具守护<sym-auto>2</sym-auto>的生物。可随时支付其伪装费用使其翻回正面。
|
||||
#example: Defenestrated Phantom
|
||||
|
||||
keyword:
|
||||
#english keyword: suspect
|
||||
keyword: 怀疑
|
||||
match: 怀疑
|
||||
mode: action
|
||||
reminder: 已遭疑的生物具有威慑异能且不能进行阻挡。
|
||||
#example: Reasonable Doubt
|
||||
Reference in New Issue
Block a user