5etools-utils 0.12.49 → 0.12.51

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.
Files changed (43) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/bestiary/bestiary.json +16 -7
  3. package/schema/brew/class/class.json +1 -4
  4. package/schema/brew/items-base.json +10 -1
  5. package/schema/brew/items.json +19 -1
  6. package/schema/brew/magicvariants.json +10 -1
  7. package/schema/brew/util-copy.json +5 -13
  8. package/schema/brew/util.json +9 -1
  9. package/schema/brew-fast/bestiary/bestiary.json +16 -7
  10. package/schema/brew-fast/class/class.json +1 -4
  11. package/schema/brew-fast/items-base.json +10 -1
  12. package/schema/brew-fast/items.json +19 -1
  13. package/schema/brew-fast/magicvariants.json +10 -1
  14. package/schema/brew-fast/util-copy.json +5 -13
  15. package/schema/brew-fast/util.json +9 -1
  16. package/schema/site/bestiary/bestiary.json +16 -7
  17. package/schema/site/class/class.json +1 -4
  18. package/schema/site/items-base.json +10 -1
  19. package/schema/site/items.json +19 -1
  20. package/schema/site/magicvariants.json +10 -1
  21. package/schema/site/util-copy.json +5 -13
  22. package/schema/site/util.json +9 -1
  23. package/schema/site-fast/bestiary/bestiary.json +16 -7
  24. package/schema/site-fast/class/class.json +1 -4
  25. package/schema/site-fast/items-base.json +10 -1
  26. package/schema/site-fast/items.json +19 -1
  27. package/schema/site-fast/magicvariants.json +10 -1
  28. package/schema/site-fast/util-copy.json +5 -13
  29. package/schema/site-fast/util.json +9 -1
  30. package/schema/ua/bestiary/bestiary.json +16 -7
  31. package/schema/ua/class/class.json +1 -4
  32. package/schema/ua/items-base.json +10 -1
  33. package/schema/ua/items.json +19 -1
  34. package/schema/ua/magicvariants.json +10 -1
  35. package/schema/ua/util-copy.json +5 -13
  36. package/schema/ua/util.json +9 -1
  37. package/schema/ua-fast/bestiary/bestiary.json +16 -7
  38. package/schema/ua-fast/class/class.json +1 -4
  39. package/schema/ua-fast/items-base.json +10 -1
  40. package/schema/ua-fast/items.json +19 -1
  41. package/schema/ua-fast/magicvariants.json +10 -1
  42. package/schema/ua-fast/util-copy.json +5 -13
  43. package/schema/ua-fast/util.json +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.12.49",
3
+ "version": "0.12.51",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.40",
3
+ "version": "1.21.41",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -331,8 +331,8 @@
331
331
  "initiative": {
332
332
  "type": "number"
333
333
  },
334
- "proficient": {
335
- "const": true
334
+ "proficiency": {
335
+ "$ref": "../util.json#/$defs/proficiencyLevel"
336
336
  },
337
337
  "advantageMode": {
338
338
  "type": "string",
@@ -614,6 +614,9 @@
614
614
  },
615
615
  "xp": {
616
616
  "type": "integer"
617
+ },
618
+ "xpLair": {
619
+ "type": "integer"
617
620
  }
618
621
  },
619
622
  "additionalProperties": false,
@@ -1590,8 +1593,8 @@
1590
1593
  "initiative": {
1591
1594
  "type": "number"
1592
1595
  },
1593
- "proficient": {
1594
- "const": true
1596
+ "proficiency": {
1597
+ "$ref": "../util.json#/$defs/proficiencyLevel"
1595
1598
  },
1596
1599
  "advantageMode": {
1597
1600
  "type": "string",
@@ -1873,6 +1876,9 @@
1873
1876
  },
1874
1877
  "xp": {
1875
1878
  "type": "integer"
1879
+ },
1880
+ "xpLair": {
1881
+ "type": "integer"
1876
1882
  }
1877
1883
  },
1878
1884
  "additionalProperties": false,
@@ -2854,8 +2860,8 @@
2854
2860
  "initiative": {
2855
2861
  "type": "number"
2856
2862
  },
