Class: BCDice::GameSystem::StratoShout_Korean

Inherits:
StratoShout show all
Defined in:
lib/bcdice/game_system/StratoShout_Korean.rb

Constant Summary collapse

ID =

ゲームシステムの識別子

'StratoShout:Korean'
NAME =

ゲームシステム名

'스트라토 샤우트'
SORT_KEY =

ゲームシステム名の読みがな

'国際化:Korean:스트라토 샤우트'
HELP_MESSAGE =

ダイスボットの使い方

<<~INFO_MESSAGE_TEXT
  VOT, GUT, BAT, KEYT, DRT: (보컬, 기타, 베이스, 키보드, 드럼)트러블표
  EMO: 감정표
  RTT[1-6], AT[1-6]: 특기표(공백: 랜덤 1: 주의 2: 신체 3: 모티브 4: 이모션 5: 행동 6: 역경)
  SCENE, MACHI, GAKKO, BAND: (범용, 거리, 학교, 밴드)장면표. 접근 장면에 사용
  TENKAI: 장면 전개표. 분주 장면, 연습 장면에 사용
  []내는 생략가능 D66는 변동있음
INFO_MESSAGE_TEXT
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

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

#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