Class: BCDice::GameSystem::StellarLife::StellarLifeD10_1to0_Table

Inherits:
StellarLifeD10Table show all
Defined in:
lib/bcdice/game_system/StellarLife.rb

Overview

紙面上で 1 始まり 0 終わりの D10 テーブル( 1, 2, 3, …, 8, 9, 0 )

Instance Method Summary collapse

Methods inherited from StellarLifeD10Table

#choice

Methods inherited from DiceTable::Table

#choice, from_i18n, #roll

Constructor Details

#initialize(name, *items) ⇒ StellarLifeD10_1to0_Table

Returns a new instance of StellarLifeD10_1to0_Table.



128
129
130
# File 'lib/bcdice/game_system/StellarLife.rb', line 128

def initialize(name, *items)
  super(name, items)
end