Skip to content

Commit 4c8a2ac

Browse files
committed
fixed bug with null hit_point fields
1 parent 2750faf commit 4c8a2ac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

data/v2/wizards-of-the-coast/srd-2024/CharacterClass.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"fields": {
222222
"caster_type": "NONE",
223223
"document": "srd-2024",
224-
"hit_dice": "",
224+
"hit_dice": null,
225225
"name": "Life Domain",
226226
"primary_abilities": [],
227227
"saving_throws": [],
@@ -234,7 +234,7 @@
234234
"fields": {
235235
"caster_type": "NONE",
236236
"document": "srd-2024",
237-
"hit_dice": "",
237+
"hit_dice": null,
238238
"name": "Champion",
239239
"primary_abilities": [],
240240
"saving_throws": [],
@@ -247,7 +247,7 @@
247247
"fields": {
248248
"caster_type": "NONE",
249249
"document": "srd-2024",
250-
"hit_dice": "",
250+
"hit_dice": null,
251251
"name": "Warrior of the Open Hand",
252252
"primary_abilities": [],
253253
"saving_throws": [],
@@ -260,7 +260,7 @@
260260
"fields": {
261261
"caster_type": "NONE",
262262
"document": "srd-2024",
263-
"hit_dice": "",
263+
"hit_dice": null,
264264
"name": "Oath of Devotion",
265265
"primary_abilities": [],
266266
"saving_throws": [],
@@ -273,7 +273,7 @@
273273
"fields": {
274274
"caster_type": "NONE",
275275
"document": "srd-2024",
276-
"hit_dice": "",
276+
"hit_dice": null,
277277
"name": "Hunter",
278278
"primary_abilities": [],
279279
"saving_throws": [],
@@ -286,7 +286,7 @@
286286
"fields": {
287287
"caster_type": "NONE",
288288
"document": "srd-2024",
289-
"hit_dice": "",
289+
"hit_dice": null,
290290
"name": "Thief",
291291
"primary_abilities": [],
292292
"saving_throws": [],
@@ -299,7 +299,7 @@
299299
"fields": {
300300
"caster_type": "NONE",
301301
"document": "srd-2024",
302-
"hit_dice": "",
302+
"hit_dice": null,
303303
"name": "Draconic Sorcery",
304304
"primary_abilities": [],
305305
"saving_throws": [],
@@ -312,7 +312,7 @@
312312
"fields": {
313313
"caster_type": "NONE",
314314
"document": "srd-2024",
315-
"hit_dice": "",
315+
"hit_dice": null,
316316
"name": "Fiend Patron",
317317
"primary_abilities": [],
318318
"saving_throws": [],
@@ -325,7 +325,7 @@
325325
"fields": {
326326
"caster_type": "NONE",
327327
"document": "srd-2024",
328-
"hit_dice": "",
328+
"hit_dice": null,
329329
"name": "Evoker",
330330
"primary_abilities": [],
331331
"saving_throws": [],

0 commit comments

Comments
 (0)