5etools-utils 0.12.34 → 0.12.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/actions.json +4 -1
- package/schema/brew/backgrounds.json +10 -1
- package/schema/brew/bestiary/bestiary.json +12 -8
- package/schema/brew/class/class.json +18 -0
- package/schema/brew/conditionsdiseases.json +4 -1
- package/schema/brew/entry.json +79 -87
- package/schema/brew/feats.json +28 -1
- package/schema/brew/items-base.json +148 -1
- package/schema/brew/optionalfeatures.json +10 -1
- package/schema/brew/races.json +73 -73
- package/schema/brew/rewards.json +4 -1
- package/schema/brew/senses.json +4 -1
- package/schema/brew/skills.json +4 -1
- package/schema/brew/spells/spells.json +10 -1
- package/schema/brew/util-foundry.json +3 -0
- package/schema/brew/variantrules.json +10 -1
- package/schema/brew-fast/actions.json +4 -1
- package/schema/brew-fast/backgrounds.json +10 -1
- package/schema/brew-fast/bestiary/bestiary.json +12 -8
- package/schema/brew-fast/class/class.json +18 -0
- package/schema/brew-fast/conditionsdiseases.json +4 -1
- package/schema/brew-fast/entry.json +79 -87
- package/schema/brew-fast/feats.json +28 -1
- package/schema/brew-fast/items-base.json +148 -1
- package/schema/brew-fast/optionalfeatures.json +10 -1
- package/schema/brew-fast/races.json +73 -73
- package/schema/brew-fast/rewards.json +4 -1
- package/schema/brew-fast/senses.json +4 -1
- package/schema/brew-fast/skills.json +4 -1
- package/schema/brew-fast/spells/spells.json +10 -1
- package/schema/brew-fast/util-foundry.json +3 -0
- package/schema/brew-fast/variantrules.json +10 -1
- package/schema/site/actions.json +4 -1
- package/schema/site/backgrounds.json +10 -1
- package/schema/site/bestiary/bestiary.json +12 -8
- package/schema/site/class/class.json +18 -0
- package/schema/site/conditionsdiseases.json +4 -1
- package/schema/site/entry.json +78 -85
- package/schema/site/feats.json +28 -1
- package/schema/site/items-base.json +148 -1
- package/schema/site/optionalfeatures.json +10 -1
- package/schema/site/races.json +73 -73
- package/schema/site/rewards.json +4 -1
- package/schema/site/senses.json +4 -1
- package/schema/site/skills.json +4 -1
- package/schema/site/spells/spells.json +10 -1
- package/schema/site/util-foundry.json +3 -0
- package/schema/site/variantrules.json +10 -1
- package/schema/site-fast/actions.json +4 -1
- package/schema/site-fast/backgrounds.json +10 -1
- package/schema/site-fast/bestiary/bestiary.json +12 -8
- package/schema/site-fast/class/class.json +18 -0
- package/schema/site-fast/conditionsdiseases.json +4 -1
- package/schema/site-fast/entry.json +78 -85
- package/schema/site-fast/feats.json +28 -1
- package/schema/site-fast/items-base.json +148 -1
- package/schema/site-fast/optionalfeatures.json +10 -1
- package/schema/site-fast/races.json +73 -73
- package/schema/site-fast/rewards.json +4 -1
- package/schema/site-fast/senses.json +4 -1
- package/schema/site-fast/skills.json +4 -1
- package/schema/site-fast/spells/spells.json +10 -1
- package/schema/site-fast/util-foundry.json +3 -0
- package/schema/site-fast/variantrules.json +10 -1
- package/schema/ua/actions.json +4 -1
- package/schema/ua/backgrounds.json +10 -1
- package/schema/ua/bestiary/bestiary.json +12 -8
- package/schema/ua/class/class.json +18 -0
- package/schema/ua/conditionsdiseases.json +4 -1
- package/schema/ua/entry.json +78 -85
- package/schema/ua/feats.json +28 -1
- package/schema/ua/items-base.json +148 -1
- package/schema/ua/optionalfeatures.json +10 -1
- package/schema/ua/races.json +73 -73
- package/schema/ua/rewards.json +4 -1
- package/schema/ua/senses.json +4 -1
- package/schema/ua/skills.json +4 -1
- package/schema/ua/spells/spells.json +10 -1
- package/schema/ua/util-foundry.json +3 -0
- package/schema/ua/variantrules.json +10 -1
- package/schema/ua-fast/actions.json +4 -1
- package/schema/ua-fast/backgrounds.json +10 -1
- package/schema/ua-fast/bestiary/bestiary.json +12 -8
- package/schema/ua-fast/class/class.json +18 -0
- package/schema/ua-fast/conditionsdiseases.json +4 -1
- package/schema/ua-fast/entry.json +78 -85
- package/schema/ua-fast/feats.json +28 -1
- package/schema/ua-fast/items-base.json +148 -1
- package/schema/ua-fast/optionalfeatures.json +10 -1
- package/schema/ua-fast/races.json +73 -73
- package/schema/ua-fast/rewards.json +4 -1
- package/schema/ua-fast/senses.json +4 -1
- package/schema/ua-fast/skills.json +4 -1
- package/schema/ua-fast/spells/spells.json +10 -1
- package/schema/ua-fast/util-foundry.json +3 -0
- package/schema/ua-fast/variantrules.json +10 -1
|
@@ -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.
|
|
4
|
+
"version": "1.6.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -16,6 +16,21 @@
|
|
|
16
16
|
"page": {
|
|
17
17
|
"$ref": "util.json#/$defs/page"
|
|
18
18
|
},
|
|
19
|
+
"srd": {
|
|
20
|
+
"$ref": "util.json#/$defs/srd"
|
|
21
|
+
},
|
|
22
|
+
"srd52": {
|
|
23
|
+
"$ref": "util.json#/$defs/srd"
|
|
24
|
+
},
|
|
25
|
+
"basicRules": {
|
|
26
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
27
|
+
},
|
|
28
|
+
"freeRules2024": {
|
|
29
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
30
|
+
},
|
|
31
|
+
"reprintedAs": {
|
|
32
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
33
|
+
},
|
|
19
34
|
"name": {
|
|
20
35
|
"type": "string"
|
|
21
36
|
}
|
|
@@ -36,6 +51,21 @@
|
|
|
36
51
|
"page": {
|
|
37
52
|
"$ref": "util.json#/$defs/page"
|
|
38
53
|
},
|
|
54
|
+
"srd": {
|
|
55
|
+
"$ref": "util.json#/$defs/srd"
|
|
56
|
+
},
|
|
57
|
+
"srd52": {
|
|
58
|
+
"$ref": "util.json#/$defs/srd"
|
|
59
|
+
},
|
|
60
|
+
"basicRules": {
|
|
61
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
62
|
+
},
|
|
63
|
+
"freeRules2024": {
|
|
64
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
65
|
+
},
|
|
66
|
+
"reprintedAs": {
|
|
67
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
68
|
+
},
|
|
39
69
|
"name": {
|
|
40
70
|
"type": "string"
|
|
41
71
|
},
|
|
@@ -67,6 +97,21 @@
|
|
|
67
97
|
"page": {
|
|
68
98
|
"$ref": "util.json#/$defs/page"
|
|
69
99
|
},
|
|
100
|
+
"srd": {
|
|
101
|
+
"$ref": "util.json#/$defs/srd"
|
|
102
|
+
},
|
|
103
|
+
"srd52": {
|
|
104
|
+
"$ref": "util.json#/$defs/srd"
|
|
105
|
+
},
|
|
106
|
+
"basicRules": {
|
|
107
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
108
|
+
},
|
|
109
|
+
"freeRules2024": {
|
|
110
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
111
|
+
},
|
|
112
|
+
"reprintedAs": {
|
|
113
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
114
|
+
},
|
|
70
115
|
"name": {
|
|
71
116
|
"type": "string"
|
|
72
117
|
},
|
|
@@ -1171,6 +1216,21 @@
|
|
|
1171
1216
|
"page": {
|
|
1172
1217
|
"$ref": "util.json#/$defs/page"
|
|
1173
1218
|
},
|
|
1219
|
+
"srd": {
|
|
1220
|
+
"$ref": "util.json#/$defs/srd"
|
|
1221
|
+
},
|
|
1222
|
+
"srd52": {
|
|
1223
|
+
"$ref": "util.json#/$defs/srd"
|
|
1224
|
+
},
|
|
1225
|
+
"basicRules": {
|
|
1226
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1227
|
+
},
|
|
1228
|
+
"freeRules2024": {
|
|
1229
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1230
|
+
},
|
|
1231
|
+
"reprintedAs": {
|
|
1232
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1233
|
+
},
|
|
1174
1234
|
"name": {
|
|
1175
1235
|
"type": "string"
|
|
1176
1236
|
},
|
|
@@ -1195,6 +1255,21 @@
|
|
|
1195
1255
|
"page": {
|
|
1196
1256
|
"$ref": "util.json#/$defs/page"
|
|
1197
1257
|
},
|
|
1258
|
+
"srd": {
|
|
1259
|
+
"$ref": "util.json#/$defs/srd"
|
|
1260
|
+
},
|
|
1261
|
+
"srd52": {
|
|
1262
|
+
"$ref": "util.json#/$defs/srd"
|
|
1263
|
+
},
|
|
1264
|
+
"basicRules": {
|
|
1265
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1266
|
+
},
|
|
1267
|
+
"freeRules2024": {
|
|
1268
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1269
|
+
},
|
|
1270
|
+
"reprintedAs": {
|
|
1271
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1272
|
+
},
|
|
1198
1273
|
"name": {
|
|
1199
1274
|
"type": "string"
|
|
1200
1275
|
},
|
|
@@ -1227,6 +1302,21 @@
|
|
|
1227
1302
|
"page": {
|
|
1228
1303
|
"$ref": "util.json#/$defs/page"
|
|
1229
1304
|
},
|
|
1305
|
+
"srd": {
|
|
1306
|
+
"$ref": "util.json#/$defs/srd"
|
|
1307
|
+
},
|
|
1308
|
+
"srd52": {
|
|
1309
|
+
"$ref": "util.json#/$defs/srd"
|
|
1310
|
+
},
|
|
1311
|
+
"basicRules": {
|
|
1312
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1313
|
+
},
|
|
1314
|
+
"freeRules2024": {
|
|
1315
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1316
|
+
},
|
|
1317
|
+
"reprintedAs": {
|
|
1318
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1319
|
+
},
|
|
1230
1320
|
"name": {
|
|
1231
1321
|
"type": "string"
|
|
1232
1322
|
},
|
|
@@ -1255,6 +1345,21 @@
|
|
|
1255
1345
|
"page": {
|
|
1256
1346
|
"$ref": "util.json#/$defs/page"
|
|
1257
1347
|
},
|
|
1348
|
+
"srd": {
|
|
1349
|
+
"$ref": "util.json#/$defs/srd"
|
|
1350
|
+
},
|
|
1351
|
+
"srd52": {
|
|
1352
|
+
"$ref": "util.json#/$defs/srd"
|
|
1353
|
+
},
|
|
1354
|
+
"basicRules": {
|
|
1355
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1356
|
+
},
|
|
1357
|
+
"freeRules2024": {
|
|
1358
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1359
|
+
},
|
|
1360
|
+
"reprintedAs": {
|
|
1361
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1362
|
+
},
|
|
1258
1363
|
"name": {
|
|
1259
1364
|
"type": "string"
|
|
1260
1365
|
},
|
|
@@ -1285,6 +1390,21 @@
|
|
|
1285
1390
|
"page": {
|
|
1286
1391
|
"$ref": "util.json#/$defs/page"
|
|
1287
1392
|
},
|
|
1393
|
+
"srd": {
|
|
1394
|
+
"$ref": "util.json#/$defs/srd"
|
|
1395
|
+
},
|
|
1396
|
+
"srd52": {
|
|
1397
|
+
"$ref": "util.json#/$defs/srd"
|
|
1398
|
+
},
|
|
1399
|
+
"basicRules": {
|
|
1400
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1401
|
+
},
|
|
1402
|
+
"freeRules2024": {
|
|
1403
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1404
|
+
},
|
|
1405
|
+
"reprintedAs": {
|
|
1406
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1407
|
+
},
|
|
1288
1408
|
"name": {
|
|
1289
1409
|
"type": "string"
|
|
1290
1410
|
},
|
|
@@ -1313,6 +1433,21 @@
|
|
|
1313
1433
|
"page": {
|
|
1314
1434
|
"$ref": "util.json#/$defs/page"
|
|
1315
1435
|
},
|
|
1436
|
+
"srd": {
|
|
1437
|
+
"$ref": "util.json#/$defs/srd"
|
|
1438
|
+
},
|
|
1439
|
+
"srd52": {
|
|
1440
|
+
"$ref": "util.json#/$defs/srd"
|
|
1441
|
+
},
|
|
1442
|
+
"basicRules": {
|
|
1443
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1444
|
+
},
|
|
1445
|
+
"freeRules2024": {
|
|
1446
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1447
|
+
},
|
|
1448
|
+
"reprintedAs": {
|
|
1449
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1450
|
+
},
|
|
1316
1451
|
"name": {
|
|
1317
1452
|
"type": "string"
|
|
1318
1453
|
},
|
|
@@ -1423,6 +1558,18 @@
|
|
|
1423
1558
|
"page": {
|
|
1424
1559
|
"$ref": "util.json#/$defs/page"
|
|
1425
1560
|
},
|
|
1561
|
+
"srd": {
|
|
1562
|
+
"$ref": "util.json#/$defs/srd"
|
|
1563
|
+
},
|
|
1564
|
+
"srd52": {
|
|
1565
|
+
"$ref": "util.json#/$defs/srd"
|
|
1566
|
+
},
|
|
1567
|
+
"basicRules": {
|
|
1568
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1569
|
+
},
|
|
1570
|
+
"freeRules2024": {
|
|
1571
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1572
|
+
},
|
|
1426
1573
|
"prerequisite": {
|
|
1427
1574
|
"$ref": "util.json#/$defs/prerequisite"
|
|
1428
1575
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "optionalfeatures.json",
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.5",
|
|
5
5
|
"title": "Optional Features",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -61,6 +61,9 @@
|
|
|
61
61
|
"legacy": {
|
|
62
62
|
"$ref": "util.json#/$defs/legacy"
|
|
63
63
|
},
|
|
64
|
+
"reprintedAs": {
|
|
65
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
66
|
+
},
|
|
64
67
|
"isClassFeatureVariant": {
|
|
65
68
|
"type": "boolean"
|
|
66
69
|
},
|
|
@@ -191,6 +194,9 @@
|
|
|
191
194
|
"legacy": {
|
|
192
195
|
"$ref": "util.json#/$defs/legacy"
|
|
193
196
|
},
|
|
197
|
+
"reprintedAs": {
|
|
198
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
199
|
+
},
|
|
194
200
|
"isClassFeatureVariant": {
|
|
195
201
|
"type": "boolean"
|
|
196
202
|
},
|
|
@@ -325,6 +331,9 @@
|
|
|
325
331
|
"legacy": {
|
|
326
332
|
"$ref": "util.json#/$defs/legacy"
|
|
327
333
|
},
|
|
334
|
+
"reprintedAs": {
|
|
335
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
336
|
+
},
|
|
328
337
|
"isClassFeatureVariant": {
|
|
329
338
|
"type": "boolean"
|
|
330
339
|
},
|
package/schema/brew/races.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "races.json",
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.8",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"sharedData": {
|
|
@@ -47,24 +47,24 @@
|
|
|
47
47
|
"speed": {
|
|
48
48
|
"$ref": "util.json#/$defs/speed"
|
|
49
49
|
},
|
|
50
|
+
"abilityEntry": {
|
|
51
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
52
|
+
},
|
|
53
|
+
"creatureTypesEntry": {
|
|
54
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
55
|
+
},
|
|
56
|
+
"sizeEntry": {
|
|
57
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
58
|
+
},
|
|
59
|
+
"speedEntry": {
|
|
60
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
61
|
+
},
|
|
50
62
|
"entries": {
|
|
51
63
|
"type": "array",
|
|
52
64
|
"items": {
|
|
53
65
|
"$ref": "entry.json"
|
|
54
66
|
}
|
|
55
67
|
},
|
|
56
|
-
"hasAbilityScoreEntry": {
|
|
57
|
-
"const": true
|
|
58
|
-
},
|
|
59
|
-
"hasCreatureTypeEntry": {
|
|
60
|
-
"const": true
|
|
61
|
-
},
|
|
62
|
-
"hasSizeEntry": {
|
|
63
|
-
"const": true
|
|
64
|
-
},
|
|
65
|
-
"hasSpeedEntry": {
|
|
66
|
-
"const": true
|
|
67
|
-
},
|
|
68
68
|
"darkvision": {
|
|
69
69
|
"type": "integer"
|
|
70
70
|
},
|
|
@@ -310,24 +310,24 @@
|
|
|
310
310
|
"speed": {
|
|
311
311
|
"$ref": "util.json#/$defs/speed"
|
|
312
312
|
},
|
|
313
|
+
"abilityEntry": {
|
|
314
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
315
|
+
},
|
|
316
|
+
"creatureTypesEntry": {
|
|
317
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
318
|
+
},
|
|
319
|
+
"sizeEntry": {
|
|
320
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
321
|
+
},
|
|
322
|
+
"speedEntry": {
|
|
323
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
324
|
+
},
|
|
313
325
|
"entries": {
|
|
314
326
|
"type": "array",
|
|
315
327
|
"items": {
|
|
316
328
|
"$ref": "entry.json"
|
|
317
329
|
}
|
|
318
330
|
},
|
|
319
|
-
"hasAbilityScoreEntry": {
|
|
320
|
-
"const": true
|
|
321
|
-
},
|
|
322
|
-
"hasCreatureTypeEntry": {
|
|
323
|
-
"const": true
|
|
324
|
-
},
|
|
325
|
-
"hasSizeEntry": {
|
|
326
|
-
"const": true
|
|
327
|
-
},
|
|
328
|
-
"hasSpeedEntry": {
|
|
329
|
-
"const": true
|
|
330
|
-
},
|
|
331
331
|
"darkvision": {
|
|
332
332
|
"type": "integer"
|
|
333
333
|
},
|
|
@@ -655,24 +655,24 @@
|
|
|
655
655
|
"speed": {
|
|
656
656
|
"$ref": "util.json#/$defs/speed"
|
|
657
657
|
},
|
|
658
|
+
"abilityEntry": {
|
|
659
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
660
|
+
},
|
|
661
|
+
"creatureTypesEntry": {
|
|
662
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
663
|
+
},
|
|
664
|
+
"sizeEntry": {
|
|
665
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
666
|
+
},
|
|
667
|
+
"speedEntry": {
|
|
668
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
669
|
+
},
|
|
658
670
|
"entries": {
|
|
659
671
|
"type": "array",
|
|
660
672
|
"items": {
|
|
661
673
|
"$ref": "entry.json"
|
|
662
674
|
}
|
|
663
675
|
},
|
|
664
|
-
"hasAbilityScoreEntry": {
|
|
665
|
-
"const": true
|
|
666
|
-
},
|
|
667
|
-
"hasCreatureTypeEntry": {
|
|
668
|
-
"const": true
|
|
669
|
-
},
|
|
670
|
-
"hasSizeEntry": {
|
|
671
|
-
"const": true
|
|
672
|
-
},
|
|
673
|
-
"hasSpeedEntry": {
|
|
674
|
-
"const": true
|
|
675
|
-
},
|
|
676
676
|
"darkvision": {
|
|
677
677
|
"type": "integer"
|
|
678
678
|
},
|
|
@@ -922,24 +922,24 @@
|
|
|
922
922
|
"speed": {
|
|
923
923
|
"$ref": "util.json#/$defs/speed"
|
|
924
924
|
},
|
|
925
|
+
"abilityEntry": {
|
|
926
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
927
|
+
},
|
|
928
|
+
"creatureTypesEntry": {
|
|
929
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
930
|
+
},
|
|
931
|
+
"sizeEntry": {
|
|
932
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
933
|
+
},
|
|
934
|
+
"speedEntry": {
|
|
935
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
936
|
+
},
|
|
925
937
|
"entries": {
|
|
926
938
|
"type": "array",
|
|
927
939
|
"items": {
|
|
928
940
|
"$ref": "entry.json"
|
|
929
941
|
}
|
|
930
942
|
},
|
|
931
|
-
"hasAbilityScoreEntry": {
|
|
932
|
-
"const": true
|
|
933
|
-
},
|
|
934
|
-
"hasCreatureTypeEntry": {
|
|
935
|
-
"const": true
|
|
936
|
-
},
|
|
937
|
-
"hasSizeEntry": {
|
|
938
|
-
"const": true
|
|
939
|
-
},
|
|
940
|
-
"hasSpeedEntry": {
|
|
941
|
-
"const": true
|
|
942
|
-
},
|
|
943
943
|
"darkvision": {
|
|
944
944
|
"type": "integer"
|
|
945
945
|
},
|
|
@@ -1195,24 +1195,24 @@
|
|
|
1195
1195
|
"speed": {
|
|
1196
1196
|
"$ref": "util.json#/$defs/speed"
|
|
1197
1197
|
},
|
|
1198
|
+
"abilityEntry": {
|
|
1199
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1200
|
+
},
|
|
1201
|
+
"creatureTypesEntry": {
|
|
1202
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1203
|
+
},
|
|
1204
|
+
"sizeEntry": {
|
|
1205
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1206
|
+
},
|
|
1207
|
+
"speedEntry": {
|
|
1208
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1209
|
+
},
|
|
1198
1210
|
"entries": {
|
|
1199
1211
|
"type": "array",
|
|
1200
1212
|
"items": {
|
|
1201
1213
|
"$ref": "entry.json"
|
|
1202
1214
|
}
|
|
1203
1215
|
},
|
|
1204
|
-
"hasAbilityScoreEntry": {
|
|
1205
|
-
"const": true
|
|
1206
|
-
},
|
|
1207
|
-
"hasCreatureTypeEntry": {
|
|
1208
|
-
"const": true
|
|
1209
|
-
},
|
|
1210
|
-
"hasSizeEntry": {
|
|
1211
|
-
"const": true
|
|
1212
|
-
},
|
|
1213
|
-
"hasSpeedEntry": {
|
|
1214
|
-
"const": true
|
|
1215
|
-
},
|
|
1216
1216
|
"darkvision": {
|
|
1217
1217
|
"type": "integer"
|
|
1218
1218
|
},
|
|
@@ -1474,24 +1474,24 @@
|
|
|
1474
1474
|
"speed": {
|
|
1475
1475
|
"$ref": "util.json#/$defs/speed"
|
|
1476
1476
|
},
|
|
1477
|
+
"abilityEntry": {
|
|
1478
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1479
|
+
},
|
|
1480
|
+
"creatureTypesEntry": {
|
|
1481
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1482
|
+
},
|
|
1483
|
+
"sizeEntry": {
|
|
1484
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1485
|
+
},
|
|
1486
|
+
"speedEntry": {
|
|
1487
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1488
|
+
},
|
|
1477
1489
|
"entries": {
|
|
1478
1490
|
"type": "array",
|
|
1479
1491
|
"items": {
|
|
1480
1492
|
"$ref": "entry.json"
|
|
1481
1493
|
}
|
|
1482
1494
|
},
|
|
1483
|
-
"hasAbilityScoreEntry": {
|
|
1484
|
-
"const": true
|
|
1485
|
-
},
|
|
1486
|
-
"hasCreatureTypeEntry": {
|
|
1487
|
-
"const": true
|
|
1488
|
-
},
|
|
1489
|
-
"hasSizeEntry": {
|
|
1490
|
-
"const": true
|
|
1491
|
-
},
|
|
1492
|
-
"hasSpeedEntry": {
|
|
1493
|
-
"const": true
|
|
1494
|
-
},
|
|
1495
1495
|
"darkvision": {
|
|
1496
1496
|
"type": "integer"
|
|
1497
1497
|
},
|
package/schema/brew/rewards.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "rewards.json",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"reward": {
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
"legacy": {
|
|
20
20
|
"$ref": "util.json#/$defs/legacy"
|
|
21
21
|
},
|
|
22
|
+
"reprintedAs": {
|
|
23
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
24
|
+
},
|
|
22
25
|
"type": {
|
|
23
26
|
"type": "string",
|
|
24
27
|
"examples": [
|
package/schema/brew/senses.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "senses.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"sense": {
|
|
@@ -28,6 +28,9 @@
|
|
|
28
28
|
"freeRules2024": {
|
|
29
29
|
"$ref": "util.json#/$defs/basicRules"
|
|
30
30
|
},
|
|
31
|
+
"reprintedAs": {
|
|
32
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
33
|
+
},
|
|
31
34
|
"entries": {
|
|
32
35
|
"type": "array",
|
|
33
36
|
"items": {
|
package/schema/brew/skills.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "skills.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"skill": {
|
|
@@ -28,6 +28,9 @@
|
|
|
28
28
|
"freeRules2024": {
|
|
29
29
|
"$ref": "util.json#/$defs/basicRules"
|
|
30
30
|
},
|
|
31
|
+
"reprintedAs": {
|
|
32
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
33
|
+
},
|
|
31
34
|
"ability": {
|
|
32
35
|
"$ref": "util.json#/$defs/abilityScoreAbbreviation"
|
|
33
36
|
},
|
|
@@ -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.16",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -199,6 +199,9 @@
|
|
|
199
199
|
"otherSources": {
|
|
200
200
|
"$ref": "../util.json#/$defs/otherSources"
|
|
201
201
|
},
|
|
202
|
+
"reprintedAs": {
|
|
203
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
204
|
+
},
|
|
202
205
|
"damageInflict": {
|
|
203
206
|
"type": "array",
|
|
204
207
|
"uniqueItems": true,
|
|
@@ -758,6 +761,9 @@
|
|
|
758
761
|
"otherSources": {
|
|
759
762
|
"$ref": "../util.json#/$defs/otherSources"
|
|
760
763
|
},
|
|
764
|
+
"reprintedAs": {
|
|
765
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
766
|
+
},
|
|
761
767
|
"damageInflict": {
|
|
762
768
|
"type": "array",
|
|
763
769
|
"uniqueItems": true,
|
|
@@ -1325,6 +1331,9 @@
|
|
|
1325
1331
|
"otherSources": {
|
|
1326
1332
|
"$ref": "../util.json#/$defs/otherSources"
|
|
1327
1333
|
},
|
|
1334
|
+
"reprintedAs": {
|
|
1335
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
1336
|
+
},
|
|
1328
1337
|
"damageInflict": {
|
|
1329
1338
|
"type": "array",
|
|
1330
1339
|
"uniqueItems": true,
|
|
@@ -26,6 +26,9 @@
|
|
|
26
26
|
"savingThrowProficiencies": {
|
|
27
27
|
"$ref": "util.json#/$defs/savingThrowProficiencies"
|
|
28
28
|
},
|
|
29
|
+
"skillToolLanguageProficiencies": {
|
|
30
|
+
"$ref": "util.json#/$defs/skillToolLanguageProficiencies"
|
|
31
|
+
},
|
|
29
32
|
"expertise": {
|
|
30
33
|
"$ref": "util.json#/$defs/expertise"
|
|
31
34
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "variantrules.json",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.10",
|
|
5
5
|
"title": "RulesArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|
|
@@ -58,6 +58,12 @@
|
|
|
58
58
|
"srd52": {
|
|
59
59
|
"$ref": "util.json#/$defs/srd"
|
|
60
60
|
},
|
|
61
|
+
"basicRules": {
|
|
62
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
63
|
+
},
|
|
64
|
+
"freeRules2024": {
|
|
65
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
66
|
+
},
|
|
61
67
|
"legacy": {
|
|
62
68
|
"$ref": "util.json#/$defs/legacy"
|
|
63
69
|
},
|
|
@@ -67,6 +73,9 @@
|
|
|
67
73
|
"otherSources": {
|
|
68
74
|
"$ref": "util.json#/$defs/otherSources"
|
|
69
75
|
},
|
|
76
|
+
"reprintedAs": {
|
|
77
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
78
|
+
},
|
|
70
79
|
"foundryImg": {
|
|
71
80
|
"$ref": "util-foundry.json#/$defs/foundryImg"
|
|
72
81
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "actions.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"action": {
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"page": {
|
|
23
23
|
"$ref": "util.json#/$defs/page"
|
|
24
24
|
},
|
|
25
|
+
"reprintedAs": {
|
|
26
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
27
|
+
},
|
|
25
28
|
"fromVariant": {
|
|
26
29
|
"type": "string",
|
|
27
30
|
"description": "UID of a \"variantrule\" to be linked as a footnote in the action."
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "backgrounds.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"backgroundData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"page": {
|
|
17
17
|
"$ref": "util.json#/$defs/page"
|
|
18
18
|
},
|
|
19
|
+
"reprintedAs": {
|
|
20
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
21
|
+
},
|
|
19
22
|
"prerequisite": {
|
|
20
23
|
"$ref": "util.json#/$defs/prerequisite"
|
|
21
24
|
},
|
|
@@ -140,6 +143,9 @@
|
|
|
140
143
|
"page": {
|
|
141
144
|
"$ref": "util.json#/$defs/page"
|
|
142
145
|
},
|
|
146
|
+
"reprintedAs": {
|
|
147
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
148
|
+
},
|
|
143
149
|
"prerequisite": {
|
|
144
150
|
"$ref": "util.json#/$defs/prerequisite"
|
|
145
151
|
},
|
|
@@ -267,6 +273,9 @@
|
|
|
267
273
|
"page": {
|
|
268
274
|
"$ref": "util.json#/$defs/page"
|
|
269
275
|
},
|
|
276
|
+
"reprintedAs": {
|
|
277
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
278
|
+
},
|
|
270
279
|
"prerequisite": {
|
|
271
280
|
"$ref": "util.json#/$defs/prerequisite"
|
|
272
281
|
},
|