2857
- "proficient": {
2858
- "const": true
2863
+ "proficiency": {
2864
+ "$ref": "../util.json#/$defs/proficiencyLevel"
2859
2865
  },
2860
2866
  "advantageMode": {
2861
2867
  "type": "string",
@@ -3137,6 +3143,9 @@
3137
3143
  },
3138
3144
  "xp": {
3139
3145
  "type": "integer"
3146
+ },
3147
+ "xpLair": {
3148
+ "type": "integer"
3140
3149
  }
3141
3150
  },
3142
3151
  "additionalProperties": false,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.5",
3
+ "version": "2.12.6",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -1583,7 +1583,6 @@
1583
1583
  }
1584
1584
  },
1585
1585
  "required": [
1586
- "additionalFromBackground",
1587
1586
  "default"
1588
1587
  ],
1589
1588
  "additionalProperties": false
@@ -1893,7 +1892,6 @@
1893
1892
  }
1894
1893
  },
1895
1894
  "required": [
1896
- "additionalFromBackground",
1897
1895
  "default"
1898
1896
  ],
1899
1897
  "additionalProperties": false
@@ -2206,7 +2204,6 @@
2206
2204
  }
2207
2205
  },
2208
2206
  "required": [
2209
- "additionalFromBackground",
2210
2207
  "default"
2211
2208
  ],
2212
2209
  "additionalProperties": false
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.6.5",
4
+ "version": "1.6.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -365,6 +365,9 @@
365
365
  "valueMult": {
366
366
  "type": "number"
367
367
  },
368
+ "valueRarity": {
369
+ "$ref": "items-shared.json#/$defs/itemRarity"
370
+ },
368
371
  "weaponCategory": {
369
372
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
370
373
  },
@@ -699,6 +702,9 @@
699
702
  "valueMult": {
700
703
  "type": "number"
701
704
  },
705
+ "valueRarity": {
706
+ "$ref": "items-shared.json#/$defs/itemRarity"
707
+ },
702
708
  "weaponCategory": {
703
709
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
704
710
  },
@@ -1037,6 +1043,9 @@
1037
1043
  "valueMult": {
1038
1044
  "type": "number"
1039
1045
  },
1046
+ "valueRarity": {
1047
+ "$ref": "items-shared.json#/$defs/itemRarity"
1048
+ },
1040
1049
  "weaponCategory": {
1041
1050
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
1042
1051
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items.json",
4
- "version": "1.14.15",
4
+ "version": "1.14.16",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -150,6 +150,9 @@
150
150
  "valueMult": {
151
151
  "type": "number"
152
152
  },
153
+ "valueRarity": {
154
+ "$ref": "items-shared.json#/$defs/itemRarity"
155
+ },
153
156
  "weaponCategory": {
154
157
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
155
158
  },
@@ -715,6 +718,9 @@
715
718
  "valueMult": {
716
719
  "type": "number"
717
720
  },
721
+ "valueRarity": {
722
+ "$ref": "items-shared.json#/$defs/itemRarity"
723
+ },
718
724
  "weaponCategory": {
719
725
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
720
726
  },
@@ -1282,6 +1288,9 @@
1282
1288
  "valueMult": {
1283
1289
  "type": "number"
1284
1290
  },
1291
+ "valueRarity": {
1292
+ "$ref": "items-shared.json#/$defs/itemRarity"
1293
+ },
1285
1294
  "weaponCategory": {
1286
1295
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
1287
1296
  },
@@ -1847,6 +1856,9 @@
1847
1856
  "valueMult": {
1848
1857
  "type": "number"
1849
1858
  },
1859
+ "valueRarity": {
1860
+ "$ref": "items-shared.json#/$defs/itemRarity"
1861
+ },
1850
1862
  "weaponCategory": {
1851
1863
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
1852
1864
  },
@@ -2419,6 +2431,9 @@
2419
2431
  "valueMult": {
2420
2432
  "type": "number"
2421
2433
  },
2434
+ "valueRarity": {
2435
+ "$ref": "items-shared.json#/$defs/itemRarity"
2436
+ },
2422
2437
  "weaponCategory": {
2423
2438
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
2424
2439
  },
@@ -2985,6 +3000,9 @@
2985
3000
  "valueMult": {
2986
3001
  "type": "number"
2987
3002
  },
3003
+ "valueRarity": {
3004
+ "$ref": "items-shared.json#/$defs/itemRarity"
3005
+ },
2988
3006
  "weaponCategory": {
2989
3007
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
2990
3008
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.9.4",
4
+ "version": "1.9.5",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -347,6 +347,9 @@
347
347
  "description": "Expression used to calculate each specific variant's value.",
348
348
  "type": "string"
349
349
  },
350
+ "valueRarity": {
351
+ "$ref": "items-shared.json#/$defs/itemRarity"
352
+ },
350
353
  "weaponCategory": {
351
354
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
352
355
  },
@@ -917,6 +920,9 @@
917
920
  "description": "Expression used to calculate each specific variant's value.",
918
921
  "type": "string"
919
922
  },
