Class: BCDice::GameSystem::KamitsubakiCityUnderConstructionNarrative

Inherits:
Base
  • Object
show all
Defined in:
lib/bcdice/game_system/KamitsubakiCityUnderConstructionNarrative.rb

Defined Under Namespace

Classes: KumiD6, KumiDice, QDice

Constant Summary collapse

ID =

ゲームシステムの識別子

'KamitsubakiCityUnderConstructionNarrative'
NAME =

ゲームシステム名

'神椿市建設中。NARRATIVE'
SORT_KEY =

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

'かみつはきしけんせつちゆうならていふ'
HELP_MESSAGE =

ダイスボットの使い方

<<~INFO_MESSAGE_TEXT
  ・可組(KA)
   KA6 行動判定
   KA8 技能ロール
   KA10 特技ロール
   KA12 Aロール

  ・裏組(RI)
   RI6 行動判定
   RI8 技能ロール
   RI10 特技ロール
   RI12 Aロール

  ・羽組(HA)
   HA6 行動判定
   HA8 技能ロール
   HA10 特技ロール
   HA12 Aロール

  ・星組(SE)
   SE6 行動判定
   SE8 技能ロール
   SE10 特技ロール
   SE12 Aロール

  ・狐組(CO)
   CO6 行動判定
   CO8 技能ロール
   CO10 特技ロール
   CO12 Aロール

  ・GM用
   GM6 (成否判定なし)
   GM8 技能ロール
   GM10 特技ロール
   Q12 Qロール

  ・存在証明 EXI<=x
   存在証明の判定を行う
   x: 存在値
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

#translate

Constructor Details

This class inherits a constructor from BCDice::Base

Instance Method Details

#eval_game_system_specific_command(command) ⇒ Object



58
59
60
# File 'lib/bcdice/game_system/KamitsubakiCityUnderConstructionNarrative.rb', line 58

def eval_game_system_specific_command(command)
  roll_kumi(command) || roll_existence(command)
end