Class: BCDice::GameSystem::JuinKansen_Korean

Inherits:
JuinKansen show all
Defined in:
lib/bcdice/game_system/JuinKansen_Korean.rb

Constant Summary collapse

ID =

ゲームシステムの識別子

"JuinKansen:Korean"
NAME =

ゲームシステム名

"주인감염"
SORT_KEY =

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

"国際化:Korean:주인감염"
HELP_MESSAGE =

ダイスボットの使い方

<<~INFO_MESSAGE_TEXT
  ■ 표
    ・일상 표 (DAI, Daily)
    ・장소 표
      ・「도시」 (PCI, PlaceCity)
      ・「시골」 (PCO, PlaceCountryside)
      ・「시설 안」 (PFA, PlaceFacility)
    ・초면 표 (FL, FirstLook)
    ・친구 표 (AF, AppreciativeFriend)
    ・복선 표 (FOR, Foreshadow)
    ・감정 표 (EMO, Emotion)
    ・상황 표 (SIT, Situation)
    ・대상 표 (TAR, Target)
    ・광기 표 (INS, Insanity)
    ・종말 표 (DEA, Death)
    ・공포 표 (FEA, Fear)
INFO_MESSAGE_TEXT
TABLES =
translate_tables(:ko_kr).freeze

Constants inherited from JuinKansen

BCDice::GameSystem::JuinKansen::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

Methods inherited from JuinKansen

#eval_game_system_specific_command

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) ⇒ JuinKansen_Korean

Returns a new instance of JuinKansen_Korean.



38
39
40
41
# File 'lib/bcdice/game_system/JuinKansen_Korean.rb', line 38

def initialize(command)
  super(command)
  @locale = :ko_kr
end