5etools-utils 0.8.20 → 0.8.22
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 +1 -1
- package/schema/brew/class/class.json +5 -1
- package/schema/brew/spells/spells.json +4 -37
- package/schema/brew/util.json +199 -2
- package/schema/brew-fast/class/class.json +5 -1
- package/schema/brew-fast/spells/spells.json +4 -37
- package/schema/brew-fast/util.json +199 -2
- package/schema/site/class/class.json +5 -1
- package/schema/site/spells/spells.json +4 -37
- package/schema/site/util.json +199 -2
- package/schema/site-fast/class/class.json +5 -1
- package/schema/site-fast/spells/spells.json +4 -37
- package/schema/site-fast/util.json +199 -2
|
@@ -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.
|
|
4
|
+
"version": "1.9.6",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -15,18 +15,7 @@
|
|
|
15
15
|
"type": "integer"
|
|
16
16
|
},
|
|
17
17
|
"school": {
|
|
18
|
-
"
|
|
19
|
-
"enum": [
|
|
20
|
-
"A",
|
|
21
|
-
"V",
|
|
22
|
-
"E",
|
|
23
|
-
"I",
|
|
24
|
-
"D",
|
|
25
|
-
"N",
|
|
26
|
-
"T",
|
|
27
|
-
"C",
|
|
28
|
-
"P"
|
|
29
|
-
]
|
|
18
|
+
"$ref": "../util.json#/$defs/spellSchool"
|
|
30
19
|
},
|
|
31
20
|
"meta": {
|
|
32
21
|
"type": "object",
|
|
@@ -362,18 +351,7 @@
|
|
|
362
351
|
"type": "integer"
|
|
363
352
|
},
|
|
364
353
|
"school": {
|
|
365
|
-
"
|
|
366
|
-
"enum": [
|
|
367
|
-
"A",
|
|
368
|
-
"V",
|
|
369
|
-
"E",
|
|
370
|
-
"I",
|
|
371
|
-
"D",
|
|
372
|
-
"N",
|
|
373
|
-
"T",
|
|
374
|
-
"C",
|
|
375
|
-
"P"
|
|
376
|
-
]
|
|
354
|
+
"$ref": "../util.json#/$defs/spellSchool"
|
|
377
355
|
},
|
|
378
356
|
"meta": {
|
|
379
357
|
"type": "object",
|
|
@@ -717,18 +695,7 @@
|
|
|
717
695
|
"type": "integer"
|
|
718
696
|
},
|
|
719
697
|
"school": {
|
|
720
|
-
"
|
|
721
|
-
"enum": [
|
|
722
|
-
"A",
|
|
723
|
-
"V",
|
|
724
|
-
"E",
|
|
725
|
-
"I",
|
|
726
|
-
"D",
|
|
727
|
-
"N",
|
|
728
|
-
"T",
|
|
729
|
-
"C",
|
|
730
|
-
"P"
|
|
731
|
-
]
|
|
698
|
+
"$ref": "../util.json#/$defs/spellSchool"
|
|
732
699
|
},
|
|
733
700
|
"meta": {
|
|
734
701
|
"type": "object",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.20",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -282,11 +282,26 @@
|
|
|
282
282
|
"disguise kit",
|
|
283
283
|
"forgery kit",
|
|
284
284
|
"gaming set",
|
|
285
|
+
"dragonchess set",
|
|
286
|
+
"dice set",
|
|
287
|
+
"three-dragon ante set",
|
|
285
288
|
"herbalism kit",
|
|
286
289
|
"musical instrument",
|
|
290
|
+
"bagpipes",
|
|
291
|
+
"drum",
|
|
292
|
+
"dulcimer",
|
|
293
|
+
"flute",
|
|
294
|
+
"horn",
|
|
295
|
+
"lute",
|
|
296
|
+
"lyre",
|
|
297
|
+
"pan flute",
|
|
298
|
+
"shawm",
|
|
299
|
+
"viol",
|
|
287
300
|
"navigator's tools",
|
|
288
301
|
"thieves' tools",
|
|
289
302
|
"poisoner's kit",
|
|
303
|
+
"vehicles",
|
|
304
|
+
"vehicles (air)",
|
|
290
305
|
"vehicles (land)",
|
|
291
306
|
"vehicles (water)",
|
|
292
307
|
"vehicles (space)"
|
|
@@ -366,12 +381,54 @@
|
|
|
366
381
|
"gaming set": {
|
|
367
382
|
"const": true
|
|
368
383
|
},
|
|
384
|
+
"dragonchess set": {
|
|
385
|
+
"const": true
|
|
386
|
+
},
|
|
387
|
+
"dice set": {
|
|
388
|
+
"const": true
|
|
389
|
+
},
|
|
390
|
+
"three-dragon ante set": {
|
|
391
|
+
"const": true
|
|
392
|
+
},
|
|
369
393
|
"herbalism kit": {
|
|
370
394
|
"const": true
|
|
371
395
|
},
|
|
396
|
+
"anyMusicalInstrument": {
|
|
397
|
+
"type": "integer"
|
|
398
|
+
},
|
|
372
399
|
"musical instrument": {
|
|
373
400
|
"const": true
|
|
374
401
|
},
|
|
402
|
+
"bagpipes": {
|
|
403
|
+
"const": true
|
|
404
|
+
},
|
|
405
|
+
"drum": {
|
|
406
|
+
"const": true
|
|
407
|
+
},
|
|
408
|
+
"dulcimer": {
|
|
409
|
+
"const": true
|
|
410
|
+
},
|
|
411
|
+
"flute": {
|
|
412
|
+
"const": true
|
|
413
|
+
},
|
|
414
|
+
"horn": {
|
|
415
|
+
"const": true
|
|
416
|
+
},
|
|
417
|
+
"lute": {
|
|
418
|
+
"const": true
|
|
419
|
+
},
|
|
420
|
+
"lyre": {
|
|
421
|
+
"const": true
|
|
422
|
+
},
|
|
423
|
+
"pan flute": {
|
|
424
|
+
"const": true
|
|
425
|
+
},
|
|
426
|
+
"shawm": {
|
|
427
|
+
"const": true
|
|
428
|
+
},
|
|
429
|
+
"viol": {
|
|
430
|
+
"const": true
|
|
431
|
+
},
|
|
375
432
|
"navigator's tools": {
|
|
376
433
|
"const": true
|
|
377
434
|
},
|
|
@@ -381,6 +438,12 @@
|
|
|
381
438
|
"poisoner's kit": {
|
|
382
439
|
"const": true
|
|
383
440
|
},
|
|
441
|
+
"vehicles": {
|
|
442
|
+
"const": true
|
|
443
|
+
},
|
|
444
|
+
"vehicles (air)": {
|
|
445
|
+
"const": true
|
|
446
|
+
},
|
|
384
447
|
"vehicles (land)": {
|
|
385
448
|
"const": true
|
|
386
449
|
},
|
|
@@ -403,7 +466,8 @@
|
|
|
403
466
|
{
|
|
404
467
|
"type": "string",
|
|
405
468
|
"enum": [
|
|
406
|
-
"anyArtisansTool"
|
|
469
|
+
"anyArtisansTool",
|
|
470
|
+
"anyMusicalInstrument"
|
|
407
471
|
]
|
|
408
472
|
}
|
|
409
473
|
]
|
|
@@ -644,12 +708,54 @@
|
|
|
644
708
|
"gaming set": {
|
|
645
709
|
"const": true
|
|
646
710
|
},
|
|
711
|
+
"dragonchess set": {
|
|
712
|
+
"const": true
|
|
713
|
+
},
|
|
714
|
+
"dice set": {
|
|
715
|
+
"const": true
|
|
716
|
+
},
|
|
717
|
+
"three-dragon ante set": {
|
|
718
|
+
"const": true
|
|
719
|
+
},
|
|
647
720
|
"herbalism kit": {
|
|
648
721
|
"const": true
|
|
649
722
|
},
|
|
723
|
+
"anyMusicalInstrument": {
|
|
724
|
+
"type": "integer"
|
|
725
|
+
},
|
|
650
726
|
"musical instrument": {
|
|
651
727
|
"const": true
|
|
652
728
|
},
|
|
729
|
+
"bagpipes": {
|
|
730
|
+
"const": true
|
|
731
|
+
},
|
|
732
|
+
"drum": {
|
|
733
|
+
"const": true
|
|
734
|
+
},
|
|
735
|
+
"dulcimer": {
|
|
736
|
+
"const": true
|
|
737
|
+
},
|
|
738
|
+
"flute": {
|
|
739
|
+
"const": true
|
|
740
|
+
},
|
|
741
|
+
"horn": {
|
|
742
|
+
"const": true
|
|
743
|
+
},
|
|
744
|
+
"lute": {
|
|
745
|
+
"const": true
|
|
746
|
+
},
|
|
747
|
+
"lyre": {
|
|
748
|
+
"const": true
|
|
749
|
+
},
|
|
750
|
+
"pan flute": {
|
|
751
|
+
"const": true
|
|
752
|
+
},
|
|
753
|
+
"shawm": {
|
|
754
|
+
"const": true
|
|
755
|
+
},
|
|
756
|
+
"viol": {
|
|
757
|
+
"const": true
|
|
758
|
+
},
|
|
653
759
|
"navigator's tools": {
|
|
654
760
|
"const": true
|
|
655
761
|
},
|
|
@@ -659,6 +765,12 @@
|
|
|
659
765
|
"poisoner's kit": {
|
|
660
766
|
"const": true
|
|
661
767
|
},
|
|
768
|
+
"vehicles": {
|
|
769
|
+
"const": true
|
|
770
|
+
},
|
|
771
|
+
"vehicles (air)": {
|
|
772
|
+
"const": true
|
|
773
|
+
},
|
|
662
774
|
"vehicles (land)": {
|
|
663
775
|
"const": true
|
|
664
776
|
},
|
|
@@ -751,6 +863,7 @@
|
|
|
751
863
|
"anySkill",
|
|
752
864
|
"anyTool",
|
|
753
865
|
"anyArtisansTool",
|
|
866
|
+
"anyMusicalInstrument",
|
|
754
867
|
"anyLanguage",
|
|
755
868
|
"anyStandardLanguage"
|
|
756
869
|
]
|
|
@@ -1166,18 +1279,63 @@
|
|
|
1166
1279
|
"gaming set": {
|
|
1167
1280
|
"const": true
|
|
1168
1281
|
},
|
|
1282
|
+
"dragonchess set": {
|
|
1283
|
+
"const": true
|
|
1284
|
+
},
|
|
1285
|
+
"dice set": {
|
|
1286
|
+
"const": true
|
|
1287
|
+
},
|
|
1288
|
+
"three-dragon ante set": {
|
|
1289
|
+
"const": true
|
|
1290
|
+
},
|
|
1169
1291
|
"herbalism kit": {
|
|
1170
1292
|
"const": true
|
|
1171
1293
|
},
|
|
1172
1294
|
"musical instrument": {
|
|
1173
1295
|
"const": true
|
|
1174
1296
|
},
|
|
1297
|
+
"bagpipes": {
|
|
1298
|
+
"const": true
|
|
1299
|
+
},
|
|
1300
|
+
"drum": {
|
|
1301
|
+
"const": true
|
|
1302
|
+
},
|
|
1303
|
+
"dulcimer": {
|
|
1304
|
+
"const": true
|
|
1305
|
+
},
|
|
1306
|
+
"flute": {
|
|
1307
|
+
"const": true
|
|
1308
|
+
},
|
|
1309
|
+
"horn": {
|
|
1310
|
+
"const": true
|
|
1311
|
+
},
|
|
1312
|
+
"lute": {
|
|
1313
|
+
"const": true
|
|
1314
|
+
},
|
|
1315
|
+
"lyre": {
|
|
1316
|
+
"const": true
|
|
1317
|
+
},
|
|
1318
|
+
"pan flute": {
|
|
1319
|
+
"const": true
|
|
1320
|
+
},
|
|
1321
|
+
"shawm": {
|
|
1322
|
+
"const": true
|
|
1323
|
+
},
|
|
1324
|
+
"viol": {
|
|
1325
|
+
"const": true
|
|
1326
|
+
},
|
|
1175
1327
|
"navigator's tools": {
|
|
1176
1328
|
"const": true
|
|
1177
1329
|
},
|
|
1178
1330
|
"thieves' tools": {
|
|
1179
1331
|
"const": true
|
|
1180
1332
|
},
|
|
1333
|
+
"vehicles": {
|
|
1334
|
+
"const": true
|
|
1335
|
+
},
|
|
1336
|
+
"vehicles (air)": {
|
|
1337
|
+
"const": true
|
|
1338
|
+
},
|
|
1181
1339
|
"vehicles (land)": {
|
|
1182
1340
|
"const": true
|
|
1183
1341
|
},
|
|
@@ -2349,6 +2507,20 @@
|
|
|
2349
2507
|
"T"
|
|
2350
2508
|
]
|
|
2351
2509
|
},
|
|
2510
|
+
"spellSchool": {
|
|
2511
|
+
"type": "string",
|
|
2512
|
+
"enum": [
|
|
2513
|
+
"A",
|
|
2514
|
+
"V",
|
|
2515
|
+
"E",
|
|
2516
|
+
"I",
|
|
2517
|
+
"D",
|
|
2518
|
+
"N",
|
|
2519
|
+
"T",
|
|
2520
|
+
"C",
|
|
2521
|
+
"P"
|
|
2522
|
+
]
|
|
2523
|
+
},
|
|
2352
2524
|
"genericFluffArrayItemData": {
|
|
2353
2525
|
"type": "object",
|
|
2354
2526
|
"properties": {
|
|
@@ -3873,6 +4045,31 @@
|
|
|
3873
4045
|
"spellListSpellRef": {
|
|
3874
4046
|
"description": "A reference to a spell or an existing spell list, linked by name and source. Assumes PHB as the source, if none is provided.",
|
|
3875
4047
|
"oneOf": [
|
|
4048
|
+
{
|
|
4049
|
+
"description": "A group spell list",
|
|
4050
|
+
"type": "object",
|
|
4051
|
+
"properties": {
|
|
4052
|
+
"groupName": {
|
|
4053
|
+
"type": "string"
|
|
4054
|
+
},
|
|
4055
|
+
"groupSource": {
|
|
4056
|
+
"type": "string"
|
|
4057
|
+
},
|
|
4058
|
+
"spellSchools": {
|
|
4059
|
+
"type": "array",
|
|
4060
|
+
"items": {
|
|
4061
|
+
"$ref": "#/$defs/spellSchool"
|
|
4062
|
+
},
|
|
4063
|
+
"minItems": 1,
|
|
4064
|
+
"uniqueItems": true
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
4067
|
+
"required": [
|
|
4068
|
+
"groupName",
|
|
4069
|
+
"groupSource"
|
|
4070
|
+
],
|
|
4071
|
+
"additionalProperties": false
|
|
4072
|
+
},
|
|
3876
4073
|
{
|
|
3877
4074
|
"description": "Another class's spell list",
|
|
3878
4075
|
"type": "object",
|