Class: BCDice::GameSystem::Arianrhod_Korean
- Defined in:
- lib/bcdice/game_system/Arianrhod_Korean.rb
Constant Summary collapse
- ID =
ゲームシステムの識別子
'Arianrhod:Korean'
- NAME =
ゲームシステム名
'아리안로드RPG'
- SORT_KEY =
ゲームシステム名の読みがな
'国際化:Korean:아리안로드RPG'
- HELP_MESSAGE =
ダイスボットの使い方
<<~INFO_MESSAGE_TEXT ・크리티컬, 펌블의 자동판정을 행합니다.(크리티컬 시의 추가 대미지도 표시됩니다) ・D66 다이스 있음 INFO_MESSAGE_TEXT
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) ⇒ Arianrhod_Korean
constructor
A new instance of Arianrhod_Korean.
Methods inherited from Arianrhod
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) ⇒ Arianrhod_Korean
Returns a new instance of Arianrhod_Korean.
21 22 23 24 25 |
# File 'lib/bcdice/game_system/Arianrhod_Korean.rb', line 21 def initialize(command) super(command) @locale = :ko_kr end |