923
+ "valueRarity": {
924
+ "$ref": "items-shared.json#/$defs/itemRarity"
925
+ },
920
926
  "weaponCategory": {
921
927
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
922
928
  },
@@ -1496,6 +1502,9 @@
1496
1502
  "description": "Expression used to calculate each specific variant's value.",
1497
1503
  "type": "string"
1498
1504
  },
1505
+ "valueRarity": {
1506
+ "$ref": "items-shared.json#/$defs/itemRarity"
1507
+ },
1499
1508
  "weaponCategory": {
1500
1509
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
1501
1510
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.3",
5
+ "version": "1.0.4",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -34,14 +34,6 @@
34
34
  },
35
35
  "additionalProperties": false
36
36
  },
37
- "_mod_proficiency_levels": {
38
- "description": "1: Proficient\n 2: Expertise",
39
- "type": "integer",
40
- "enum": [
41
- 1,
42
- 2
43
- ]
44
- },
45
37
  "_mod_senseObject": {
46
38
  "type": "object",
47
39
  "properties": {
@@ -639,7 +631,7 @@
639
631
  },
640
632
  "patternProperties": {
641
633
  "": {
642
- "$ref": "#/$defs/_mod_proficiency_levels"
634
+ "$ref": "util.json#/$defs/proficiencyLevel"
643
635
  }
644
636
  },
645
637
  "minProperties": 1,
@@ -673,7 +665,7 @@
673
665
  },
674
666
  "patternProperties": {
675
667
  "": {
676
- "$ref": "#/$defs/_mod_proficiency_levels"
668
+ "$ref": "util.json#/$defs/proficiencyLevel"
677
669
  }
678
670
  },
679
671
  "minProperties": 1,
@@ -693,7 +685,7 @@
693
685
  "const": "addAllSkills"
694
686
  },
695
687
  "skills": {
696
- "$ref": "#/$defs/_mod_proficiency_levels"
688
+ "$ref": "util.json#/$defs/proficiencyLevel"
697
689
  }
698
690
  },
699
691
  "required": [
@@ -709,7 +701,7 @@
709
701
  "const": "addAllSaves"
710
702
  },
711
703
  "saves": {
712
- "$ref": "#/$defs/_mod_proficiency_levels"
704
+ "$ref": "util.json#/$defs/proficiencyLevel"
713
705
  }
714
706
  },
715
707
  "required": [
@@ -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.17.11",
6
+ "version": "1.17.12",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -3696,6 +3696,14 @@
3696
3696
  "type": "string"
3697
3697
  }
3698
3698
  ]
3699
+ },
3700
+ "proficiencyLevel": {
3701
+ "description": "1: Proficient\n 2: Expertise",
3702
+ "type": "integer",
3703
+ "enum": [
3704
+ 1,
3705
+ 2
3706
+ ]
3699
3707
  }
3700
3708
  }
3701
3709
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.40",
3
+ "version": "1.21.41",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -331,8 +331,8 @@
331
331
  "initiative": {
332
332
  "type": "number"
333
333
  },
334
- "proficient": {
335
- "const": true
334
+ "proficiency": {
335
+ "$ref": "../util.json#/$defs/proficiencyLevel"
336
336
  },
337
337
  "advantageMode": {
338
338
  "type": "string",
@@ -614,6 +614,9 @@
614
614
  },
615
615
  "xp": {
616
616
  "type": "integer"
617
+ },
618
+ "xpLair": {
619
+ "type": "integer"
617
620
  }
618
621
  },
619
622
  "additionalProperties": false,
@@ -1590,8 +1593,8 @@
1590
1593
  "initiative": {
1591
1594
  "type": "number"
1592
1595
  },
