5etools-utils 0.14.33 → 0.14.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.14.33",
3
+ "version": "0.14.35",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "encounters.json",
4
- "version": "1.3.3",
4
+ "version": "1.3.4",
5
5
  "title": "EncounterArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -31,6 +31,9 @@
31
31
  "_encounterTableShared": {
32
32
  "type": "object",
33
33
  "properties": {
34
+ "page": {
35
+ "$ref": "util.json#/$defs/page"
36
+ },
34
37
  "minlvl": {
35
38
  "type": "integer"
36
39
  },
@@ -66,6 +69,9 @@
66
69
  {
67
70
  "type": "object",
68
71
  "properties": {
72
+ "page": {
73
+ "$ref": "util.json#/$defs/page"
74
+ },
69
75
  "minlvl": {
70
76
  "type": "integer"
71
77
  },
@@ -102,6 +108,9 @@
102
108
  {
103
109
  "type": "object",
104
110
  "properties": {
111
+ "page": {
112
+ "$ref": "util.json#/$defs/page"
113
+ },
105
114
  "minlvl": {
106
115
  "type": "integer"
107
116
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.9.16",
6
+ "version": "1.9.17",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -3303,6 +3303,122 @@
3303
3303
  "name",
3304
3304
  "source"
3305
3305
  ]
3306
+ },
3307
+ {
3308
+ "type": "object",
3309
+ "properties": {
3310
+ "name": {
3311
+ "type": "string"
3312
+ },
3313
+ "type": {
3314
+ "type": "string",
3315
+ "const": "statblock"
3316
+ },
3317
+ "source": {
3318
+ "$ref": "util.json#/$defs/source"
3319
+ },
3320
+ "page": {
3321
+ "$ref": "util.json#/$defs/page"
3322
+ },
3323
+ "data": {
3324
+ "$ref": "#/$defs/_entryDataData"
3325
+ },
3326
+ "id": {
3327
+ "type": "string"
3328
+ },
3329
+ "displayName": {
3330
+ "type": "string"
3331
+ },
3332
+ "hash": {
3333
+ "type": "string"
3334
+ },
3335
+ "style": {
3336
+ "$ref": "#/$defs/_entryDataStyle"
3337
+ },
3338
+ "collapsed": {
3339
+ "const": true
3340
+ },
3341
+ "prop": {
3342
+ "const": "subclass"
3343
+ },
3344
+ "shortName": {
3345
+ "type": "string"
3346
+ },
3347
+ "className": {
3348
+ "type": "string"
3349
+ },
3350
+ "classSource": {
3351
+ "$ref": "util.json#/$defs/source"
3352
+ }
3353
+ },
3354
+ "required": [
3355
+ "type",
3356
+ "prop",
3357
+ "name",
3358
+ "shortName",
3359
+ "source",
3360
+ "className",
3361
+ "classSource"
3362
+ ],
3363
+ "additionalProperties": false
3364
+ },
3365
+ {
3366
+ "type": "object",
3367
+ "properties": {
3368
+ "name": {
3369
+ "type": "string"
3370
+ },
3371
+ "type": {
3372
+ "type": "string",
3373
+ "const": "statblock"
3374
+ },
3375
+ "source": {
3376
+ "$ref": "util.json#/$defs/source"
3377
+ },
3378
+ "page": {
3379
+ "$ref": "util.json#/$defs/page"
3380
+ },
3381
+ "data": {
3382
+ "$ref": "#/$defs/_entryDataData"
3383
+ },
3384
+ "id": {
3385
+ "type": "string"
3386
+ },
3387
+ "displayName": {
3388
+ "type": "string"
3389
+ },
3390
+ "hash": {
3391
+ "type": "string"
3392
+ },
3393
+ "style": {
3394
+ "$ref": "#/$defs/_entryDataStyle"
3395
+ },
3396
+ "collapsed": {
3397
+ "const": true
3398
+ },
3399
+ "prop": {
3400
+ "const": "subclassFluff"
3401
+ },
3402
+ "shortName": {
3403
+ "type": "string"
3404
+ },
3405
+ "className": {
3406
+ "type": "string"
3407
+ },
3408
+ "classSource": {
3409
+ "$ref": "util.json#/$defs/source"
3410
+ }
3411
+ },
3412
+ "required": [
3413
+ "type",
3414
+ "prop",
3415
+ "name",
3416
+ "shortName",
3417
+ "source",
3418
+ "className",
3419
+ "classSource"
3420
+ ],
3421
+ "additionalProperties": false
3306
3422
  }
3307
3423
  ]
3308
3424
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "names.json",
4
- "version": "1.3.1",
4
+ "version": "1.3.2",
5
5
  "title": "NameArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -28,6 +28,9 @@
28
28
  "nameTable": {
29
29
  "type": "object",
30
30
  "properties": {
31
+ "page": {
32
+ "$ref": "util.json#/$defs/page"
33
+ },
31
34
  "option": {
32
35
  "type": "string"
33
36
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "spells.json",
4
- "version": "1.9.24",
4
+ "version": "1.9.25",
5
5
  "title": "Spells",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -275,7 +275,7 @@
275
275
  }
276
276
  },
277
277
  "areaTags": {
278
- "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
278
+ "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
279
279
  "type": "array",
280
280
  "minItems": 1,
281
281
  "uniqueItems": true,
@@ -289,13 +289,14 @@
289
289
  "C",
290
290
  "Y",
291
291
  "H",
292
+ "E",
292
293
  "L",
293
294
  "S",
294
295
  "Q",
295
296
  "W"
296
297
  ]
297
298
  },
298
- "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
299
+ "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
299
300
  },
300
301
  "miscTags": {
301
302
  "type": "array",
@@ -840,7 +841,7 @@
840
841
  }
841
842
  },
842
843
  "areaTags": {
843
- "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
844
+ "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
844
845
  "type": "array",
845
846
  "minItems": 1,
846
847
  "uniqueItems": true,
@@ -854,13 +855,14 @@
854
855
  "C",
855
856
  "Y",
856
857
  "H",
858
+ "E",
857
859
  "L",
858
860
  "S",
859
861
  "Q",
860
862
  "W"
861
863
  ]
862
864
  },
863
- "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
865
+ "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
864
866
  },
