Class: BCDice::GameSystem::Bloodorium_Korean
- Inherits:
-
Bloodorium
- Object
- Base
- Bloodorium
- BCDice::GameSystem::Bloodorium_Korean
- Defined in:
- lib/bcdice/game_system/Bloodorium_Korean.rb
Constant Summary collapse
- ID =
ゲームシステムの識別子
'Bloodorium:Korean'- NAME =
ゲームシステム名
'블러도리움'- SORT_KEY =
ゲームシステム名の読みがな
'国際化:Korean:블러도리움'- HELP_MESSAGE =
ダイスボットの使い方
<<~INFO_MESSAGE_TEXT ・주사위 체크 xDC+y 【주사위 체크】를 실행한다.《트라이엄프》를 결과에 자동 반영한다. x: 주사위 수 y: 결과에 대한 수정값 (생략 가능) 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) ⇒ Bloodorium_Korean
constructor
A new instance of Bloodorium_Korean.
Methods inherited from Bloodorium
#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) ⇒ Bloodorium_Korean
Returns a new instance of Bloodorium_Korean.
27 28 29 30 31 |
# File 'lib/bcdice/game_system/Bloodorium_Korean.rb', line 27 def initialize(command) super(command) @locale = :ko_kr end |