1593
- "proficient": {
1594
- "const": true
1596
+ "proficiency": {
1597
+ "$ref": "../util.json#/$defs/proficiencyLevel"
1595
1598
  },
1596
1599
  "advantageMode": {
1597
1600
  "type": "string",
@@ -1873,6 +1876,9 @@
1873
1876
  },
1874
1877
  "xp": {
1875
1878
  "type": "integer"
1879
+ },
1880
+ "xpLair": {
1881
+ "type": "integer"
1876
1882
  }
1877
1883
  },
1878
1884
  "additionalProperties": false,
@@ -2854,8 +2860,8 @@
2854
2860
  "initiative": {
2855
2861
  "type": "number"
2856
2862
  },
2857
- "proficient": {
2858
- "const": true
2863
+ "proficiency": {
2864
+ "$ref": "../util.json#/$defs/proficiencyLevel"
2859
2865
  },
2860
2866
  "advantageMode": {
2861
2867
  "type": "string",
@@ -3137,6 +3143,9 @@
3137
3143
  },
3138
3144
  "xp": {
3139
3145
  "type": "integer"
3146
+ },
3147
+ "xpLair": {
3148
+ "type": "integer"
3140
3149
  }
3141
3150
  },
3142
3151
  "additionalProperties": false,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.5",
3
+ "version": "2.12.6",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -1583,7 +1583,6 @@
1583
1583
  }
1584
1584
  },
1585
1585
  "required": [
1586
- "additionalFromBackground",
1587
1586
  "default"
1588
1587
  ],
1589
1588
  "additionalProperties": false
@@ -1893,7 +1892,6 @@
1893
1892
  }
1894
1893
  },
1895
1894
  "required": [
1896
- "additionalFromBackground",
1897
1895
  "default"
1898
1896
  ],
1899
1897
  "additionalProperties": false
@@ -2206,7 +2204,6 @@
2206
2204
  }
2207
2205
  },
2208
2206
  "required": [
2209
- "additionalFromBackground",
2210
2207
  "default"
2211
2208
  ],
2212
2209
  "additionalProperties": false
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.6.5",
4
+ "version": "1.6.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -365,6 +365,9 @@
365
365
  "valueMult": {
366
366
  "type": "number"
367
367
  },
368
+ "valueRarity": {
369
+ "$ref": "items-shared.json#/$defs/itemRarity"
370
+ },
368
371
  "weaponCategory": {
369
372
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
370
373
  },
@@ -699,6 +702,9 @@
699
702
  "valueMult": {
700
703
  "type": "number"
701
704
  },
705
+ "valueRarity": {
706
+ "$ref": "items-shared.json#/$defs/itemRarity"
707
+ },
702
708
  "weaponCategory": {
703
709
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
704
710
  },
@@ -1037,6 +1043,9 @@
1037
1043
  "valueMult": {
1038
1044
  "type": "number"
1039
1045
  },
1046
+ "valueRarity": {
1047
+ "$ref": "items-shared.json#/$defs/itemRarity"
1048
+ },
1040
1049
  "weaponCategory": {
1041
1050
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
1042
1051
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items.json",
4
- "version": "1.14.15",
4
+ "version": "1.14.16",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -150,6 +150,9 @@
150
150
  "valueMult": {
151
151
  "type": "number"
152
152
  },
153
+ "valueRarity": {
154
+ "$ref": "items-shared.json#/$defs/itemRarity"
155
+ },
153
156
  "weaponCategory": {
154
157
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
155
158
  },
@@ -715,6 +718,9 @@
715
718
  "valueMult": {
716
719
  "type": "number"
717
720
  },
721
+ "valueRarity": {
722
+ "$ref": "items-shared.json#/$defs/itemRarity"
723
+ },
718
724
  "weaponCategory": {
719
725
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
720
726
  },
@@ -1282,6 +1288,9 @@
1282
1288
  "valueMult": {
1283
1289
  "type": "number"
1284
1290
  },
1291
+ "valueRarity": {
1292
+ "$ref": "items-shared.json#/$defs/itemRarity"
1293
+ },
1285
1294
  "weaponCategory": {
1286
1295
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
1287
1296
  },
@@ -1847,6 +1856,9 @@
1847
1856
  "valueMult": {
1848
1857
  "type": "number"
1849
1858
  },
1859
+ "valueRarity": {
1860
+ "$ref": "items-shared.json#/$defs/itemRarity"
1861
+ },
1850
1862
  "weaponCategory": {
1851
1863
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
1852
1864
  },
@@ -2419,6 +2431,9 @@
2419
2431
  "valueMult": {
2420
2432
  "type": "number"
2421
2433
  },
2434
+ "valueRarity": {
2435
+ "$ref": "items-shared.json#/$defs/itemRarity"
2436
+ },
2422
2437
  "weaponCategory": {
2423
2438
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
2424
2439
  },
@@ -2985,6 +3000,9 @@
2985
3000
  "valueMult": {
2986
3001
  "type": "number"
2987
3002
  },
3003
+ "valueRarity": {
3004
+ "$ref": "items-shared.json#/$defs/itemRarity"
3005
+ },
2988
3006
  "weaponCategory": {
2989
3007
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
2990
3008
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.9.4",
4
+ "version": "1.9.5",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -347,6 +347,9 @@
347
347
  "description": "Expression used to calculate each specific variant's value.",
348
348
  "type": "string"
349
349
  },
350
+ "valueRarity": {
351
+ "$ref": "items-shared.json#/$defs/itemRarity"
352
+ },
350
353
  "weaponCategory": {
351
354
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
352
355
  },
@@ -917,6 +920,9 @@
917
920
  "description": "Expression used to calculate each specific variant's value.",
918
921
  "type": "string"
919
922
  },
