5etools-utils 0.8.35 → 0.8.37

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.8.35",
3
+ "version": "0.8.37",
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.17",
3
+ "version": "1.21.18",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -757,7 +757,12 @@
757
757
  "source": {
758
758
  "$ref": "../util.json#/$defs/source"
759
759
  }
760
- }
760
+ },
761
+ "additionalProperties": false,
762
+ "required": [
763
+ "name",
764
+ "source"
765
+ ]
761
766
  },
762
767
  "legendaryActions": {
763
768
  "type": "number"
@@ -1150,6 +1155,15 @@
1150
1155
  "conditionInflictSpell": {
1151
1156
  "$ref": "../util.json#/$defs/tagsConditions"
1152
1157
  },
1158
+ "savingThrowForced": {
1159
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1160
+ },
1161
+ "savingThrowForcedLegendary": {
1162
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1163
+ },
1164
+ "savingThrowForcedSpell": {
1165
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1166
+ },
1153
1167
  "footer": {
1154
1168
  "description": "Intended for homebrew use only.",
1155
1169
  "type": "array",
@@ -1921,7 +1935,12 @@
1921
1935
  "source": {
1922
1936
  "$ref": "../util.json#/$defs/source"
1923
1937
  }
1924
- }
1938
+ },
1939
+ "additionalProperties": false,
1940
+ "required": [
1941
+ "name",
1942
+ "source"
1943
+ ]
1925
1944
  },
1926
1945
  "legendaryActions": {
1927
1946
  "type": "number"
@@ -2314,6 +2333,15 @@
2314
2333
  "conditionInflictSpell": {
2315
2334
  "$ref": "../util.json#/$defs/tagsConditions"
2316
2335
  },
2336
+ "savingThrowForced": {
2337
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2338
+ },
2339
+ "savingThrowForcedLegendary": {
2340
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2341
+ },
2342
+ "savingThrowForcedSpell": {
2343
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2344
+ },
2317
2345
  "footer": {
2318
2346
  "description": "Intended for homebrew use only.",
2319
2347
  "type": "array",
@@ -3099,7 +3127,12 @@
3099
3127
  "source": {
3100
3128
  "$ref": "../util.json#/$defs/source"
3101
3129
  }
3102
- }
3130
+ },
3131
+ "additionalProperties": false,
3132
+ "required": [
3133
+ "name",
3134
+ "source"
3135
+ ]
3103
3136
  },
3104
3137
  "legendaryActions": {
3105
3138
  "type": "number"
@@ -3492,6 +3525,15 @@
3492
3525
  "conditionInflictSpell": {
3493
3526
  "$ref": "../util.json#/$defs/tagsConditions"
3494
3527
  },
3528
+ "savingThrowForced": {
3529
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3530
+ },
3531
+ "savingThrowForcedLegendary": {
3532
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3533
+ },
3534
+ "savingThrowForcedSpell": {
3535
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3536
+ },
3495
3537
  "footer": {
3496
3538
  "description": "Intended for homebrew use only.",
3497
3539
  "type": "array",
@@ -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.13.4",
4
+ "version": "1.13.5",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -533,9 +533,10 @@
533
533
  "miscTags": {
534
534
  "type": "array",
535
535
  "items": {
536
- "description": "CF/W: Creates Food/Water",
536
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
537
537
  "enum": [
538
- "CF/W"
538
+ "CF/W",
539
+ "TT"
539
540
  ]
540
541
  }
541
542
  },
@@ -1134,9 +1135,10 @@
1134
1135
  "miscTags": {
1135
1136
  "type": "array",
1136
1137
  "items": {
1137
- "description": "CF/W: Creates Food/Water",
1138
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
1138
1139
  "enum": [
1139
- "CF/W"
1140
+ "CF/W",
1141
+ "TT"
1140
1142
  ]
1141
1143
  }
1142
1144
  },
@@ -1738,9 +1740,10 @@
1738
1740
  "miscTags": {
1739
1741
  "type": "array",
1740
1742
  "items": {
1741
- "description": "CF/W: Creates Food/Water",
1743
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
1742
1744
  "enum": [
1743
- "CF/W"
1745
+ "CF/W",
1746
+ "TT"
1744
1747
  ]
1745
1748
  }
1746
1749
  },
@@ -222,20 +222,7 @@
222
222
  "$ref": "../util.json#/$defs/tagsConditions"
223
223
  },
224
224
  "savingThrow": {
225
- "type": "array",
226
- "minItems": 1,
227
- "uniqueItems": true,
228
- "items": {
229
- "type": "string",
230
- "enum": [
231
- "strength",
232
- "constitution",
233
- "dexterity",
234
- "intelligence",
235
- "wisdom",
236
- "charisma"
237
- ]
238
- }
225
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
239
226
  },
240
227
  "abilityCheck": {
241
228
  "type": "array",
@@ -780,20 +767,7 @@
780
767
  "$ref": "../util.json#/$defs/tagsConditions"
781
768
  },
782
769
  "savingThrow": {
783
- "type": "array",
784
- "minItems": 1,
785
- "uniqueItems": true,
786
- "items": {
787
- "type": "string",
788
- "enum": [
789
- "strength",
790
- "constitution",
791
- "dexterity",
792
- "intelligence",
793
- "wisdom",
794
- "charisma"
795
- ]
796
- }
770
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
797
771
  },
798
772
  "abilityCheck": {
799
773
  "type": "array",
@@ -1346,20 +1320,7 @@
1346
1320
  "$ref": "../util.json#/$defs/tagsConditions"
1347
1321
  },
1348
1322
  "savingThrow": {
1349
- "type": "array",
1350
- "minItems": 1,
1351
- "uniqueItems": true,
1352
- "items": {
1353
- "type": "string",
1354
- "enum": [
1355
- "strength",
1356
- "constitution",
1357
- "dexterity",
1358
- "intelligence",
1359
- "wisdom",
1360
- "charisma"
1361
- ]
1362
- }
1323
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1363
1324
  },
1364
1325
  "abilityCheck": {
1365
1326
  "type": "array",
@@ -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.28",
6
+ "version": "1.13.29",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2793,6 +2793,22 @@
2793
2793
  ]
2794
2794
  }
