class BCDice::GameSystem::DoubleCross_Korean
Constants
- HELP_MESSAGE
ダイスボットの使い方
- ID
ゲームシステムの識別子
- NAME
ゲームシステム名
- NEGATIVE_EMOTION_TABLE
感情表(ネガティブ)
- POSITIVE_EMOTION_TABLE
感情表(ポジティブ)
- SORT_KEY
ゲームシステム名の読みがな
Public Class Methods
new(command)
click to toggle source
Calls superclass method
BCDice::Base::new
# File lib/bcdice/game_system/DoubleCross_Korean.rb, line 32 def initialize(command) super(command) @locale = :ko_kr end