Class: BCDice::GameSystem::UnsungDuet_Korean
- Inherits:
-
UnsungDuet
- Object
- Base
- UnsungDuet
- BCDice::GameSystem::UnsungDuet_Korean
- Defined in:
- lib/bcdice/game_system/UnsungDuet_Korean.rb
Constant Summary collapse
- ID =
'UnsungDuet:Korean'
- NAME =
'언성 듀엣'
- SORT_KEY =
'国際化:Korean:언성 듀엣'
- HELP_MESSAGE =
"\u25A0 \uC2DC\uD504\uD130 \uC6A9 \uD310\uC815 (shifter, UDS)\n 1D10\uC744 \uB2E4\uC774\uC2A4\uB864 \uD574\uC11C \uD310\uC815\uC744 \uD589\uD569\uB2C8\uB2E4.\n \uC608\uFF09 shifter, UDS, shifter>=5, shifter+1>=6\n\n\u25A0 \uBC14\uC778\uB354 \uC6A9 \uD310\uC815 (binder, UDB)\n 2D6\uC744 \uB2E4\uC774\uC2A4\uB864 \uD574\uC11C \uD310\uC815\uC744 \uD589\uD569\uB2C8\uB2E4.\n \uC608\uFF09 binder, UDB, binder>=5, binder+1>=6\n\n\u25A0 \uBCC0\uC774\uD45C\n \u30FB\uC0C1\uCC98 (HIN, HInjury)\n \u30FB\uBAB8 \uC0C1\uD0DC\uC758 \uBCC0\uD654 (HPH, HPhysical)\n \u30FB\uACF5\uD3EC (HFE, HFear)\n \u30FB\uD658\uC0C1\uD654 (HFA, HFantasy)\n \u30FB\uC815\uC2E0 (HMI, HMind)\n \u30FB\uAE30\uD0C0 (HOT, HOther)\n"
- TABLES =
translate_tables(:ko_kr)
Constants inherited from UnsungDuet
BCDice::GameSystem::UnsungDuet::ALIAS, BCDice::GameSystem::UnsungDuet::ALIAS_1D10, BCDice::GameSystem::UnsungDuet::ALIAS_2D6, BCDice::GameSystem::UnsungDuet::BINDER_ALIAS_REG, BCDice::GameSystem::UnsungDuet::SHIFTER_ALIAS_REG
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) ⇒ UnsungDuet_Korean
constructor
A new instance of UnsungDuet_Korean.
Methods inherited from UnsungDuet
#eval_game_system_specific_command, #roll_replaced_command_if_match
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) ⇒ UnsungDuet_Korean
Returns a new instance of UnsungDuet_Korean.
32 33 34 35 36 |
# File 'lib/bcdice/game_system/UnsungDuet_Korean.rb', line 32 def initialize(command) super(command) @locale = :ko_kr end |