923
+ "valueRarity": {
924
+ "$ref": "items-shared.json#/$defs/itemRarity"
925
+ },
920
926
  "weaponCategory": {
921
927
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
922
928
  },
@@ -1496,6 +1502,9 @@
1496
1502
  "description": "Expression used to calculate each specific variant's value.",
1497
1503
  "type": "string"
1498
1504
  },
1505
+ "valueRarity": {
1506
+ "$ref": "items-shared.json#/$defs/itemRarity"
1507
+ },
1499
1508
  "weaponCategory": {
1500
1509
  "$ref": "items-shared.json#/$defs/itemWeaponCategory"
1501
1510
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.3",
5
+ "version": "1.0.4",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -34,14 +34,6 @@
34
34
  },
35
35
  "additionalProperties": false
36
36
  },
37
- "_mod_proficiency_levels": {
38
- "description": "1: Proficient\n 2: Expertise",
39
- "type": "integer",
40
- "enum": [
41
- 1,
42
- 2
43
- ]
44
- },
45
37
  "_mod_senseObject": {
46
38
  "type": "object",
47
39
  "properties": {
@@ -639,7 +631,7 @@
639
631
  },
640
632
  "patternProperties": {
641
633
  "": {
642
- "$ref": "#/$defs/_mod_proficiency_levels"
634
+ "$ref": "util.json#/$defs/proficiencyLevel"
643
635
  }
644
636
  },
645
637
  "minProperties": 1,
@@ -673,7 +665,7 @@
673
665
  },
674
666
  "patternProperties": {
675
667
  "": {
676
- "$ref": "#/$defs/_mod_proficiency_levels"
668
+ "$ref": "util.json#/$defs/proficiencyLevel"
677
669
  }
678
670
  },
679
671
  "minProperties": 1,
@@ -693,7 +685,7 @@
693
685
  "const": "addAllSkills"
694
686
  },
695
687
  "skills": {
696
- "$ref": "#/$defs/_mod_proficiency_levels"
688
+ "$ref": "util.json#/$defs/proficiencyLevel"
697
689
  }
698
690
  },
699
691
  "required": [
@@ -709,7 +701,7 @@
709
701
  "const": "addAllSaves"
710
702
  },
711
703
  "saves": {
712
- "$ref": "#/$defs/_mod_proficiency_levels"
704
+ "$ref": "util.json#/$defs/proficiencyLevel"
713
705
  }
714
706
  },
715
707
  "required": [
@@ -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.17.11",
6
+ "version": "1.17.12",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -3696,6 +3696,14 @@
3696
3696
  "type": "string"
3697
3697
  }
3698
3698
  ]
3699
+ },
3700
+ "proficiencyLevel": {
3701
+ "description": "1: Proficient\n 2: Expertise",
3702
+ "type": "integer",
3703
+ "enum": [
3704
+ 1,
3705
+ 2
3706
+ ]
3699
3707
  }
3700
3708
  }
3701
3709
  }