5etools-utils 0.16.32 → 0.16.34
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 +2 -2
- package/schema/brew/util-foundry.json +64 -13
- package/schema/brew/util.json +2 -1
- package/schema/brew-fast/util-foundry.json +64 -13
- package/schema/brew-fast/util.json +2 -1
- package/schema/site/util-foundry.json +64 -13
- package/schema/site/util.json +2 -1
- package/schema/site-fast/util-foundry.json +64 -13
- package/schema/site-fast/util.json +2 -1
- package/schema/ua/util-foundry.json +64 -13
- package/schema/ua/util.json +2 -1
- package/schema/ua-fast/util-foundry.json +64 -13
- package/schema/ua-fast/util.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "5etools-utils",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.34",
|
|
4
4
|
"description": "Shared utilities for the 5etools ecosystem.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/Api.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"build:dangerous:sources": "node node/fetch-5etools-sources.js",
|
|
40
40
|
"build": "node node/compile-schemas.js",
|
|
41
41
|
"test": "npm run lint:js && npm run test:js",
|
|
42
|
-
"test:js": "node --localstorage-file test/localstorage.tmp --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
42
|
+
"test:js": "node --disable-warning=ExperimentalWarning --localstorage-file test/localstorage.tmp --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
43
43
|
"lint": "npm run lint:js",
|
|
44
44
|
"lint:js": "eslint lib node test --fix",
|
|
45
45
|
"lint:js:fast": "node bin/lint-js-changed.js",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.12",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -172,11 +172,46 @@
|
|
|
172
172
|
"woodcarver"
|
|
173
173
|
]
|
|
174
174
|
},
|
|
175
|
+
"_foundryConsumesName": {
|
|
176
|
+
"description": "Foundry-specific consumption links. Consider upgrading to \"consumesName\" in future.",
|
|
177
|
+
"markdownDescription": "Foundry-specific consumption links. Consider upgrading to "consumesName" in future.",
|
|
178
|
+
"type": "string",
|
|
179
|
+
"examples": [
|
|
180
|
+
"Bardic Inspiration",
|
|
181
|
+
"Superiority Die",
|
|
182
|
+
"Ki",
|
|
183
|
+
"Channel Divinity",
|
|
184
|
+
"Psionic Energy Die",
|
|
185
|
+
"Wild Shape",
|
|
186
|
+
"Sorcery Point",
|
|
187
|
+
"Arcane Shot",
|
|
188
|
+
"Focus Point",
|
|
189
|
+
"Favored Enemy",
|
|
190
|
+
"Innate Sorcery",
|
|
191
|
+
"Soul Trinket"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
175
194
|
"_foundryIdRef": {
|
|
176
195
|
"type": "object",
|
|
177
196
|
"properties": {
|
|
178
197
|
"foundryId": {
|
|
179
198
|
"$ref": "#/$defs/foundryIdShort"
|
|
199
|
+
},
|
|
200
|
+
"level": {
|
|
201
|
+
"type": "object",
|
|
202
|
+
"properties": {
|
|
203
|
+
"min": {
|
|
204
|
+
"type": "integer"
|
|
205
|
+
},
|
|
206
|
+
"max": {
|
|
207
|
+
"type": "integer"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"additionalProperties": false,
|
|
211
|
+
"minProperties": 1
|
|
212
|
+
},
|
|
213
|
+
"onSave": {
|
|
214
|
+
"type": "boolean"
|
|
180
215
|
}
|
|
181
216
|
},
|
|
182
217
|
"required": [
|
|
@@ -493,7 +528,7 @@
|
|
|
493
528
|
"type": "object",
|
|
494
529
|
"properties": {
|
|
495
530
|
"name": {
|
|
496
|
-
"$ref": "
|
|
531
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
497
532
|
}
|
|
498
533
|
},
|
|
499
534
|
"required": [
|
|
@@ -591,7 +626,7 @@
|
|
|
591
626
|
"type": "object",
|
|
592
627
|
"properties": {
|
|
593
628
|
"name": {
|
|
594
|
-
"$ref": "
|
|
629
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
595
630
|
}
|
|
596
631
|
},
|
|
597
632
|
"required": [
|
|
@@ -692,7 +727,7 @@
|
|
|
692
727
|
"type": "object",
|
|
693
728
|
"properties": {
|
|
694
729
|
"name": {
|
|
695
|
-
"$ref": "
|
|
730
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
696
731
|
}
|
|
697
732
|
},
|
|
698
733
|
"required": [
|
|
@@ -793,7 +828,7 @@
|
|
|
793
828
|
"type": "object",
|
|
794
829
|
"properties": {
|
|
795
830
|
"name": {
|
|
796
|
-
"$ref": "
|
|
831
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
797
832
|
}
|
|
798
833
|
},
|
|
799
834
|
"required": [
|
|
@@ -894,7 +929,7 @@
|
|
|
894
929
|
"type": "object",
|
|
895
930
|
"properties": {
|
|
896
931
|
"name": {
|
|
897
|
-
"$ref": "
|
|
932
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
898
933
|
}
|
|
899
934
|
},
|
|
900
935
|
"required": [
|
|
@@ -1016,7 +1051,7 @@
|
|
|
1016
1051
|
"type": "object",
|
|
1017
1052
|
"properties": {
|
|
1018
1053
|
"name": {
|
|
1019
|
-
"$ref": "
|
|
1054
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1020
1055
|
}
|
|
1021
1056
|
},
|
|
1022
1057
|
"required": [
|
|
@@ -1117,7 +1152,7 @@
|
|
|
1117
1152
|
"type": "object",
|
|
1118
1153
|
"properties": {
|
|
1119
1154
|
"name": {
|
|
1120
|
-
"$ref": "
|
|
1155
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1121
1156
|
}
|
|
1122
1157
|
},
|
|
1123
1158
|
"required": [
|
|
@@ -1226,7 +1261,7 @@
|
|
|
1226
1261
|
"type": "object",
|
|
1227
1262
|
"properties": {
|
|
1228
1263
|
"name": {
|
|
1229
|
-
"$ref": "
|
|
1264
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1230
1265
|
}
|
|
1231
1266
|
},
|
|
1232
1267
|
"required": [
|
|
@@ -1257,6 +1292,22 @@
|
|
|
1257
1292
|
"foundryId": {
|
|
1258
1293
|
"$ref": "#/$defs/foundryIdShort"
|
|
1259
1294
|
},
|
|
1295
|
+
"level": {
|
|
1296
|
+
"type": "object",
|
|
1297
|
+
"properties": {
|
|
1298
|
+
"min": {
|
|
1299
|
+
"type": "integer"
|
|
1300
|
+
},
|
|
1301
|
+
"max": {
|
|
1302
|
+
"type": "integer"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"additionalProperties": false,
|
|
1306
|
+
"minProperties": 1
|
|
1307
|
+
},
|
|
1308
|
+
"onSave": {
|
|
1309
|
+
"type": "boolean"
|
|
1310
|
+
},
|
|
1260
1311
|
"riders": {
|
|
1261
1312
|
"type": "object",
|
|
1262
1313
|
"properties": {
|
|
@@ -1362,7 +1413,7 @@
|
|
|
1362
1413
|
"type": "object",
|
|
1363
1414
|
"properties": {
|
|
1364
1415
|
"name": {
|
|
1365
|
-
"$ref": "
|
|
1416
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1366
1417
|
}
|
|
1367
1418
|
},
|
|
1368
1419
|
"required": [
|
|
@@ -1466,7 +1517,7 @@
|
|
|
1466
1517
|
"type": "object",
|
|
1467
1518
|
"properties": {
|
|
1468
1519
|
"name": {
|
|
1469
|
-
"$ref": "
|
|
1520
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1470
1521
|
}
|
|
1471
1522
|
},
|
|
1472
1523
|
"required": [
|
|
@@ -1578,7 +1629,7 @@
|
|
|
1578
1629
|
"type": "object",
|
|
1579
1630
|
"properties": {
|
|
1580
1631
|
"name": {
|
|
1581
|
-
"$ref": "
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1582
1633
|
}
|
|
1583
1634
|
},
|
|
1584
1635
|
"required": [
|
|
@@ -1682,7 +1733,7 @@
|
|
|
1682
1733
|
"type": "object",
|
|
1683
1734
|
"properties": {
|
|
1684
1735
|
"name": {
|
|
1685
|
-
"$ref": "
|
|
1736
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1686
1737
|
}
|
|
1687
1738
|
},
|
|
1688
1739
|
"required": [
|
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.19.
|
|
6
|
+
"version": "1.19.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3031,6 +3031,7 @@
|
|
|
3031
3031
|
"consumesName": {
|
|
3032
3032
|
"type": "string",
|
|
3033
3033
|
"examples": [
|
|
3034
|
+
"Bardic Inspiration",
|
|
3034
3035
|
"Superiority Die",
|
|
3035
3036
|
"Ki",
|
|
3036
3037
|
"Channel Divinity",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.12",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -172,11 +172,46 @@
|
|
|
172
172
|
"woodcarver"
|
|
173
173
|
]
|
|
174
174
|
},
|
|
175
|
+
"_foundryConsumesName": {
|
|
176
|
+
"description": "Foundry-specific consumption links. Consider upgrading to \"consumesName\" in future.",
|
|
177
|
+
"markdownDescription": "Foundry-specific consumption links. Consider upgrading to "consumesName" in future.",
|
|
178
|
+
"type": "string",
|
|
179
|
+
"examples": [
|
|
180
|
+
"Bardic Inspiration",
|
|
181
|
+
"Superiority Die",
|
|
182
|
+
"Ki",
|
|
183
|
+
"Channel Divinity",
|
|
184
|
+
"Psionic Energy Die",
|
|
185
|
+
"Wild Shape",
|
|
186
|
+
"Sorcery Point",
|
|
187
|
+
"Arcane Shot",
|
|
188
|
+
"Focus Point",
|
|
189
|
+
"Favored Enemy",
|
|
190
|
+
"Innate Sorcery",
|
|
191
|
+
"Soul Trinket"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
175
194
|
"_foundryIdRef": {
|
|
176
195
|
"type": "object",
|
|
177
196
|
"properties": {
|
|
178
197
|
"foundryId": {
|
|
179
198
|
"$ref": "#/$defs/foundryIdShort"
|
|
199
|
+
},
|
|
200
|
+
"level": {
|
|
201
|
+
"type": "object",
|
|
202
|
+
"properties": {
|
|
203
|
+
"min": {
|
|
204
|
+
"type": "integer"
|
|
205
|
+
},
|
|
206
|
+
"max": {
|
|
207
|
+
"type": "integer"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"additionalProperties": false,
|
|
211
|
+
"minProperties": 1
|
|
212
|
+
},
|
|
213
|
+
"onSave": {
|
|
214
|
+
"type": "boolean"
|
|
180
215
|
}
|
|
181
216
|
},
|
|
182
217
|
"required": [
|
|
@@ -493,7 +528,7 @@
|
|
|
493
528
|
"type": "object",
|
|
494
529
|
"properties": {
|
|
495
530
|
"name": {
|
|
496
|
-
"$ref": "
|
|
531
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
497
532
|
}
|
|
498
533
|
},
|
|
499
534
|
"required": [
|
|
@@ -591,7 +626,7 @@
|
|
|
591
626
|
"type": "object",
|
|
592
627
|
"properties": {
|
|
593
628
|
"name": {
|
|
594
|
-
"$ref": "
|
|
629
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
595
630
|
}
|
|
596
631
|
},
|
|
597
632
|
"required": [
|
|
@@ -692,7 +727,7 @@
|
|
|
692
727
|
"type": "object",
|
|
693
728
|
"properties": {
|
|
694
729
|
"name": {
|
|
695
|
-
"$ref": "
|
|
730
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
696
731
|
}
|
|
697
732
|
},
|
|
698
733
|
"required": [
|
|
@@ -793,7 +828,7 @@
|
|
|
793
828
|
"type": "object",
|
|
794
829
|
"properties": {
|
|
795
830
|
"name": {
|
|
796
|
-
"$ref": "
|
|
831
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
797
832
|
}
|
|
798
833
|
},
|
|
799
834
|
"required": [
|
|
@@ -894,7 +929,7 @@
|
|
|
894
929
|
"type": "object",
|
|
895
930
|
"properties": {
|
|
896
931
|
"name": {
|
|
897
|
-
"$ref": "
|
|
932
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
898
933
|
}
|
|
899
934
|
},
|
|
900
935
|
"required": [
|
|
@@ -1016,7 +1051,7 @@
|
|
|
1016
1051
|
"type": "object",
|
|
1017
1052
|
"properties": {
|
|
1018
1053
|
"name": {
|
|
1019
|
-
"$ref": "
|
|
1054
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1020
1055
|
}
|
|
1021
1056
|
},
|
|
1022
1057
|
"required": [
|
|
@@ -1117,7 +1152,7 @@
|
|
|
1117
1152
|
"type": "object",
|
|
1118
1153
|
"properties": {
|
|
1119
1154
|
"name": {
|
|
1120
|
-
"$ref": "
|
|
1155
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1121
1156
|
}
|
|
1122
1157
|
},
|
|
1123
1158
|
"required": [
|
|
@@ -1226,7 +1261,7 @@
|
|
|
1226
1261
|
"type": "object",
|
|
1227
1262
|
"properties": {
|
|
1228
1263
|
"name": {
|
|
1229
|
-
"$ref": "
|
|
1264
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1230
1265
|
}
|
|
1231
1266
|
},
|
|
1232
1267
|
"required": [
|
|
@@ -1257,6 +1292,22 @@
|
|
|
1257
1292
|
"foundryId": {
|
|
1258
1293
|
"$ref": "#/$defs/foundryIdShort"
|
|
1259
1294
|
},
|
|
1295
|
+
"level": {
|
|
1296
|
+
"type": "object",
|
|
1297
|
+
"properties": {
|
|
1298
|
+
"min": {
|
|
1299
|
+
"type": "integer"
|
|
1300
|
+
},
|
|
1301
|
+
"max": {
|
|
1302
|
+
"type": "integer"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"additionalProperties": false,
|
|
1306
|
+
"minProperties": 1
|
|
1307
|
+
},
|
|
1308
|
+
"onSave": {
|
|
1309
|
+
"type": "boolean"
|
|
1310
|
+
},
|
|
1260
1311
|
"riders": {
|
|
1261
1312
|
"type": "object",
|
|
1262
1313
|
"properties": {
|
|
@@ -1362,7 +1413,7 @@
|
|
|
1362
1413
|
"type": "object",
|
|
1363
1414
|
"properties": {
|
|
1364
1415
|
"name": {
|
|
1365
|
-
"$ref": "
|
|
1416
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1366
1417
|
}
|
|
1367
1418
|
},
|
|
1368
1419
|
"required": [
|
|
@@ -1466,7 +1517,7 @@
|
|
|
1466
1517
|
"type": "object",
|
|
1467
1518
|
"properties": {
|
|
1468
1519
|
"name": {
|
|
1469
|
-
"$ref": "
|
|
1520
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1470
1521
|
}
|
|
1471
1522
|
},
|
|
1472
1523
|
"required": [
|
|
@@ -1578,7 +1629,7 @@
|
|
|
1578
1629
|
"type": "object",
|
|
1579
1630
|
"properties": {
|
|
1580
1631
|
"name": {
|
|
1581
|
-
"$ref": "
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1582
1633
|
}
|
|
1583
1634
|
},
|
|
1584
1635
|
"required": [
|
|
@@ -1682,7 +1733,7 @@
|
|
|
1682
1733
|
"type": "object",
|
|
1683
1734
|
"properties": {
|
|
1684
1735
|
"name": {
|
|
1685
|
-
"$ref": "
|
|
1736
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1686
1737
|
}
|
|
1687
1738
|
},
|
|
1688
1739
|
"required": [
|
|
@@ -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.19.
|
|
6
|
+
"version": "1.19.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3031,6 +3031,7 @@
|
|
|
3031
3031
|
"consumesName": {
|
|
3032
3032
|
"type": "string",
|
|
3033
3033
|
"examples": [
|
|
3034
|
+
"Bardic Inspiration",
|
|
3034
3035
|
"Superiority Die",
|
|
3035
3036
|
"Ki",
|
|
3036
3037
|
"Channel Divinity",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.12",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -172,11 +172,46 @@
|
|
|
172
172
|
"woodcarver"
|
|
173
173
|
]
|
|
174
174
|
},
|
|
175
|
+
"_foundryConsumesName": {
|
|
176
|
+
"description": "Foundry-specific consumption links. Consider upgrading to \"consumesName\" in future.",
|
|
177
|
+
"markdownDescription": "Foundry-specific consumption links. Consider upgrading to "consumesName" in future.",
|
|
178
|
+
"type": "string",
|
|
179
|
+
"enum": [
|
|
180
|
+
"Bardic Inspiration",
|
|
181
|
+
"Superiority Die",
|
|
182
|
+
"Ki",
|
|
183
|
+
"Channel Divinity",
|
|
184
|
+
"Psionic Energy Die",
|
|
185
|
+
"Wild Shape",
|
|
186
|
+
"Sorcery Point",
|
|
187
|
+
"Arcane Shot",
|
|
188
|
+
"Focus Point",
|
|
189
|
+
"Favored Enemy",
|
|
190
|
+
"Innate Sorcery",
|
|
191
|
+
"Soul Trinket"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
175
194
|
"_foundryIdRef": {
|
|
176
195
|
"type": "object",
|
|
177
196
|
"properties": {
|
|
178
197
|
"foundryId": {
|
|
179
198
|
"$ref": "#/$defs/foundryIdShort"
|
|
199
|
+
},
|
|
200
|
+
"level": {
|
|
201
|
+
"type": "object",
|
|
202
|
+
"properties": {
|
|
203
|
+
"min": {
|
|
204
|
+
"type": "integer"
|
|
205
|
+
},
|
|
206
|
+
"max": {
|
|
207
|
+
"type": "integer"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"additionalProperties": false,
|
|
211
|
+
"minProperties": 1
|
|
212
|
+
},
|
|
213
|
+
"onSave": {
|
|
214
|
+
"type": "boolean"
|
|
180
215
|
}
|
|
181
216
|
},
|
|
182
217
|
"required": [
|
|
@@ -493,7 +528,7 @@
|
|
|
493
528
|
"type": "object",
|
|
494
529
|
"properties": {
|
|
495
530
|
"name": {
|
|
496
|
-
"$ref": "
|
|
531
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
497
532
|
}
|
|
498
533
|
},
|
|
499
534
|
"required": [
|
|
@@ -591,7 +626,7 @@
|
|
|
591
626
|
"type": "object",
|
|
592
627
|
"properties": {
|
|
593
628
|
"name": {
|
|
594
|
-
"$ref": "
|
|
629
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
595
630
|
}
|
|
596
631
|
},
|
|
597
632
|
"required": [
|
|
@@ -692,7 +727,7 @@
|
|
|
692
727
|
"type": "object",
|
|
693
728
|
"properties": {
|
|
694
729
|
"name": {
|
|
695
|
-
"$ref": "
|
|
730
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
696
731
|
}
|
|
697
732
|
},
|
|
698
733
|
"required": [
|
|
@@ -793,7 +828,7 @@
|
|
|
793
828
|
"type": "object",
|
|
794
829
|
"properties": {
|
|
795
830
|
"name": {
|
|
796
|
-
"$ref": "
|
|
831
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
797
832
|
}
|
|
798
833
|
},
|
|
799
834
|
"required": [
|
|
@@ -894,7 +929,7 @@
|
|
|
894
929
|
"type": "object",
|
|
895
930
|
"properties": {
|
|
896
931
|
"name": {
|
|
897
|
-
"$ref": "
|
|
932
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
898
933
|
}
|
|
899
934
|
},
|
|
900
935
|
"required": [
|
|
@@ -1016,7 +1051,7 @@
|
|
|
1016
1051
|
"type": "object",
|
|
1017
1052
|
"properties": {
|
|
1018
1053
|
"name": {
|
|
1019
|
-
"$ref": "
|
|
1054
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1020
1055
|
}
|
|
1021
1056
|
},
|
|
1022
1057
|
"required": [
|
|
@@ -1117,7 +1152,7 @@
|
|
|
1117
1152
|
"type": "object",
|
|
1118
1153
|
"properties": {
|
|
1119
1154
|
"name": {
|
|
1120
|
-
"$ref": "
|
|
1155
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1121
1156
|
}
|
|
1122
1157
|
},
|
|
1123
1158
|
"required": [
|
|
@@ -1226,7 +1261,7 @@
|
|
|
1226
1261
|
"type": "object",
|
|
1227
1262
|
"properties": {
|
|
1228
1263
|
"name": {
|
|
1229
|
-
"$ref": "
|
|
1264
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1230
1265
|
}
|
|
1231
1266
|
},
|
|
1232
1267
|
"required": [
|
|
@@ -1257,6 +1292,22 @@
|
|
|
1257
1292
|
"foundryId": {
|
|
1258
1293
|
"$ref": "#/$defs/foundryIdShort"
|
|
1259
1294
|
},
|
|
1295
|
+
"level": {
|
|
1296
|
+
"type": "object",
|
|
1297
|
+
"properties": {
|
|
1298
|
+
"min": {
|
|
1299
|
+
"type": "integer"
|
|
1300
|
+
},
|
|
1301
|
+
"max": {
|
|
1302
|
+
"type": "integer"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"additionalProperties": false,
|
|
1306
|
+
"minProperties": 1
|
|
1307
|
+
},
|
|
1308
|
+
"onSave": {
|
|
1309
|
+
"type": "boolean"
|
|
1310
|
+
},
|
|
1260
1311
|
"riders": {
|
|
1261
1312
|
"type": "object",
|
|
1262
1313
|
"properties": {
|
|
@@ -1362,7 +1413,7 @@
|
|
|
1362
1413
|
"type": "object",
|
|
1363
1414
|
"properties": {
|
|
1364
1415
|
"name": {
|
|
1365
|
-
"$ref": "
|
|
1416
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1366
1417
|
}
|
|
1367
1418
|
},
|
|
1368
1419
|
"required": [
|
|
@@ -1466,7 +1517,7 @@
|
|
|
1466
1517
|
"type": "object",
|
|
1467
1518
|
"properties": {
|
|
1468
1519
|
"name": {
|
|
1469
|
-
"$ref": "
|
|
1520
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1470
1521
|
}
|
|
1471
1522
|
},
|
|
1472
1523
|
"required": [
|
|
@@ -1578,7 +1629,7 @@
|
|
|
1578
1629
|
"type": "object",
|
|
1579
1630
|
"properties": {
|
|
1580
1631
|
"name": {
|
|
1581
|
-
"$ref": "
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1582
1633
|
}
|
|
1583
1634
|
},
|
|
1584
1635
|
"required": [
|
|
@@ -1682,7 +1733,7 @@
|
|
|
1682
1733
|
"type": "object",
|
|
1683
1734
|
"properties": {
|
|
1684
1735
|
"name": {
|
|
1685
|
-
"$ref": "
|
|
1736
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1686
1737
|
}
|
|
1687
1738
|
},
|
|
1688
1739
|
"required": [
|
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.19.
|
|
6
|
+
"version": "1.19.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2973,6 +2973,7 @@
|
|
|
2973
2973
|
"consumesName": {
|
|
2974
2974
|
"type": "string",
|
|
2975
2975
|
"enum": [
|
|
2976
|
+
"Bardic Inspiration",
|
|
2976
2977
|
"Superiority Die",
|
|
2977
2978
|
"Ki",
|
|
2978
2979
|
"Channel Divinity",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.12",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -172,11 +172,46 @@
|
|
|
172
172
|
"woodcarver"
|
|
173
173
|
]
|
|
174
174
|
},
|
|
175
|
+
"_foundryConsumesName": {
|
|
176
|
+
"description": "Foundry-specific consumption links. Consider upgrading to \"consumesName\" in future.",
|
|
177
|
+
"markdownDescription": "Foundry-specific consumption links. Consider upgrading to "consumesName" in future.",
|
|
178
|
+
"type": "string",
|
|
179
|
+
"enum": [
|
|
180
|
+
"Bardic Inspiration",
|
|
181
|
+
"Superiority Die",
|
|
182
|
+
"Ki",
|
|
183
|
+
"Channel Divinity",
|
|
184
|
+
"Psionic Energy Die",
|
|
185
|
+
"Wild Shape",
|
|
186
|
+
"Sorcery Point",
|
|
187
|
+
"Arcane Shot",
|
|
188
|
+
"Focus Point",
|
|
189
|
+
"Favored Enemy",
|
|
190
|
+
"Innate Sorcery",
|
|
191
|
+
"Soul Trinket"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
175
194
|
"_foundryIdRef": {
|
|
176
195
|
"type": "object",
|
|
177
196
|
"properties": {
|
|
178
197
|
"foundryId": {
|
|
179
198
|
"$ref": "#/$defs/foundryIdShort"
|
|
199
|
+
},
|
|
200
|
+
"level": {
|
|
201
|
+
"type": "object",
|
|
202
|
+
"properties": {
|
|
203
|
+
"min": {
|
|
204
|
+
"type": "integer"
|
|
205
|
+
},
|
|
206
|
+
"max": {
|
|
207
|
+
"type": "integer"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"additionalProperties": false,
|
|
211
|
+
"minProperties": 1
|
|
212
|
+
},
|
|
213
|
+
"onSave": {
|
|
214
|
+
"type": "boolean"
|
|
180
215
|
}
|
|
181
216
|
},
|
|
182
217
|
"required": [
|
|
@@ -493,7 +528,7 @@
|
|
|
493
528
|
"type": "object",
|
|
494
529
|
"properties": {
|
|
495
530
|
"name": {
|
|
496
|
-
"$ref": "
|
|
531
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
497
532
|
}
|
|
498
533
|
},
|
|
499
534
|
"required": [
|
|
@@ -591,7 +626,7 @@
|
|
|
591
626
|
"type": "object",
|
|
592
627
|
"properties": {
|
|
593
628
|
"name": {
|
|
594
|
-
"$ref": "
|
|
629
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
595
630
|
}
|
|
596
631
|
},
|
|
597
632
|
"required": [
|
|
@@ -692,7 +727,7 @@
|
|
|
692
727
|
"type": "object",
|
|
693
728
|
"properties": {
|
|
694
729
|
"name": {
|
|
695
|
-
"$ref": "
|
|
730
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
696
731
|
}
|
|
697
732
|
},
|
|
698
733
|
"required": [
|
|
@@ -793,7 +828,7 @@
|
|
|
793
828
|
"type": "object",
|
|
794
829
|
"properties": {
|
|
795
830
|
"name": {
|
|
796
|
-
"$ref": "
|
|
831
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
797
832
|
}
|
|
798
833
|
},
|
|
799
834
|
"required": [
|
|
@@ -894,7 +929,7 @@
|
|
|
894
929
|
"type": "object",
|
|
895
930
|
"properties": {
|
|
896
931
|
"name": {
|
|
897
|
-
"$ref": "
|
|
932
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
898
933
|
}
|
|
899
934
|
},
|
|
900
935
|
"required": [
|
|
@@ -1016,7 +1051,7 @@
|
|
|
1016
1051
|
"type": "object",
|
|
1017
1052
|
"properties": {
|
|
1018
1053
|
"name": {
|
|
1019
|
-
"$ref": "
|
|
1054
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1020
1055
|
}
|
|
1021
1056
|
},
|
|
1022
1057
|
"required": [
|
|
@@ -1117,7 +1152,7 @@
|
|
|
1117
1152
|
"type": "object",
|
|
1118
1153
|
"properties": {
|
|
1119
1154
|
"name": {
|
|
1120
|
-
"$ref": "
|
|
1155
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1121
1156
|
}
|
|
1122
1157
|
},
|
|
1123
1158
|
"required": [
|
|
@@ -1226,7 +1261,7 @@
|
|
|
1226
1261
|
"type": "object",
|
|
1227
1262
|
"properties": {
|
|
1228
1263
|
"name": {
|
|
1229
|
-
"$ref": "
|
|
1264
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1230
1265
|
}
|
|
1231
1266
|
},
|
|
1232
1267
|
"required": [
|
|
@@ -1257,6 +1292,22 @@
|
|
|
1257
1292
|
"foundryId": {
|
|
1258
1293
|
"$ref": "#/$defs/foundryIdShort"
|
|
1259
1294
|
},
|
|
1295
|
+
"level": {
|
|
1296
|
+
"type": "object",
|
|
1297
|
+
"properties": {
|
|
1298
|
+
"min": {
|
|
1299
|
+
"type": "integer"
|
|
1300
|
+
},
|
|
1301
|
+
"max": {
|
|
1302
|
+
"type": "integer"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"additionalProperties": false,
|
|
1306
|
+
"minProperties": 1
|
|
1307
|
+
},
|
|
1308
|
+
"onSave": {
|
|
1309
|
+
"type": "boolean"
|
|
1310
|
+
},
|
|
1260
1311
|
"riders": {
|
|
1261
1312
|
"type": "object",
|
|
1262
1313
|
"properties": {
|
|
@@ -1362,7 +1413,7 @@
|
|
|
1362
1413
|
"type": "object",
|
|
1363
1414
|
"properties": {
|
|
1364
1415
|
"name": {
|
|
1365
|
-
"$ref": "
|
|
1416
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1366
1417
|
}
|
|
1367
1418
|
},
|
|
1368
1419
|
"required": [
|
|
@@ -1466,7 +1517,7 @@
|
|
|
1466
1517
|
"type": "object",
|
|
1467
1518
|
"properties": {
|
|
1468
1519
|
"name": {
|
|
1469
|
-
"$ref": "
|
|
1520
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1470
1521
|
}
|
|
1471
1522
|
},
|
|
1472
1523
|
"required": [
|
|
@@ -1578,7 +1629,7 @@
|
|
|
1578
1629
|
"type": "object",
|
|
1579
1630
|
"properties": {
|
|
1580
1631
|
"name": {
|
|
1581
|
-
"$ref": "
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1582
1633
|
}
|
|
1583
1634
|
},
|
|
1584
1635
|
"required": [
|
|
@@ -1682,7 +1733,7 @@
|
|
|
1682
1733
|
"type": "object",
|
|
1683
1734
|
"properties": {
|
|
1684
1735
|
"name": {
|
|
1685
|
-
"$ref": "
|
|
1736
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1686
1737
|
}
|
|
1687
1738
|
},
|
|
1688
1739
|
"required": [
|
|
@@ -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.19.
|
|
6
|
+
"version": "1.19.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2973,6 +2973,7 @@
|
|
|
2973
2973
|
"consumesName": {
|
|
2974
2974
|
"type": "string",
|
|
2975
2975
|
"enum": [
|
|
2976
|
+
"Bardic Inspiration",
|
|
2976
2977
|
"Superiority Die",
|
|
2977
2978
|
"Ki",
|
|
2978
2979
|
"Channel Divinity",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.12",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -172,11 +172,46 @@
|
|
|
172
172
|
"woodcarver"
|
|
173
173
|
]
|
|
174
174
|
},
|
|
175
|
+
"_foundryConsumesName": {
|
|
176
|
+
"description": "Foundry-specific consumption links. Consider upgrading to \"consumesName\" in future.",
|
|
177
|
+
"markdownDescription": "Foundry-specific consumption links. Consider upgrading to "consumesName" in future.",
|
|
178
|
+
"type": "string",
|
|
179
|
+
"enum": [
|
|
180
|
+
"Bardic Inspiration",
|
|
181
|
+
"Superiority Die",
|
|
182
|
+
"Ki",
|
|
183
|
+
"Channel Divinity",
|
|
184
|
+
"Psionic Energy Die",
|
|
185
|
+
"Wild Shape",
|
|
186
|
+
"Sorcery Point",
|
|
187
|
+
"Arcane Shot",
|
|
188
|
+
"Focus Point",
|
|
189
|
+
"Favored Enemy",
|
|
190
|
+
"Innate Sorcery",
|
|
191
|
+
"Soul Trinket"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
175
194
|
"_foundryIdRef": {
|
|
176
195
|
"type": "object",
|
|
177
196
|
"properties": {
|
|
178
197
|
"foundryId": {
|
|
179
198
|
"$ref": "#/$defs/foundryIdShort"
|
|
199
|
+
},
|
|
200
|
+
"level": {
|
|
201
|
+
"type": "object",
|
|
202
|
+
"properties": {
|
|
203
|
+
"min": {
|
|
204
|
+
"type": "integer"
|
|
205
|
+
},
|
|
206
|
+
"max": {
|
|
207
|
+
"type": "integer"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"additionalProperties": false,
|
|
211
|
+
"minProperties": 1
|
|
212
|
+
},
|
|
213
|
+
"onSave": {
|
|
214
|
+
"type": "boolean"
|
|
180
215
|
}
|
|
181
216
|
},
|
|
182
217
|
"required": [
|
|
@@ -493,7 +528,7 @@
|
|
|
493
528
|
"type": "object",
|
|
494
529
|
"properties": {
|
|
495
530
|
"name": {
|
|
496
|
-
"$ref": "
|
|
531
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
497
532
|
}
|
|
498
533
|
},
|
|
499
534
|
"required": [
|
|
@@ -591,7 +626,7 @@
|
|
|
591
626
|
"type": "object",
|
|
592
627
|
"properties": {
|
|
593
628
|
"name": {
|
|
594
|
-
"$ref": "
|
|
629
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
595
630
|
}
|
|
596
631
|
},
|
|
597
632
|
"required": [
|
|
@@ -692,7 +727,7 @@
|
|
|
692
727
|
"type": "object",
|
|
693
728
|
"properties": {
|
|
694
729
|
"name": {
|
|
695
|
-
"$ref": "
|
|
730
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
696
731
|
}
|
|
697
732
|
},
|
|
698
733
|
"required": [
|
|
@@ -793,7 +828,7 @@
|
|
|
793
828
|
"type": "object",
|
|
794
829
|
"properties": {
|
|
795
830
|
"name": {
|
|
796
|
-
"$ref": "
|
|
831
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
797
832
|
}
|
|
798
833
|
},
|
|
799
834
|
"required": [
|
|
@@ -894,7 +929,7 @@
|
|
|
894
929
|
"type": "object",
|
|
895
930
|
"properties": {
|
|
896
931
|
"name": {
|
|
897
|
-
"$ref": "
|
|
932
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
898
933
|
}
|
|
899
934
|
},
|
|
900
935
|
"required": [
|
|
@@ -1016,7 +1051,7 @@
|
|
|
1016
1051
|
"type": "object",
|
|
1017
1052
|
"properties": {
|
|
1018
1053
|
"name": {
|
|
1019
|
-
"$ref": "
|
|
1054
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1020
1055
|
}
|
|
1021
1056
|
},
|
|
1022
1057
|
"required": [
|
|
@@ -1117,7 +1152,7 @@
|
|
|
1117
1152
|
"type": "object",
|
|
1118
1153
|
"properties": {
|
|
1119
1154
|
"name": {
|
|
1120
|
-
"$ref": "
|
|
1155
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1121
1156
|
}
|
|
1122
1157
|
},
|
|
1123
1158
|
"required": [
|
|
@@ -1226,7 +1261,7 @@
|
|
|
1226
1261
|
"type": "object",
|
|
1227
1262
|
"properties": {
|
|
1228
1263
|
"name": {
|
|
1229
|
-
"$ref": "
|
|
1264
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1230
1265
|
}
|
|
1231
1266
|
},
|
|
1232
1267
|
"required": [
|
|
@@ -1257,6 +1292,22 @@
|
|
|
1257
1292
|
"foundryId": {
|
|
1258
1293
|
"$ref": "#/$defs/foundryIdShort"
|
|
1259
1294
|
},
|
|
1295
|
+
"level": {
|
|
1296
|
+
"type": "object",
|
|
1297
|
+
"properties": {
|
|
1298
|
+
"min": {
|
|
1299
|
+
"type": "integer"
|
|
1300
|
+
},
|
|
1301
|
+
"max": {
|
|
1302
|
+
"type": "integer"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"additionalProperties": false,
|
|
1306
|
+
"minProperties": 1
|
|
1307
|
+
},
|
|
1308
|
+
"onSave": {
|
|
1309
|
+
"type": "boolean"
|
|
1310
|
+
},
|
|
1260
1311
|
"riders": {
|
|
1261
1312
|
"type": "object",
|
|
1262
1313
|
"properties": {
|
|
@@ -1362,7 +1413,7 @@
|
|
|
1362
1413
|
"type": "object",
|
|
1363
1414
|
"properties": {
|
|
1364
1415
|
"name": {
|
|
1365
|
-
"$ref": "
|
|
1416
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1366
1417
|
}
|
|
1367
1418
|
},
|
|
1368
1419
|
"required": [
|
|
@@ -1466,7 +1517,7 @@
|
|
|
1466
1517
|
"type": "object",
|
|
1467
1518
|
"properties": {
|
|
1468
1519
|
"name": {
|
|
1469
|
-
"$ref": "
|
|
1520
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1470
1521
|
}
|
|
1471
1522
|
},
|
|
1472
1523
|
"required": [
|
|
@@ -1578,7 +1629,7 @@
|
|
|
1578
1629
|
"type": "object",
|
|
1579
1630
|
"properties": {
|
|
1580
1631
|
"name": {
|
|
1581
|
-
"$ref": "
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1582
1633
|
}
|
|
1583
1634
|
},
|
|
1584
1635
|
"required": [
|
|
@@ -1682,7 +1733,7 @@
|
|
|
1682
1733
|
"type": "object",
|
|
1683
1734
|
"properties": {
|
|
1684
1735
|
"name": {
|
|
1685
|
-
"$ref": "
|
|
1736
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1686
1737
|
}
|
|
1687
1738
|
},
|
|
1688
1739
|
"required": [
|
package/schema/ua/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.19.
|
|
6
|
+
"version": "1.19.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2984,6 +2984,7 @@
|
|
|
2984
2984
|
"consumesName": {
|
|
2985
2985
|
"type": "string",
|
|
2986
2986
|
"enum": [
|
|
2987
|
+
"Bardic Inspiration",
|
|
2987
2988
|
"Superiority Die",
|
|
2988
2989
|
"Ki",
|
|
2989
2990
|
"Channel Divinity",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.12",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -172,11 +172,46 @@
|
|
|
172
172
|
"woodcarver"
|
|
173
173
|
]
|
|
174
174
|
},
|
|
175
|
+
"_foundryConsumesName": {
|
|
176
|
+
"description": "Foundry-specific consumption links. Consider upgrading to \"consumesName\" in future.",
|
|
177
|
+
"markdownDescription": "Foundry-specific consumption links. Consider upgrading to "consumesName" in future.",
|
|
178
|
+
"type": "string",
|
|
179
|
+
"enum": [
|
|
180
|
+
"Bardic Inspiration",
|
|
181
|
+
"Superiority Die",
|
|
182
|
+
"Ki",
|
|
183
|
+
"Channel Divinity",
|
|
184
|
+
"Psionic Energy Die",
|
|
185
|
+
"Wild Shape",
|
|
186
|
+
"Sorcery Point",
|
|
187
|
+
"Arcane Shot",
|
|
188
|
+
"Focus Point",
|
|
189
|
+
"Favored Enemy",
|
|
190
|
+
"Innate Sorcery",
|
|
191
|
+
"Soul Trinket"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
175
194
|
"_foundryIdRef": {
|
|
176
195
|
"type": "object",
|
|
177
196
|
"properties": {
|
|
178
197
|
"foundryId": {
|
|
179
198
|
"$ref": "#/$defs/foundryIdShort"
|
|
199
|
+
},
|
|
200
|
+
"level": {
|
|
201
|
+
"type": "object",
|
|
202
|
+
"properties": {
|
|
203
|
+
"min": {
|
|
204
|
+
"type": "integer"
|
|
205
|
+
},
|
|
206
|
+
"max": {
|
|
207
|
+
"type": "integer"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"additionalProperties": false,
|
|
211
|
+
"minProperties": 1
|
|
212
|
+
},
|
|
213
|
+
"onSave": {
|
|
214
|
+
"type": "boolean"
|
|
180
215
|
}
|
|
181
216
|
},
|
|
182
217
|
"required": [
|
|
@@ -493,7 +528,7 @@
|
|
|
493
528
|
"type": "object",
|
|
494
529
|
"properties": {
|
|
495
530
|
"name": {
|
|
496
|
-
"$ref": "
|
|
531
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
497
532
|
}
|
|
498
533
|
},
|
|
499
534
|
"required": [
|
|
@@ -591,7 +626,7 @@
|
|
|
591
626
|
"type": "object",
|
|
592
627
|
"properties": {
|
|
593
628
|
"name": {
|
|
594
|
-
"$ref": "
|
|
629
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
595
630
|
}
|
|
596
631
|
},
|
|
597
632
|
"required": [
|
|
@@ -692,7 +727,7 @@
|
|
|
692
727
|
"type": "object",
|
|
693
728
|
"properties": {
|
|
694
729
|
"name": {
|
|
695
|
-
"$ref": "
|
|
730
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
696
731
|
}
|
|
697
732
|
},
|
|
698
733
|
"required": [
|
|
@@ -793,7 +828,7 @@
|
|
|
793
828
|
"type": "object",
|
|
794
829
|
"properties": {
|
|
795
830
|
"name": {
|
|
796
|
-
"$ref": "
|
|
831
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
797
832
|
}
|
|
798
833
|
},
|
|
799
834
|
"required": [
|
|
@@ -894,7 +929,7 @@
|
|
|
894
929
|
"type": "object",
|
|
895
930
|
"properties": {
|
|
896
931
|
"name": {
|
|
897
|
-
"$ref": "
|
|
932
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
898
933
|
}
|
|
899
934
|
},
|
|
900
935
|
"required": [
|
|
@@ -1016,7 +1051,7 @@
|
|
|
1016
1051
|
"type": "object",
|
|
1017
1052
|
"properties": {
|
|
1018
1053
|
"name": {
|
|
1019
|
-
"$ref": "
|
|
1054
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1020
1055
|
}
|
|
1021
1056
|
},
|
|
1022
1057
|
"required": [
|
|
@@ -1117,7 +1152,7 @@
|
|
|
1117
1152
|
"type": "object",
|
|
1118
1153
|
"properties": {
|
|
1119
1154
|
"name": {
|
|
1120
|
-
"$ref": "
|
|
1155
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1121
1156
|
}
|
|
1122
1157
|
},
|
|
1123
1158
|
"required": [
|
|
@@ -1226,7 +1261,7 @@
|
|
|
1226
1261
|
"type": "object",
|
|
1227
1262
|
"properties": {
|
|
1228
1263
|
"name": {
|
|
1229
|
-
"$ref": "
|
|
1264
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1230
1265
|
}
|
|
1231
1266
|
},
|
|
1232
1267
|
"required": [
|
|
@@ -1257,6 +1292,22 @@
|
|
|
1257
1292
|
"foundryId": {
|
|
1258
1293
|
"$ref": "#/$defs/foundryIdShort"
|
|
1259
1294
|
},
|
|
1295
|
+
"level": {
|
|
1296
|
+
"type": "object",
|
|
1297
|
+
"properties": {
|
|
1298
|
+
"min": {
|
|
1299
|
+
"type": "integer"
|
|
1300
|
+
},
|
|
1301
|
+
"max": {
|
|
1302
|
+
"type": "integer"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"additionalProperties": false,
|
|
1306
|
+
"minProperties": 1
|
|
1307
|
+
},
|
|
1308
|
+
"onSave": {
|
|
1309
|
+
"type": "boolean"
|
|
1310
|
+
},
|
|
1260
1311
|
"riders": {
|
|
1261
1312
|
"type": "object",
|
|
1262
1313
|
"properties": {
|
|
@@ -1362,7 +1413,7 @@
|
|
|
1362
1413
|
"type": "object",
|
|
1363
1414
|
"properties": {
|
|
1364
1415
|
"name": {
|
|
1365
|
-
"$ref": "
|
|
1416
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1366
1417
|
}
|
|
1367
1418
|
},
|
|
1368
1419
|
"required": [
|
|
@@ -1466,7 +1517,7 @@
|
|
|
1466
1517
|
"type": "object",
|
|
1467
1518
|
"properties": {
|
|
1468
1519
|
"name": {
|
|
1469
|
-
"$ref": "
|
|
1520
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1470
1521
|
}
|
|
1471
1522
|
},
|
|
1472
1523
|
"required": [
|
|
@@ -1578,7 +1629,7 @@
|
|
|
1578
1629
|
"type": "object",
|
|
1579
1630
|
"properties": {
|
|
1580
1631
|
"name": {
|
|
1581
|
-
"$ref": "
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1582
1633
|
}
|
|
1583
1634
|
},
|
|
1584
1635
|
"required": [
|
|
@@ -1682,7 +1733,7 @@
|
|
|
1682
1733
|
"type": "object",
|
|
1683
1734
|
"properties": {
|
|
1684
1735
|
"name": {
|
|
1685
|
-
"$ref": "
|
|
1736
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1686
1737
|
}
|
|
1687
1738
|
},
|
|
1688
1739
|
"required": [
|
package/schema/ua-fast/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.19.
|
|
6
|
+
"version": "1.19.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2984,6 +2984,7 @@
|
|
|
2984
2984
|
"consumesName": {
|
|
2985
2985
|
"type": "string",
|
|
2986
2986
|
"enum": [
|
|
2987
|
+
"Bardic Inspiration",
|
|
2987
2988
|
"Superiority Die",
|
|
2988
2989
|
"Ki",
|
|
2989
2990
|
"Channel Divinity",
|