5etools-utils 0.8.34 → 0.8.36
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/bestiary/bestiary.json +46 -4
- package/schema/brew/homebrew.json +1 -1
- package/schema/brew/spells/spells.json +3 -42
- package/schema/brew/util.json +37 -6
- package/schema/brew-fast/bestiary/bestiary.json +46 -4
- package/schema/brew-fast/homebrew.json +1 -1
- package/schema/brew-fast/spells/spells.json +3 -42
- package/schema/brew-fast/util.json +37 -6
- package/schema/site/bestiary/bestiary.json +46 -4
- package/schema/site/homebrew.json +1 -1
- package/schema/site/spells/spells.json +3 -42
- package/schema/site/util.json +37 -6
- package/schema/site-fast/bestiary/bestiary.json +46 -4
- package/schema/site-fast/homebrew.json +1 -1
- package/schema/site-fast/spells/spells.json +3 -42
- package/schema/site-fast/util.json +37 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
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",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "A set of properties describing a \"source.\" A source could be, for example, a homebrew PDF, book, or blog post.",
|
|
41
41
|
"properties": {
|
|
42
42
|
"json": {
|
|
43
|
-
"$ref": "util.json#/$defs/
|
|
43
|
+
"$ref": "util.json#/$defs/sourceJson"
|
|
44
44
|
},
|
|
45
45
|
"abbreviation": {
|
|
46
46
|
"type": "string",
|
|
@@ -222,20 +222,7 @@
|
|
|
222
222
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
223
223
|
},
|
|
224
224
|
"savingThrow": {
|
|
225
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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",
|
package/schema/brew/util.json
CHANGED
|
@@ -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.29",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -45,6 +45,11 @@
|
|
|
45
45
|
"description": "An identifying string, as seen in the JSON in \"source\" fields.",
|
|
46
46
|
"pattern": "^[-a-zA-Z0-9 :&+!]+$"
|
|
47
47
|
},
|
|
48
|
+
"sourceJson": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"description": "An identifying string, as seen in the JSON in \"source\" fields.",
|
|
51
|
+
"pattern": "^(?!UA|XUA)[-a-zA-Z0-9 :&+!]+$"
|
|
52
|
+
},
|
|
48
53
|
"page": {
|
|
49
54
|
"oneOf": [
|
|
50
55
|
{
|
|
@@ -241,11 +246,21 @@
|
|
|
241
246
|
"infernal": {
|
|
242
247
|
"const": true
|
|
243
248
|
},
|
|
244
|
-
"gith":
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
"
|
|
248
|
-
|
|
249
|
+
"gith": {
|
|
250
|
+
"const": true
|
|
251
|
+
},
|
|
252
|
+
"gnomish": {
|
|
253
|
+
"const": true
|
|
254
|
+
},
|
|
255
|
+
"goblin": {
|
|
256
|
+
"const": true
|
|
257
|
+
},
|
|
258
|
+
"halfling": {
|
|
259
|
+
"const": true
|
|
260
|
+
},
|
|
261
|
+
"orc": {
|
|
262
|
+
"const": true
|
|
263
|
+
},
|
|
249
264
|
"primordial": {
|
|
250
265
|
"const": true
|
|
251
266
|
},
|
|
@@ -2778,6 +2793,22 @@
|
|
|
2778
2793
|
]
|
|
2779
2794
|
}
|
|
2780
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
|
+
},
|
|
2781
2812
|
"copyModifier": {
|
|
2782
2813
|
"anyOf": [
|
|
2783
2814
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
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",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"description": "A set of properties describing a \"source.\" A source could be, for example, a homebrew PDF, book, or blog post.",
|
|
39
39
|
"properties": {
|
|
40
40
|
"json": {
|
|
41
|
-
"$ref": "util.json#/$defs/
|
|
41
|
+
"$ref": "util.json#/$defs/sourceJson"
|
|
42
42
|
},
|
|
43
43
|
"abbreviation": {
|
|
44
44
|
"type": "string",
|
|
@@ -222,20 +222,7 @@
|
|
|
222
222
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
223
223
|
},
|
|
224
224
|
"savingThrow": {
|
|
225
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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.
|
|
6
|
+
"version": "1.13.29",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -45,6 +45,11 @@
|
|
|
45
45
|
"description": "An identifying string, as seen in the JSON in \"source\" fields.",
|
|
46
46
|
"pattern": "^[-a-zA-Z0-9 :&+!]+$"
|
|
47
47
|
},
|
|
48
|
+
"sourceJson": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"description": "An identifying string, as seen in the JSON in \"source\" fields.",
|
|
51
|
+
"pattern": "^(?!UA|XUA)[-a-zA-Z0-9 :&+!]+$"
|
|
52
|
+
},
|
|
48
53
|
"page": {
|
|
49
54
|
"oneOf": [
|
|
50
55
|
{
|
|
@@ -241,11 +246,21 @@
|
|
|
241
246
|
"infernal": {
|
|
242
247
|
"const": true
|
|
243
248
|
},
|
|
244
|
-
"gith":
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
"
|
|
248
|
-
|
|
249
|
+
"gith": {
|
|
250
|
+
"const": true
|
|
251
|
+
},
|
|
252
|
+
"gnomish": {
|
|
253
|
+
"const": true
|
|
254
|
+
},
|
|
255
|
+
"goblin": {
|
|
256
|
+
"const": true
|
|
257
|
+
},
|
|
258
|
+
"halfling": {
|
|
259
|
+
"const": true
|
|
260
|
+
},
|
|
261
|
+
"orc": {
|
|
262
|
+
"const": true
|
|
263
|
+
},
|
|
249
264
|
"primordial": {
|
|
250
265
|
"const": true
|
|
251
266
|
},
|
|
@@ -2778,6 +2793,22 @@
|
|
|
2778
2793
|
]
|
|
2779
2794
|
}
|
|
2780
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
|
+
},
|
|
2781
2812
|
"copyModifier": {
|
|
2782
2813
|
"anyOf": [
|
|
2783
2814
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
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",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "A set of properties describing a \"source.\" A source could be, for example, a homebrew PDF, book, or blog post.",
|
|
41
41
|
"properties": {
|
|
42
42
|
"json": {
|
|
43
|
-
"$ref": "util.json#/$defs/
|
|
43
|
+
"$ref": "util.json#/$defs/sourceJson"
|
|
44
44
|
},
|
|
45
45
|
"abbreviation": {
|
|
46
46
|
"type": "string",
|
|
@@ -204,20 +204,7 @@
|
|
|
204
204
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
205
205
|
},
|
|
206
206
|
"savingThrow": {
|
|
207
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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",
|
package/schema/site/util.json
CHANGED
|
@@ -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.29",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -45,6 +45,11 @@
|
|
|
45
45
|
"description": "An identifying string, as seen in the JSON in \"source\" fields.",
|
|
46
46
|
"pattern": "^[-a-zA-Z0-9 :&+!]+$"
|
|
47
47
|
},
|
|
48
|
+
"sourceJson": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"description": "An identifying string, as seen in the JSON in \"source\" fields.",
|
|
51
|
+
"pattern": "^(?!UA|XUA)[-a-zA-Z0-9 :&+!]+$"
|
|
52
|
+
},
|
|
48
53
|
"page": {
|
|
49
54
|
"type": "integer"
|
|
50
55
|
},
|
|
@@ -231,11 +236,21 @@
|
|
|
231
236
|
"infernal": {
|
|
232
237
|
"const": true
|
|
233
238
|
},
|
|
234
|
-
"gith":
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
"
|
|
238
|
-
|
|
239
|
+
"gith": {
|
|
240
|
+
"const": true
|
|
241
|
+
},
|
|
242
|
+
"gnomish": {
|
|
243
|
+
"const": true
|
|
244
|
+
},
|
|
245
|
+
"goblin": {
|
|
246
|
+
"const": true
|
|
247
|
+
},
|
|
248
|
+
"halfling": {
|
|
249
|
+
"const": true
|
|
250
|
+
},
|
|
251
|
+
"orc": {
|
|
252
|
+
"const": true
|
|
253
|
+
},
|
|
239
254
|
"primordial": {
|
|
240
255
|
"const": true
|
|
241
256
|
},
|
|
@@ -2757,6 +2772,22 @@
|
|
|
2757
2772
|
]
|
|
2758
2773
|
}
|
|
2759
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
|
+
},
|
|
2760
2791
|
"copyModifier": {
|
|
2761
2792
|
"anyOf": [
|
|
2762
2793
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
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",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"description": "A set of properties describing a \"source.\" A source could be, for example, a homebrew PDF, book, or blog post.",
|
|
39
39
|
"properties": {
|
|
40
40
|
"json": {
|
|
41
|
-
"$ref": "util.json#/$defs/
|
|
41
|
+
"$ref": "util.json#/$defs/sourceJson"
|
|
42
42
|
},
|
|
43
43
|
"abbreviation": {
|
|
44
44
|
"type": "string",
|
|
@@ -204,20 +204,7 @@
|
|
|
204
204
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
205
205
|
},
|
|
206
206
|
"savingThrow": {
|
|
207
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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.
|
|
6
|
+
"version": "1.13.29",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -45,6 +45,11 @@
|
|
|
45
45
|
"description": "An identifying string, as seen in the JSON in \"source\" fields.",
|
|
46
46
|
"pattern": "^[-a-zA-Z0-9 :&+!]+$"
|
|
47
47
|
},
|
|
48
|
+
"sourceJson": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"description": "An identifying string, as seen in the JSON in \"source\" fields.",
|
|
51
|
+
"pattern": "^(?!UA|XUA)[-a-zA-Z0-9 :&+!]+$"
|
|
52
|
+
},
|
|
48
53
|
"page": {
|
|
49
54
|
"type": "integer"
|
|
50
55
|
},
|
|
@@ -231,11 +236,21 @@
|
|
|
231
236
|
"infernal": {
|
|
232
237
|
"const": true
|
|
233
238
|
},
|
|
234
|
-
"gith":
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
"
|
|
238
|
-
|
|
239
|
+
"gith": {
|
|
240
|
+
"const": true
|
|
241
|
+
},
|
|
242
|
+
"gnomish": {
|
|
243
|
+
"const": true
|
|
244
|
+
},
|
|
245
|
+
"goblin": {
|
|
246
|
+
"const": true
|
|
247
|
+
},
|
|
248
|
+
"halfling": {
|
|
249
|
+
"const": true
|
|
250
|
+
},
|
|
251
|
+
"orc": {
|
|
252
|
+
"const": true
|
|
253
|
+
},
|
|
239
254
|
"primordial": {
|
|
240
255
|
"const": true
|
|
241
256
|
},
|
|
@@ -2757,6 +2772,22 @@
|
|
|
2757
2772
|
]
|
|
2758
2773
|
}
|
|
2759
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
|
+
},
|
|
2760
2791
|
"copyModifier": {
|
|
2761
2792
|
"anyOf": [
|
|
2762
2793
|
{
|