5etools-utils 0.9.44 → 0.9.46
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/adventures.json +4 -2
- package/schema/brew/feats.json +8 -1
- package/schema/brew/recipes.json +10 -1
- package/schema/brew-fast/adventures.json +4 -2
- package/schema/brew-fast/feats.json +8 -1
- package/schema/brew-fast/recipes.json +10 -1
- package/schema/site/adventures.json +4 -2
- package/schema/site/feats.json +8 -1
- package/schema/site/recipes.json +10 -1
- package/schema/site-fast/adventures.json +4 -2
- package/schema/site-fast/feats.json +8 -1
- package/schema/site-fast/recipes.json +10 -1
- package/schema/ua/adventures.json +4 -2
- package/schema/ua/feats.json +8 -1
- package/schema/ua/recipes.json +10 -1
- package/schema/ua-fast/adventures.json +4 -2
- package/schema/ua-fast/feats.json +8 -1
- package/schema/ua-fast/recipes.json +10 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -196,7 +196,9 @@
|
|
|
196
196
|
"Giants of the Star Forge",
|
|
197
197
|
"Minecraft",
|
|
198
198
|
"Planescape",
|
|
199
|
-
"Adventure Atlas"
|
|
199
|
+
"Adventure Atlas",
|
|
200
|
+
"Heroes' Feast",
|
|
201
|
+
"Family Friendly"
|
|
200
202
|
]
|
|
201
203
|
},
|
|
202
204
|
"alAveragePlayerLevel": {
|
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.6.
|
|
4
|
+
"version": "1.6.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"feat": {
|
|
@@ -43,6 +43,13 @@
|
|
|
43
43
|
"repeatableNote": {
|
|
44
44
|
"type": "string"
|
|
45
45
|
},
|
|
46
|
+
"category": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"examples": [
|
|
49
|
+
"general",
|
|
50
|
+
"background"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
46
53
|
"additionalSpells": {
|
|
47
54
|
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
48
55
|
},
|
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.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -202,6 +205,9 @@
|
|
|
202
205
|
"source": {
|
|
203
206
|
"$ref": "util.json#/$defs/source"
|
|
204
207
|
},
|
|
208
|
+
"otherSources": {
|
|
209
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
210
|
+
},
|
|
205
211
|
"page": {
|
|
206
212
|
"$ref": "util.json#/$defs/page"
|
|
207
213
|
},
|
|
@@ -392,6 +398,9 @@
|
|
|
392
398
|
"source": {
|
|
393
399
|
"$ref": "util.json#/$defs/source"
|
|
394
400
|
},
|
|
401
|
+
"otherSources": {
|
|
402
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
403
|
+
},
|
|
395
404
|
"page": {
|
|
396
405
|
"$ref": "util.json#/$defs/page"
|
|
397
406
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -196,7 +196,9 @@
|
|
|
196
196
|
"Giants of the Star Forge",
|
|
197
197
|
"Minecraft",
|
|
198
198
|
"Planescape",
|
|
199
|
-
"Adventure Atlas"
|
|
199
|
+
"Adventure Atlas",
|
|
200
|
+
"Heroes' Feast",
|
|
201
|
+
"Family Friendly"
|
|
200
202
|
]
|
|
201
203
|
},
|
|
202
204
|
"alAveragePlayerLevel": {
|
|
@@ -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.6.
|
|
4
|
+
"version": "1.6.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"feat": {
|
|
@@ -43,6 +43,13 @@
|
|
|
43
43
|
"repeatableNote": {
|
|
44
44
|
"type": "string"
|
|
45
45
|
},
|
|
46
|
+
"category": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"examples": [
|
|
49
|
+
"general",
|
|
50
|
+
"background"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
46
53
|
"additionalSpells": {
|
|
47
54
|
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
48
55
|
},
|
|
@@ -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.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -202,6 +205,9 @@
|
|
|
202
205
|
"source": {
|
|
203
206
|
"$ref": "util.json#/$defs/source"
|
|
204
207
|
},
|
|
208
|
+
"otherSources": {
|
|
209
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
210
|
+
},
|
|
205
211
|
"page": {
|
|
206
212
|
"$ref": "util.json#/$defs/page"
|
|
207
213
|
},
|
|
@@ -392,6 +398,9 @@
|
|
|
392
398
|
"source": {
|
|
393
399
|
"$ref": "util.json#/$defs/source"
|
|
394
400
|
},
|
|
401
|
+
"otherSources": {
|
|
402
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
403
|
+
},
|
|
395
404
|
"page": {
|
|
396
405
|
"$ref": "util.json#/$defs/page"
|
|
397
406
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -196,7 +196,9 @@
|
|
|
196
196
|
"Giants of the Star Forge",
|
|
197
197
|
"Minecraft",
|
|
198
198
|
"Planescape",
|
|
199
|
-
"Adventure Atlas"
|
|
199
|
+
"Adventure Atlas",
|
|
200
|
+
"Heroes' Feast",
|
|
201
|
+
"Family Friendly"
|
|
200
202
|
]
|
|
201
203
|
}
|
|
202
204
|
},
|
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.6.
|
|
4
|
+
"version": "1.6.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"feat": {
|
|
@@ -43,6 +43,13 @@
|
|
|
43
43
|
"repeatableNote": {
|
|
44
44
|
"type": "string"
|
|
45
45
|
},
|
|
46
|
+
"category": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"enum": [
|
|
49
|
+
"general",
|
|
50
|
+
"background"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
46
53
|
"additionalSpells": {
|
|
47
54
|
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
48
55
|
},
|
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.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -202,6 +205,9 @@
|
|
|
202
205
|
"source": {
|
|
203
206
|
"$ref": "util.json#/$defs/source"
|
|
204
207
|
},
|
|
208
|
+
"otherSources": {
|
|
209
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
210
|
+
},
|
|
205
211
|
"page": {
|
|
206
212
|
"$ref": "util.json#/$defs/page"
|
|
207
213
|
},
|
|
@@ -392,6 +398,9 @@
|
|
|
392
398
|
"source": {
|
|
393
399
|
"$ref": "util.json#/$defs/source"
|
|
394
400
|
},
|
|
401
|
+
"otherSources": {
|
|
402
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
403
|
+
},
|
|
395
404
|
"page": {
|
|
396
405
|
"$ref": "util.json#/$defs/page"
|
|
397
406
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -196,7 +196,9 @@
|
|
|
196
196
|
"Giants of the Star Forge",
|
|
197
197
|
"Minecraft",
|
|
198
198
|
"Planescape",
|
|
199
|
-
"Adventure Atlas"
|
|
199
|
+
"Adventure Atlas",
|
|
200
|
+
"Heroes' Feast",
|
|
201
|
+
"Family Friendly"
|
|
200
202
|
]
|
|
201
203
|
}
|
|
202
204
|
},
|
|
@@ -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.6.
|
|
4
|
+
"version": "1.6.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"feat": {
|
|
@@ -43,6 +43,13 @@
|
|
|
43
43
|
"repeatableNote": {
|
|
44
44
|
"type": "string"
|
|
45
45
|
},
|
|
46
|
+
"category": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"enum": [
|
|
49
|
+
"general",
|
|
50
|
+
"background"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
46
53
|
"additionalSpells": {
|
|
47
54
|
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
48
55
|
},
|
|
@@ -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.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -202,6 +205,9 @@
|
|
|
202
205
|
"source": {
|
|
203
206
|
"$ref": "util.json#/$defs/source"
|
|
204
207
|
},
|
|
208
|
+
"otherSources": {
|
|
209
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
210
|
+
},
|
|
205
211
|
"page": {
|
|
206
212
|
"$ref": "util.json#/$defs/page"
|
|
207
213
|
},
|
|
@@ -392,6 +398,9 @@
|
|
|
392
398
|
"source": {
|
|
393
399
|
"$ref": "util.json#/$defs/source"
|
|
394
400
|
},
|
|
401
|
+
"otherSources": {
|
|
402
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
403
|
+
},
|
|
395
404
|
"page": {
|
|
396
405
|
"$ref": "util.json#/$defs/page"
|
|
397
406
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -196,7 +196,9 @@
|
|
|
196
196
|
"Giants of the Star Forge",
|
|
197
197
|
"Minecraft",
|
|
198
198
|
"Planescape",
|
|
199
|
-
"Adventure Atlas"
|
|
199
|
+
"Adventure Atlas",
|
|
200
|
+
"Heroes' Feast",
|
|
201
|
+
"Family Friendly"
|
|
200
202
|
]
|
|
201
203
|
}
|
|
202
204
|
},
|
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.6.
|
|
4
|
+
"version": "1.6.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"feat": {
|
|
@@ -43,6 +43,13 @@
|
|
|
43
43
|
"repeatableNote": {
|
|
44
44
|
"type": "string"
|
|
45
45
|
},
|
|
46
|
+
"category": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"enum": [
|
|
49
|
+
"general",
|
|
50
|
+
"background"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
46
53
|
"additionalSpells": {
|
|
47
54
|
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
48
55
|
},
|
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.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -191,6 +194,9 @@
|
|
|
191
194
|
"source": {
|
|
192
195
|
"$ref": "util.json#/$defs/source"
|
|
193
196
|
},
|
|
197
|
+
"otherSources": {
|
|
198
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
199
|
+
},
|
|
194
200
|
"page": {
|
|
195
201
|
"$ref": "util.json#/$defs/page"
|
|
196
202
|
},
|
|
@@ -370,6 +376,9 @@
|
|
|
370
376
|
"source": {
|
|
371
377
|
"$ref": "util.json#/$defs/source"
|
|
372
378
|
},
|
|
379
|
+
"otherSources": {
|
|
380
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
381
|
+
},
|
|
373
382
|
"page": {
|
|
374
383
|
"$ref": "util.json#/$defs/page"
|
|
375
384
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -196,7 +196,9 @@
|
|
|
196
196
|
"Giants of the Star Forge",
|
|
197
197
|
"Minecraft",
|
|
198
198
|
"Planescape",
|
|
199
|
-
"Adventure Atlas"
|
|
199
|
+
"Adventure Atlas",
|
|
200
|
+
"Heroes' Feast",
|
|
201
|
+
"Family Friendly"
|
|
200
202
|
]
|
|
201
203
|
}
|
|
202
204
|
},
|
|
@@ -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.6.
|
|
4
|
+
"version": "1.6.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"feat": {
|
|
@@ -43,6 +43,13 @@
|
|
|
43
43
|
"repeatableNote": {
|
|
44
44
|
"type": "string"
|
|
45
45
|
},
|
|
46
|
+
"category": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"enum": [
|
|
49
|
+
"general",
|
|
50
|
+
"background"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
46
53
|
"additionalSpells": {
|
|
47
54
|
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
48
55
|
},
|
|
@@ -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.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -191,6 +194,9 @@
|
|
|
191
194
|
"source": {
|
|
192
195
|
"$ref": "util.json#/$defs/source"
|
|
193
196
|
},
|
|
197
|
+
"otherSources": {
|
|
198
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
199
|
+
},
|
|
194
200
|
"page": {
|
|
195
201
|
"$ref": "util.json#/$defs/page"
|
|
196
202
|
},
|
|
@@ -370,6 +376,9 @@
|
|
|
370
376
|
"source": {
|
|
371
377
|
"$ref": "util.json#/$defs/source"
|
|
372
378
|
},
|
|
379
|
+
"otherSources": {
|
|
380
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
381
|
+
},
|
|
373
382
|
"page": {
|
|
374
383
|
"$ref": "util.json#/$defs/page"
|
|
375
384
|
},
|