Class: BCDice::GameSystem::BlackJacket_Korean
- Inherits:
-
BlackJacket
- Object
- Base
- BlackJacket
- BCDice::GameSystem::BlackJacket_Korean
- Defined in:
- lib/bcdice/game_system/BlackJacket_Korean.rb
Defined Under Namespace
Classes: DeathChart
Constant Summary collapse
- ID =
ゲームシステムの識別子
'BlackJacket:Korean'
- NAME =
ゲームシステム名
'블랙재킷RPG'
- SORT_KEY =
ゲームシステム名の読みがな
'国際化:Korean:블랙재킷RPG'
- HELP_MESSAGE =
ダイスボットの使い方
<<~INFO_MESSAGE_TEXT ・행위 판정(BJx) x:성공률 예)BJ80 크리티컬,펌블 여부는 자동으로 판정합니다. 「BJ50+20-30」처럼 값을 가감하여 기재할 수 있습니다. 성공률의 상한은 100%、하한은 0% 입니다. ・데스 차트 (DCxY) x:차트 종류. 육체:DCL, 정신:DCS, 환경:DCC Y=마이너스 값 예)DCL5:라이프 마이너스 값 5 + 1D10 판정 DCS3:새니티 마이너스 값 3 + 1D10 판정 DCC0:크레딧 마이너스 값 0 + 1D10 판정 ・챌린지・패널티 차트(CPC) ・사이드 트랙 차트(STC) INFO_MESSAGE_TEXT
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
Methods inherited from Base
#change_text, #check_result, command_pattern, #enable_debug, #enabled_d9?, #eval, eval, #grich_text, #initialize, prefixes_pattern, register_prefix, register_prefix_from_super_class, #sort_add_dice?, #sort_barabara_dice?
Methods included from Translate
Constructor Details
This class inherits a constructor from BCDice::Base
Instance Method Details
#eval_game_system_specific_command(command) ⇒ Object
35 36 37 |
# File 'lib/bcdice/game_system/BlackJacket_Korean.rb', line 35 def eval_game_system_specific_command(command) resolute_action(command) || roll_death_chart(command) || roll_tables(command, TABLES) end |