865
867
  "miscTags": {
866
868
  "type": "array",
@@ -1413,7 +1415,7 @@
1413
1415
  }
1414
1416
  },
1415
1417
  "areaTags": {
1416
- "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
1418
+ "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
1417
1419
  "type": "array",
1418
1420
  "minItems": 1,
1419
1421
  "uniqueItems": true,
@@ -1427,13 +1429,14 @@
1427
1429
  "C",
1428
1430
  "Y",
1429
1431
  "H",
1432
+ "E",
1430
1433
  "L",
1431
1434
  "S",
1432
1435
  "Q",
1433
1436
  "W"
1434
1437
  ]
1435
1438
  },
1436
- "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
1439
+ "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
1437
1440
  },
1438
1441
  "miscTags": {
1439
1442
  "type": "array",
@@ -258,7 +258,7 @@
258
258
  "propNameStats": {
259
259
  "type": "string",
260
260
  "enum": [
261
- "subclass",
261
+ "classFluff",
262
262
  "monsterFluff",
263
263
  "raceFluff"
264
264
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "encounters.json",
4
- "version": "1.3.3",
4
+ "version": "1.3.4",
5
5
  "title": "EncounterArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -31,6 +31,9 @@
31
31
  "_encounterTableShared": {
32
32
  "type": "object",
33
33
  "properties": {
34
+ "page": {
35
+ "$ref": "util.json#/$defs/page"
36
+ },
34
37
  "minlvl": {
35
38
  "type": "integer"
36
39
  },
@@ -66,6 +69,9 @@
66
69
  {
67
70
  "type": "object",
68
71
  "properties": {
72
+ "page": {
73
+ "$ref": "util.json#/$defs/page"
74
+ },
69
75
  "minlvl": {
70
76
  "type": "integer"
71
77
  },
@@ -102,6 +108,9 @@
102
108
  {
103
109
  "type": "object",
104
110
  "properties": {
111
+ "page": {
112
+ "$ref": "util.json#/$defs/page"
113
+ },
105
114
  "minlvl": {
106
115
  "type": "integer"
107
116
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.9.16",
6
+ "version": "1.9.17",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -3303,6 +3303,122 @@
3303
3303
  "name",
3304
3304
  "source"
3305
3305
  ]
3306
+ },
3307
+ {
3308
+ "type": "object",
3309
+ "properties": {
3310
+ "name": {
3311
+ "type": "string"
3312
+ },
3313
+ "type": {
3314
+ "type": "string",
3315
+ "const": "statblock"
3316
+ },
3317
+ "source": {
3318
+ "$ref": "util.json#/$defs/source"
3319
+ },
3320
+ "page": {
3321
+ "$ref": "util.json#/$defs/page"
3322
+ },
3323
+ "data": {
3324
+ "$ref": "#/$defs/_entryDataData"
3325
+ },
3326
+ "id": {
3327
+ "type": "string"
3328
+ },
3329
+ "displayName": {
3330
+ "type": "string"
3331
+ },
3332
+ "hash": {
3333
+ "type": "string"
3334
+ },
3335
+ "style": {
3336
+ "$ref": "#/$defs/_entryDataStyle"
3337
+ },
3338
+ "collapsed": {
3339
+ "const": true
3340
+ },
3341
+ "prop": {
3342
+ "const": "subclass"
3343
+ },
3344
+ "shortName": {
3345
+ "type": "string"
3346
+ },
3347
+ "className": {
3348
+ "type": "string"
3349
+ },
3350
+ "classSource": {
3351
+ "$ref": "util.json#/$defs/source"
3352
+ }
3353
+ },
3354
+ "required": [
3355
+ "type",
3356
+ "prop",
3357
+ "name",
3358
+ "shortName",
3359
+ "source",
3360
+ "className",
3361
+ "classSource"
3362
+ ],
3363
+ "additionalProperties": false
3364
+ },
3365
+ {
3366
+ "type": "object",
3367
+ "properties": {
3368
+ "name": {
3369
+ "type": "string"
3370
+ },
3371
+ "type": {
3372
+ "type": "string",
3373
+ "const": "statblock"
3374
+ },
3375
+ "source": {
3376
+ "$ref": "util.json#/$defs/source"
3377
+ },
3378
+ "page": {
3379
+ "$ref": "util.json#/$defs/page"
3380
+ },
3381
+ "data": {
3382
+ "$ref": "#/$defs/_entryDataData"
3383
+ },
3384
+ "id": {
3385
+ "type": "string"
3386
+ },
3387
+ "displayName": {
3388
+ "type": "string"
3389
+ },
3390
+ "hash": {
3391
+ "type": "string"
3392
+ },
3393
+ "style": {
3394
+ "$ref": "#/$defs/_entryDataStyle"
3395
+ },
3396
+ "collapsed": {
3397
+ "const": true
3398
+ },
3399
+ "prop": {
3400
+ "const": "subclassFluff"
3401
+ },
3402
+ "shortName": {
3403
+ "type": "string"
3404
+ },
3405
+ "className": {
3406
+ "type": "string"
3407
+ },
3408
+ "classSource": {
3409
+ "$ref": "util.json#/$defs/source"
3410
+ }
3411
+ },
3412
+ "required": [
3413
+ "type",
3414
+ "prop",
3415
+ "name",
3416
+ "shortName",
3417
+ "source",
3418
+ "className",
3419
+ "classSource"
3420
+ ],
3421
+ "additionalProperties": false
3306
3422
  }
3307
3423
  ]
3308
3424
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "names.json",
4
- "version": "1.3.1",
4
+ "version": "1.3.2",
5
5
  "title": "NameArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -28,6 +28,9 @@
28
28
  "nameTable": {
29
29
  "type": "object",
30
30
  "properties": {
31
+ "page": {
32
+ "$ref": "util.json#/$defs/page"
33
+ },
31
34
  "option": {
32
35
  "type": "string"
33
36
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "spells.json",
4
- "version": "1.9.24",
4
+ "version": "1.9.25",
5
5
  "title": "Spells",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -275,7 +275,7 @@
275
275
  }
276
276
  },
277
277
  "areaTags": {
278
- "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
278
+ "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
279
279
  "type": "array",
280
280
  "minItems": 1,
281
281
  "uniqueItems": true,
@@ -289,13 +289,14 @@
289
289
  "C",
290
290
  "Y",
291
291
  "H",
292
+ "E",
292
293
  "L",
293
294
  "S",
294
295
  "Q",
295
296
  "W"
296
297
  ]
297
298
  },
298
- "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
299
+ "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
299
300
  },
300
301
  "miscTags": {
301
302
  "type": "array",
@@ -840,7 +841,7 @@
840
841
  }
841
842
  },
842
843
  "areaTags": {
843
- "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
844
+ "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
844
845
  "type": "array",
845
846
  "minItems": 1,
846
847
  "uniqueItems": true,
@@ -854,13 +855,14 @@
854
855
  "C",
855
856
  "Y",
856
857
  "H",
858
+ "E",
857
859
  "L",
858
860
  "S",
859
861
  "Q",
860
862
  "W"
861
863
  ]
862
864
  },
863
- "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
865
+ "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
864
866
  },
865
867
  "miscTags": {
866
868
  "type": "array",
@@ -1413,7 +1415,7 @@
1413
1415
  }
1414
1416
  },
1415
1417
  "areaTags": {
1416
- "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
1418
+ "description": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder",
1417
1419
  "type": "array",
1418
1420
  "minItems": 1,
1419
1421
  "uniqueItems": true,
@@ -1427,13 +1429,14 @@
1427
1429
  "C",
1428
1430
  "Y",
1429
1431
  "H",
1432
+ "E",
1430
1433
  "L",
1431
1434
  "S",
1432
1435
  "Q",
1433
1436
  "W"
1434
1437
  ]
1435
1438
  },
1436
- "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
1439
+ "markdownDescription": "By convention, only the effects of the spell cast at its base level are considered when populating these.\n\n- C: Cube\n- E: Emanation\n- H: Hemisphere\n- L: Line\n- MT: Multiple Targets\n- N: Cone\n- Q: Square\n- R: Circle\n- ST: Single Target\n- S: Sphere\n- W: Wall\n- Y: Cylinder"
1437
1440
  },
