Class: PfrpgTables::Tables::Spells

Inherits:
Object
  • Object
show all
Defined in:
lib/pfrpg_tables/tables/spells.rb

Defined Under Namespace

Classes: SpellsPerDay

Class Method Summary collapse

Class Method Details

.sorcerer_spells_knownObject



3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# File 'lib/pfrpg_tables/tables/spells.rb', line 3

def self.sorcerer_spells_known
  [
    [0,0,0,0,0,0,0,0,0,0],
    [4,2,0,0,0,0,0,0,0,0],
    [5,2,0,0,0,0,0,0,0,0],
    [5,3,0,0,0,0,0,0,0,0],
    [6,3,1,0,0,0,0,0,0,0],
    [6,4,2,0,0,0,0,0,0,0],
    [7,4,2,1,0,0,0,0,0,0],
    [7,5,3,2,0,0,0,0,0,0],
    [8,5,3,2,1,0,0,0,0,0],
    [8,5,4,3,2,0,0,0,0,0],
    [9,5,4,3,2,1,0,0,0,0],
    [9,5,5,4,3,2,0,0,0,0],
    [9,5,5,4,3,2,1,0,0,0],
    [9,5,5,4,4,3,2,0,0,0],
    [9,5,5,4,4,3,2,1,0,0],
    [9,5,5,4,4,3,3,2,0,0],
    [9,5,5,4,4,4,3,2,1,0],
    [9,5,5,4,4,4,3,3,2,0],
    [9,5,5,4,4,4,3,3,2,1],
    [9,5,5,4,4,4,3,3,3,2],
    [9,5,5,4,4,4,3,3,3,3]
  ]
end