5etools-utils 0.7.2 → 0.7.4
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 +2 -3
- package/schema/brew/util.json +5 -2
- package/schema/brew-fast/bestiary/bestiary.json +2 -3
- package/schema/brew-fast/util.json +5 -2
- package/schema/site/bestiary/bestiary.json +2 -3
- package/schema/site/util.json +5 -2
- package/schema/site-fast/bestiary/bestiary.json +2 -3
- package/schema/site-fast/util.json +5 -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.16",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -2430,8 +2430,7 @@
|
|
|
2430
2430
|
"con",
|
|
2431
2431
|
"int",
|
|
2432
2432
|
"wis",
|
|
2433
|
-
"cha"
|
|
2434
|
-
"passive"
|
|
2433
|
+
"cha"
|
|
2435
2434
|
]
|
|
2436
2435
|
},
|
|
2437
2436
|
{
|
package/schema/brew/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.11",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -159,7 +159,10 @@
|
|
|
159
159
|
"table",
|
|
160
160
|
"recipe",
|
|
161
161
|
"skill",
|
|
162
|
-
"sense"
|
|
162
|
+
"sense",
|
|
163
|
+
"legroup",
|
|
164
|
+
"deck",
|
|
165
|
+
"card"
|
|
163
166
|
]
|
|
164
167
|
},
|
|
165
168
|
"propNameStats": {
|
|
@@ -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.16",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -2430,8 +2430,7 @@
|
|
|
2430
2430
|
"con",
|
|
2431
2431
|
"int",
|
|
2432
2432
|
"wis",
|
|
2433
|
-
"cha"
|
|
2434
|
-
"passive"
|
|
2433
|
+
"cha"
|
|
2435
2434
|
]
|
|
2436
2435
|
},
|
|
2437
2436
|
{
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.11",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -159,7 +159,10 @@
|
|
|
159
159
|
"table",
|
|
160
160
|
"recipe",
|
|
161
161
|
"skill",
|
|
162
|
-
"sense"
|
|
162
|
+
"sense",
|
|
163
|
+
"legroup",
|
|
164
|
+
"deck",
|
|
165
|
+
"card"
|
|
163
166
|
]
|
|
164
167
|
},
|
|
165
168
|
"propNameStats": {
|
|
@@ -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.16",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -2238,8 +2238,7 @@
|
|
|
2238
2238
|
"con",
|
|
2239
2239
|
"int",
|
|
2240
2240
|
"wis",
|
|
2241
|
-
"cha"
|
|
2242
|
-
"passive"
|
|
2241
|
+
"cha"
|
|
2243
2242
|
]
|
|
2244
2243
|
},
|
|
2245
2244
|
{
|
package/schema/site/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.11",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -149,7 +149,10 @@
|
|
|
149
149
|
"table",
|
|
150
150
|
"recipe",
|
|
151
151
|
"skill",
|
|
152
|
-
"sense"
|
|
152
|
+
"sense",
|
|
153
|
+
"legroup",
|
|
154
|
+
"deck",
|
|
155
|
+
"card"
|
|
153
156
|
]
|
|
154
157
|
},
|
|
155
158
|
"propNameStats": {
|
|
@@ -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.16",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -2238,8 +2238,7 @@
|
|
|
2238
2238
|
"con",
|
|
2239
2239
|
"int",
|
|
2240
2240
|
"wis",
|
|
2241
|
-
"cha"
|
|
2242
|
-
"passive"
|
|
2241
|
+
"cha"
|
|
2243
2242
|
]
|
|
2244
2243
|
},
|
|
2245
2244
|
{
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.11",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -149,7 +149,10 @@
|
|
|
149
149
|
"table",
|
|
150
150
|
"recipe",
|
|
151
151
|
"skill",
|
|
152
|
-
"sense"
|
|
152
|
+
"sense",
|
|
153
|
+
"legroup",
|
|
154
|
+
"deck",
|
|
155
|
+
"card"
|
|
153
156
|
]
|
|
154
157
|
},
|
|
155
158
|
"propNameStats": {
|