5etools-utils 0.9.39 → 0.9.40
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/recipes.json +40 -10
- package/schema/brew-fast/recipes.json +40 -10
- package/schema/site/recipes.json +40 -10
- package/schema/site-fast/recipes.json +40 -10
- package/schema/ua/recipes.json +40 -10
- package/schema/ua-fast/recipes.json +40 -10
package/package.json
CHANGED
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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -95,11 +98,18 @@
|
|
|
95
98
|
"type": "string",
|
|
96
99
|
"examples": [
|
|
97
100
|
"Dwarven",
|
|
98
|
-
"Elven",
|
|
99
101
|
"Elixir/Ale",
|
|
100
|
-
"
|
|
102
|
+
"Elven",
|
|
101
103
|
"Halfling",
|
|
102
|
-
"
|
|
104
|
+
"Human",
|
|
105
|
+
"Uncommon Cuisine",
|
|
106
|
+
"Lost in Realmspace",
|
|
107
|
+
"Ravenloft",
|
|
108
|
+
"Sigil",
|
|
109
|
+
"Solamnia",
|
|
110
|
+
"The Feywild",
|
|
111
|
+
"The Rock of Bral",
|
|
112
|
+
"The Yawning Portal"
|
|
103
113
|
]
|
|
104
114
|
},
|
|
105
115
|
"diet": {
|
|
@@ -186,6 +196,9 @@
|
|
|
186
196
|
"name": {
|
|
187
197
|
"type": "string"
|
|
188
198
|
},
|
|
199
|
+
"alias": {
|
|
200
|
+
"$ref": "util.json#/$defs/alias"
|
|
201
|
+
},
|
|
189
202
|
"source": {
|
|
190
203
|
"$ref": "util.json#/$defs/source"
|
|
191
204
|
},
|
|
@@ -271,11 +284,18 @@
|
|
|
271
284
|
"type": "string",
|
|
272
285
|
"examples": [
|
|
273
286
|
"Dwarven",
|
|
274
|
-
"Elven",
|
|
275
287
|
"Elixir/Ale",
|
|
276
|
-
"
|
|
288
|
+
"Elven",
|
|
277
289
|
"Halfling",
|
|
278
|
-
"
|
|
290
|
+
"Human",
|
|
291
|
+
"Uncommon Cuisine",
|
|
292
|
+
"Lost in Realmspace",
|
|
293
|
+
"Ravenloft",
|
|
294
|
+
"Sigil",
|
|
295
|
+
"Solamnia",
|
|
296
|
+
"The Feywild",
|
|
297
|
+
"The Rock of Bral",
|
|
298
|
+
"The Yawning Portal"
|
|
279
299
|
]
|
|
280
300
|
},
|
|
281
301
|
"diet": {
|
|
@@ -366,6 +386,9 @@
|
|
|
366
386
|
"name": {
|
|
367
387
|
"type": "string"
|
|
368
388
|
},
|
|
389
|
+
"alias": {
|
|
390
|
+
"$ref": "util.json#/$defs/alias"
|
|
391
|
+
},
|
|
369
392
|
"source": {
|
|
370
393
|
"$ref": "util.json#/$defs/source"
|
|
371
394
|
},
|
|
@@ -451,11 +474,18 @@
|
|
|
451
474
|
"type": "string",
|
|
452
475
|
"examples": [
|
|
453
476
|
"Dwarven",
|
|
454
|
-
"Elven",
|
|
455
477
|
"Elixir/Ale",
|
|
456
|
-
"
|
|
478
|
+
"Elven",
|
|
457
479
|
"Halfling",
|
|
458
|
-
"
|
|
480
|
+
"Human",
|
|
481
|
+
"Uncommon Cuisine",
|
|
482
|
+
"Lost in Realmspace",
|
|
483
|
+
"Ravenloft",
|
|
484
|
+
"Sigil",
|
|
485
|
+
"Solamnia",
|
|
486
|
+
"The Feywild",
|
|
487
|
+
"The Rock of Bral",
|
|
488
|
+
"The Yawning Portal"
|
|
459
489
|
]
|
|
460
490
|
},
|
|
461
491
|
"diet": {
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -95,11 +98,18 @@
|
|
|
95
98
|
"type": "string",
|
|
96
99
|
"examples": [
|
|
97
100
|
"Dwarven",
|
|
98
|
-
"Elven",
|
|
99
101
|
"Elixir/Ale",
|
|
100
|
-
"
|
|
102
|
+
"Elven",
|
|
101
103
|
"Halfling",
|
|
102
|
-
"
|
|
104
|
+
"Human",
|
|
105
|
+
"Uncommon Cuisine",
|
|
106
|
+
"Lost in Realmspace",
|
|
107
|
+
"Ravenloft",
|
|
108
|
+
"Sigil",
|
|
109
|
+
"Solamnia",
|
|
110
|
+
"The Feywild",
|
|
111
|
+
"The Rock of Bral",
|
|
112
|
+
"The Yawning Portal"
|
|
103
113
|
]
|
|
104
114
|
},
|
|
105
115
|
"diet": {
|
|
@@ -186,6 +196,9 @@
|
|
|
186
196
|
"name": {
|
|
187
197
|
"type": "string"
|
|
188
198
|
},
|
|
199
|
+
"alias": {
|
|
200
|
+
"$ref": "util.json#/$defs/alias"
|
|
201
|
+
},
|
|
189
202
|
"source": {
|
|
190
203
|
"$ref": "util.json#/$defs/source"
|
|
191
204
|
},
|
|
@@ -271,11 +284,18 @@
|
|
|
271
284
|
"type": "string",
|
|
272
285
|
"examples": [
|
|
273
286
|
"Dwarven",
|
|
274
|
-
"Elven",
|
|
275
287
|
"Elixir/Ale",
|
|
276
|
-
"
|
|
288
|
+
"Elven",
|
|
277
289
|
"Halfling",
|
|
278
|
-
"
|
|
290
|
+
"Human",
|
|
291
|
+
"Uncommon Cuisine",
|
|
292
|
+
"Lost in Realmspace",
|
|
293
|
+
"Ravenloft",
|
|
294
|
+
"Sigil",
|
|
295
|
+
"Solamnia",
|
|
296
|
+
"The Feywild",
|
|
297
|
+
"The Rock of Bral",
|
|
298
|
+
"The Yawning Portal"
|
|
279
299
|
]
|
|
280
300
|
},
|
|
281
301
|
"diet": {
|
|
@@ -366,6 +386,9 @@
|
|
|
366
386
|
"name": {
|
|
367
387
|
"type": "string"
|
|
368
388
|
},
|
|
389
|
+
"alias": {
|
|
390
|
+
"$ref": "util.json#/$defs/alias"
|
|
391
|
+
},
|
|
369
392
|
"source": {
|
|
370
393
|
"$ref": "util.json#/$defs/source"
|
|
371
394
|
},
|
|
@@ -451,11 +474,18 @@
|
|
|
451
474
|
"type": "string",
|
|
452
475
|
"examples": [
|
|
453
476
|
"Dwarven",
|
|
454
|
-
"Elven",
|
|
455
477
|
"Elixir/Ale",
|
|
456
|
-
"
|
|
478
|
+
"Elven",
|
|
457
479
|
"Halfling",
|
|
458
|
-
"
|
|
480
|
+
"Human",
|
|
481
|
+
"Uncommon Cuisine",
|
|
482
|
+
"Lost in Realmspace",
|
|
483
|
+
"Ravenloft",
|
|
484
|
+
"Sigil",
|
|
485
|
+
"Solamnia",
|
|
486
|
+
"The Feywild",
|
|
487
|
+
"The Rock of Bral",
|
|
488
|
+
"The Yawning Portal"
|
|
459
489
|
]
|
|
460
490
|
},
|
|
461
491
|
"diet": {
|
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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -101,11 +104,18 @@
|
|
|
101
104
|
"type": "string",
|
|
102
105
|
"enum": [
|
|
103
106
|
"Dwarven",
|
|
104
|
-
"Elven",
|
|
105
107
|
"Elixir/Ale",
|
|
106
|
-
"
|
|
108
|
+
"Elven",
|
|
107
109
|
"Halfling",
|
|
108
|
-
"
|
|
110
|
+
"Human",
|
|
111
|
+
"Uncommon Cuisine",
|
|
112
|
+
"Lost in Realmspace",
|
|
113
|
+
"Ravenloft",
|
|
114
|
+
"Sigil",
|
|
115
|
+
"Solamnia",
|
|
116
|
+
"The Feywild",
|
|
117
|
+
"The Rock of Bral",
|
|
118
|
+
"The Yawning Portal"
|
|
109
119
|
]
|
|
110
120
|
},
|
|
111
121
|
"diet": {
|
|
@@ -186,6 +196,9 @@
|
|
|
186
196
|
"name": {
|
|
187
197
|
"type": "string"
|
|
188
198
|
},
|
|
199
|
+
"alias": {
|
|
200
|
+
"$ref": "util.json#/$defs/alias"
|
|
201
|
+
},
|
|
189
202
|
"source": {
|
|
190
203
|
"$ref": "util.json#/$defs/source"
|
|
191
204
|
},
|
|
@@ -277,11 +290,18 @@
|
|
|
277
290
|
"type": "string",
|
|
278
291
|
"enum": [
|
|
279
292
|
"Dwarven",
|
|
280
|
-
"Elven",
|
|
281
293
|
"Elixir/Ale",
|
|
282
|
-
"
|
|
294
|
+
"Elven",
|
|
283
295
|
"Halfling",
|
|
284
|
-
"
|
|
296
|
+
"Human",
|
|
297
|
+
"Uncommon Cuisine",
|
|
298
|
+
"Lost in Realmspace",
|
|
299
|
+
"Ravenloft",
|
|
300
|
+
"Sigil",
|
|
301
|
+
"Solamnia",
|
|
302
|
+
"The Feywild",
|
|
303
|
+
"The Rock of Bral",
|
|
304
|
+
"The Yawning Portal"
|
|
285
305
|
]
|
|
286
306
|
},
|
|
287
307
|
"diet": {
|
|
@@ -366,6 +386,9 @@
|
|
|
366
386
|
"name": {
|
|
367
387
|
"type": "string"
|
|
368
388
|
},
|
|
389
|
+
"alias": {
|
|
390
|
+
"$ref": "util.json#/$defs/alias"
|
|
391
|
+
},
|
|
369
392
|
"source": {
|
|
370
393
|
"$ref": "util.json#/$defs/source"
|
|
371
394
|
},
|
|
@@ -457,11 +480,18 @@
|
|
|
457
480
|
"type": "string",
|
|
458
481
|
"enum": [
|
|
459
482
|
"Dwarven",
|
|
460
|
-
"Elven",
|
|
461
483
|
"Elixir/Ale",
|
|
462
|
-
"
|
|
484
|
+
"Elven",
|
|
463
485
|
"Halfling",
|
|
464
|
-
"
|
|
486
|
+
"Human",
|
|
487
|
+
"Uncommon Cuisine",
|
|
488
|
+
"Lost in Realmspace",
|
|
489
|
+
"Ravenloft",
|
|
490
|
+
"Sigil",
|
|
491
|
+
"Solamnia",
|
|
492
|
+
"The Feywild",
|
|
493
|
+
"The Rock of Bral",
|
|
494
|
+
"The Yawning Portal"
|
|
465
495
|
]
|
|
466
496
|
},
|
|
467
497
|
"diet": {
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -101,11 +104,18 @@
|
|
|
101
104
|
"type": "string",
|
|
102
105
|
"enum": [
|
|
103
106
|
"Dwarven",
|
|
104
|
-
"Elven",
|
|
105
107
|
"Elixir/Ale",
|
|
106
|
-
"
|
|
108
|
+
"Elven",
|
|
107
109
|
"Halfling",
|
|
108
|
-
"
|
|
110
|
+
"Human",
|
|
111
|
+
"Uncommon Cuisine",
|
|
112
|
+
"Lost in Realmspace",
|
|
113
|
+
"Ravenloft",
|
|
114
|
+
"Sigil",
|
|
115
|
+
"Solamnia",
|
|
116
|
+
"The Feywild",
|
|
117
|
+
"The Rock of Bral",
|
|
118
|
+
"The Yawning Portal"
|
|
109
119
|
]
|
|
110
120
|
},
|
|
111
121
|
"diet": {
|
|
@@ -186,6 +196,9 @@
|
|
|
186
196
|
"name": {
|
|
187
197
|
"type": "string"
|
|
188
198
|
},
|
|
199
|
+
"alias": {
|
|
200
|
+
"$ref": "util.json#/$defs/alias"
|
|
201
|
+
},
|
|
189
202
|
"source": {
|
|
190
203
|
"$ref": "util.json#/$defs/source"
|
|
191
204
|
},
|
|
@@ -277,11 +290,18 @@
|
|
|
277
290
|
"type": "string",
|
|
278
291
|
"enum": [
|
|
279
292
|
"Dwarven",
|
|
280
|
-
"Elven",
|
|
281
293
|
"Elixir/Ale",
|
|
282
|
-
"
|
|
294
|
+
"Elven",
|
|
283
295
|
"Halfling",
|
|
284
|
-
"
|
|
296
|
+
"Human",
|
|
297
|
+
"Uncommon Cuisine",
|
|
298
|
+
"Lost in Realmspace",
|
|
299
|
+
"Ravenloft",
|
|
300
|
+
"Sigil",
|
|
301
|
+
"Solamnia",
|
|
302
|
+
"The Feywild",
|
|
303
|
+
"The Rock of Bral",
|
|
304
|
+
"The Yawning Portal"
|
|
285
305
|
]
|
|
286
306
|
},
|
|
287
307
|
"diet": {
|
|
@@ -366,6 +386,9 @@
|
|
|
366
386
|
"name": {
|
|
367
387
|
"type": "string"
|
|
368
388
|
},
|
|
389
|
+
"alias": {
|
|
390
|
+
"$ref": "util.json#/$defs/alias"
|
|
391
|
+
},
|
|
369
392
|
"source": {
|
|
370
393
|
"$ref": "util.json#/$defs/source"
|
|
371
394
|
},
|
|
@@ -457,11 +480,18 @@
|
|
|
457
480
|
"type": "string",
|
|
458
481
|
"enum": [
|
|
459
482
|
"Dwarven",
|
|
460
|
-
"Elven",
|
|
461
483
|
"Elixir/Ale",
|
|
462
|
-
"
|
|
484
|
+
"Elven",
|
|
463
485
|
"Halfling",
|
|
464
|
-
"
|
|
486
|
+
"Human",
|
|
487
|
+
"Uncommon Cuisine",
|
|
488
|
+
"Lost in Realmspace",
|
|
489
|
+
"Ravenloft",
|
|
490
|
+
"Sigil",
|
|
491
|
+
"Solamnia",
|
|
492
|
+
"The Feywild",
|
|
493
|
+
"The Rock of Bral",
|
|
494
|
+
"The Yawning Portal"
|
|
465
495
|
]
|
|
466
496
|
},
|
|
467
497
|
"diet": {
|
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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -90,11 +93,18 @@
|
|
|
90
93
|
"type": "string",
|
|
91
94
|
"enum": [
|
|
92
95
|
"Dwarven",
|
|
93
|
-
"Elven",
|
|
94
96
|
"Elixir/Ale",
|
|
95
|
-
"
|
|
97
|
+
"Elven",
|
|
96
98
|
"Halfling",
|
|
97
|
-
"
|
|
99
|
+
"Human",
|
|
100
|
+
"Uncommon Cuisine",
|
|
101
|
+
"Lost in Realmspace",
|
|
102
|
+
"Ravenloft",
|
|
103
|
+
"Sigil",
|
|
104
|
+
"Solamnia",
|
|
105
|
+
"The Feywild",
|
|
106
|
+
"The Rock of Bral",
|
|
107
|
+
"The Yawning Portal"
|
|
98
108
|
]
|
|
99
109
|
},
|
|
100
110
|
"diet": {
|
|
@@ -175,6 +185,9 @@
|
|
|
175
185
|
"name": {
|
|
176
186
|
"type": "string"
|
|
177
187
|
},
|
|
188
|
+
"alias": {
|
|
189
|
+
"$ref": "util.json#/$defs/alias"
|
|
190
|
+
},
|
|
178
191
|
"source": {
|
|
179
192
|
"$ref": "util.json#/$defs/source"
|
|
180
193
|
},
|
|
@@ -255,11 +268,18 @@
|
|
|
255
268
|
"type": "string",
|
|
256
269
|
"enum": [
|
|
257
270
|
"Dwarven",
|
|
258
|
-
"Elven",
|
|
259
271
|
"Elixir/Ale",
|
|
260
|
-
"
|
|
272
|
+
"Elven",
|
|
261
273
|
"Halfling",
|
|
262
|
-
"
|
|
274
|
+
"Human",
|
|
275
|
+
"Uncommon Cuisine",
|
|
276
|
+
"Lost in Realmspace",
|
|
277
|
+
"Ravenloft",
|
|
278
|
+
"Sigil",
|
|
279
|
+
"Solamnia",
|
|
280
|
+
"The Feywild",
|
|
281
|
+
"The Rock of Bral",
|
|
282
|
+
"The Yawning Portal"
|
|
263
283
|
]
|
|
264
284
|
},
|
|
265
285
|
"diet": {
|
|
@@ -344,6 +364,9 @@
|
|
|
344
364
|
"name": {
|
|
345
365
|
"type": "string"
|
|
346
366
|
},
|
|
367
|
+
"alias": {
|
|
368
|
+
"$ref": "util.json#/$defs/alias"
|
|
369
|
+
},
|
|
347
370
|
"source": {
|
|
348
371
|
"$ref": "util.json#/$defs/source"
|
|
349
372
|
},
|
|
@@ -424,11 +447,18 @@
|
|
|
424
447
|
"type": "string",
|
|
425
448
|
"enum": [
|
|
426
449
|
"Dwarven",
|
|
427
|
-
"Elven",
|
|
428
450
|
"Elixir/Ale",
|
|
429
|
-
"
|
|
451
|
+
"Elven",
|
|
430
452
|
"Halfling",
|
|
431
|
-
"
|
|
453
|
+
"Human",
|
|
454
|
+
"Uncommon Cuisine",
|
|
455
|
+
"Lost in Realmspace",
|
|
456
|
+
"Ravenloft",
|
|
457
|
+
"Sigil",
|
|
458
|
+
"Solamnia",
|
|
459
|
+
"The Feywild",
|
|
460
|
+
"The Rock of Bral",
|
|
461
|
+
"The Yawning Portal"
|
|
432
462
|
]
|
|
433
463
|
},
|
|
434
464
|
"diet": {
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -90,11 +93,18 @@
|
|
|
90
93
|
"type": "string",
|
|
91
94
|
"enum": [
|
|
92
95
|
"Dwarven",
|
|
93
|
-
"Elven",
|
|
94
96
|
"Elixir/Ale",
|
|
95
|
-
"
|
|
97
|
+
"Elven",
|
|
96
98
|
"Halfling",
|
|
97
|
-
"
|
|
99
|
+
"Human",
|
|
100
|
+
"Uncommon Cuisine",
|
|
101
|
+
"Lost in Realmspace",
|
|
102
|
+
"Ravenloft",
|
|
103
|
+
"Sigil",
|
|
104
|
+
"Solamnia",
|
|
105
|
+
"The Feywild",
|
|
106
|
+
"The Rock of Bral",
|
|
107
|
+
"The Yawning Portal"
|
|
98
108
|
]
|
|
99
109
|
},
|
|
100
110
|
"diet": {
|
|
@@ -175,6 +185,9 @@
|
|
|
175
185
|
"name": {
|
|
176
186
|
"type": "string"
|
|
177
187
|
},
|
|
188
|
+
"alias": {
|
|
189
|
+
"$ref": "util.json#/$defs/alias"
|
|
190
|
+
},
|
|
178
191
|
"source": {
|
|
179
192
|
"$ref": "util.json#/$defs/source"
|
|
180
193
|
},
|
|
@@ -255,11 +268,18 @@
|
|
|
255
268
|
"type": "string",
|
|
256
269
|
"enum": [
|
|
257
270
|
"Dwarven",
|
|
258
|
-
"Elven",
|
|
259
271
|
"Elixir/Ale",
|
|
260
|
-
"
|
|
272
|
+
"Elven",
|
|
261
273
|
"Halfling",
|
|
262
|
-
"
|
|
274
|
+
"Human",
|
|
275
|
+
"Uncommon Cuisine",
|
|
276
|
+
"Lost in Realmspace",
|
|
277
|
+
"Ravenloft",
|
|
278
|
+
"Sigil",
|
|
279
|
+
"Solamnia",
|
|
280
|
+
"The Feywild",
|
|
281
|
+
"The Rock of Bral",
|
|
282
|
+
"The Yawning Portal"
|
|
263
283
|
]
|
|
264
284
|
},
|
|
265
285
|
"diet": {
|
|
@@ -344,6 +364,9 @@
|
|
|
344
364
|
"name": {
|
|
345
365
|
"type": "string"
|
|
346
366
|
},
|
|
367
|
+
"alias": {
|
|
368
|
+
"$ref": "util.json#/$defs/alias"
|
|
369
|
+
},
|
|
347
370
|
"source": {
|
|
348
371
|
"$ref": "util.json#/$defs/source"
|
|
349
372
|
},
|
|
@@ -424,11 +447,18 @@
|
|
|
424
447
|
"type": "string",
|
|
425
448
|
"enum": [
|
|
426
449
|
"Dwarven",
|
|
427
|
-
"Elven",
|
|
428
450
|
"Elixir/Ale",
|
|
429
|
-
"
|
|
451
|
+
"Elven",
|
|
430
452
|
"Halfling",
|
|
431
|
-
"
|
|
453
|
+
"Human",
|
|
454
|
+
"Uncommon Cuisine",
|
|
455
|
+
"Lost in Realmspace",
|
|
456
|
+
"Ravenloft",
|
|
457
|
+
"Sigil",
|
|
458
|
+
"Solamnia",
|
|
459
|
+
"The Feywild",
|
|
460
|
+
"The Rock of Bral",
|
|
461
|
+
"The Yawning Portal"
|
|
432
462
|
]
|
|
433
463
|
},
|
|
434
464
|
"diet": {
|