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 =
ダイスボットの使い方
"\u30FB\uC8FC\uC0AC\uC704 \uCCB4\uD06C xDC+y\n\u3000\u3010\uC8FC\uC0AC\uC704 \uCCB4\uD06C\u3011\uB97C \uC2E4\uD589\uD55C\uB2E4.\u300A\uD2B8\uB77C\uC774\uC5C4\uD504\u300B\uB97C \uACB0\uACFC\uC5D0 \uC790\uB3D9 \uBC18\uC601\uD55C\uB2E4.\n\u3000x: \uC8FC\uC0AC\uC704 \uC218\n\u3000y: \uACB0\uACFC\uC5D0 \uB300\uD55C \uC218\uC815\uAC12 (\uC0DD\uB7B5 \uAC00\uB2A5)\n"
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
27 28 29 30 31 |
# File 'lib/bcdice/game_system/Bloodorium_Korean.rb', line 27 def initialize(command) super(command) @locale = :ko_kr end |