2795
2795
  },
2796
+ "tagsSavingThrow": {
2797
+ "type": "array",
2798
+ "minItems": 1,
2799
+ "uniqueItems": true,
2800
+ "items": {
2801
+ "type": "string",
2802
+ "enum": [
2803
+ "strength",
2804
+ "constitution",
2805
+ "dexterity",
2806
+ "intelligence",
2807
+ "wisdom",
2808
+ "charisma"
2809
+ ]
2810
+ }
2811
+ },
2796
2812
  "copyModifier": {
2797
2813
  "anyOf": [
2798
2814
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.17",
3
+ "version": "1.21.18",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -757,7 +757,12 @@
757
757
  "source": {
758
758
  "$ref": "../util.json#/$defs/source"
759
759
  }
760
- }
760
+ },
761
+ "additionalProperties": false,
762
+ "required": [
763
+ "name",
764
+ "source"
765
+ ]
761
766
  },
762
767
  "legendaryActions": {
763
768
  "type": "number"
@@ -1150,6 +1155,15 @@
1150
1155
  "conditionInflictSpell": {
1151
1156
  "$ref": "../util.json#/$defs/tagsConditions"
1152
1157
  },
1158
+ "savingThrowForced": {
1159
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1160
+ },
1161
+ "savingThrowForcedLegendary": {
1162
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1163
+ },
1164
+ "savingThrowForcedSpell": {
1165
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1166
+ },
1153
1167
  "footer": {
1154
1168
  "description": "Intended for homebrew use only.",
1155
1169
  "type": "array",
@@ -1921,7 +1935,12 @@
1921
1935
  "source": {
1922
1936
  "$ref": "../util.json#/$defs/source"
1923
1937
  }
1924
- }
1938
+ },
1939
+ "additionalProperties": false,
1940
+ "required": [
1941
+ "name",
1942
+ "source"
1943
+ ]
1925
1944
  },
1926
1945
  "legendaryActions": {
1927
1946
  "type": "number"
@@ -2314,6 +2333,15 @@
2314
2333
  "conditionInflictSpell": {
2315
2334
  "$ref": "../util.json#/$defs/tagsConditions"
2316
2335
  },
2336
+ "savingThrowForced": {
2337
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2338
+ },
2339
+ "savingThrowForcedLegendary": {
2340
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2341
+ },
2342
+ "savingThrowForcedSpell": {
2343
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2344
+ },
2317
2345
  "footer": {
2318
2346
  "description": "Intended for homebrew use only.",
2319
2347
  "type": "array",
@@ -3099,7 +3127,12 @@
3099
3127
  "source": {
3100
3128
  "$ref": "../util.json#/$defs/source"
3101
3129
  }
3102
- }
3130
+ },
3131
+ "additionalProperties": false,
3132
+ "required": [
3133
+ "name",
3134
+ "source"
3135
+ ]
3103
3136
  },
