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 =
<<~MESSAGETEXT ■ 시프터 용 판정 (shifter, UDS) 1D10을 다이스롤 해서 판정을 행합니다. 예) shifter, UDS, shifter>=5, shifter+1>=6 ■ 바인더 용 판정 (binder, UDB) 2D6을 다이스롤 해서 판정을 행합니다. 예) binder, UDB, binder>=5, binder+1>=6 ■ 변이표 ・상처 (HIN, HInjury) ・몸 상태의 변화 (HPH, HPhysical) ・공포 (HFE, HFear) ・환상화 (HFA, HFantasy) ・정신 (HMI, HMind) ・기타 (HOT, HOther) MESSAGETEXT
- 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 |