Class: BCDice::GameSystem::DetatokoSaga_Korean
- Inherits:
-
DetatokoSaga
- Object
- Base
- DetatokoSaga
- BCDice::GameSystem::DetatokoSaga_Korean
- Defined in:
- lib/bcdice/game_system/DetatokoSaga_Korean.rb
Constant Summary collapse
- ID =
ゲームシステムの識別子
'DetatokoSaga:Korean'
- NAME =
ゲームシステム名
'데타토코 사가'
- SORT_KEY =
ゲームシステム名の読みがな
'国際化:Korean:데타토코 사가'
- HELP_MESSAGE =
ダイスボットの使い方
<<~INFO_MESSAGE_TEXT ・통상판정 xDS or xDSy or xDS>=t or xDSy>=t or xDS+z>=t or xDSy+z>=t (x=스킬레벨, y=현재 플래그(생략=0), z=수정치(생략=0), t=목표치(생략=8)) 예)3DS 2DS5 0DS 3DS>=10 3DS7>=12 2DS3+1 3DS2+1>=10 ・판정치 xJD or xJDy or xJDy+z or xJDy-z or xJDy/z (x=스킬레벨, y=현재 플래그(생략=0), z=수정치(생략=0)) 예)3JD 2JD5 3JD7+1 4JD/3 ・체력 낙인표 SST (StrengthStigmaTable) ・기력 낙인표 WST (WillStigmaTable) ・체력 배드엔딩표 SBET (StrengthBadEndTable) ・기력 배드엔딩표 WBET (WillBadEndTable) INFO_MESSAGE_TEXT
- TABLES =
translate_tables(:ko_kr)
Constants inherited from DetatokoSaga
BCDice::GameSystem::DetatokoSaga::ALIAS
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) ⇒ DetatokoSaga_Korean
constructor
A new instance of DetatokoSaga_Korean.
Methods inherited from DetatokoSaga
#checkJudgeValue, #checkRoll, #eval_game_system_specific_command, #getCheckFlagResult, #getDownWill, #getModifyText, #getRollResult, #getSuccess, #getTotalResultValue, #getTotalResultValueWhenSlash, translate_tables
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) ⇒ DetatokoSaga_Korean
Returns a new instance of DetatokoSaga_Korean.
33 34 35 36 37 |
# File 'lib/bcdice/game_system/DetatokoSaga_Korean.rb', line 33 def initialize(command) super(command) @locale = :ko_kr end |