3104
3137
  "legendaryActions": {
3105
3138
  "type": "number"
@@ -3492,6 +3525,15 @@
3492
3525
  "conditionInflictSpell": {
3493
3526
  "$ref": "../util.json#/$defs/tagsConditions"
3494
3527
  },
3528
+ "savingThrowForced": {
3529
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3530
+ },
3531
+ "savingThrowForcedLegendary": {
3532
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3533
+ },
3534
+ "savingThrowForcedSpell": {
3535
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3536
+ },
3495
3537
  "footer": {
3496
3538
  "description": "Intended for homebrew use only.",
3497
3539
  "type": "array",
@@ -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.13.4",
4
+ "version": "1.13.5",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -533,9 +533,10 @@
533
533
  "miscTags": {
534
534
  "type": "array",
535
535
  "items": {
536
- "description": "CF/W: Creates Food/Water",
536
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
537
537
  "enum": [
538
- "CF/W"
538
+ "CF/W",
539
+ "TT"
539
540
  ]
540
541
  }
541
542
  },
@@ -1134,9 +1135,10 @@
1134
1135
  "miscTags": {
1135
1136
  "type": "array",
1136
1137
  "items": {
1137
- "description": "CF/W: Creates Food/Water",
1138
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
1138
1139
  "enum": [
1139
- "CF/W"
1140
+ "CF/W",
1141
+ "TT"
1140
1142
  ]
1141
1143
  }
1142
1144
  },
@@ -1738,9 +1740,10 @@
1738
1740
  "miscTags": {
1739
1741
  "type": "array",
1740
1742
  "items": {
1741
- "description": "CF/W: Creates Food/Water",
1743
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
1742
1744
  "enum": [
1743
- "CF/W"
1745
+ "CF/W",
1746
+ "TT"
1744
1747
  ]
1745
1748
  }
1746
1749
  },
@@ -222,20 +222,7 @@
222
222
  "$ref": "../util.json#/$defs/tagsConditions"
223
223
  },
224
224
  "savingThrow": {
225
- "type": "array",
226
- "minItems": 1,
227
- "uniqueItems": true,
228
- "items": {
229
- "type": "string",
230
- "enum": [
231
- "strength",
232
- "constitution",
233
- "dexterity",
234
- "intelligence",
235
- "wisdom",
236
- "charisma"
237
- ]
238
- }
225
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
239
226
  },
240
227
  "abilityCheck": {
241
228
  "type": "array",
@@ -780,20 +767,7 @@
780
767
  "$ref": "../util.json#/$defs/tagsConditions"
781
768
  },
782
769
  "savingThrow": {
783
- "type": "array",
784
- "minItems": 1,
785
- "uniqueItems": true,
786
- "items": {
787
- "type": "string",
788
- "enum": [
789
- "strength",
790
- "constitution",
791
- "dexterity",
792
- "intelligence",
793
- "wisdom",
794
- "charisma"
795
- ]
796
- }
770
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
797
771
  },
798
772
  "abilityCheck": {
799
773
  "type": "array",
@@ -1346,20 +1320,7 @@
1346
1320
  "$ref": "../util.json#/$defs/tagsConditions"
1347
1321
  },
1348
1322
  "savingThrow": {
1349
- "type": "array",
1350
- "minItems": 1,
1351
- "uniqueItems": true,
1352
- "items": {
1353
- "type": "string",
1354
- "enum": [
1355
- "strength",
1356
- "constitution",
1357
- "dexterity",
1358
- "intelligence",
1359
- "wisdom",
1360
- "charisma"
1361
- ]
1362
- }
1323
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1363
1324
  },
1364
1325
  "abilityCheck": {
1365
1326
  "type": "array",
@@ -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.28",
6
+ "version": "1.13.29",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2793,6 +2793,22 @@
2793
2793
  ]
2794
2794
  }
2795
2795
  },
2796
+ "tagsSavingThrow": {
2797
+ "type": "array",
2798
+ "minItems": 1,
2799
+ "uniqueItems": true,
2800
+ "items": {
2801
+ "type": "string",
2802
+ "enum": [
2803
+ "strength",
2804
+ "constitution",
2805
+ "dexterity",
2806
+ "intelligence",
2807
+ "wisdom",
2808
+ "charisma"
2809
+ ]
2810
+ }
2811
+ },
2796
2812
  "copyModifier": {
2797
2813
  "anyOf": [
2798
2814
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.17",
3
+ "version": "1.21.18",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -749,7 +749,12 @@
749
749
  "source": {
750
750
  "$ref": "../util.json#/$defs/source"
751
751
  }
752
- }
752
+ },
753
+ "additionalProperties": false,
754
+ "required": [
755
+ "name",
756
+ "source"
757
+ ]
753
758
  },
