Class: BCDice::GameSystem::Kamigakari_Korean
- Inherits:
-
Kamigakari
- Object
- Base
- Kamigakari
- BCDice::GameSystem::Kamigakari_Korean
- Defined in:
- lib/bcdice/game_system/Kamigakari_Korean.rb
Constant Summary collapse
- ID =
ゲームシステムの識別子
'Kamigakari:Korean'- NAME =
ゲームシステム名
'카미가카리'- SORT_KEY =
ゲームシステム名の読みがな
'国際化:Korean:카미가카리'- HELP_MESSAGE =
ダイスボットの使い方
"\u30FB\uAC01\uC885\uD45C\n \u30FB\uAC10\uC815\uD45C(ET)\n \u30FB\uC601\uBB38\uC18C\uBE44\uC758 \uB313\uAC00\uD45C(RT)\n \u30FB\uC804\uAE30 \uC131\uC528\u30FB\uC774\uB984 \uACB0\uC815\uD45C(NT)\n \u30FB\uB9C8\uACBD\uC784\uACC4\uD45C(KT)\n \u30FB\uD68D\uB4DD \uC18C\uC7AC \uCC28\uD2B8(MTx x\uB294\uFF3B\uBC95\uCE59\uC7A5\uD574\uFF3D\uC758\uFF3B\uAC15\uB3C4\uFF3D.\uC0DD\uB7B5\uD560 \uB54C\uB294\uFF11)\n\u3000\u3000\uC608\uFF09 MT\u3000MT3\u3000MT9\n\u30FBD66\uC8FC\uC0AC\uC704 \uAC00\uB2A5\n"- 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) ⇒ Kamigakari_Korean
constructor
A new instance of Kamigakari_Korean.
Methods inherited from Kamigakari
#eval_game_system_specific_command, #getAttribute, #getGetMaterialTableResult, #getMaterialEffect, #getMaterialEffectNomal, #getMaterialEffectPower, #getMaterialEffectRare, #getPrice
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) ⇒ Kamigakari_Korean
31 32 33 34 35 |
# File 'lib/bcdice/game_system/Kamigakari_Korean.rb', line 31 def initialize(command) super(command) @locale = :ko_kr end |