5etools-utils 0.12.48 → 0.12.50
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/class/class.json +13 -7
- package/schema/brew/feats.json +10 -1
- package/schema/brew/util-foundry.json +4 -1
- package/schema/brew-fast/class/class.json +13 -7
- package/schema/brew-fast/feats.json +10 -1
- package/schema/brew-fast/util-foundry.json +4 -1
- package/schema/site/class/class.json +13 -7
- package/schema/site/feats.json +10 -1
- package/schema/site/util-foundry.json +4 -1
- package/schema/site-fast/class/class.json +13 -7
- package/schema/site-fast/feats.json +10 -1
- package/schema/site-fast/util-foundry.json +4 -1
- package/schema/ua/class/class.json +13 -7
- package/schema/ua/feats.json +10 -1
- package/schema/ua/util-foundry.json +4 -1
- package/schema/ua-fast/class/class.json +13 -7
- package/schema/ua-fast/feats.json +10 -1
- package/schema/ua-fast/util-foundry.json +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.6",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -1567,7 +1567,7 @@
|
|
|
1567
1567
|
"type": "object",
|
|
1568
1568
|
"properties": {
|
|
1569
1569
|
"additionalFromBackground": {
|
|
1570
|
-
"
|
|
1570
|
+
"const": true
|
|
1571
1571
|
},
|
|
1572
1572
|
"default": {
|
|
1573
1573
|
"type": "array",
|
|
@@ -1583,7 +1583,6 @@
|
|
|
1583
1583
|
}
|
|
1584
1584
|
},
|
|
1585
1585
|
"required": [
|
|
1586
|
-
"additionalFromBackground",
|
|
1587
1586
|
"default"
|
|
1588
1587
|
],
|
|
1589
1588
|
"additionalProperties": false
|
|
@@ -1591,6 +1590,9 @@
|
|
|
1591
1590
|
{
|
|
1592
1591
|
"type": "object",
|
|
1593
1592
|
"properties": {
|
|
1593
|
+
"additionalFromBackground": {
|
|
1594
|
+
"const": true
|
|
1595
|
+
},
|
|
1594
1596
|
"entries": {
|
|
1595
1597
|
"type": "array",
|
|
1596
1598
|
"items": {
|
|
@@ -1874,7 +1876,7 @@
|
|
|
1874
1876
|
"type": "object",
|
|
1875
1877
|
"properties": {
|
|
1876
1878
|
"additionalFromBackground": {
|
|
1877
|
-
"
|
|
1879
|
+
"const": true
|
|
1878
1880
|
},
|
|
1879
1881
|
"default": {
|
|
1880
1882
|
"type": "array",
|
|
@@ -1890,7 +1892,6 @@
|
|
|
1890
1892
|
}
|
|
1891
1893
|
},
|
|
1892
1894
|
"required": [
|
|
1893
|
-
"additionalFromBackground",
|
|
1894
1895
|
"default"
|
|
1895
1896
|
],
|
|
1896
1897
|
"additionalProperties": false
|
|
@@ -1898,6 +1899,9 @@
|
|
|
1898
1899
|
{
|
|
1899
1900
|
"type": "object",
|
|
1900
1901
|
"properties": {
|
|
1902
|
+
"additionalFromBackground": {
|
|
1903
|
+
"const": true
|
|
1904
|
+
},
|
|
1901
1905
|
"entries": {
|
|
1902
1906
|
"type": "array",
|
|
1903
1907
|
"items": {
|
|
@@ -2184,7 +2188,7 @@
|
|
|
2184
2188
|
"type": "object",
|
|
2185
2189
|
"properties": {
|
|
2186
2190
|
"additionalFromBackground": {
|
|
2187
|
-
"
|
|
2191
|
+
"const": true
|
|
2188
2192
|
},
|
|
2189
2193
|
"default": {
|
|
2190
2194
|
"type": "array",
|
|
@@ -2200,7 +2204,6 @@
|
|
|
2200
2204
|
}
|
|
2201
2205
|
},
|
|
2202
2206
|
"required": [
|
|
2203
|
-
"additionalFromBackground",
|
|
2204
2207
|
"default"
|
|
2205
2208
|
],
|
|
2206
2209
|
"additionalProperties": false
|
|
@@ -2208,6 +2211,9 @@
|
|
|
2208
2211
|
{
|
|
2209
2212
|
"type": "object",
|
|
2210
2213
|
"properties": {
|
|
2214
|
+
"additionalFromBackground": {
|
|
2215
|
+
"const": true
|
|
2216
|
+
},
|
|
2211
2217
|
"entries": {
|
|
2212
2218
|
"type": "array",
|
|
2213
2219
|
"items": {
|
package/schema/brew/feats.json
CHANGED
|
@@ -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.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"featData": {
|
|
@@ -129,6 +129,9 @@
|
|
|
129
129
|
"hasFluffImages": {
|
|
130
130
|
"const": true
|
|
131
131
|
},
|
|
132
|
+
"_versions": {
|
|
133
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
134
|
+
},
|
|
132
135
|
"fluff": {
|
|
133
136
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
134
137
|
"$ref": "util.json#/$defs/fluffObject"
|
|
@@ -275,6 +278,9 @@
|
|
|
275
278
|
"hasFluffImages": {
|
|
276
279
|
"const": true
|
|
277
280
|
},
|
|
281
|
+
"_versions": {
|
|
282
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
283
|
+
},
|
|
278
284
|
"fluff": {
|
|
279
285
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
280
286
|
"$ref": "util.json#/$defs/fluffObject"
|
|
@@ -424,6 +430,9 @@
|
|
|
424
430
|
"hasFluffImages": {
|
|
425
431
|
"const": true
|
|
426
432
|
},
|
|
433
|
+
"_versions": {
|
|
434
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
435
|
+
},
|
|
427
436
|
"fluff": {
|
|
428
437
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
429
438
|
"$ref": "util.json#/$defs/fluffObject"
|
|
@@ -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.0.
|
|
5
|
+
"version": "1.0.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -49,6 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"senses": {
|
|
51
51
|
"$ref": "util.json#/$defs/sensesArray"
|
|
52
|
+
},
|
|
53
|
+
"additionalSpells": {
|
|
54
|
+
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
52
55
|
}
|
|
53
56
|
},
|
|
54
57
|
"additionalProperties": false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.6",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -1567,7 +1567,7 @@
|
|
|
1567
1567
|
"type": "object",
|
|
1568
1568
|
"properties": {
|
|
1569
1569
|
"additionalFromBackground": {
|
|
1570
|
-
"
|
|
1570
|
+
"const": true
|
|
1571
1571
|
},
|
|
1572
1572
|
"default": {
|
|
1573
1573
|
"type": "array",
|
|
@@ -1583,7 +1583,6 @@
|
|
|
1583
1583
|
}
|
|
1584
1584
|
},
|
|
1585
1585
|
"required": [
|
|
1586
|
-
"additionalFromBackground",
|
|
1587
1586
|
"default"
|
|
1588
1587
|
],
|
|
1589
1588
|
"additionalProperties": false
|
|
@@ -1591,6 +1590,9 @@
|
|
|
1591
1590
|
{
|
|
1592
1591
|
"type": "object",
|
|
1593
1592
|
"properties": {
|
|
1593
|
+
"additionalFromBackground": {
|
|
1594
|
+
"const": true
|
|
1595
|
+
},
|
|
1594
1596
|
"entries": {
|
|
1595
1597
|
"type": "array",
|
|
1596
1598
|
"items": {
|
|
@@ -1874,7 +1876,7 @@
|
|
|
1874
1876
|
"type": "object",
|
|
1875
1877
|
"properties": {
|
|
1876
1878
|
"additionalFromBackground": {
|
|
1877
|
-
"
|
|
1879
|
+
"const": true
|
|
1878
1880
|
},
|
|
1879
1881
|
"default": {
|
|
1880
1882
|
"type": "array",
|
|
@@ -1890,7 +1892,6 @@
|
|
|
1890
1892
|
}
|
|
1891
1893
|
},
|
|
1892
1894
|
"required": [
|
|
1893
|
-
"additionalFromBackground",
|
|
1894
1895
|
"default"
|
|
1895
1896
|
],
|
|
1896
1897
|
"additionalProperties": false
|
|
@@ -1898,6 +1899,9 @@
|
|
|
1898
1899
|
{
|
|
1899
1900
|
"type": "object",
|
|
1900
1901
|
"properties": {
|
|
1902
|
+
"additionalFromBackground": {
|
|
1903
|
+
"const": true
|
|
1904
|
+
},
|
|
1901
1905
|
"entries": {
|
|
1902
1906
|
"type": "array",
|
|
1903
1907
|
"items": {
|
|
@@ -2184,7 +2188,7 @@
|
|
|
2184
2188
|
"type": "object",
|
|
2185
2189
|
"properties": {
|
|
2186
2190
|
"additionalFromBackground": {
|
|
2187
|
-
"
|
|
2191
|
+
"const": true
|
|
2188
2192
|
},
|
|
2189
2193
|
"default": {
|
|
2190
2194
|
"type": "array",
|
|
@@ -2200,7 +2204,6 @@
|
|
|
2200
2204
|
}
|
|
2201
2205
|
},
|
|
2202
2206
|
"required": [
|
|
2203
|
-
"additionalFromBackground",
|
|
2204
2207
|
"default"
|
|
2205
2208
|
],
|
|
2206
2209
|
"additionalProperties": false
|
|
@@ -2208,6 +2211,9 @@
|
|
|
2208
2211
|
{
|
|
2209
2212
|
"type": "object",
|
|
2210
2213
|
"properties": {
|
|
2214
|
+
"additionalFromBackground": {
|
|
2215
|
+
"const": true
|
|
2216
|
+
},
|
|
2211
2217
|
"entries": {
|
|
2212
2218
|
"type": "array",
|
|
2213
2219
|
"items": {
|
|
@@ -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.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"featData": {
|
|
@@ -129,6 +129,9 @@
|
|
|
129
129
|
"hasFluffImages": {
|
|
130
130
|
"const": true
|
|
131
131
|
},
|
|
132
|
+
"_versions": {
|
|
133
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
134
|
+
},
|
|
132
135
|
"fluff": {
|
|
133
136
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
134
137
|
"$ref": "util.json#/$defs/fluffObject"
|
|
@@ -275,6 +278,9 @@
|
|
|
275
278
|
"hasFluffImages": {
|
|
276
279
|
"const": true
|
|
277
280
|
},
|
|
281
|
+
"_versions": {
|
|
282
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
283
|
+
},
|
|
278
284
|
"fluff": {
|
|
279
285
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
280
286
|
"$ref": "util.json#/$defs/fluffObject"
|
|
@@ -424,6 +430,9 @@
|
|
|
424
430
|
"hasFluffImages": {
|
|
425
431
|
"const": true
|
|
426
432
|
},
|
|
433
|
+
"_versions": {
|
|
434
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
435
|
+
},
|
|
427
436
|
"fluff": {
|
|
428
437
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
429
438
|
"$ref": "util.json#/$defs/fluffObject"
|
|
@@ -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.0.
|
|
5
|
+
"version": "1.0.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -49,6 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"senses": {
|
|
51
51
|
"$ref": "util.json#/$defs/sensesArray"
|
|
52
|
+
},
|
|
53
|
+
"additionalSpells": {
|
|
54
|
+
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
52
55
|
}
|
|
53
56
|
},
|
|
54
57
|
"additionalProperties": false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.6",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -1270,7 +1270,7 @@
|
|
|
1270
1270
|
"type": "object",
|
|
1271
1271
|
"properties": {
|
|
1272
1272
|
"additionalFromBackground": {
|
|
1273
|
-
"
|
|
1273
|
+
"const": true
|
|
1274
1274
|
},
|
|
1275
1275
|
"default": {
|
|
1276
1276
|
"type": "array",
|
|
@@ -1286,7 +1286,6 @@
|
|
|
1286
1286
|
}
|
|
1287
1287
|
},
|
|
1288
1288
|
"required": [
|
|
1289
|
-
"additionalFromBackground",
|
|
1290
1289
|
"default"
|
|
1291
1290
|
],
|
|
1292
1291
|
"additionalProperties": false
|
|
@@ -1294,6 +1293,9 @@
|
|
|
1294
1293
|
{
|
|
1295
1294
|
"type": "object",
|
|
1296
1295
|
"properties": {
|
|
1296
|
+
"additionalFromBackground": {
|
|
1297
|
+
"const": true
|
|
1298
|
+
},
|
|
1297
1299
|
"entries": {
|
|
1298
1300
|
"type": "array",
|
|
1299
1301
|
"items": {
|
|
@@ -1548,7 +1550,7 @@
|
|
|
1548
1550
|
"type": "object",
|
|
1549
1551
|
"properties": {
|
|
1550
1552
|
"additionalFromBackground": {
|
|
1551
|
-
"
|
|
1553
|
+
"const": true
|
|
1552
1554
|
},
|
|
1553
1555
|
"default": {
|
|
1554
1556
|
"type": "array",
|
|
@@ -1564,7 +1566,6 @@
|
|
|
1564
1566
|
}
|
|
1565
1567
|
},
|
|
1566
1568
|
"required": [
|
|
1567
|
-
"additionalFromBackground",
|
|
1568
1569
|
"default"
|
|
1569
1570
|
],
|
|
1570
1571
|
"additionalProperties": false
|
|
@@ -1572,6 +1573,9 @@
|
|
|
1572
1573
|
{
|
|
1573
1574
|
"type": "object",
|
|
1574
1575
|
"properties": {
|
|
1576
|
+
"additionalFromBackground": {
|
|
1577
|
+
"const": true
|
|
1578
|
+
},
|
|
1575
1579
|
"entries": {
|
|
1576
1580
|
"type": "array",
|
|
1577
1581
|
"items": {
|
|
@@ -1829,7 +1833,7 @@
|
|
|
1829
1833
|
"type": "object",
|
|
1830
1834
|
"properties": {
|
|
1831
1835
|
"additionalFromBackground": {
|
|
1832
|
-
"
|
|
1836
|
+
"const": true
|
|
1833
1837
|
},
|
|
1834
1838
|
"default": {
|
|
1835
1839
|
"type": "array",
|
|
@@ -1845,7 +1849,6 @@
|
|
|
1845
1849
|
}
|
|
1846
1850
|
},
|
|
1847
1851
|
"required": [
|
|
1848
|
-
"additionalFromBackground",
|
|
1849
1852
|
"default"
|
|
1850
1853
|
],
|
|
1851
1854
|
"additionalProperties": false
|
|
@@ -1853,6 +1856,9 @@
|
|
|
1853
1856
|
{
|
|
1854
1857
|
"type": "object",
|
|
1855
1858
|
"properties": {
|
|
1859
|
+
"additionalFromBackground": {
|
|
1860
|
+
"const": true
|
|
1861
|
+
},
|
|
1856
1862
|
"entries": {
|
|
1857
1863
|
"type": "array",
|
|
1858
1864
|
"items": {
|
package/schema/site/feats.json
CHANGED
|
@@ -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.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"featData": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
},
|
|
129
129
|
"hasFluffImages": {
|
|
130
130
|
"const": true
|
|
131
|
+
},
|
|
132
|
+
"_versions": {
|
|
133
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
131
134
|
}
|
|
132
135
|
},
|
|
133
136
|
"additionalProperties": false
|
|
@@ -258,6 +261,9 @@
|
|
|
258
261
|
},
|
|
259
262
|
"hasFluffImages": {
|
|
260
263
|
"const": true
|
|
264
|
+
},
|
|
265
|
+
"_versions": {
|
|
266
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
261
267
|
}
|
|
262
268
|
},
|
|
263
269
|
"additionalProperties": false,
|
|
@@ -392,6 +398,9 @@
|
|
|
392
398
|
"hasFluffImages": {
|
|
393
399
|
"const": true
|
|
394
400
|
},
|
|
401
|
+
"_versions": {
|
|
402
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
403
|
+
},
|
|
395
404
|
"_copy": {
|
|
396
405
|
"$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
|
|
397
406
|
}
|
|
@@ -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.0.
|
|
5
|
+
"version": "1.0.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -49,6 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"senses": {
|
|
51
51
|
"$ref": "util.json#/$defs/sensesArray"
|
|
52
|
+
},
|
|
53
|
+
"additionalSpells": {
|
|
54
|
+
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
52
55
|
}
|
|
53
56
|
},
|
|
54
57
|
"additionalProperties": false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.6",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -1270,7 +1270,7 @@
|
|
|
1270
1270
|
"type": "object",
|
|
1271
1271
|
"properties": {
|
|
1272
1272
|
"additionalFromBackground": {
|
|
1273
|
-
"
|
|
1273
|
+
"const": true
|
|
1274
1274
|
},
|
|
1275
1275
|
"default": {
|
|
1276
1276
|
"type": "array",
|
|
@@ -1286,7 +1286,6 @@
|
|
|
1286
1286
|
}
|
|
1287
1287
|
},
|
|
1288
1288
|
"required": [
|
|
1289
|
-
"additionalFromBackground",
|
|
1290
1289
|
"default"
|
|
1291
1290
|
],
|
|
1292
1291
|
"additionalProperties": false
|
|
@@ -1294,6 +1293,9 @@
|
|
|
1294
1293
|
{
|
|
1295
1294
|
"type": "object",
|
|
1296
1295
|
"properties": {
|
|
1296
|
+
"additionalFromBackground": {
|
|
1297
|
+
"const": true
|
|
1298
|
+
},
|
|
1297
1299
|
"entries": {
|
|
1298
1300
|
"type": "array",
|
|
1299
1301
|
"items": {
|
|
@@ -1548,7 +1550,7 @@
|
|
|
1548
1550
|
"type": "object",
|
|
1549
1551
|
"properties": {
|
|
1550
1552
|
"additionalFromBackground": {
|
|
1551
|
-
"
|
|
1553
|
+
"const": true
|
|
1552
1554
|
},
|
|
1553
1555
|
"default": {
|
|
1554
1556
|
"type": "array",
|
|
@@ -1564,7 +1566,6 @@
|
|
|
1564
1566
|
}
|
|
1565
1567
|
},
|
|
1566
1568
|
"required": [
|
|
1567
|
-
"additionalFromBackground",
|
|
1568
1569
|
"default"
|
|
1569
1570
|
],
|
|
1570
1571
|
"additionalProperties": false
|
|
@@ -1572,6 +1573,9 @@
|
|
|
1572
1573
|
{
|
|
1573
1574
|
"type": "object",
|
|
1574
1575
|
"properties": {
|
|
1576
|
+
"additionalFromBackground": {
|
|
1577
|
+
"const": true
|
|
1578
|
+
},
|
|
1575
1579
|
"entries": {
|
|
1576
1580
|
"type": "array",
|
|
1577
1581
|
"items": {
|
|
@@ -1829,7 +1833,7 @@
|
|
|
1829
1833
|
"type": "object",
|
|
1830
1834
|
"properties": {
|
|
1831
1835
|
"additionalFromBackground": {
|
|
1832
|
-
"
|
|
1836
|
+
"const": true
|
|
1833
1837
|
},
|
|
1834
1838
|
"default": {
|
|
1835
1839
|
"type": "array",
|
|
@@ -1845,7 +1849,6 @@
|
|
|
1845
1849
|
}
|
|
1846
1850
|
},
|
|
1847
1851
|
"required": [
|
|
1848
|
-
"additionalFromBackground",
|
|
1849
1852
|
"default"
|
|
1850
1853
|
],
|
|
1851
1854
|
"additionalProperties": false
|
|
@@ -1853,6 +1856,9 @@
|
|
|
1853
1856
|
{
|
|
1854
1857
|
"type": "object",
|
|
1855
1858
|
"properties": {
|
|
1859
|
+
"additionalFromBackground": {
|
|
1860
|
+
"const": true
|
|
1861
|
+
},
|
|
1856
1862
|
"entries": {
|
|
1857
1863
|
"type": "array",
|
|
1858
1864
|
"items": {
|
|
@@ -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.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"featData": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
},
|
|
129
129
|
"hasFluffImages": {
|
|
130
130
|
"const": true
|
|
131
|
+
},
|
|
132
|
+
"_versions": {
|
|
133
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
131
134
|
}
|
|
132
135
|
},
|
|
133
136
|
"additionalProperties": false
|
|
@@ -258,6 +261,9 @@
|
|
|
258
261
|
},
|
|
259
262
|
"hasFluffImages": {
|
|
260
263
|
"const": true
|
|
264
|
+
},
|
|
265
|
+
"_versions": {
|
|
266
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
261
267
|
}
|
|
262
268
|
},
|
|
263
269
|
"additionalProperties": false,
|
|
@@ -392,6 +398,9 @@
|
|
|
392
398
|
"hasFluffImages": {
|
|
393
399
|
"const": true
|
|
394
400
|
},
|
|
401
|
+
"_versions": {
|
|
402
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
403
|
+
},
|
|
395
404
|
"_copy": {
|
|
396
405
|
"$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
|
|
397
406
|
}
|
|
@@ -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.0.
|
|
5
|
+
"version": "1.0.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -49,6 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"senses": {
|
|
51
51
|
"$ref": "util.json#/$defs/sensesArray"
|
|
52
|
+
},
|
|
53
|
+
"additionalSpells": {
|
|
54
|
+
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
52
55
|
}
|
|
53
56
|
},
|
|
54
57
|
"additionalProperties": false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.6",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -1342,7 +1342,7 @@
|
|
|
1342
1342
|
"type": "object",
|
|
1343
1343
|
"properties": {
|
|
1344
1344
|
"additionalFromBackground": {
|
|
1345
|
-
"
|
|
1345
|
+
"const": true
|
|
1346
1346
|
},
|
|
1347
1347
|
"default": {
|
|
1348
1348
|
"type": "array",
|
|
@@ -1358,7 +1358,6 @@
|
|
|
1358
1358
|
}
|
|
1359
1359
|
},
|
|
1360
1360
|
"required": [
|
|
1361
|
-
"additionalFromBackground",
|
|
1362
1361
|
"default"
|
|
1363
1362
|
],
|
|
1364
1363
|
"additionalProperties": false
|
|
@@ -1366,6 +1365,9 @@
|
|
|
1366
1365
|
{
|
|
1367
1366
|
"type": "object",
|
|
1368
1367
|
"properties": {
|
|
1368
|
+
"additionalFromBackground": {
|
|
1369
|
+
"const": true
|
|
1370
|
+
},
|
|
1369
1371
|
"entries": {
|
|
1370
1372
|
"type": "array",
|
|
1371
1373
|
"items": {
|
|
@@ -1629,7 +1631,7 @@
|
|
|
1629
1631
|
"type": "object",
|
|
1630
1632
|
"properties": {
|
|
1631
1633
|
"additionalFromBackground": {
|
|
1632
|
-
"
|
|
1634
|
+
"const": true
|
|
1633
1635
|
},
|
|
1634
1636
|
"default": {
|
|
1635
1637
|
"type": "array",
|
|
@@ -1645,7 +1647,6 @@
|
|
|
1645
1647
|
}
|
|
1646
1648
|
},
|
|
1647
1649
|
"required": [
|
|
1648
|
-
"additionalFromBackground",
|
|
1649
1650
|
"default"
|
|
1650
1651
|
],
|
|
1651
1652
|
"additionalProperties": false
|
|
@@ -1653,6 +1654,9 @@
|
|
|
1653
1654
|
{
|
|
1654
1655
|
"type": "object",
|
|
1655
1656
|
"properties": {
|
|
1657
|
+
"additionalFromBackground": {
|
|
1658
|
+
"const": true
|
|
1659
|
+
},
|
|
1656
1660
|
"entries": {
|
|
1657
1661
|
"type": "array",
|
|
1658
1662
|
"items": {
|
|
@@ -1919,7 +1923,7 @@
|
|
|
1919
1923
|
"type": "object",
|
|
1920
1924
|
"properties": {
|
|
1921
1925
|
"additionalFromBackground": {
|
|
1922
|
-
"
|
|
1926
|
+
"const": true
|
|
1923
1927
|
},
|
|
1924
1928
|
"default": {
|
|
1925
1929
|
"type": "array",
|
|
@@ -1935,7 +1939,6 @@
|
|
|
1935
1939
|
}
|
|
1936
1940
|
},
|
|
1937
1941
|
"required": [
|
|
1938
|
-
"additionalFromBackground",
|
|
1939
1942
|
"default"
|
|
1940
1943
|
],
|
|
1941
1944
|
"additionalProperties": false
|
|
@@ -1943,6 +1946,9 @@
|
|
|
1943
1946
|
{
|
|
1944
1947
|
"type": "object",
|
|
1945
1948
|
"properties": {
|
|
1949
|
+
"additionalFromBackground": {
|
|
1950
|
+
"const": true
|
|
1951
|
+
},
|
|
1946
1952
|
"entries": {
|
|
1947
1953
|
"type": "array",
|
|
1948
1954
|
"items": {
|
package/schema/ua/feats.json
CHANGED
|
@@ -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.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"featData": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
},
|
|
129
129
|
"hasFluffImages": {
|
|
130
130
|
"const": true
|
|
131
|
+
},
|
|
132
|
+
"_versions": {
|
|
133
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
131
134
|
}
|
|
132
135
|
},
|
|
133
136
|
"additionalProperties": false
|
|
@@ -258,6 +261,9 @@
|
|
|
258
261
|
},
|
|
259
262
|
"hasFluffImages": {
|
|
260
263
|
"const": true
|
|
264
|
+
},
|
|
265
|
+
"_versions": {
|
|
266
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
261
267
|
}
|
|
262
268
|
},
|
|
263
269
|
"additionalProperties": false,
|
|
@@ -392,6 +398,9 @@
|
|
|
392
398
|
"hasFluffImages": {
|
|
393
399
|
"const": true
|
|
394
400
|
},
|
|
401
|
+
"_versions": {
|
|
402
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
403
|
+
},
|
|
395
404
|
"_copy": {
|
|
396
405
|
"$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
|
|
397
406
|
}
|
|
@@ -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.0.
|
|
5
|
+
"version": "1.0.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -49,6 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"senses": {
|
|
51
51
|
"$ref": "util.json#/$defs/sensesArray"
|
|
52
|
+
},
|
|
53
|
+
"additionalSpells": {
|
|
54
|
+
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
52
55
|
}
|
|
53
56
|
},
|
|
54
57
|
"additionalProperties": false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.6",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -1342,7 +1342,7 @@
|
|
|
1342
1342
|
"type": "object",
|
|
1343
1343
|
"properties": {
|
|
1344
1344
|
"additionalFromBackground": {
|
|
1345
|
-
"
|
|
1345
|
+
"const": true
|
|
1346
1346
|
},
|
|
1347
1347
|
"default": {
|
|
1348
1348
|
"type": "array",
|
|
@@ -1358,7 +1358,6 @@
|
|
|
1358
1358
|
}
|
|
1359
1359
|
},
|
|
1360
1360
|
"required": [
|
|
1361
|
-
"additionalFromBackground",
|
|
1362
1361
|
"default"
|
|
1363
1362
|
],
|
|
1364
1363
|
"additionalProperties": false
|
|
@@ -1366,6 +1365,9 @@
|
|
|
1366
1365
|
{
|
|
1367
1366
|
"type": "object",
|
|
1368
1367
|
"properties": {
|
|
1368
|
+
"additionalFromBackground": {
|
|
1369
|
+
"const": true
|
|
1370
|
+
},
|
|
1369
1371
|
"entries": {
|
|
1370
1372
|
"type": "array",
|
|
1371
1373
|
"items": {
|
|
@@ -1629,7 +1631,7 @@
|
|
|
1629
1631
|
"type": "object",
|
|
1630
1632
|
"properties": {
|
|
1631
1633
|
"additionalFromBackground": {
|
|
1632
|
-
"
|
|
1634
|
+
"const": true
|
|
1633
1635
|
},
|
|
1634
1636
|
"default": {
|
|
1635
1637
|
"type": "array",
|
|
@@ -1645,7 +1647,6 @@
|
|
|
1645
1647
|
}
|
|
1646
1648
|
},
|
|
1647
1649
|
"required": [
|
|
1648
|
-
"additionalFromBackground",
|
|
1649
1650
|
"default"
|
|
1650
1651
|
],
|
|
1651
1652
|
"additionalProperties": false
|
|
@@ -1653,6 +1654,9 @@
|
|
|
1653
1654
|
{
|
|
1654
1655
|
"type": "object",
|
|
1655
1656
|
"properties": {
|
|
1657
|
+
"additionalFromBackground": {
|
|
1658
|
+
"const": true
|
|
1659
|
+
},
|
|
1656
1660
|
"entries": {
|
|
1657
1661
|
"type": "array",
|
|
1658
1662
|
"items": {
|
|
@@ -1919,7 +1923,7 @@
|
|
|
1919
1923
|
"type": "object",
|
|
1920
1924
|
"properties": {
|
|
1921
1925
|
"additionalFromBackground": {
|
|
1922
|
-
"
|
|
1926
|
+
"const": true
|
|
1923
1927
|
},
|
|
1924
1928
|
"default": {
|
|
1925
1929
|
"type": "array",
|
|
@@ -1935,7 +1939,6 @@
|
|
|
1935
1939
|
}
|
|
1936
1940
|
},
|
|
1937
1941
|
"required": [
|
|
1938
|
-
"additionalFromBackground",
|
|
1939
1942
|
"default"
|
|
1940
1943
|
],
|
|
1941
1944
|
"additionalProperties": false
|
|
@@ -1943,6 +1946,9 @@
|
|
|
1943
1946
|
{
|
|
1944
1947
|
"type": "object",
|
|
1945
1948
|
"properties": {
|
|
1949
|
+
"additionalFromBackground": {
|
|
1950
|
+
"const": true
|
|
1951
|
+
},
|
|
1946
1952
|
"entries": {
|
|
1947
1953
|
"type": "array",
|
|
1948
1954
|
"items": {
|
|
@@ -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.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"featData": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
},
|
|
129
129
|
"hasFluffImages": {
|
|
130
130
|
"const": true
|
|
131
|
+
},
|
|
132
|
+
"_versions": {
|
|
133
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
131
134
|
}
|
|
132
135
|
},
|
|
133
136
|
"additionalProperties": false
|
|
@@ -258,6 +261,9 @@
|
|
|
258
261
|
},
|
|
259
262
|
"hasFluffImages": {
|
|
260
263
|
"const": true
|
|
264
|
+
},
|
|
265
|
+
"_versions": {
|
|
266
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
261
267
|
}
|
|
262
268
|
},
|
|
263
269
|
"additionalProperties": false,
|
|
@@ -392,6 +398,9 @@
|
|
|
392
398
|
"hasFluffImages": {
|
|
393
399
|
"const": true
|
|
394
400
|
},
|
|
401
|
+
"_versions": {
|
|
402
|
+
"$ref": "util-copy.json#/$defs/versionsArray"
|
|
403
|
+
},
|
|
395
404
|
"_copy": {
|
|
396
405
|
"$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
|
|
397
406
|
}
|
|
@@ -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.0.
|
|
5
|
+
"version": "1.0.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -49,6 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"senses": {
|
|
51
51
|
"$ref": "util.json#/$defs/sensesArray"
|
|
52
|
+
},
|
|
53
|
+
"additionalSpells": {
|
|
54
|
+
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
52
55
|
}
|
|
53
56
|
},
|
|
54
57
|
"additionalProperties": false
|