754
759
  "legendaryActions": {
755
760
  "type": "number"
@@ -1129,6 +1134,15 @@
1129
1134
  "conditionInflictSpell": {
1130
1135
  "$ref": "../util.json#/$defs/tagsConditions"
1131
1136
  },
1137
+ "savingThrowForced": {
1138
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1139
+ },
1140
+ "savingThrowForcedLegendary": {
1141
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1142
+ },
1143
+ "savingThrowForcedSpell": {
1144
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1145
+ },
1132
1146
  "footer": {
1133
1147
  "description": "Intended for homebrew use only.",
1134
1148
  "type": "array",
@@ -1817,7 +1831,12 @@
1817
1831
  "source": {
1818
1832
  "$ref": "../util.json#/$defs/source"
1819
1833
  }
1820
- }
1834
+ },
1835
+ "additionalProperties": false,
1836
+ "required": [
1837
+ "name",
1838
+ "source"
1839
+ ]
1821
1840
  },
1822
1841
  "legendaryActions": {
1823
1842
  "type": "number"
@@ -2197,6 +2216,15 @@
2197
2216
  "conditionInflictSpell": {
2198
2217
  "$ref": "../util.json#/$defs/tagsConditions"
2199
2218
  },
2219
+ "savingThrowForced": {
2220
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2221
+ },
2222
+ "savingThrowForcedLegendary": {
2223
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2224
+ },
2225
+ "savingThrowForcedSpell": {
2226
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2227
+ },
2200
2228
  "footer": {
2201
2229
  "description": "Intended for homebrew use only.",
2202
2230
  "type": "array",
@@ -2899,7 +2927,12 @@
2899
2927
  "source": {
2900
2928
  "$ref": "../util.json#/$defs/source"
2901
2929
  }
2902
- }
2930
+ },
2931
+ "additionalProperties": false,
2932
+ "required": [
2933
+ "name",
2934
+ "source"
2935
+ ]
2903
2936
  },
2904
2937
  "legendaryActions": {
2905
2938
  "type": "number"
@@ -3279,6 +3312,15 @@
3279
3312
  "conditionInflictSpell": {
3280
3313
  "$ref": "../util.json#/$defs/tagsConditions"
3281
3314
  },
3315
+ "savingThrowForced": {
3316
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3317
+ },
3318
+ "savingThrowForcedLegendary": {
3319
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3320
+ },
3321
+ "savingThrowForcedSpell": {
3322
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3323
+ },
3282
3324
  "footer": {
3283
3325
  "description": "Intended for homebrew use only.",
3284
3326
  "type": "array",
@@ -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.13.4",
4
+ "version": "1.13.5",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -533,9 +533,10 @@
533
533
  "miscTags": {
534
534
  "type": "array",
535
535
  "items": {
536
- "description": "CF/W: Creates Food/Water",
536
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
537
537
  "enum": [
538
- "CF/W"
538
+ "CF/W",
539
+ "TT"
539
540
  ]
540
541
  }
541
542
  },
@@ -1086,9 +1087,10 @@
1086
1087
  "miscTags": {
1087
1088
  "type": "array",
1088
1089
  "items": {
1089
- "description": "CF/W: Creates Food/Water",
1090
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
1090
1091
  "enum": [
1091
- "CF/W"
1092
+ "CF/W",
1093
+ "TT"
1092
1094
  ]
1093
1095
  }
1094
1096
  },
@@ -1642,9 +1644,10 @@
1642
1644
  "miscTags": {
1643
1645
  "type": "array",
1644
1646
  "items": {
1645
- "description": "CF/W: Creates Food/Water",
1647
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
1646
1648
  "enum": [
1647
- "CF/W"
1649
+ "CF/W",
1650
+ "TT"
1648
1651
  ]
1649
1652
  }
1650
1653
  },
@@ -204,20 +204,7 @@
204
204
  "$ref": "../util.json#/$defs/tagsConditions"
205
205
  },
206
206
  "savingThrow": {
207
- "type": "array",
208
- "minItems": 1,
209
- "uniqueItems": true,
210
- "items": {
211
- "type": "string",
212
- "enum": [
213
- "strength",
214
- "constitution",
215
- "dexterity",
216
- "intelligence",
217
- "wisdom",
218
- "charisma"
219
- ]
220
- }
207
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
221
208
  },
222
209
  "abilityCheck": {
223
210
  "type": "array",
@@ -540,20 +527,7 @@
540
527
  "$ref": "../util.json#/$defs/tagsConditions"
541
528
  },
542
529
  "savingThrow": {
543
- "type": "array",
544
- "minItems": 1,
545
- "uniqueItems": true,
546
- "items": {
547
- "type": "string",
548
- "enum": [
549
- "strength",
550
- "constitution",
551
- "dexterity",
552
- "intelligence",
553
- "wisdom",
554
- "charisma"
555
- ]
556
- }
530
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
557
531
  },
558
532
  "abilityCheck": {
559
533
  "type": "array",
@@ -884,20 +858,7 @@
884
858
  "$ref": "../util.json#/$defs/tagsConditions"
885
859
  },
886
860
  "savingThrow": {
887
- "type": "array",
888
- "minItems": 1,
889
- "uniqueItems": true,
890
- "items": {
891
- "type": "string",
892
- "enum": [
893
- "strength",
894
- "constitution",
895
- "dexterity",
896
- "intelligence",
897
- "wisdom",
898
- "charisma"
899
- ]
900
- }
861
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
901
862
  },
902
863
  "abilityCheck": {
903
864
  "type": "array",
@@ -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.28",
6
+ "version": "1.13.29",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2772,6 +2772,22 @@
2772
2772
  ]
2773
2773
  }
