5etools-utils 0.12.47 → 0.12.49
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 -4
- package/schema/brew/feats.json +10 -1
- package/schema/brew/recipes.json +10 -4
- package/schema/brew/util-foundry.json +4 -1
- package/schema/brew-fast/class/class.json +13 -4
- package/schema/brew-fast/feats.json +10 -1
- package/schema/brew-fast/recipes.json +10 -4
- package/schema/brew-fast/util-foundry.json +4 -1
- package/schema/site/class/class.json +13 -4
- package/schema/site/feats.json +10 -1
- package/schema/site/recipes.json +10 -4
- package/schema/site/util-foundry.json +4 -1
- package/schema/site-fast/class/class.json +13 -4
- package/schema/site-fast/feats.json +10 -1
- package/schema/site-fast/recipes.json +10 -4
- package/schema/site-fast/util-foundry.json +4 -1
- package/schema/ua/class/class.json +13 -4
- package/schema/ua/feats.json +10 -1
- package/schema/ua/recipes.json +10 -4
- package/schema/ua/util-foundry.json +4 -1
- package/schema/ua-fast/class/class.json +13 -4
- package/schema/ua-fast/feats.json +10 -1
- package/schema/ua-fast/recipes.json +10 -4
- 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.5",
|
|
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",
|
|
@@ -1591,6 +1591,9 @@
|
|
|
1591
1591
|
{
|
|
1592
1592
|
"type": "object",
|
|
1593
1593
|
"properties": {
|
|
1594
|
+
"additionalFromBackground": {
|
|
1595
|
+
"const": true
|
|
1596
|
+
},
|
|
1594
1597
|
"entries": {
|
|
1595
1598
|
"type": "array",
|
|
1596
1599
|
"items": {
|
|
@@ -1874,7 +1877,7 @@
|
|
|
1874
1877
|
"type": "object",
|
|
1875
1878
|
"properties": {
|
|
1876
1879
|
"additionalFromBackground": {
|
|
1877
|
-
"
|
|
1880
|
+
"const": true
|
|
1878
1881
|
},
|
|
1879
1882
|
"default": {
|
|
1880
1883
|
"type": "array",
|
|
@@ -1898,6 +1901,9 @@
|
|
|
1898
1901
|
{
|
|
1899
1902
|
"type": "object",
|
|
1900
1903
|
"properties": {
|
|
1904
|
+
"additionalFromBackground": {
|
|
1905
|
+
"const": true
|
|
1906
|
+
},
|
|
1901
1907
|
"entries": {
|
|
1902
1908
|
"type": "array",
|
|
1903
1909
|
"items": {
|
|
@@ -2184,7 +2190,7 @@
|
|
|
2184
2190
|
"type": "object",
|
|
2185
2191
|
"properties": {
|
|
2186
2192
|
"additionalFromBackground": {
|
|
2187
|
-
"
|
|
2193
|
+
"const": true
|
|
2188
2194
|
},
|
|
2189
2195
|
"default": {
|
|
2190
2196
|
"type": "array",
|
|
@@ -2208,6 +2214,9 @@
|
|
|
2208
2214
|
{
|
|
2209
2215
|
"type": "object",
|
|
2210
2216
|
"properties": {
|
|
2217
|
+
"additionalFromBackground": {
|
|
2218
|
+
"const": true
|
|
2219
|
+
},
|
|
2211
2220
|
"entries": {
|
|
2212
2221
|
"type": "array",
|
|
2213
2222
|
"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"
|
package/schema/brew/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -177,11 +177,13 @@
|
|
|
177
177
|
"dessert",
|
|
178
178
|
"drink",
|
|
179
179
|
"entree",
|
|
180
|
+
"libation",
|
|
180
181
|
"pastry",
|
|
181
182
|
"salad",
|
|
182
183
|
"side",
|
|
183
184
|
"snack",
|
|
184
|
-
"soup"
|
|
185
|
+
"soup",
|
|
186
|
+
"sweet"
|
|
185
187
|
]
|
|
186
188
|
}
|
|
187
189
|
},
|
|
@@ -375,11 +377,13 @@
|
|
|
375
377
|
"dessert",
|
|
376
378
|
"drink",
|
|
377
379
|
"entree",
|
|
380
|
+
"libation",
|
|
378
381
|
"pastry",
|
|
379
382
|
"salad",
|
|
380
383
|
"side",
|
|
381
384
|
"snack",
|
|
382
|
-
"soup"
|
|
385
|
+
"soup",
|
|
386
|
+
"sweet"
|
|
383
387
|
]
|
|
384
388
|
}
|
|
385
389
|
},
|
|
@@ -577,11 +581,13 @@
|
|
|
577
581
|
"dessert",
|
|
578
582
|
"drink",
|
|
579
583
|
"entree",
|
|
584
|
+
"libation",
|
|
580
585
|
"pastry",
|
|
581
586
|
"salad",
|
|
582
587
|
"side",
|
|
583
588
|
"snack",
|
|
584
|
-
"soup"
|
|
589
|
+
"soup",
|
|
590
|
+
"sweet"
|
|
585
591
|
]
|
|
586
592
|
}
|
|
587
593
|
},
|
|
@@ -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.5",
|
|
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",
|
|
@@ -1591,6 +1591,9 @@
|
|
|
1591
1591
|
{
|
|
1592
1592
|
"type": "object",
|
|
1593
1593
|
"properties": {
|
|
1594
|
+
"additionalFromBackground": {
|
|
1595
|
+
"const": true
|
|
1596
|
+
},
|
|
1594
1597
|
"entries": {
|
|
1595
1598
|
"type": "array",
|
|
1596
1599
|
"items": {
|
|
@@ -1874,7 +1877,7 @@
|
|
|
1874
1877
|
"type": "object",
|
|
1875
1878
|
"properties": {
|
|
1876
1879
|
"additionalFromBackground": {
|
|
1877
|
-
"
|
|
1880
|
+
"const": true
|
|
1878
1881
|
},
|
|
1879
1882
|
"default": {
|
|
1880
1883
|
"type": "array",
|
|
@@ -1898,6 +1901,9 @@
|
|
|
1898
1901
|
{
|
|
1899
1902
|
"type": "object",
|
|
1900
1903
|
"properties": {
|
|
1904
|
+
"additionalFromBackground": {
|
|
1905
|
+
"const": true
|
|
1906
|
+
},
|
|
1901
1907
|
"entries": {
|
|
1902
1908
|
"type": "array",
|
|
1903
1909
|
"items": {
|
|
@@ -2184,7 +2190,7 @@
|
|
|
2184
2190
|
"type": "object",
|
|
2185
2191
|
"properties": {
|
|
2186
2192
|
"additionalFromBackground": {
|
|
2187
|
-
"
|
|
2193
|
+
"const": true
|
|
2188
2194
|
},
|
|
2189
2195
|
"default": {
|
|
2190
2196
|
"type": "array",
|
|
@@ -2208,6 +2214,9 @@
|
|
|
2208
2214
|
{
|
|
2209
2215
|
"type": "object",
|
|
2210
2216
|
"properties": {
|
|
2217
|
+
"additionalFromBackground": {
|
|
2218
|
+
"const": true
|
|
2219
|
+
},
|
|
2211
2220
|
"entries": {
|
|
2212
2221
|
"type": "array",
|
|
2213
2222
|
"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"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -177,11 +177,13 @@
|
|
|
177
177
|
"dessert",
|
|
178
178
|
"drink",
|
|
179
179
|
"entree",
|
|
180
|
+
"libation",
|
|
180
181
|
"pastry",
|
|
181
182
|
"salad",
|
|
182
183
|
"side",
|
|
183
184
|
"snack",
|
|
184
|
-
"soup"
|
|
185
|
+
"soup",
|
|
186
|
+
"sweet"
|
|
185
187
|
]
|
|
186
188
|
}
|
|
187
189
|
},
|
|
@@ -375,11 +377,13 @@
|
|
|
375
377
|
"dessert",
|
|
376
378
|
"drink",
|
|
377
379
|
"entree",
|
|
380
|
+
"libation",
|
|
378
381
|
"pastry",
|
|
379
382
|
"salad",
|
|
380
383
|
"side",
|
|
381
384
|
"snack",
|
|
382
|
-
"soup"
|
|
385
|
+
"soup",
|
|
386
|
+
"sweet"
|
|
383
387
|
]
|
|
384
388
|
}
|
|
385
389
|
},
|
|
@@ -577,11 +581,13 @@
|
|
|
577
581
|
"dessert",
|
|
578
582
|
"drink",
|
|
579
583
|
"entree",
|
|
584
|
+
"libation",
|
|
580
585
|
"pastry",
|
|
581
586
|
"salad",
|
|
582
587
|
"side",
|
|
583
588
|
"snack",
|
|
584
|
-
"soup"
|
|
589
|
+
"soup",
|
|
590
|
+
"sweet"
|
|
585
591
|
]
|
|
586
592
|
}
|
|
587
593
|
},
|
|
@@ -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.5",
|
|
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",
|
|
@@ -1294,6 +1294,9 @@
|
|
|
1294
1294
|
{
|
|
1295
1295
|
"type": "object",
|
|
1296
1296
|
"properties": {
|
|
1297
|
+
"additionalFromBackground": {
|
|
1298
|
+
"const": true
|
|
1299
|
+
},
|
|
1297
1300
|
"entries": {
|
|
1298
1301
|
"type": "array",
|
|
1299
1302
|
"items": {
|
|
@@ -1548,7 +1551,7 @@
|
|
|
1548
1551
|
"type": "object",
|
|
1549
1552
|
"properties": {
|
|
1550
1553
|
"additionalFromBackground": {
|
|
1551
|
-
"
|
|
1554
|
+
"const": true
|
|
1552
1555
|
},
|
|
1553
1556
|
"default": {
|
|
1554
1557
|
"type": "array",
|
|
@@ -1572,6 +1575,9 @@
|
|
|
1572
1575
|
{
|
|
1573
1576
|
"type": "object",
|
|
1574
1577
|
"properties": {
|
|
1578
|
+
"additionalFromBackground": {
|
|
1579
|
+
"const": true
|
|
1580
|
+
},
|
|
1575
1581
|
"entries": {
|
|
1576
1582
|
"type": "array",
|
|
1577
1583
|
"items": {
|
|
@@ -1829,7 +1835,7 @@
|
|
|
1829
1835
|
"type": "object",
|
|
1830
1836
|
"properties": {
|
|
1831
1837
|
"additionalFromBackground": {
|
|
1832
|
-
"
|
|
1838
|
+
"const": true
|
|
1833
1839
|
},
|
|
1834
1840
|
"default": {
|
|
1835
1841
|
"type": "array",
|
|
@@ -1853,6 +1859,9 @@
|
|
|
1853
1859
|
{
|
|
1854
1860
|
"type": "object",
|
|
1855
1861
|
"properties": {
|
|
1862
|
+
"additionalFromBackground": {
|
|
1863
|
+
"const": true
|
|
1864
|
+
},
|
|
1856
1865
|
"entries": {
|
|
1857
1866
|
"type": "array",
|
|
1858
1867
|
"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
|
}
|
package/schema/site/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -183,11 +183,13 @@
|
|
|
183
183
|
"dessert",
|
|
184
184
|
"drink",
|
|
185
185
|
"entree",
|
|
186
|
+
"libation",
|
|
186
187
|
"pastry",
|
|
187
188
|
"salad",
|
|
188
189
|
"side",
|
|
189
190
|
"snack",
|
|
190
|
-
"soup"
|
|
191
|
+
"soup",
|
|
192
|
+
"sweet"
|
|
191
193
|
]
|
|
192
194
|
}
|
|
193
195
|
},
|
|
@@ -381,11 +383,13 @@
|
|
|
381
383
|
"dessert",
|
|
382
384
|
"drink",
|
|
383
385
|
"entree",
|
|
386
|
+
"libation",
|
|
384
387
|
"pastry",
|
|
385
388
|
"salad",
|
|
386
389
|
"side",
|
|
387
390
|
"snack",
|
|
388
|
-
"soup"
|
|
391
|
+
"soup",
|
|
392
|
+
"sweet"
|
|
389
393
|
]
|
|
390
394
|
}
|
|
391
395
|
},
|
|
@@ -583,11 +587,13 @@
|
|
|
583
587
|
"dessert",
|
|
584
588
|
"drink",
|
|
585
589
|
"entree",
|
|
590
|
+
"libation",
|
|
586
591
|
"pastry",
|
|
587
592
|
"salad",
|
|
588
593
|
"side",
|
|
589
594
|
"snack",
|
|
590
|
-
"soup"
|
|
595
|
+
"soup",
|
|
596
|
+
"sweet"
|
|
591
597
|
]
|
|
592
598
|
}
|
|
593
599
|
},
|
|
@@ -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.5",
|
|
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",
|
|
@@ -1294,6 +1294,9 @@
|
|
|
1294
1294
|
{
|
|
1295
1295
|
"type": "object",
|
|
1296
1296
|
"properties": {
|
|
1297
|
+
"additionalFromBackground": {
|
|
1298
|
+
"const": true
|
|
1299
|
+
},
|
|
1297
1300
|
"entries": {
|
|
1298
1301
|
"type": "array",
|
|
1299
1302
|
"items": {
|
|
@@ -1548,7 +1551,7 @@
|
|
|
1548
1551
|
"type": "object",
|
|
1549
1552
|
"properties": {
|
|
1550
1553
|
"additionalFromBackground": {
|
|
1551
|
-
"
|
|
1554
|
+
"const": true
|
|
1552
1555
|
},
|
|
1553
1556
|
"default": {
|
|
1554
1557
|
"type": "array",
|
|
@@ -1572,6 +1575,9 @@
|
|
|
1572
1575
|
{
|
|
1573
1576
|
"type": "object",
|
|
1574
1577
|
"properties": {
|
|
1578
|
+
"additionalFromBackground": {
|
|
1579
|
+
"const": true
|
|
1580
|
+
},
|
|
1575
1581
|
"entries": {
|
|
1576
1582
|
"type": "array",
|
|
1577
1583
|
"items": {
|
|
@@ -1829,7 +1835,7 @@
|
|
|
1829
1835
|
"type": "object",
|
|
1830
1836
|
"properties": {
|
|
1831
1837
|
"additionalFromBackground": {
|
|
1832
|
-
"
|
|
1838
|
+
"const": true
|
|
1833
1839
|
},
|
|
1834
1840
|
"default": {
|
|
1835
1841
|
"type": "array",
|
|
@@ -1853,6 +1859,9 @@
|
|
|
1853
1859
|
{
|
|
1854
1860
|
"type": "object",
|
|
1855
1861
|
"properties": {
|
|
1862
|
+
"additionalFromBackground": {
|
|
1863
|
+
"const": true
|
|
1864
|
+
},
|
|
1856
1865
|
"entries": {
|
|
1857
1866
|
"type": "array",
|
|
1858
1867
|
"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
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -183,11 +183,13 @@
|
|
|
183
183
|
"dessert",
|
|
184
184
|
"drink",
|
|
185
185
|
"entree",
|
|
186
|
+
"libation",
|
|
186
187
|
"pastry",
|
|
187
188
|
"salad",
|
|
188
189
|
"side",
|
|
189
190
|
"snack",
|
|
190
|
-
"soup"
|
|
191
|
+
"soup",
|
|
192
|
+
"sweet"
|
|
191
193
|
]
|
|
192
194
|
}
|
|
193
195
|
},
|
|
@@ -381,11 +383,13 @@
|
|
|
381
383
|
"dessert",
|
|
382
384
|
"drink",
|
|
383
385
|
"entree",
|
|
386
|
+
"libation",
|
|
384
387
|
"pastry",
|
|
385
388
|
"salad",
|
|
386
389
|
"side",
|
|
387
390
|
"snack",
|
|
388
|
-
"soup"
|
|
391
|
+
"soup",
|
|
392
|
+
"sweet"
|
|
389
393
|
]
|
|
390
394
|
}
|
|
391
395
|
},
|
|
@@ -583,11 +587,13 @@
|
|
|
583
587
|
"dessert",
|
|
584
588
|
"drink",
|
|
585
589
|
"entree",
|
|
590
|
+
"libation",
|
|
586
591
|
"pastry",
|
|
587
592
|
"salad",
|
|
588
593
|
"side",
|
|
589
594
|
"snack",
|
|
590
|
-
"soup"
|
|
595
|
+
"soup",
|
|
596
|
+
"sweet"
|
|
591
597
|
]
|
|
592
598
|
}
|
|
593
599
|
},
|
|
@@ -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.5",
|
|
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",
|
|
@@ -1366,6 +1366,9 @@
|
|
|
1366
1366
|
{
|
|
1367
1367
|
"type": "object",
|
|
1368
1368
|
"properties": {
|
|
1369
|
+
"additionalFromBackground": {
|
|
1370
|
+
"const": true
|
|
1371
|
+
},
|
|
1369
1372
|
"entries": {
|
|
1370
1373
|
"type": "array",
|
|
1371
1374
|
"items": {
|
|
@@ -1629,7 +1632,7 @@
|
|
|
1629
1632
|
"type": "object",
|
|
1630
1633
|
"properties": {
|
|
1631
1634
|
"additionalFromBackground": {
|
|
1632
|
-
"
|
|
1635
|
+
"const": true
|
|
1633
1636
|
},
|
|
1634
1637
|
"default": {
|
|
1635
1638
|
"type": "array",
|
|
@@ -1653,6 +1656,9 @@
|
|
|
1653
1656
|
{
|
|
1654
1657
|
"type": "object",
|
|
1655
1658
|
"properties": {
|
|
1659
|
+
"additionalFromBackground": {
|
|
1660
|
+
"const": true
|
|
1661
|
+
},
|
|
1656
1662
|
"entries": {
|
|
1657
1663
|
"type": "array",
|
|
1658
1664
|
"items": {
|
|
@@ -1919,7 +1925,7 @@
|
|
|
1919
1925
|
"type": "object",
|
|
1920
1926
|
"properties": {
|
|
1921
1927
|
"additionalFromBackground": {
|
|
1922
|
-
"
|
|
1928
|
+
"const": true
|
|
1923
1929
|
},
|
|
1924
1930
|
"default": {
|
|
1925
1931
|
"type": "array",
|
|
@@ -1943,6 +1949,9 @@
|
|
|
1943
1949
|
{
|
|
1944
1950
|
"type": "object",
|
|
1945
1951
|
"properties": {
|
|
1952
|
+
"additionalFromBackground": {
|
|
1953
|
+
"const": true
|
|
1954
|
+
},
|
|
1946
1955
|
"entries": {
|
|
1947
1956
|
"type": "array",
|
|
1948
1957
|
"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
|
}
|
package/schema/ua/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -172,11 +172,13 @@
|
|
|
172
172
|
"dessert",
|
|
173
173
|
"drink",
|
|
174
174
|
"entree",
|
|
175
|
+
"libation",
|
|
175
176
|
"pastry",
|
|
176
177
|
"salad",
|
|
177
178
|
"side",
|
|
178
179
|
"snack",
|
|
179
|
-
"soup"
|
|
180
|
+
"soup",
|
|
181
|
+
"sweet"
|
|
180
182
|
]
|
|
181
183
|
}
|
|
182
184
|
},
|
|
@@ -359,11 +361,13 @@
|
|
|
359
361
|
"dessert",
|
|
360
362
|
"drink",
|
|
361
363
|
"entree",
|
|
364
|
+
"libation",
|
|
362
365
|
"pastry",
|
|
363
366
|
"salad",
|
|
364
367
|
"side",
|
|
365
368
|
"snack",
|
|
366
|
-
"soup"
|
|
369
|
+
"soup",
|
|
370
|
+
"sweet"
|
|
367
371
|
]
|
|
368
372
|
}
|
|
369
373
|
},
|
|
@@ -550,11 +554,13 @@
|
|
|
550
554
|
"dessert",
|
|
551
555
|
"drink",
|
|
552
556
|
"entree",
|
|
557
|
+
"libation",
|
|
553
558
|
"pastry",
|
|
554
559
|
"salad",
|
|
555
560
|
"side",
|
|
556
561
|
"snack",
|
|
557
|
-
"soup"
|
|
562
|
+
"soup",
|
|
563
|
+
"sweet"
|
|
558
564
|
]
|
|
559
565
|
}
|
|
560
566
|
},
|
|
@@ -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.5",
|
|
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",
|
|
@@ -1366,6 +1366,9 @@
|
|
|
1366
1366
|
{
|
|
1367
1367
|
"type": "object",
|
|
1368
1368
|
"properties": {
|
|
1369
|
+
"additionalFromBackground": {
|
|
1370
|
+
"const": true
|
|
1371
|
+
},
|
|
1369
1372
|
"entries": {
|
|
1370
1373
|
"type": "array",
|
|
1371
1374
|
"items": {
|
|
@@ -1629,7 +1632,7 @@
|
|
|
1629
1632
|
"type": "object",
|
|
1630
1633
|
"properties": {
|
|
1631
1634
|
"additionalFromBackground": {
|
|
1632
|
-
"
|
|
1635
|
+
"const": true
|
|
1633
1636
|
},
|
|
1634
1637
|
"default": {
|
|
1635
1638
|
"type": "array",
|
|
@@ -1653,6 +1656,9 @@
|
|
|
1653
1656
|
{
|
|
1654
1657
|
"type": "object",
|
|
1655
1658
|
"properties": {
|
|
1659
|
+
"additionalFromBackground": {
|
|
1660
|
+
"const": true
|
|
1661
|
+
},
|
|
1656
1662
|
"entries": {
|
|
1657
1663
|
"type": "array",
|
|
1658
1664
|
"items": {
|
|
@@ -1919,7 +1925,7 @@
|
|
|
1919
1925
|
"type": "object",
|
|
1920
1926
|
"properties": {
|
|
1921
1927
|
"additionalFromBackground": {
|
|
1922
|
-
"
|
|
1928
|
+
"const": true
|
|
1923
1929
|
},
|
|
1924
1930
|
"default": {
|
|
1925
1931
|
"type": "array",
|
|
@@ -1943,6 +1949,9 @@
|
|
|
1943
1949
|
{
|
|
1944
1950
|
"type": "object",
|
|
1945
1951
|
"properties": {
|
|
1952
|
+
"additionalFromBackground": {
|
|
1953
|
+
"const": true
|
|
1954
|
+
},
|
|
1946
1955
|
"entries": {
|
|
1947
1956
|
"type": "array",
|
|
1948
1957
|
"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
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -172,11 +172,13 @@
|
|
|
172
172
|
"dessert",
|
|
173
173
|
"drink",
|
|
174
174
|
"entree",
|
|
175
|
+
"libation",
|
|
175
176
|
"pastry",
|
|
176
177
|
"salad",
|
|
177
178
|
"side",
|
|
178
179
|
"snack",
|
|
179
|
-
"soup"
|
|
180
|
+
"soup",
|
|
181
|
+
"sweet"
|
|
180
182
|
]
|
|
181
183
|
}
|
|
182
184
|
},
|
|
@@ -359,11 +361,13 @@
|
|
|
359
361
|
"dessert",
|
|
360
362
|
"drink",
|
|
361
363
|
"entree",
|
|
364
|
+
"libation",
|
|
362
365
|
"pastry",
|
|
363
366
|
"salad",
|
|
364
367
|
"side",
|
|
365
368
|
"snack",
|
|
366
|
-
"soup"
|
|
369
|
+
"soup",
|
|
370
|
+
"sweet"
|
|
367
371
|
]
|
|
368
372
|
}
|
|
369
373
|
},
|
|
@@ -550,11 +554,13 @@
|
|
|
550
554
|
"dessert",
|
|
551
555
|
"drink",
|
|
552
556
|
"entree",
|
|
557
|
+
"libation",
|
|
553
558
|
"pastry",
|
|
554
559
|
"salad",
|
|
555
560
|
"side",
|
|
556
561
|
"snack",
|
|
557
|
-
"soup"
|
|
562
|
+
"soup",
|
|
563
|
+
"sweet"
|
|
558
564
|
]
|
|
559
565
|
}
|
|
560
566
|
},
|
|
@@ -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
|