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
|
},
|
|
@@ -68,6 +98,21 @@
|
|
|
68
98
|
"page": {
|
|
69
99
|
"$ref": "util.json#/$defs/page"
|
|
70
100
|
},
|
|
101
|
+
"srd": {
|
|
102
|
+
"$ref": "util.json#/$defs/srd"
|
|
103
|
+
},
|
|
104
|
+
"srd52": {
|
|
105
|
+
"$ref": "util.json#/$defs/srd"
|
|
106
|
+
},
|
|
107
|
+
"basicRules": {
|
|
108
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
109
|
+
},
|
|
110
|
+
"freeRules2024": {
|
|
111
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
112
|
+
},
|
|
113
|
+
"reprintedAs": {
|
|
114
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
115
|
+
},
|
|
71
116
|
"name": {
|
|
72
117
|
"type": "string"
|
|
73
118
|
},
|
|
@@ -1062,6 +1107,21 @@
|
|
|
1062
1107
|
"page": {
|
|
1063
1108
|
"$ref": "util.json#/$defs/page"
|
|
1064
1109
|
},
|
|
1110
|
+
"srd": {
|
|
1111
|
+
"$ref": "util.json#/$defs/srd"
|
|
1112
|
+
},
|
|
1113
|
+
"srd52": {
|
|
1114
|
+
"$ref": "util.json#/$defs/srd"
|
|
1115
|
+
},
|
|
1116
|
+
"basicRules": {
|
|
1117
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1118
|
+
},
|
|
1119
|
+
"freeRules2024": {
|
|
1120
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1121
|
+
},
|
|
1122
|
+
"reprintedAs": {
|
|
1123
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1124
|
+
},
|
|
1065
1125
|
"name": {
|
|
1066
1126
|
"type": "string"
|
|
1067
1127
|
},
|
|
@@ -1086,6 +1146,21 @@
|
|
|
1086
1146
|
"page": {
|
|
1087
1147
|
"$ref": "util.json#/$defs/page"
|
|
1088
1148
|
},
|
|
1149
|
+
"srd": {
|
|
1150
|
+
"$ref": "util.json#/$defs/srd"
|
|
1151
|
+
},
|
|
1152
|
+
"srd52": {
|
|
1153
|
+
"$ref": "util.json#/$defs/srd"
|
|
1154
|
+
},
|
|
1155
|
+
"basicRules": {
|
|
1156
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1157
|
+
},
|
|
1158
|
+
"freeRules2024": {
|
|
1159
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1160
|
+
},
|
|
1161
|
+
"reprintedAs": {
|
|
1162
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1163
|
+
},
|
|
1089
1164
|
"name": {
|
|
1090
1165
|
"type": "string"
|
|
1091
1166
|
},
|
|
@@ -1119,6 +1194,21 @@
|
|
|
1119
1194
|
"page": {
|
|
1120
1195
|
"$ref": "util.json#/$defs/page"
|
|
1121
1196
|
},
|
|
1197
|
+
"srd": {
|
|
1198
|
+
"$ref": "util.json#/$defs/srd"
|
|
1199
|
+
},
|
|
1200
|
+
"srd52": {
|
|
1201
|
+
"$ref": "util.json#/$defs/srd"
|
|
1202
|
+
},
|
|
1203
|
+
"basicRules": {
|
|
1204
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1205
|
+
},
|
|
1206
|
+
"freeRules2024": {
|
|
1207
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1208
|
+
},
|
|
1209
|
+
"reprintedAs": {
|
|
1210
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1211
|
+
},
|
|
1122
1212
|
"name": {
|
|
1123
1213
|
"type": "string"
|
|
1124
1214
|
},
|
|
@@ -1148,6 +1238,21 @@
|
|
|
1148
1238
|
"page": {
|
|
1149
1239
|
"$ref": "util.json#/$defs/page"
|
|
1150
1240
|
},
|
|
1241
|
+
"srd": {
|
|
1242
|
+
"$ref": "util.json#/$defs/srd"
|
|
1243
|
+
},
|
|
1244
|
+
"srd52": {
|
|
1245
|
+
"$ref": "util.json#/$defs/srd"
|
|
1246
|
+
},
|
|
1247
|
+
"basicRules": {
|
|
1248
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1249
|
+
},
|
|
1250
|
+
"freeRules2024": {
|
|
1251
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1252
|
+
},
|
|
1253
|
+
"reprintedAs": {
|
|
1254
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1255
|
+
},
|
|
1151
1256
|
"name": {
|
|
1152
1257
|
"type": "string"
|
|
1153
1258
|
},
|
|
@@ -1178,6 +1283,21 @@
|
|
|
1178
1283
|
"page": {
|
|
1179
1284
|
"$ref": "util.json#/$defs/page"
|
|
1180
1285
|
},
|
|
1286
|
+
"srd": {
|
|
1287
|
+
"$ref": "util.json#/$defs/srd"
|
|
1288
|
+
},
|
|
1289
|
+
"srd52": {
|
|
1290
|
+
"$ref": "util.json#/$defs/srd"
|
|
1291
|
+
},
|
|
1292
|
+
"basicRules": {
|
|
1293
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1294
|
+
},
|
|
1295
|
+
"freeRules2024": {
|
|
1296
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1297
|
+
},
|
|
1298
|
+
"reprintedAs": {
|
|
1299
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1300
|
+
},
|
|
1181
1301
|
"name": {
|
|
1182
1302
|
"type": "string"
|
|
1183
1303
|
},
|
|
@@ -1207,6 +1327,21 @@
|
|
|
1207
1327
|
"page": {
|
|
1208
1328
|
"$ref": "util.json#/$defs/page"
|
|
1209
1329
|
},
|
|
1330
|
+
"srd": {
|
|
1331
|
+
"$ref": "util.json#/$defs/srd"
|
|
1332
|
+
},
|
|
1333
|
+
"srd52": {
|
|
1334
|
+
"$ref": "util.json#/$defs/srd"
|
|
1335
|
+
},
|
|
1336
|
+
"basicRules": {
|
|
1337
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1338
|
+
},
|
|
1339
|
+
"freeRules2024": {
|
|
1340
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1341
|
+
},
|
|
1342
|
+
"reprintedAs": {
|
|
1343
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1344
|
+
},
|
|
1210
1345
|
"name": {
|
|
1211
1346
|
"type": "string"
|
|
1212
1347
|
},
|
|
@@ -1317,6 +1452,18 @@
|
|
|
1317
1452
|
"page": {
|
|
1318
1453
|
"$ref": "util.json#/$defs/page"
|
|
1319
1454
|
},
|
|
1455
|
+
"srd": {
|
|
1456
|
+
"$ref": "util.json#/$defs/srd"
|
|
1457
|
+
},
|
|
1458
|
+
"srd52": {
|
|
1459
|
+
"$ref": "util.json#/$defs/srd"
|
|
1460
|
+
},
|
|
1461
|
+
"basicRules": {
|
|
1462
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1463
|
+
},
|
|
1464
|
+
"freeRules2024": {
|
|
1465
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1466
|
+
},
|
|
1320
1467
|
"prerequisite": {
|
|
1321
1468
|
"$ref": "util.json#/$defs/prerequisite"
|
|
1322
1469
|
},
|
|
@@ -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
|
},
|
|
@@ -176,6 +179,9 @@
|
|
|
176
179
|
"legacy": {
|
|
177
180
|
"$ref": "util.json#/$defs/legacy"
|
|
178
181
|
},
|
|
182
|
+
"reprintedAs": {
|
|
183
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
184
|
+
},
|
|
179
185
|
"isClassFeatureVariant": {
|
|
180
186
|
"type": "boolean"
|
|
181
187
|
},
|
|
@@ -295,6 +301,9 @@
|
|
|
295
301
|
"legacy": {
|
|
296
302
|
"$ref": "util.json#/$defs/legacy"
|
|
297
303
|
},
|
|
304
|
+
"reprintedAs": {
|
|
305
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
306
|
+
},
|
|
298
307
|
"isClassFeatureVariant": {
|
|
299
308
|
"type": "boolean"
|
|
300
309
|
},
|
package/schema/ua/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
|
},
|
|
@@ -298,24 +298,24 @@
|
|
|
298
298
|
"speed": {
|
|
299
299
|
"$ref": "util.json#/$defs/speed"
|
|
300
300
|
},
|
|
301
|
+
"abilityEntry": {
|
|
302
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
303
|
+
},
|
|
304
|
+
"creatureTypesEntry": {
|
|
305
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
306
|
+
},
|
|
307
|
+
"sizeEntry": {
|
|
308
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
309
|
+
},
|
|
310
|
+
"speedEntry": {
|
|
311
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
312
|
+
},
|
|
301
313
|
"entries": {
|
|
302
314
|
"type": "array",
|
|
303
315
|
"items": {
|
|
304
316
|
"$ref": "entry.json"
|
|
305
317
|
}
|
|
306
318
|
},
|
|
307
|
-
"hasAbilityScoreEntry": {
|
|
308
|
-
"const": true
|
|
309
|
-
},
|
|
310
|
-
"hasCreatureTypeEntry": {
|
|
311
|
-
"const": true
|
|
312
|
-
},
|
|
313
|
-
"hasSizeEntry": {
|
|
314
|
-
"const": true
|
|
315
|
-
},
|
|
316
|
-
"hasSpeedEntry": {
|
|
317
|
-
"const": true
|
|
318
|
-
},
|
|
319
319
|
"darkvision": {
|
|
320
320
|
"type": "integer"
|
|
321
321
|
},
|
|
@@ -631,24 +631,24 @@
|
|
|
631
631
|
"speed": {
|
|
632
632
|
"$ref": "util.json#/$defs/speed"
|
|
633
633
|
},
|
|
634
|
+
"abilityEntry": {
|
|
635
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
636
|
+
},
|
|
637
|
+
"creatureTypesEntry": {
|
|
638
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
639
|
+
},
|
|
640
|
+
"sizeEntry": {
|
|
641
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
642
|
+
},
|
|
643
|
+
"speedEntry": {
|
|
644
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
645
|
+
},
|
|
634
646
|
"entries": {
|
|
635
647
|
"type": "array",
|
|
636
648
|
"items": {
|
|
637
649
|
"$ref": "entry.json"
|
|
638
650
|
}
|
|
639
651
|
},
|
|
640
|
-
"hasAbilityScoreEntry": {
|
|
641
|
-
"const": true
|
|
642
|
-
},
|
|
643
|
-
"hasCreatureTypeEntry": {
|
|
644
|
-
"const": true
|
|
645
|
-
},
|
|
646
|
-
"hasSizeEntry": {
|
|
647
|
-
"const": true
|
|
648
|
-
},
|
|
649
|
-
"hasSpeedEntry": {
|
|
650
|
-
"const": true
|
|
651
|
-
},
|
|
652
652
|
"darkvision": {
|
|
653
653
|
"type": "integer"
|
|
654
654
|
},
|
|
@@ -886,24 +886,24 @@
|
|
|
886
886
|
"speed": {
|
|
887
887
|
"$ref": "util.json#/$defs/speed"
|
|
888
888
|
},
|
|
889
|
+
"abilityEntry": {
|
|
890
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
891
|
+
},
|
|
892
|
+
"creatureTypesEntry": {
|
|
893
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
894
|
+
},
|
|
895
|
+
"sizeEntry": {
|
|
896
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
897
|
+
},
|
|
898
|
+
"speedEntry": {
|
|
899
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
900
|
+
},
|
|
889
901
|
"entries": {
|
|
890
902
|
"type": "array",
|
|
891
903
|
"items": {
|
|
892
904
|
"$ref": "entry.json"
|
|
893
905
|
}
|
|
894
906
|
},
|
|
895
|
-
"hasAbilityScoreEntry": {
|
|
896
|
-
"const": true
|
|
897
|
-
},
|
|
898
|
-
"hasCreatureTypeEntry": {
|
|
899
|
-
"const": true
|
|
900
|
-
},
|
|
901
|
-
"hasSizeEntry": {
|
|
902
|
-
"const": true
|
|
903
|
-
},
|
|
904
|
-
"hasSpeedEntry": {
|
|
905
|
-
"const": true
|
|
906
|
-
},
|
|
907
907
|
"darkvision": {
|
|
908
908
|
"type": "integer"
|
|
909
909
|
},
|
|
@@ -1147,24 +1147,24 @@
|
|
|
1147
1147
|
"speed": {
|
|
1148
1148
|
"$ref": "util.json#/$defs/speed"
|
|
1149
1149
|
},
|
|
1150
|
+
"abilityEntry": {
|
|
1151
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1152
|
+
},
|
|
1153
|
+
"creatureTypesEntry": {
|
|
1154
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1155
|
+
},
|
|
1156
|
+
"sizeEntry": {
|
|
1157
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1158
|
+
},
|
|
1159
|
+
"speedEntry": {
|
|
1160
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1161
|
+
},
|
|
1150
1162
|
"entries": {
|
|
1151
1163
|
"type": "array",
|
|
1152
1164
|
"items": {
|
|
1153
1165
|
"$ref": "entry.json"
|
|
1154
1166
|
}
|
|
1155
1167
|
},
|
|
1156
|
-
"hasAbilityScoreEntry": {
|
|
1157
|
-
"const": true
|
|
1158
|
-
},
|
|
1159
|
-
"hasCreatureTypeEntry": {
|
|
1160
|
-
"const": true
|
|
1161
|
-
},
|
|
1162
|
-
"hasSizeEntry": {
|
|
1163
|
-
"const": true
|
|
1164
|
-
},
|
|
1165
|
-
"hasSpeedEntry": {
|
|
1166
|
-
"const": true
|
|
1167
|
-
},
|
|
1168
1168
|
"darkvision": {
|
|
1169
1169
|
"type": "integer"
|
|
1170
1170
|
},
|
|
@@ -1413,24 +1413,24 @@
|
|
|
1413
1413
|
"speed": {
|
|
1414
1414
|
"$ref": "util.json#/$defs/speed"
|
|
1415
1415
|
},
|
|
1416
|
+
"abilityEntry": {
|
|
1417
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1418
|
+
},
|
|
1419
|
+
"creatureTypesEntry": {
|
|
1420
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1421
|
+
},
|
|
1422
|
+
"sizeEntry": {
|
|
1423
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1424
|
+
},
|
|
1425
|
+
"speedEntry": {
|
|
1426
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1427
|
+
},
|
|
1416
1428
|
"entries": {
|
|
1417
1429
|
"type": "array",
|
|
1418
1430
|
"items": {
|
|
1419
1431
|
"$ref": "entry.json"
|
|
1420
1432
|
}
|
|
1421
1433
|
},
|
|
1422
|
-
"hasAbilityScoreEntry": {
|
|
1423
|
-
"const": true
|
|
1424
|
-
},
|
|
1425
|
-
"hasCreatureTypeEntry": {
|
|
1426
|
-
"const": true
|
|
1427
|
-
},
|
|
1428
|
-
"hasSizeEntry": {
|
|
1429
|
-
"const": true
|
|
1430
|
-
},
|
|
1431
|
-
"hasSpeedEntry": {
|
|
1432
|
-
"const": true
|
|
1433
|
-
},
|
|
1434
1434
|
"darkvision": {
|
|
1435
1435
|
"type": "integer"
|
|
1436
1436
|
},
|
package/schema/ua/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
|
"enum": [
|
package/schema/ua/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/ua/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": {
|
|
@@ -181,6 +181,9 @@
|
|
|
181
181
|
"otherSources": {
|
|
182
182
|
"$ref": "../util.json#/$defs/otherSources"
|
|
183
183
|
},
|
|
184
|
+
"reprintedAs": {
|
|
185
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
186
|
+
},
|
|
184
187
|
"damageInflict": {
|
|
185
188
|
"type": "array",
|
|
186
189
|
"uniqueItems": true,
|
|
@@ -707,6 +710,9 @@
|
|
|
707
710
|
"otherSources": {
|
|
708
711
|
"$ref": "../util.json#/$defs/otherSources"
|
|
709
712
|
},
|
|
713
|
+
"reprintedAs": {
|
|
714
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
715
|
+
},
|
|
710
716
|
"damageInflict": {
|
|
711
717
|
"type": "array",
|
|
712
718
|
"uniqueItems": true,
|
|
@@ -1241,6 +1247,9 @@
|
|
|
1241
1247
|
"otherSources": {
|
|
1242
1248
|
"$ref": "../util.json#/$defs/otherSources"
|
|
1243
1249
|
},
|
|
1250
|
+
"reprintedAs": {
|
|
1251
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
1252
|
+
},
|
|
1244
1253
|
"damageInflict": {
|
|
1245
1254
|
"type": "array",
|
|
1246
1255
|
"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
|
},
|
|
@@ -66,6 +72,9 @@
|
|
|
66
72
|
},
|
|
67
73
|
"otherSources": {
|
|
68
74
|
"$ref": "util.json#/$defs/otherSources"
|
|
75
|
+
},
|
|
76
|
+
"reprintedAs": {
|
|
77
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
69
78
|
}
|
|
70
79
|
},
|
|
71
80
|
"required": [
|
|
@@ -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
|
},
|
|
@@ -110,6 +113,9 @@
|
|
|
110
113
|
"page": {
|
|
111
114
|
"$ref": "util.json#/$defs/page"
|
|
112
115
|
},
|
|
116
|
+
"reprintedAs": {
|
|
117
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
118
|
+
},
|
|
113
119
|
"prerequisite": {
|
|
114
120
|
"$ref": "util.json#/$defs/prerequisite"
|
|
115
121
|
},
|
|
@@ -207,6 +213,9 @@
|
|
|
207
213
|
"page": {
|
|
208
214
|
"$ref": "util.json#/$defs/page"
|
|
209
215
|
},
|
|
216
|
+
"reprintedAs": {
|
|
217
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
218
|
+
},
|
|
210
219
|
"prerequisite": {
|
|
211
220
|
"$ref": "util.json#/$defs/prerequisite"
|
|
212
221
|
},
|