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 =
ダイスボットの使い方
"\u30FB\uD06C\uB9AC\uD2F0\uCEEC, \uD38C\uBE14\uC758 \uC790\uB3D9\uD310\uC815\uC744 \uD589\uD569\uB2C8\uB2E4.(\uD06C\uB9AC\uD2F0\uCEEC \uC2DC\uC758 \uCD94\uAC00 \uB300\uBBF8\uC9C0\uB3C4 \uD45C\uC2DC\uB429\uB2C8\uB2E4)\n\u30FBD66 \uB2E4\uC774\uC2A4 \uC788\uC74C\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) ⇒ 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 |