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": "feats.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"featData": {
|
|
@@ -40,9 +40,18 @@
|
|
|
40
40
|
"srd52": {
|
|
41
41
|
"$ref": "util.json#/$defs/srd"
|
|
42
42
|
},
|
|
43
|
+
"basicRules": {
|
|
44
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
45
|
+
},
|
|
46
|
+
"freeRules2024": {
|
|
47
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
48
|
+
},
|
|
43
49
|
"otherSources": {
|
|
44
50
|
"$ref": "util.json#/$defs/otherSources"
|
|
45
51
|
},
|
|
52
|
+
"reprintedAs": {
|
|
53
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
54
|
+
},
|
|
46
55
|
"repeatable": {
|
|
47
56
|
"type": "boolean"
|
|
48
57
|
},
|
|
@@ -158,9 +167,18 @@
|
|
|
158
167
|
"srd52": {
|
|
159
168
|
"$ref": "util.json#/$defs/srd"
|
|
160
169
|
},
|
|
170
|
+
"basicRules": {
|
|
171
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
172
|
+
},
|
|
173
|
+
"freeRules2024": {
|
|
174
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
175
|
+
},
|
|
161
176
|
"otherSources": {
|
|
162
177
|
"$ref": "util.json#/$defs/otherSources"
|
|
163
178
|
},
|
|
179
|
+
"reprintedAs": {
|
|
180
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
181
|
+
},
|
|
164
182
|
"repeatable": {
|
|
165
183
|
"type": "boolean"
|
|
166
184
|
},
|
|
@@ -279,9 +297,18 @@
|
|
|
279
297
|
"srd52": {
|
|
280
298
|
"$ref": "util.json#/$defs/srd"
|
|
281
299
|
},
|
|
300
|
+
"basicRules": {
|
|
301
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
302
|
+
},
|
|
303
|
+
"freeRules2024": {
|
|
304
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
305
|
+
},
|
|
282
306
|
"otherSources": {
|
|
283
307
|
"$ref": "util.json#/$defs/otherSources"
|
|
284
308
|
},
|
|
309
|
+
"reprintedAs": {
|
|
310
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
311
|
+
},
|
|
285
312
|
"repeatable": {
|
|
286
313
|
"type": "boolean"
|
|
287
314
|
},
|
|
@@ -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
|
},
|
|
@@ -1053,6 +1098,21 @@
|
|
|
1053
1098
|
"page": {
|
|
1054
1099
|
"$ref": "util.json#/$defs/page"
|
|
1055
1100
|
},
|
|
1101
|
+
"srd": {
|
|
1102
|
+
"$ref": "util.json#/$defs/srd"
|
|
1103
|
+
},
|
|
1104
|
+
"srd52": {
|
|
1105
|
+
"$ref": "util.json#/$defs/srd"
|
|
1106
|
+
},
|
|
1107
|
+
"basicRules": {
|
|
1108
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1109
|
+
},
|
|
1110
|
+
"freeRules2024": {
|
|
1111
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1112
|
+
},
|
|
1113
|
+
"reprintedAs": {
|
|
1114
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1115
|
+
},
|
|
1056
1116
|
"name": {
|
|
1057
1117
|
"type": "string"
|
|
1058
1118
|
},
|
|
@@ -1077,6 +1137,21 @@
|
|
|
1077
1137
|
"page": {
|
|
1078
1138
|
"$ref": "util.json#/$defs/page"
|
|
1079
1139
|
},
|
|
1140
|
+
"srd": {
|
|
1141
|
+
"$ref": "util.json#/$defs/srd"
|
|
1142
|
+
},
|
|
1143
|
+
"srd52": {
|
|
1144
|
+
"$ref": "util.json#/$defs/srd"
|
|
1145
|
+
},
|
|
1146
|
+
"basicRules": {
|
|
1147
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1148
|
+
},
|
|
1149
|
+
"freeRules2024": {
|
|
1150
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1151
|
+
},
|
|
1152
|
+
"reprintedAs": {
|
|
1153
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1154
|
+
},
|
|
1080
1155
|
"name": {
|
|
1081
1156
|
"type": "string"
|
|
1082
1157
|
},
|
|
@@ -1110,6 +1185,21 @@
|
|
|
1110
1185
|
"page": {
|
|
1111
1186
|
"$ref": "util.json#/$defs/page"
|
|
1112
1187
|
},
|
|
1188
|
+
"srd": {
|
|
1189
|
+
"$ref": "util.json#/$defs/srd"
|
|
1190
|
+
},
|
|
1191
|
+
"srd52": {
|
|
1192
|
+
"$ref": "util.json#/$defs/srd"
|
|
1193
|
+
},
|
|
1194
|
+
"basicRules": {
|
|
1195
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1196
|
+
},
|
|
1197
|
+
"freeRules2024": {
|
|
1198
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1199
|
+
},
|
|
1200
|
+
"reprintedAs": {
|
|
1201
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1202
|
+
},
|
|
1113
1203
|
"name": {
|
|
1114
1204
|
"type": "string"
|
|
1115
1205
|
},
|
|
@@ -1139,6 +1229,21 @@
|
|
|
1139
1229
|
"page": {
|
|
1140
1230
|
"$ref": "util.json#/$defs/page"
|
|
1141
1231
|
},
|
|
1232
|
+
"srd": {
|
|
1233
|
+
"$ref": "util.json#/$defs/srd"
|
|
1234
|
+
},
|
|
1235
|
+
"srd52": {
|
|
1236
|
+
"$ref": "util.json#/$defs/srd"
|
|
1237
|
+
},
|
|
1238
|
+
"basicRules": {
|
|
1239
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1240
|
+
},
|
|
1241
|
+
"freeRules2024": {
|
|
1242
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1243
|
+
},
|
|
1244
|
+
"reprintedAs": {
|
|
1245
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1246
|
+
},
|
|
1142
1247
|
"name": {
|
|
1143
1248
|
"type": "string"
|
|
1144
1249
|
},
|
|
@@ -1169,6 +1274,21 @@
|
|
|
1169
1274
|
"page": {
|
|
1170
1275
|
"$ref": "util.json#/$defs/page"
|
|
1171
1276
|
},
|
|
1277
|
+
"srd": {
|
|
1278
|
+
"$ref": "util.json#/$defs/srd"
|
|
1279
|
+
},
|
|
1280
|
+
"srd52": {
|
|
1281
|
+
"$ref": "util.json#/$defs/srd"
|
|
1282
|
+
},
|
|
1283
|
+
"basicRules": {
|
|
1284
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1285
|
+
},
|
|
1286
|
+
"freeRules2024": {
|
|
1287
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1288
|
+
},
|
|
1289
|
+
"reprintedAs": {
|
|
1290
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1291
|
+
},
|
|
1172
1292
|
"name": {
|
|
1173
1293
|
"type": "string"
|
|
1174
1294
|
},
|
|
@@ -1198,6 +1318,21 @@
|
|
|
1198
1318
|
"page": {
|
|
1199
1319
|
"$ref": "util.json#/$defs/page"
|
|
1200
1320
|
},
|
|
1321
|
+
"srd": {
|
|
1322
|
+
"$ref": "util.json#/$defs/srd"
|
|
1323
|
+
},
|
|
1324
|
+
"srd52": {
|
|
1325
|
+
"$ref": "util.json#/$defs/srd"
|
|
1326
|
+
},
|
|
1327
|
+
"basicRules": {
|
|
1328
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1329
|
+
},
|
|
1330
|
+
"freeRules2024": {
|
|
1331
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1332
|
+
},
|
|
1333
|
+
"reprintedAs": {
|
|
1334
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1335
|
+
},
|
|
1201
1336
|
"name": {
|
|
1202
1337
|
"type": "string"
|
|
1203
1338
|
},
|
|
@@ -1308,6 +1443,18 @@
|
|
|
1308
1443
|
"page": {
|
|
1309
1444
|
"$ref": "util.json#/$defs/page"
|
|
1310
1445
|
},
|
|
1446
|
+
"srd": {
|
|
1447
|
+
"$ref": "util.json#/$defs/srd"
|
|
1448
|
+
},
|
|
1449
|
+
"srd52": {
|
|
1450
|
+
"$ref": "util.json#/$defs/srd"
|
|
1451
|
+
},
|
|
1452
|
+
"basicRules": {
|
|
1453
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1454
|
+
},
|
|
1455
|
+
"freeRules2024": {
|
|
1456
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
1457
|
+
},
|
|
1311
1458
|
"prerequisite": {
|
|
1312
1459
|
"$ref": "util.json#/$defs/prerequisite"
|
|
1313
1460
|
},
|
|
@@ -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
|
},
|
|
@@ -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
|
},
|
|
@@ -295,24 +295,24 @@
|
|
|
295
295
|
"speed": {
|
|
296
296
|
"$ref": "util.json#/$defs/speed"
|
|
297
297
|
},
|
|
298
|
+
"abilityEntry": {
|
|
299
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
300
|
+
},
|
|
301
|
+
"creatureTypesEntry": {
|
|
302
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
303
|
+
},
|
|
304
|
+
"sizeEntry": {
|
|
305
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
306
|
+
},
|
|
307
|
+
"speedEntry": {
|
|
308
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
309
|
+
},
|
|
298
310
|
"entries": {
|
|
299
311
|
"type": "array",
|
|
300
312
|
"items": {
|
|
301
313
|
"$ref": "entry.json"
|
|
302
314
|
}
|
|
303
315
|
},
|
|
304
|
-
"hasAbilityScoreEntry": {
|
|
305
|
-
"const": true
|
|
306
|
-
},
|
|
307
|
-
"hasCreatureTypeEntry": {
|
|
308
|
-
"const": true
|
|
309
|
-
},
|
|
310
|
-
"hasSizeEntry": {
|
|
311
|
-
"const": true
|
|
312
|
-
},
|
|
313
|
-
"hasSpeedEntry": {
|
|
314
|
-
"const": true
|
|
315
|
-
},
|
|
316
316
|
"darkvision": {
|
|
317
317
|
"type": "integer"
|
|
318
318
|
},
|
|
@@ -625,24 +625,24 @@
|
|
|
625
625
|
"speed": {
|
|
626
626
|
"$ref": "util.json#/$defs/speed"
|
|
627
627
|
},
|
|
628
|
+
"abilityEntry": {
|
|
629
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
630
|
+
},
|
|
631
|
+
"creatureTypesEntry": {
|
|
632
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
633
|
+
},
|
|
634
|
+
"sizeEntry": {
|
|
635
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
636
|
+
},
|
|
637
|
+
"speedEntry": {
|
|
638
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
639
|
+
},
|
|
628
640
|
"entries": {
|
|
629
641
|
"type": "array",
|
|
630
642
|
"items": {
|
|
631
643
|
"$ref": "entry.json"
|
|
632
644
|
}
|
|
633
645
|
},
|
|
634
|
-
"hasAbilityScoreEntry": {
|
|
635
|
-
"const": true
|
|
636
|
-
},
|
|
637
|
-
"hasCreatureTypeEntry": {
|
|
638
|
-
"const": true
|
|
639
|
-
},
|
|
640
|
-
"hasSizeEntry": {
|
|
641
|
-
"const": true
|
|
642
|
-
},
|
|
643
|
-
"hasSpeedEntry": {
|
|
644
|
-
"const": true
|
|
645
|
-
},
|
|
646
646
|
"darkvision": {
|
|
647
647
|
"type": "integer"
|
|
648
648
|
},
|
|
@@ -877,24 +877,24 @@
|
|
|
877
877
|
"speed": {
|
|
878
878
|
"$ref": "util.json#/$defs/speed"
|
|
879
879
|
},
|
|
880
|
+
"abilityEntry": {
|
|
881
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
882
|
+
},
|
|
883
|
+
"creatureTypesEntry": {
|
|
884
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
885
|
+
},
|
|
886
|
+
"sizeEntry": {
|
|
887
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
888
|
+
},
|
|
889
|
+
"speedEntry": {
|
|
890
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
891
|
+
},
|
|
880
892
|
"entries": {
|
|
881
893
|
"type": "array",
|
|
882
894
|
"items": {
|
|
883
895
|
"$ref": "entry.json"
|
|
884
896
|
}
|
|
885
897
|
},
|
|
886
|
-
"hasAbilityScoreEntry": {
|
|
887
|
-
"const": true
|
|
888
|
-
},
|
|
889
|
-
"hasCreatureTypeEntry": {
|
|
890
|
-
"const": true
|
|
891
|
-
},
|
|
892
|
-
"hasSizeEntry": {
|
|
893
|
-
"const": true
|
|
894
|
-
},
|
|
895
|
-
"hasSpeedEntry": {
|
|
896
|
-
"const": true
|
|
897
|
-
},
|
|
898
898
|
"darkvision": {
|
|
899
899
|
"type": "integer"
|
|
900
900
|
},
|
|
@@ -1135,24 +1135,24 @@
|
|
|
1135
1135
|
"speed": {
|
|
1136
1136
|
"$ref": "util.json#/$defs/speed"
|
|
1137
1137
|
},
|
|
1138
|
+
"abilityEntry": {
|
|
1139
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1140
|
+
},
|
|
1141
|
+
"creatureTypesEntry": {
|
|
1142
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1143
|
+
},
|
|
1144
|
+
"sizeEntry": {
|
|
1145
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1146
|
+
},
|
|
1147
|
+
"speedEntry": {
|
|
1148
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1149
|
+
},
|
|
1138
1150
|
"entries": {
|
|
1139
1151
|
"type": "array",
|
|
1140
1152
|
"items": {
|
|
1141
1153
|
"$ref": "entry.json"
|
|
1142
1154
|
}
|
|
1143
1155
|
},
|
|
1144
|
-
"hasAbilityScoreEntry": {
|
|
1145
|
-
"const": true
|
|
1146
|
-
},
|
|
1147
|
-
"hasCreatureTypeEntry": {
|
|
1148
|
-
"const": true
|
|
1149
|
-
},
|
|
1150
|
-
"hasSizeEntry": {
|
|
1151
|
-
"const": true
|
|
1152
|
-
},
|
|
1153
|
-
"hasSpeedEntry": {
|
|
1154
|
-
"const": true
|
|
1155
|
-
},
|
|
1156
1156
|
"darkvision": {
|
|
1157
1157
|
"type": "integer"
|
|
1158
1158
|
},
|
|
@@ -1398,24 +1398,24 @@
|
|
|
1398
1398
|
"speed": {
|
|
1399
1399
|
"$ref": "util.json#/$defs/speed"
|
|
1400
1400
|
},
|
|
1401
|
+
"abilityEntry": {
|
|
1402
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1403
|
+
},
|
|
1404
|
+
"creatureTypesEntry": {
|
|
1405
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1406
|
+
},
|
|
1407
|
+
"sizeEntry": {
|
|
1408
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1409
|
+
},
|
|
1410
|
+
"speedEntry": {
|
|
1411
|
+
"$ref": "entry.json#/$defs/entryItem"
|
|
1412
|
+
},
|
|
1401
1413
|
"entries": {
|
|
1402
1414
|
"type": "array",
|
|
1403
1415
|
"items": {
|
|
1404
1416
|
"$ref": "entry.json"
|
|
1405
1417
|
}
|
|
1406
1418
|
},
|
|
1407
|
-
"hasAbilityScoreEntry": {
|
|
1408
|
-
"const": true
|
|
1409
|
-
},
|
|
1410
|
-
"hasCreatureTypeEntry": {
|
|
1411
|
-
"const": true
|
|
1412
|
-
},
|
|
1413
|
-
"hasSizeEntry": {
|
|
1414
|
-
"const": true
|
|
1415
|
-
},
|
|
1416
|
-
"hasSpeedEntry": {
|
|
1417
|
-
"const": true
|
|
1418
|
-
},
|
|
1419
1419
|
"darkvision": {
|
|
1420
1420
|
"type": "integer"
|
|
1421
1421
|
},
|
|
@@ -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": [
|
|
@@ -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": {
|
|
@@ -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,
|
|
@@ -527,6 +530,9 @@
|
|
|
527
530
|
"otherSources": {
|
|
528
531
|
"$ref": "../util.json#/$defs/otherSources"
|
|
529
532
|
},
|
|
533
|
+
"reprintedAs": {
|
|
534
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
535
|
+
},
|
|
530
536
|
"damageInflict": {
|
|
531
537
|
"type": "array",
|
|
532
538
|
"uniqueItems": true,
|
|
@@ -881,6 +887,9 @@
|
|
|
881
887
|
"otherSources": {
|
|
882
888
|
"$ref": "../util.json#/$defs/otherSources"
|
|
883
889
|
},
|
|
890
|
+
"reprintedAs": {
|
|
891
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
892
|
+
},
|
|
884
893
|
"damageInflict": {
|
|
885
894
|
"type": "array",
|
|
886
895
|
"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": {
|
|
@@ -57,6 +57,12 @@
|
|
|
57
57
|
"srd52": {
|
|
58
58
|
"$ref": "util.json#/$defs/srd"
|
|
59
59
|
},
|
|
60
|
+
"basicRules": {
|
|
61
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
62
|
+
},
|
|
63
|
+
"freeRules2024": {
|
|
64
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
65
|
+
},
|
|
60
66
|
"legacy": {
|
|
61
67
|
"$ref": "util.json#/$defs/legacy"
|
|
62
68
|
},
|
|
@@ -65,6 +71,9 @@
|
|
|
65
71
|
},
|
|
66
72
|
"otherSources": {
|
|
67
73
|
"$ref": "util.json#/$defs/otherSources"
|
|
74
|
+
},
|
|
75
|
+
"reprintedAs": {
|
|
76
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
68
77
|
}
|
|
69
78
|
},
|
|
70
79
|
"required": [
|