2774
2774
  },
2775
+ "tagsSavingThrow": {
2776
+ "type": "array",
2777
+ "minItems": 1,
2778
+ "uniqueItems": true,
2779
+ "items": {
2780
+ "type": "string",
2781
+ "enum": [
2782
+ "strength",
2783
+ "constitution",
2784
+ "dexterity",
2785
+ "intelligence",
2786
+ "wisdom",
2787
+ "charisma"
2788
+ ]
2789
+ }
2790
+ },
2775
2791
  "copyModifier": {
2776
2792
  "anyOf": [
2777
2793
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.17",
3
+ "version": "1.21.18",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -749,7 +749,12 @@
749
749
  "source": {
750
750
  "$ref": "../util.json#/$defs/source"
751
751
  }
752
- }
752
+ },
753
+ "additionalProperties": false,
754
+ "required": [
755
+ "name",
756
+ "source"
757
+ ]
753
758
  },
754
759
  "legendaryActions": {
755
760
  "type": "number"
@@ -1129,6 +1134,15 @@
1129
1134
  "conditionInflictSpell": {
1130
1135
  "$ref": "../util.json#/$defs/tagsConditions"
1131
1136
  },
1137
+ "savingThrowForced": {
1138
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1139
+ },
1140
+ "savingThrowForcedLegendary": {
1141
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1142
+ },
1143
+ "savingThrowForcedSpell": {
1144
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
1145
+ },
1132
1146
  "footer": {
1133
1147
  "description": "Intended for homebrew use only.",
1134
1148
  "type": "array",
@@ -1817,7 +1831,12 @@
1817
1831
  "source": {
1818
1832
  "$ref": "../util.json#/$defs/source"
1819
1833
  }
1820
- }
1834
+ },
1835
+ "additionalProperties": false,
1836
+ "required": [
1837
+ "name",
1838
+ "source"
1839
+ ]
1821
1840
  },
1822
1841
  "legendaryActions": {
1823
1842
  "type": "number"
@@ -2197,6 +2216,15 @@
2197
2216
  "conditionInflictSpell": {
2198
2217
  "$ref": "../util.json#/$defs/tagsConditions"
2199
2218
  },
2219
+ "savingThrowForced": {
2220
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2221
+ },
2222
+ "savingThrowForcedLegendary": {
2223
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2224
+ },
2225
+ "savingThrowForcedSpell": {
2226
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
2227
+ },
2200
2228
  "footer": {
2201
2229
  "description": "Intended for homebrew use only.",
2202
2230
  "type": "array",
@@ -2899,7 +2927,12 @@
2899
2927
  "source": {
2900
2928
  "$ref": "../util.json#/$defs/source"
2901
2929
  }
2902
- }
2930
+ },
2931
+ "additionalProperties": false,
2932
+ "required": [
2933
+ "name",
2934
+ "source"
2935
+ ]
2903
2936
  },
