Class: BCDice::GameSystem::Nechronica_Korean
- Inherits:
-
Nechronica
- Object
- Base
- Nechronica
- BCDice::GameSystem::Nechronica_Korean
- Defined in:
- lib/bcdice/game_system/Nechronica_Korean.rb
Constant Summary collapse
- ID =
ゲームシステムの識別子
'Nechronica:Korean'
- NAME =
ゲームシステム名
'네크로니카'
- SORT_KEY =
ゲームシステム名の読みがな
'国際化:Korean:네크로니카'
- HELP_MESSAGE =
ダイスボットの使い方
<<~INFO_MESSAGE_TEXT ・판정 (nNC+m) 주사위 수n、수정치m으로 판정굴림을 행합니다. 주사위 수가 2개 이상일 때에 파츠파손 수도 표시합니다. ・공격판정 (nNA+m) 주사위 수n、수정치m으로 공격판정굴림을 행합니다. 명중부위와 주사위 수가 2개 이상일 때에 파츠파손 수도 표시합니다. 表 ・姉妹への未練表 nm ・中立者への未練表 nmn ・敵への未練表 nme INFO_MESSAGE_TEXT
- TABLES =
translate_tables(:ko_kr)
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
-
#initialize(command) ⇒ Nechronica_Korean
constructor
A new instance of Nechronica_Korean.
Methods inherited from Nechronica
#eval_game_system_specific_command, #result_nd10
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
Constructor Details
#initialize(command) ⇒ Nechronica_Korean
Returns a new instance of Nechronica_Korean.
34 35 36 37 38 |
# File 'lib/bcdice/game_system/Nechronica_Korean.rb', line 34 def initialize(command) super(command) @locale = :ko_kr end |