5etools-utils 0.8.22 → 0.8.23
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 +28 -1
- package/schema/brew/items.json +6 -0
- package/schema/brew-fast/bestiary/bestiary.json +28 -1
- package/schema/brew-fast/items.json +6 -0
- package/schema/site/bestiary/bestiary.json +28 -1
- package/schema/site/items.json +6 -0
- package/schema/site-fast/bestiary/bestiary.json +28 -1
- package/schema/site-fast/items.json +6 -0
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.17",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1132,6 +1132,15 @@
|
|
|
1132
1132
|
]
|
|
1133
1133
|
}
|
|
1134
1134
|
},
|
|
1135
|
+
"attachedItems": {
|
|
1136
|
+
"type": "array",
|
|
1137
|
+
"minItems": 1,
|
|
1138
|
+
"uniqueItems": true,
|
|
1139
|
+
"items": {
|
|
1140
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
1141
|
+
"type": "string"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1135
1144
|
"conditionInflict": {
|
|
1136
1145
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
1137
1146
|
},
|
|
@@ -2287,6 +2296,15 @@
|
|
|
2287
2296
|
]
|
|
2288
2297
|
}
|
|
2289
2298
|
},
|
|
2299
|
+
"attachedItems": {
|
|
2300
|
+
"type": "array",
|
|
2301
|
+
"minItems": 1,
|
|
2302
|
+
"uniqueItems": true,
|
|
2303
|
+
"items": {
|
|
2304
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
2305
|
+
"type": "string"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2290
2308
|
"conditionInflict": {
|
|
2291
2309
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
2292
2310
|
},
|
|
@@ -3456,6 +3474,15 @@
|
|
|
3456
3474
|
]
|
|
3457
3475
|
}
|
|
3458
3476
|
},
|
|
3477
|
+
"attachedItems": {
|
|
3478
|
+
"type": "array",
|
|
3479
|
+
"minItems": 1,
|
|
3480
|
+
"uniqueItems": true,
|
|
3481
|
+
"items": {
|
|
3482
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
3483
|
+
"type": "string"
|
|
3484
|
+
}
|
|
3485
|
+
},
|
|
3459
3486
|
"conditionInflict": {
|
|
3460
3487
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
3461
3488
|
},
|
package/schema/brew/items.json
CHANGED
|
@@ -251,6 +251,8 @@
|
|
|
251
251
|
},
|
|
252
252
|
"attachedSpells": {
|
|
253
253
|
"type": "array",
|
|
254
|
+
"minItems": 1,
|
|
255
|
+
"uniqueItems": true,
|
|
254
256
|
"items": {
|
|
255
257
|
"type": "string"
|
|
256
258
|
}
|
|
@@ -850,6 +852,8 @@
|
|
|
850
852
|
},
|
|
851
853
|
"attachedSpells": {
|
|
852
854
|
"type": "array",
|
|
855
|
+
"minItems": 1,
|
|
856
|
+
"uniqueItems": true,
|
|
853
857
|
"items": {
|
|
854
858
|
"type": "string"
|
|
855
859
|
}
|
|
@@ -1452,6 +1456,8 @@
|
|
|
1452
1456
|
},
|
|
1453
1457
|
"attachedSpells": {
|
|
1454
1458
|
"type": "array",
|
|
1459
|
+
"minItems": 1,
|
|
1460
|
+
"uniqueItems": true,
|
|
1455
1461
|
"items": {
|
|
1456
1462
|
"type": "string"
|
|
1457
1463
|
}
|
|
@@ -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.17",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1132,6 +1132,15 @@
|
|
|
1132
1132
|
]
|
|
1133
1133
|
}
|
|
1134
1134
|
},
|
|
1135
|
+
"attachedItems": {
|
|
1136
|
+
"type": "array",
|
|
1137
|
+
"minItems": 1,
|
|
1138
|
+
"uniqueItems": true,
|
|
1139
|
+
"items": {
|
|
1140
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
1141
|
+
"type": "string"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1135
1144
|
"conditionInflict": {
|
|
1136
1145
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
1137
1146
|
},
|
|
@@ -2287,6 +2296,15 @@
|
|
|
2287
2296
|
]
|
|
2288
2297
|
}
|
|
2289
2298
|
},
|
|
2299
|
+
"attachedItems": {
|
|
2300
|
+
"type": "array",
|
|
2301
|
+
"minItems": 1,
|
|
2302
|
+
"uniqueItems": true,
|
|
2303
|
+
"items": {
|
|
2304
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
2305
|
+
"type": "string"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2290
2308
|
"conditionInflict": {
|
|
2291
2309
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
2292
2310
|
},
|
|
@@ -3456,6 +3474,15 @@
|
|
|
3456
3474
|
]
|
|
3457
3475
|
}
|
|
3458
3476
|
},
|
|
3477
|
+
"attachedItems": {
|
|
3478
|
+
"type": "array",
|
|
3479
|
+
"minItems": 1,
|
|
3480
|
+
"uniqueItems": true,
|
|
3481
|
+
"items": {
|
|
3482
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
3483
|
+
"type": "string"
|
|
3484
|
+
}
|
|
3485
|
+
},
|
|
3459
3486
|
"conditionInflict": {
|
|
3460
3487
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
3461
3488
|
},
|
|
@@ -251,6 +251,8 @@
|
|
|
251
251
|
},
|
|
252
252
|
"attachedSpells": {
|
|
253
253
|
"type": "array",
|
|
254
|
+
"minItems": 1,
|
|
255
|
+
"uniqueItems": true,
|
|
254
256
|
"items": {
|
|
255
257
|
"type": "string"
|
|
256
258
|
}
|
|
@@ -850,6 +852,8 @@
|
|
|
850
852
|
},
|
|
851
853
|
"attachedSpells": {
|
|
852
854
|
"type": "array",
|
|
855
|
+
"minItems": 1,
|
|
856
|
+
"uniqueItems": true,
|
|
853
857
|
"items": {
|
|
854
858
|
"type": "string"
|
|
855
859
|
}
|
|
@@ -1452,6 +1456,8 @@
|
|
|
1452
1456
|
},
|
|
1453
1457
|
"attachedSpells": {
|
|
1454
1458
|
"type": "array",
|
|
1459
|
+
"minItems": 1,
|
|
1460
|
+
"uniqueItems": true,
|
|
1455
1461
|
"items": {
|
|
1456
1462
|
"type": "string"
|
|
1457
1463
|
}
|
|
@@ -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.17",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1111,6 +1111,15 @@
|
|
|
1111
1111
|
]
|
|
1112
1112
|
}
|
|
1113
1113
|
},
|
|
1114
|
+
"attachedItems": {
|
|
1115
|
+
"type": "array",
|
|
1116
|
+
"minItems": 1,
|
|
1117
|
+
"uniqueItems": true,
|
|
1118
|
+
"items": {
|
|
1119
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
1120
|
+
"type": "string"
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1114
1123
|
"conditionInflict": {
|
|
1115
1124
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
1116
1125
|
},
|
|
@@ -2170,6 +2179,15 @@
|
|
|
2170
2179
|
]
|
|
2171
2180
|
}
|
|
2172
2181
|
},
|
|
2182
|
+
"attachedItems": {
|
|
2183
|
+
"type": "array",
|
|
2184
|
+
"minItems": 1,
|
|
2185
|
+
"uniqueItems": true,
|
|
2186
|
+
"items": {
|
|
2187
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
2188
|
+
"type": "string"
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2173
2191
|
"conditionInflict": {
|
|
2174
2192
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
2175
2193
|
},
|
|
@@ -3243,6 +3261,15 @@
|
|
|
3243
3261
|
]
|
|
3244
3262
|
}
|
|
3245
3263
|
},
|
|
3264
|
+
"attachedItems": {
|
|
3265
|
+
"type": "array",
|
|
3266
|
+
"minItems": 1,
|
|
3267
|
+
"uniqueItems": true,
|
|
3268
|
+
"items": {
|
|
3269
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
3270
|
+
"type": "string"
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3246
3273
|
"conditionInflict": {
|
|
3247
3274
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
3248
3275
|
},
|
package/schema/site/items.json
CHANGED
|
@@ -251,6 +251,8 @@
|
|
|
251
251
|
},
|
|
252
252
|
"attachedSpells": {
|
|
253
253
|
"type": "array",
|
|
254
|
+
"minItems": 1,
|
|
255
|
+
"uniqueItems": true,
|
|
254
256
|
"items": {
|
|
255
257
|
"type": "string"
|
|
256
258
|
}
|
|
@@ -802,6 +804,8 @@
|
|
|
802
804
|
},
|
|
803
805
|
"attachedSpells": {
|
|
804
806
|
"type": "array",
|
|
807
|
+
"minItems": 1,
|
|
808
|
+
"uniqueItems": true,
|
|
805
809
|
"items": {
|
|
806
810
|
"type": "string"
|
|
807
811
|
}
|
|
@@ -1356,6 +1360,8 @@
|
|
|
1356
1360
|
},
|
|
1357
1361
|
"attachedSpells": {
|
|
1358
1362
|
"type": "array",
|
|
1363
|
+
"minItems": 1,
|
|
1364
|
+
"uniqueItems": true,
|
|
1359
1365
|
"items": {
|
|
1360
1366
|
"type": "string"
|
|
1361
1367
|
}
|
|
@@ -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.17",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1111,6 +1111,15 @@
|
|
|
1111
1111
|
]
|
|
1112
1112
|
}
|
|
1113
1113
|
},
|
|
1114
|
+
"attachedItems": {
|
|
1115
|
+
"type": "array",
|
|
1116
|
+
"minItems": 1,
|
|
1117
|
+
"uniqueItems": true,
|
|
1118
|
+
"items": {
|
|
1119
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
1120
|
+
"type": "string"
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1114
1123
|
"conditionInflict": {
|
|
1115
1124
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
1116
1125
|
},
|
|
@@ -2170,6 +2179,15 @@
|
|
|
2170
2179
|
]
|
|
2171
2180
|
}
|
|
2172
2181
|
},
|
|
2182
|
+
"attachedItems": {
|
|
2183
|
+
"type": "array",
|
|
2184
|
+
"minItems": 1,
|
|
2185
|
+
"uniqueItems": true,
|
|
2186
|
+
"items": {
|
|
2187
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
2188
|
+
"type": "string"
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2173
2191
|
"conditionInflict": {
|
|
2174
2192
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
2175
2193
|
},
|
|
@@ -3243,6 +3261,15 @@
|
|
|
3243
3261
|
]
|
|
3244
3262
|
}
|
|
3245
3263
|
},
|
|
3264
|
+
"attachedItems": {
|
|
3265
|
+
"type": "array",
|
|
3266
|
+
"minItems": 1,
|
|
3267
|
+
"uniqueItems": true,
|
|
3268
|
+
"items": {
|
|
3269
|
+
"description": "A UID, e.g. \"longsword|phb\"",
|
|
3270
|
+
"type": "string"
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3246
3273
|
"conditionInflict": {
|
|
3247
3274
|
"$ref": "../util.json#/$defs/tagsConditions"
|
|
3248
3275
|
},
|
|
@@ -251,6 +251,8 @@
|
|
|
251
251
|
},
|
|
252
252
|
"attachedSpells": {
|
|
253
253
|
"type": "array",
|
|
254
|
+
"minItems": 1,
|
|
255
|
+
"uniqueItems": true,
|
|
254
256
|
"items": {
|
|
255
257
|
"type": "string"
|
|
256
258
|
}
|
|
@@ -802,6 +804,8 @@
|
|
|
802
804
|
},
|
|
803
805
|
"attachedSpells": {
|
|
804
806
|
"type": "array",
|
|
807
|
+
"minItems": 1,
|
|
808
|
+
"uniqueItems": true,
|
|
805
809
|
"items": {
|
|
806
810
|
"type": "string"
|
|
807
811
|
}
|
|
@@ -1356,6 +1360,8 @@
|
|
|
1356
1360
|
},
|
|
1357
1361
|
"attachedSpells": {
|
|
1358
1362
|
"type": "array",
|
|
1363
|
+
"minItems": 1,
|
|
1364
|
+
"uniqueItems": true,
|
|
1359
1365
|
"items": {
|
|
1360
1366
|
"type": "string"
|
|
1361
1367
|
}
|