5etools-utils 0.14.9 → 0.14.11
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/bestiary/bestiary.json +7 -4
- package/schema/brew/spells/sources.json +2 -2
- package/schema/brew-fast/bestiary/bestiary.json +7 -4
- package/schema/brew-fast/spells/sources.json +2 -2
- package/schema/site/bestiary/bestiary.json +7 -4
- package/schema/site/spells/sources.json +2 -2
- package/schema/site-fast/bestiary/bestiary.json +7 -4
- package/schema/site-fast/spells/sources.json +2 -2
- package/schema/ua/bestiary/bestiary.json +7 -4
- package/schema/ua/spells/sources.json +2 -2
- package/schema/ua-fast/bestiary/bestiary.json +7 -4
- package/schema/ua-fast/spells/sources.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.55",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1068,7 +1068,8 @@
|
|
|
1068
1068
|
"copper",
|
|
1069
1069
|
"gold",
|
|
1070
1070
|
"silver",
|
|
1071
|
-
"deep"
|
|
1071
|
+
"deep",
|
|
1072
|
+
"spirit"
|
|
1072
1073
|
]
|
|
1073
1074
|
},
|
|
1074
1075
|
"dragonAge": {
|
|
@@ -2406,7 +2407,8 @@
|
|
|
2406
2407
|
"copper",
|
|
2407
2408
|
"gold",
|
|
2408
2409
|
"silver",
|
|
2409
|
-
"deep"
|
|
2410
|
+
"deep",
|
|
2411
|
+
"spirit"
|
|
2410
2412
|
]
|
|
2411
2413
|
},
|
|
2412
2414
|
"dragonAge": {
|
|
@@ -3749,7 +3751,8 @@
|
|
|
3749
3751
|
"copper",
|
|
3750
3752
|
"gold",
|
|
3751
3753
|
"silver",
|
|
3752
|
-
"deep"
|
|
3754
|
+
"deep",
|
|
3755
|
+
"spirit"
|
|
3753
3756
|
]
|
|
3754
3757
|
},
|
|
3755
3758
|
"dragonAge": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "sources.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"description": "Keys are source identifiers.",
|
|
7
7
|
"patternProperties": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"type": "object",
|
|
10
10
|
"description": "Keys are spell names.",
|
|
11
11
|
"patternProperties": {
|
|
12
|
-
"^[-a-zA-
|
|
12
|
+
"^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
|
|
13
13
|
"type": "object",
|
|
14
14
|
"properties": {
|
|
15
15
|
"class": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.55",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1068,7 +1068,8 @@
|
|
|
1068
1068
|
"copper",
|
|
1069
1069
|
"gold",
|
|
1070
1070
|
"silver",
|
|
1071
|
-
"deep"
|
|
1071
|
+
"deep",
|
|
1072
|
+
"spirit"
|
|
1072
1073
|
]
|
|
1073
1074
|
},
|
|
1074
1075
|
"dragonAge": {
|
|
@@ -2406,7 +2407,8 @@
|
|
|
2406
2407
|
"copper",
|
|
2407
2408
|
"gold",
|
|
2408
2409
|
"silver",
|
|
2409
|
-
"deep"
|
|
2410
|
+
"deep",
|
|
2411
|
+
"spirit"
|
|
2410
2412
|
]
|
|
2411
2413
|
},
|
|
2412
2414
|
"dragonAge": {
|
|
@@ -3749,7 +3751,8 @@
|
|
|
3749
3751
|
"copper",
|
|
3750
3752
|
"gold",
|
|
3751
3753
|
"silver",
|
|
3752
|
-
"deep"
|
|
3754
|
+
"deep",
|
|
3755
|
+
"spirit"
|
|
3753
3756
|
]
|
|
3754
3757
|
},
|
|
3755
3758
|
"dragonAge": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "sources.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"description": "Keys are source identifiers.",
|
|
7
7
|
"patternProperties": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"type": "object",
|
|
10
10
|
"description": "Keys are spell names.",
|
|
11
11
|
"patternProperties": {
|
|
12
|
-
"^[-a-zA-
|
|
12
|
+
"^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
|
|
13
13
|
"type": "object",
|
|
14
14
|
"properties": {
|
|
15
15
|
"class": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.55",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1191,7 +1191,8 @@
|
|
|
1191
1191
|
"copper",
|
|
1192
1192
|
"gold",
|
|
1193
1193
|
"silver",
|
|
1194
|
-
"deep"
|
|
1194
|
+
"deep",
|
|
1195
|
+
"spirit"
|
|
1195
1196
|
]
|
|
1196
1197
|
},
|
|
1197
1198
|
"dragonAge": {
|
|
@@ -2563,7 +2564,8 @@
|
|
|
2563
2564
|
"copper",
|
|
2564
2565
|
"gold",
|
|
2565
2566
|
"silver",
|
|
2566
|
-
"deep"
|
|
2567
|
+
"deep",
|
|
2568
|
+
"spirit"
|
|
2567
2569
|
]
|
|
2568
2570
|
},
|
|
2569
2571
|
"dragonAge": {
|
|
@@ -3940,7 +3942,8 @@
|
|
|
3940
3942
|
"copper",
|
|
3941
3943
|
"gold",
|
|
3942
3944
|
"silver",
|
|
3943
|
-
"deep"
|
|
3945
|
+
"deep",
|
|
3946
|
+
"spirit"
|
|
3944
3947
|
]
|
|
3945
3948
|
},
|
|
3946
3949
|
"dragonAge": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "sources.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"description": "Keys are source identifiers.",
|
|
7
7
|
"patternProperties": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"type": "object",
|
|
10
10
|
"description": "Keys are spell names.",
|
|
11
11
|
"patternProperties": {
|
|
12
|
-
"^[-a-zA-
|
|
12
|
+
"^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
|
|
13
13
|
"type": "object",
|
|
14
14
|
"properties": {
|
|
15
15
|
"class": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.55",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1191,7 +1191,8 @@
|
|
|
1191
1191
|
"copper",
|
|
1192
1192
|
"gold",
|
|
1193
1193
|
"silver",
|
|
1194
|
-
"deep"
|
|
1194
|
+
"deep",
|
|
1195
|
+
"spirit"
|
|
1195
1196
|
]
|
|
1196
1197
|
},
|
|
1197
1198
|
"dragonAge": {
|
|
@@ -2563,7 +2564,8 @@
|
|
|
2563
2564
|
"copper",
|
|
2564
2565
|
"gold",
|
|
2565
2566
|
"silver",
|
|
2566
|
-
"deep"
|
|
2567
|
+
"deep",
|
|
2568
|
+
"spirit"
|
|
2567
2569
|
]
|
|
2568
2570
|
},
|
|
2569
2571
|
"dragonAge": {
|
|
@@ -3940,7 +3942,8 @@
|
|
|
3940
3942
|
"copper",
|
|
3941
3943
|
"gold",
|
|
3942
3944
|
"silver",
|
|
3943
|
-
"deep"
|
|
3945
|
+
"deep",
|
|
3946
|
+
"spirit"
|
|
3944
3947
|
]
|
|
3945
3948
|
},
|
|
3946
3949
|
"dragonAge": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "sources.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"description": "Keys are source identifiers.",
|
|
7
7
|
"patternProperties": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"type": "object",
|
|
10
10
|
"description": "Keys are spell names.",
|
|
11
11
|
"patternProperties": {
|
|
12
|
-
"^[-a-zA-
|
|
12
|
+
"^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
|
|
13
13
|
"type": "object",
|
|
14
14
|
"properties": {
|
|
15
15
|
"class": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.55",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1191,7 +1191,8 @@
|
|
|
1191
1191
|
"copper",
|
|
1192
1192
|
"gold",
|
|
1193
1193
|
"silver",
|
|
1194
|
-
"deep"
|
|
1194
|
+
"deep",
|
|
1195
|
+
"spirit"
|
|
1195
1196
|
]
|
|
1196
1197
|
},
|
|
1197
1198
|
"dragonAge": {
|
|
@@ -2563,7 +2564,8 @@
|
|
|
2563
2564
|
"copper",
|
|
2564
2565
|
"gold",
|
|
2565
2566
|
"silver",
|
|
2566
|
-
"deep"
|
|
2567
|
+
"deep",
|
|
2568
|
+
"spirit"
|
|
2567
2569
|
]
|
|
2568
2570
|
},
|
|
2569
2571
|
"dragonAge": {
|
|
@@ -3940,7 +3942,8 @@
|
|
|
3940
3942
|
"copper",
|
|
3941
3943
|
"gold",
|
|
3942
3944
|
"silver",
|
|
3943
|
-
"deep"
|
|
3945
|
+
"deep",
|
|
3946
|
+
"spirit"
|
|
3944
3947
|
]
|
|
3945
3948
|
},
|
|
3946
3949
|
"dragonAge": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "sources.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"description": "Keys are source identifiers.",
|
|
7
7
|
"patternProperties": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"type": "object",
|
|
10
10
|
"description": "Keys are spell names.",
|
|
11
11
|
"patternProperties": {
|
|
12
|
-
"^[-a-zA-
|
|
12
|
+
"^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
|
|
13
13
|
"type": "object",
|
|
14
14
|
"properties": {
|
|
15
15
|
"class": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.55",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1191,7 +1191,8 @@
|
|
|
1191
1191
|
"copper",
|
|
1192
1192
|
"gold",
|
|
1193
1193
|
"silver",
|
|
1194
|
-
"deep"
|
|
1194
|
+
"deep",
|
|
1195
|
+
"spirit"
|
|
1195
1196
|
]
|
|
1196
1197
|
},
|
|
1197
1198
|
"dragonAge": {
|
|
@@ -2563,7 +2564,8 @@
|
|
|
2563
2564
|
"copper",
|
|
2564
2565
|
"gold",
|
|
2565
2566
|
"silver",
|
|
2566
|
-
"deep"
|
|
2567
|
+
"deep",
|
|
2568
|
+
"spirit"
|
|
2567
2569
|
]
|
|
2568
2570
|
},
|
|
2569
2571
|
"dragonAge": {
|
|
@@ -3940,7 +3942,8 @@
|
|
|
3940
3942
|
"copper",
|
|
3941
3943
|
"gold",
|
|
3942
3944
|
"silver",
|
|
3943
|
-
"deep"
|
|
3945
|
+
"deep",
|
|
3946
|
+
"spirit"
|
|
3944
3947
|
]
|
|
3945
3948
|
},
|
|
3946
3949
|
"dragonAge": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "sources.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"description": "Keys are source identifiers.",
|
|
7
7
|
"patternProperties": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"type": "object",
|
|
10
10
|
"description": "Keys are spell names.",
|
|
11
11
|
"patternProperties": {
|
|
12
|
-
"^[-a-zA-
|
|
12
|
+
"^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
|
|
13
13
|
"type": "object",
|
|
14
14
|
"properties": {
|
|
15
15
|
"class": {
|