Class: BCDice::GameSystem::MonotoneMuseum_Korean

Inherits:
MonotoneMuseum show all
Defined in:
lib/bcdice/game_system/MonotoneMuseum_Korean.rb

Constant Summary collapse

ID =

ゲームシステムの識別子

'MonotoneMuseum:Korean'
NAME =

ゲームシステム名

'모노톤 뮤지엄'
SORT_KEY =

ゲームシステム名の読みがな

'国際化:Korean:모노톤 뮤지엄'
HELP_MESSAGE =

ダイスボットの使い方

<<~INFO_MESSAGE_TEXT
  ・판정
   ・통상판정      2D6+m>=t[c,f]
    수정치m,목표치t,크리티컬치c,펌블치f로 판정 굴림을 행합니다.
    크리티컬, 펌블치는 생략가능합니다. ([]자체를 생략가능)
    자동성공, 자동실패, 성공, 실패를 자동표기합니다.
  ・각종표
   ・감정표 ET/감정표 2.0 ET2
   ・징조표 OT/징조표ver2.0 OT2/징조표ver3.0 OT3
   ・일그러짐표 DT/일그러짐표ver2.0 DT2/일그러짐표(야외) DTO/일그러짐표(바다) DTS/일그러짐표(저택・성) DTM
   ・세계왜곡표  WDT/세계왜곡표2.0 WDT2
   ・영구소실표 EDT
  ・D66다이스 있음
INFO_MESSAGE_TEXT
TABLES =
translate_tables(:ko_kr).freeze

Instance Attribute Summary

Attributes inherited from Base

#d66_sort_type, #default_cmp_op, #default_target_number, #randomizer, #reroll_dice_reroll_threshold, #round_type, #sides_implicit_d, #upper_dice_reroll_threshold

Instance Method Summary collapse

Methods inherited from MonotoneMuseum

#eval_game_system_specific_command

Methods inherited from Base

#change_text, #check_result, command_pattern, #enable_debug, #enabled_d9?, eval, #eval, #grich_text, prefixes_pattern, register_prefix, register_prefix_from_super_class, #sort_add_dice?, #sort_barabara_dice?

Methods included from Translate

#translate

Constructor Details

#initialize(command) ⇒ MonotoneMuseum_Korean

Returns a new instance of MonotoneMuseum_Korean.



35
36
37
38
39
# File 'lib/bcdice/game_system/MonotoneMuseum_Korean.rb', line 35

def initialize(command)
  super(command)

  @locale = :ko_kr
end