Class: BCDice::GameSystem::StellarLife::StellarLifeD10_1to0_Table
- Inherits:
 - 
      StellarLifeD10Table
      
        
- Object
 - DiceTable::Table
 - StellarLifeD10Table
 - BCDice::GameSystem::StellarLife::StellarLifeD10_1to0_Table
 
 
- Defined in:
 - lib/bcdice/game_system/StellarLife.rb
 
Overview
紙面上で 1 始まり 0 終わりの D10 テーブル( 1, 2, 3, …, 8, 9, 0 )
Instance Method Summary collapse
- 
  
    
      #initialize(name, *items)  ⇒ StellarLifeD10_1to0_Table 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of StellarLifeD10_1to0_Table.
 
Methods inherited from StellarLifeD10Table
Methods inherited from DiceTable::Table
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  |