Class: BCDice::GameSystem::MorkBorg_Korean
- Defined in:
- lib/bcdice/game_system/MorkBorg_Korean.rb
Constant Summary collapse
- ID =
ゲームシステムの識別子
'MorkBorg:Korean'- NAME =
ゲームシステム名
'모크 보그(MÖRK BORG)'- SORT_KEY =
ゲームシステム名の読みがな
'国際化:Korean:모크 보그(MÖRK BORG)'- HELP_MESSAGE =
ダイスボットの使い方
<<~INFO_MESSAGETEXT ■판정 sDRt s: 능력치(생략 시:0) t:목표값 예)+3DR12: 능력치+3, DR12로 1d20을 굴려서 결과 표시(크리티컬·펌블도 표시) ■이니셔티브 sINS s: 능력치(생략 시:0. 개별 이니셔티브를 사용하는 경우) 예)INS: 1d6을 굴려서 이니셔티브 결과 표시(PC 선공을 성공으로 표시) ■모럴 sMORt s: 능력치(생략 시:0) t:상대 크리처의 모럴 값 예)MOR8: 2d6을 굴려서 모럴 판정 결과 표시(모럴 붕괴를 성공으로 표시) ■각종 표 ・조우 반응표 Reaction (ERT) ・파손(빈사표) Broken (BRO) INFO_MESSAGETEXT
- 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
-
#initialize(command) ⇒ MorkBorg_Korean
constructor
A new instance of MorkBorg_Korean.
Methods inherited from MorkBorg
#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
Constructor Details
#initialize(command) ⇒ MorkBorg_Korean
Returns a new instance of MorkBorg_Korean.
39 40 41 42 |
# File 'lib/bcdice/game_system/MorkBorg_Korean.rb', line 39 def initialize(command) super(command) @locale = :ko_kr end |