-
Notifications
You must be signed in to change notification settings - Fork 0
/
D&D.json
302 lines (300 loc) · 9.5 KB
/
D&D.json
1
2
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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
{
"race": [
{
"id": 1,
"name": "Human",
"ability": "Intelligence",
"dark vision": false
},
{
"id": 2,
"name": "Elvish",
"ability": "Dexterity",
"dark vision": true
},
{
"id": 3,
"name": "Halfling",
"ability": "Dexterity",
"dark vision": false
},
{
"id": 4,
"name": "Dwarf",
"ability": "Constitution",
"dark vision": false
},
{
"id": 5,
"name": "Half-Orc",
"ability": "Strength",
"dark vision": true
},
{
"id": 6,
"name": "Tiefling",
"ability": "Charisma",
"dark vision": true
}
],
"class": [
{
"id": 1,
"name": "Barbarian",
"sub-class": ["Path of Wild Magic", "Path of The Ancestral Guardian", "Path of The Battlerager","Path of The Beast","Path of The Berserker","Path of The Storm Herald", "Path of The Totem Warrior", "Path of The Zealot"],
"hit dice": "1d12"
},
{
"id": 2,
"name": "Rogue",
"sub-class": ["Arcane Trickster", "Thief", "Scout", "Mastermind", "Swashbuckler","Phantom","Inquisitive","Assassin","Soulknife"],
"hit dice": "1d8"
},
{
"id": 3,
"name": "Fighter",
"sub-class": ["Arcane Archer","Battle Master", "Cavalier", "Champion","Eldritch Knight", "Psi Warrior", "Purple Dragon Knight", "Rune Knight", "Samurai"],
"hit dice": "1d8"
},
{
"id": 4,
"name": "Paladin",
"sub-class": ["Oath of Conquest","Oath of Devotion","Oath of Redemption","Oath of Vengeance","Oath of the Ancients","Oath of the Crown", "Oath of the Watchers"],
"hit dice": "1d8"
},
{
"id": 5,
"name": "Ranger",
"sub-class": ["Beast Master","Fey Wanderer","Gloom Stalker","Horizon Walker","Hunter","Monster Slayer","Swarmkeeper"],
"hit dice": "1d8"
},
{
"id": 6,
"name": "Cleric",
"sub-class": ["Arcane Domain","Forge Domain", "Grave Domain", "knowledge Domain","Life Domain", "Light Domain", "Nature Domain", "Peace Domain", "Tempest Domain", "Trickery Domain", "Twilight Domain", "War Domain"],
"hit dice": "1d8"
},
{
"id": 7,
"name": "Wizard",
"sub-class": ["Order of Scribes", "Bladesinging", "School of Abjuration", "School of Conjuration", "School of Divination", "School of Enchantment", "School of Evocation", "School of Illusion", "School of Necromancy", "School of Transmutation", "War Magic"],
"hit dice": "1d8"
},
{
"id": 8,
"name": "Sorcerer",
"sub-class": ["Aberrant Mind", "Clockwork Soul", "Divine Soul", "Draconic Bloodline", "Shadow Magic", "Storm Sorcery", "Wild Magic"],
"hit dice": "1d8"
},
{
"id": 9,
"name": "Warlock",
"sub-class": ["The Archfey", "The Celestial", "The Fathomless", "The Fiend", "The Genie", "The Great Old One", "The Hexblade", "The Undead", "The Undying"],
"hit dice": "1d8"
},
{
"id": 10,
"name": "Bard",
"sub-class": ["College of Creation", "College of Glamour", "College of Lore", "College of Spirits", "College of Swords", "College of Valor", "College of Whispers"],
"hit dice": "1d8"
},
{
"id": 11,
"name": "Druid",
"sub-class": ["Circle of Dreams", "Circle of Stars", "Circle of Wildfire", "Circle of the Land", "Circle of the Moon", "Circle of the Shepherd"],
"hit dice": "1d8"
},
{
"id": 12,
"name": "Monk",
"sub-class": ["Way of Mercy", "Way of Shadow", "Way of the Astral Self", "Way of the Astral Self", "Way of the Four Elements", "Way of the Kensei", "Way of the Long Death", "Way of the Open Hand", "Way of the Sun Soul"],
"hit dice": "1d8"
}
],
"spell-list": [
{
"id": 4,
"name": "Paladin",
"spells": [
"Bless",
"Command",
"Compelled Duel",
"Cure Wounds",
"Detect Evil and Good",
"Detect Magic",
"Detect Poison and Disease",
"Divine Favor",
"Heroism",
"Protection from Evil and Good",
"Purify Food and Drink",
"Searing Smite",
"Shield",
"Thunderous Smite",
"Wrathful Smite"
]
},
{
"id": 5,
"name": "Ranger",
"spells": [
"Alarm",
"Animal Friendship",
"Cure Wounds",
"Detect Magic",
"Detect Poison and Disease",
"Ensnaring Strike",
"Fog Cloud",
"Goodberry",
"Hail of Thorns",
"Hunter's Mark",
"Jump",
"Longstrider",
"Speak with Animals"
]
},
{
"id": 6,
"name": "Cleric",
"spells": [
"Bane",
"Bless",
"Command",
"Cure Wounds",
"Detect Evil and Good",
"Detect Magic",
"Detect Poison and Disease",
"Guiding Bolt",
"Healing Word",
"Inflict Wounds",
"Protection from Evil and Good",
"Purify Food and Drink",
"Sanctuary",
"Shield of Faith"
]
},
{
"id": 7,
"name": "Wizard",
"spells": [
"Alarm",
"Burning Hands",
"Charm Person",
"Chromatic Orb",
"Color Spray",
"Comprehend Languages",
"Detect Magic",
"Disguise Self",
"Expeditious Retreat",
"False Life",
"Feather Fall",
"Find Familiar",
"Fog Cloud",
"Grease",
"Identify",
"Illusory Script",
"Jump",
"Mage Armor",
"Magic Missile",
"Ray of Sickness",
"Shield",
"Silent Image",
"Sleep",
"Tasha's Hideous Laughter",
"Thunderwave",
"Unseen Servant",
"Witch Bolt"
]
},
{
"id": 8,
"name": "Sorcerer",
"spells": [
"Burning Hands",
"Charm Person",
"Chromatic Orb",
"Color Spray",
"Comprehend Languages",
"Detect Magic",
"Disguise Self",
"Expeditious Retreat",
"False Life",
"Feather Fall",
"Fog Cloud",
"Jump",
"Mage Armor",
"Magic Missile",
"Ray of Sickness",
"Shield",
"Silent Image",
"Sleep",
"Thunderwave",
"Witch Bolt"
]
},
{
"id": 9,
"name": "Warlock",
"spells": [
"Armor of Agathys",
"Arms of Hadar",
"Charm Person",
"Comprehend Languages",
"Expeditious Retreat",
"Hellish Rebuke",
"Hex",
"Illusory Script",
"Protection from Evil and Good",
"Unseen Servant",
"Witch Bolt"
]
},
{
"id": 10,
"name": "Bard",
"spells": [
"Animal Friendship",
"Bane",
"Charm Person",
"Comprehend Languages",
"Cure Wounds",
"Detect Magic",
"Disguise Self",
"Faerie Fire",
"Feather Fall",
"Healing Word",
"Heroism",
"Identify",
"Illusory Script",
"Longstrider",
"Silent Image",
"Sleep",
"Speak with Animals",
"Tasha's Hideous Laughter",
"Thunderwave",
"Unseen Servant"
]
},
{
"id": 11,
"name": "Druid",
"spells": [
"Animal Friendship",
"Charm Person",
"Create or Destroy Water",
"Cure Wounds",
"Detect Magic",
"Detect Poison and Disease",
"Entangle",
"Faerie Fire",
"Fog Cloud",
"Goodberry",
"Healing Word",
"Jump",
"Longstrider",
"Purify Food and Drink",
"Speak with Animals",
"Thunderwave"
]
}
]
}