Class: BCDice::GameSystem::StratoShout_Korean
- Inherits:
-
StratoShout
- Object
- Base
- StratoShout
- BCDice::GameSystem::StratoShout_Korean
- Defined in:
- lib/bcdice/game_system/StratoShout_Korean.rb
Constant Summary collapse
- ID =
ゲームシステムの識別子
'StratoShout:Korean'- NAME =
ゲームシステム名
'스트라토 샤우트'- SORT_KEY =
ゲームシステム名の読みがな
'国際化:Korean:스트라토 샤우트'- HELP_MESSAGE =
ダイスボットの使い方
"VOT, GUT, BAT, KEYT, DRT: (\uBCF4\uCEEC, \uAE30\uD0C0, \uBCA0\uC774\uC2A4, \uD0A4\uBCF4\uB4DC, \uB4DC\uB7FC)\uD2B8\uB7EC\uBE14\uD45C\nEMO: \uAC10\uC815\uD45C\nRTT[1-6], AT[1-6]: \uD2B9\uAE30\uD45C(\uACF5\uBC31: \uB79C\uB364 1: \uAC00\uCE58\uAD00 2: \uC2E0\uCCB4 3: \uBAA8\uD2F0\uBE0C 4: \uC774\uBAA8\uC158 5: \uD589\uB3D9 6: \uC5ED\uACBD)\nSCENE, MACHI, GAKKO, BAND: (\uBC94\uC6A9, \uAC70\uB9AC, \uD559\uAD50, \uBC34\uB4DC)\uC7A5\uBA74\uD45C. \uC811\uADFC \uC7A5\uBA74\uC5D0 \uC0AC\uC6A9\nTENKAI: \uC7A5\uBA74 \uC804\uAC1C\uD45C. \uBD84\uC8FC \uC7A5\uBA74, \uC5F0\uC2B5 \uC7A5\uBA74\uC5D0 \uC0AC\uC6A9\n[]\uB0B4\uB294 \uC0DD\uB7B5\uAC00\uB2A5\u3000D66\uB294 \uBCC0\uB3D9\uC788\uC74C\n"- TABLES =
translate_tables(:ko_kr).freeze
- RTT =
translate_rtt(:ko_kr)
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) ⇒ StratoShout_Korean
constructor
A new instance of StratoShout_Korean.
Methods inherited from StratoShout
#eval_game_system_specific_command, #result_2d6
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) ⇒ StratoShout_Korean
Returns a new instance of StratoShout_Korean.
29 30 31 32 33 |
# File 'lib/bcdice/game_system/StratoShout_Korean.rb', line 29 def initialize(command) super(command) @locale = :ko_kr end |