class BCDice::GameSystem::NightWizard3rd

Constants

ID

ゲームシステムの識別子

NAME

ゲームシステム名

SORT_KEY

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

Public Instance Methods

fumble_base_number(parsed) click to toggle source
# File lib/bcdice/game_system/NightWizard3rd.rb, line 19
def fumble_base_number(parsed)
  parsed.passive_modify_number + parsed.active_modify_number
end