Class: BCDice::GameSystem::BeginningIdol::SkillTable

Inherits:
DiceTable::SaiFicSkillTable show all
Defined in:
lib/bcdice/game_system/beginning_idol/skill_table.rb

Constant Summary

Constants inherited from DiceTable::SaiFicSkillTable

DiceTable::SaiFicSkillTable::DEFAULT_RCT, DiceTable::SaiFicSkillTable::DEFAULT_RTT, DiceTable::SaiFicSkillTable::DEFAULT_RTTN, DiceTable::SaiFicSkillTable::DEFAULT_S, DiceTable::SaiFicSkillTable::RTTN

Instance Attribute Summary

Attributes inherited from DiceTable::SaiFicSkillTable

#categories

Instance Method Summary collapse

Methods inherited from DiceTable::SaiFicSkillTable

from_i18n, #initialize, #prefixes, #roll_category, #roll_command, #roll_skill

Constructor Details

This class inherits a constructor from BCDice::DiceTable::SaiFicSkillTable

Instance Method Details

#roll(randomizer) ⇒ Object



7
8
9
# File 'lib/bcdice/game_system/beginning_idol/skill_table.rb', line 7

def roll(randomizer)
  roll_command(randomizer, "RTT")
end