1438
1441
  "miscTags": {
1439
1442
  "type": "array",
@@ -258,7 +258,7 @@
258
258
  "propNameStats": {
259
259
  "type": "string",
260
260
  "enum": [
261
- "subclass",
261
+ "classFluff",
262
262
  "monsterFluff",
263
263
  "raceFluff"
264
264
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "encounters.json",
4
- "version": "1.3.3",
4
+ "version": "1.3.4",
5
5
  "title": "EncounterArray",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -31,6 +31,9 @@
31
31
  "_encounterTableShared": {
32
32
  "type": "object",
33
33
  "properties": {
34
+ "page": {
35
+ "$ref": "util.json#/$defs/page"
36
+ },
34
37
  "minlvl": {
35
38
  "type": "integer"
36
39
  },
@@ -66,6 +69,9 @@
66
69
  {
67
70
  "type": "object",
68
71
  "properties": {
72
+ "page": {
73
+ "$ref": "util.json#/$defs/page"
74
+ },
69
75
  "minlvl": {
70
76
  "type": "integer"
71
77
  },
@@ -102,6 +108,9 @@
102
108
  {
103
109
  "type": "object",
104
110
  "properties": {
111
+ "page": {
112
+ "$ref": "util.json#/$defs/page"
113
+ },
105
114
  "minlvl": {
106
115
  "type": "integer"
107
116
  },