Class: BCDice::GameSystem::Kamigakari_Korean

Inherits:
Kamigakari show all
Defined in:
lib/bcdice/game_system/Kamigakari_Korean.rb

Constant Summary collapse

ID =

ゲームシステムの識別子

'Kamigakari:Korean'
NAME =

ゲームシステム名

'카미가카리'
SORT_KEY =

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

'国際化:Korean:카미가카리'
HELP_MESSAGE =

ダイスボットの使い方

<<~INFO_MESSAGE_TEXT
  ・각종표
   ・감정표(ET)
   ・영문소비의 댓가표(RT)
   ・전기 성씨・이름 결정표(NT)
   ・마경임계표(KT)
   ・획득 소재 차트(MTx x는[법칙장해]의[강도].생략할 때는1)
    예) MT MT3 MT9
  ・D66주사위 가능
INFO_MESSAGE_TEXT
TABLES =
translate_tables(:ko_kr).freeze

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 Kamigakari

#eval_game_system_specific_command, #getAttribute, #getGetMaterialTableResult, #getMaterialEffect, #getMaterialEffectNomal, #getMaterialEffectPower, #getMaterialEffectRare, #getPrice

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

Returns a new instance of Kamigakari_Korean.



31
32
33
34
35
# File 'lib/bcdice/game_system/Kamigakari_Korean.rb', line 31

def initialize(command)
  super(command)

  @locale = :ko_kr
end