ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
Starfinder® Spell Database
2
The Starfinder spell database is sourced from official Starfinder products from Paizo. Only data covered by the Open Game License is included. This data is maintained by John Mechalas, https://www.dungeonetics.com/

The database consists of 4 data tables. The use of mutiple tables normalizes the data so that fields do not contain more than one value. This simplifies programmatic parsing, and facilitates importing into your own relational database, though it does mean reading multiple tables.

The data tables are:
3
4
spell_infoSpell data (excluding spell level and descriptors)
5
spell_descriptorsThe descriptors associated with each spell. There is more than one entry per spell since a spell can have many descriptors
6
class_spell_listThe spells and spell levels for each Starfinder class. Note that spells in Starfinder can be multi-level, so each spell is listed with it's low and high spell level.
7
class_feature_spellsSpells that are available to a class as a class feature, but are not part of the class's regular spell list.
8
9
There is also a fifth table provided as a convenience. It is designed for human readability:
10
11
spell_full_summarySpell data rolled up into a single spreadsheet. This sheet is easier for people to read, but more difficult for software to parse. It contains multiple values in some data fields.
12
13
In general, computer applications that need this data should parse the normalized tables, NOT the summary table.
14
15
See the METADATA tab for information about the data itself.
16
17
Report issues at: https://www.dungeonetics.com/mantis/
18
19
This database uses trademarks and/or copyrights owned by Paizo Inc., which are used under Paizo's Community Use Policy. We are expressly prohibited from charging you to use or access this content. This database is not published, endorsed, or specifically approved by Paizo Inc. For more information about Paizo's Community Use Policy, please visit paizo.com/communityuse. For more information about Paizo Inc. and Paizo products, please visit paizo.com.
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100