2904
2937
  "legendaryActions": {
2905
2938
  "type": "number"
@@ -3279,6 +3312,15 @@
3279
3312
  "conditionInflictSpell": {
3280
3313
  "$ref": "../util.json#/$defs/tagsConditions"
3281
3314
  },
3315
+ "savingThrowForced": {
3316
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3317
+ },
3318
+ "savingThrowForcedLegendary": {
3319
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3320
+ },
3321
+ "savingThrowForcedSpell": {
3322
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
3323
+ },
3282
3324
  "footer": {
3283
3325
  "description": "Intended for homebrew use only.",
3284
3326
  "type": "array",
@@ -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.13.4",
4
+ "version": "1.13.5",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -533,9 +533,10 @@
533
533
  "miscTags": {
534
534
  "type": "array",
535
535
  "items": {
536
- "description": "CF/W: Creates Food/Water",
536
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
537
537
  "enum": [
538
- "CF/W"
538
+ "CF/W",
539
+ "TT"
539
540
  ]
540
541
  }
541
542
  },
@@ -1086,9 +1087,10 @@
1086
1087
  "miscTags": {
1087
1088
  "type": "array",
1088
1089
  "items": {
1089
- "description": "CF/W: Creates Food/Water",
1090
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
1090
1091
  "enum": [
1091
- "CF/W"
1092
+ "CF/W",
1093
+ "TT"
1092
1094
  ]
1093
1095
  }
1094
1096
  },
@@ -1642,9 +1644,10 @@
1642
1644
  "miscTags": {
1643
1645
  "type": "array",
1644
1646
  "items": {
1645
- "description": "CF/W: Creates Food/Water",
1647
+ "description": "CF/W: Creates Food/Water\nTT: Trinket Table",
1646
1648
  "enum": [
1647
- "CF/W"
1649
+ "CF/W",
1650
+ "TT"
1648
1651
  ]
1649
1652
  }
1650
1653
  },
@@ -204,20 +204,7 @@
204
204
  "$ref": "../util.json#/$defs/tagsConditions"
205
205
  },
206
206
  "savingThrow": {
207
- "type": "array",
208
- "minItems": 1,
209
- "uniqueItems": true,
210
- "items": {
211
- "type": "string",
212
- "enum": [
213
- "strength",
214
- "constitution",
215
- "dexterity",
216
- "intelligence",
217
- "wisdom",
218
- "charisma"
219
- ]
220
- }
207
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
221
208
  },
222
209
  "abilityCheck": {
223
210
  "type": "array",
@@ -540,20 +527,7 @@
540
527
  "$ref": "../util.json#/$defs/tagsConditions"
541
528
  },
542
529
  "savingThrow": {
543
- "type": "array",
544
- "minItems": 1,
545
- "uniqueItems": true,
546
- "items": {
547
- "type": "string",
548
- "enum": [
549
- "strength",
550
- "constitution",
551
- "dexterity",
552
- "intelligence",
553
- "wisdom",
554
- "charisma"
555
- ]
556
- }
530
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
557
531
  },
558
532
  "abilityCheck": {
559
533
  "type": "array",
@@ -884,20 +858,7 @@
884
858
  "$ref": "../util.json#/$defs/tagsConditions"
885
859
  },
886
860
  "savingThrow": {
887
- "type": "array",
888
- "minItems": 1,
889
- "uniqueItems": true,
890
- "items": {
891
- "type": "string",
892
- "enum": [
893
- "strength",
894
- "constitution",
895
- "dexterity",
896
- "intelligence",
897
- "wisdom",
898
- "charisma"
899
- ]
900
- }
861
+ "$ref": "../util.json#/$defs/tagsSavingThrow"
901
862
  },
902
863
  "abilityCheck": {
903
864
  "type": "array",
@@ -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.28",
6
+ "version": "1.13.29",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2772,6 +2772,22 @@
2772
2772
  ]
2773
2773
  }
2774
2774
  },
2775
+ "tagsSavingThrow": {
2776
+ "type": "array",
2777
+ "minItems": 1,
2778
+ "uniqueItems": true,
2779
+ "items": {
2780
+ "type": "string",
2781
+ "enum": [
2782
+ "strength",
2783
+ "constitution",
2784
+ "dexterity",
2785
+ "intelligence",
2786
+ "wisdom",
2787
+ "charisma"
2788
+ ]
2789
+ }
2790
+ },
2775
2791
  "copyModifier": {
2776
2792
  "anyOf": [
2777
2793
  {