5etools-utils 0.16.0 → 0.16.1
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/README.md +13 -13
- package/bin/clean-html.js +0 -0
- package/bin/lint-js-changed.js +0 -0
- package/bin/test-edition-sources.js +0 -0
- package/bin/test-file-contents.js +0 -0
- package/bin/test-file-locations.js +0 -0
- package/bin/test-file-names.js +0 -0
- package/bin/test-file-props.js +0 -0
- package/bin/test-img-file-extensions.js +0 -0
- package/bin/test-img-file-sizes.js +0 -0
- package/bin/test-img-source-names-brew.js +0 -0
- package/bin/test-img-source-names-ua.js +0 -0
- package/bin/test-json-brew.js +0 -0
- package/bin/test-json-ua.js +0 -0
- package/package.json +1 -1
- package/schema/brew/books.json +2 -1
- package/schema/brew/fluff-homecrafts.json +15 -0
- package/schema/brew/homebrew.json +9 -3
- package/schema/brew/homecrafts.json +597 -0
- package/schema/brew/util-copy.json +4 -2
- package/schema/brew/util.json +29 -27
- package/schema/brew-fast/books.json +2 -1
- package/schema/brew-fast/fluff-homecrafts.json +15 -0
- package/schema/brew-fast/homebrew.json +9 -3
- package/schema/brew-fast/homecrafts.json +597 -0
- package/schema/brew-fast/util-copy.json +4 -2
- package/schema/brew-fast/util.json +29 -27
- package/schema/site/books.json +2 -1
- package/schema/site/fluff-homecrafts.json +15 -0
- package/schema/site/homebrew.json +7 -4
- package/schema/site/homecrafts.json +570 -0
- package/schema/site/util-copy.json +4 -2
- package/schema/site/util.json +29 -27
- package/schema/site-fast/books.json +2 -1
- package/schema/site-fast/fluff-homecrafts.json +15 -0
- package/schema/site-fast/homebrew.json +7 -4
- package/schema/site-fast/homecrafts.json +570 -0
- package/schema/site-fast/util-copy.json +4 -2
- package/schema/site-fast/util.json +29 -27
- package/schema/ua/books.json +2 -1
- package/schema/ua/fluff-homecrafts.json +15 -0
- package/schema/ua/homebrew.json +9 -3
- package/schema/ua/homecrafts.json +570 -0
- package/schema/ua/util-copy.json +4 -2
- package/schema/ua/util.json +29 -27
- package/schema/ua-fast/books.json +2 -1
- package/schema/ua-fast/fluff-homecrafts.json +15 -0
- package/schema/ua-fast/homebrew.json +9 -3
- package/schema/ua-fast/homecrafts.json +570 -0
- package/schema/ua-fast/util-copy.json +4 -2
- package/schema/ua-fast/util.json +29 -27
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.1",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -1229,7 +1229,9 @@
|
|
|
1229
1229
|
"card",
|
|
1230
1230
|
"facility",
|
|
1231
1231
|
"facilityFluff",
|
|
1232
|
-
"encounterShape"
|
|
1232
|
+
"encounterShape",
|
|
1233
|
+
"crochetPattern",
|
|
1234
|
+
"crochetPatternFluff"
|
|
1233
1235
|
],
|
|
1234
1236
|
"markdownDescription": "This is the list of props for which there is a _copy implementation. _copy may not be declared for props other than these."
|
|
1235
1237
|
},
|
package/schema/site/util.json
CHANGED
|
@@ -207,40 +207,41 @@
|
|
|
207
207
|
"tagNameStats": {
|
|
208
208
|
"type": "string",
|
|
209
209
|
"enum": [
|
|
210
|
-
"
|
|
211
|
-
"item",
|
|
212
|
-
"itemMastery",
|
|
213
|
-
"creature",
|
|
214
|
-
"condition",
|
|
215
|
-
"disease",
|
|
216
|
-
"status",
|
|
210
|
+
"action",
|
|
217
211
|
"background",
|
|
218
|
-
"race",
|
|
219
|
-
"optfeature",
|
|
220
|
-
"reward",
|
|
221
|
-
"feat",
|
|
222
|
-
"psionic",
|
|
223
|
-
"object",
|
|
224
|
-
"cult",
|
|
225
212
|
"boon",
|
|
226
|
-
"trap",
|
|
227
|
-
"hazard",
|
|
228
|
-
"variantrule",
|
|
229
213
|
"charoption",
|
|
230
|
-
"vehicle",
|
|
231
|
-
"vehupgrade",
|
|
232
214
|
"class",
|
|
233
|
-
"action",
|
|
234
|
-
"language",
|
|
235
215
|
"classFeature",
|
|
236
|
-
"
|
|
237
|
-
"
|
|
216
|
+
"condition",
|
|
217
|
+
"creature",
|
|
218
|
+
"crochet",
|
|
219
|
+
"cult",
|
|
220
|
+
"deck",
|
|
221
|
+
"disease",
|
|
222
|
+
"facility",
|
|
223
|
+
"feat",
|
|
224
|
+
"hazard",
|
|
225
|
+
"item",
|
|
226
|
+
"itemMastery",
|
|
227
|
+
"language",
|
|
228
|
+
"legroup",
|
|
229
|
+
"object",
|
|
230
|
+
"optfeature",
|
|
231
|
+
"psionic",
|
|
232
|
+
"race",
|
|
238
233
|
"recipe",
|
|
239
|
-
"
|
|
234
|
+
"reward",
|
|
240
235
|
"sense",
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
236
|
+
"skill",
|
|
237
|
+
"spell",
|
|
238
|
+
"status",
|
|
239
|
+
"subclassFeature",
|
|
240
|
+
"table",
|
|
241
|
+
"trap",
|
|
242
|
+
"variantrule",
|
|
243
|
+
"vehicle",
|
|
244
|
+
"vehupgrade"
|
|
244
245
|
]
|
|
245
246
|
},
|
|
246
247
|
"tagNameStatsAbbreviation": {
|
|
@@ -253,6 +254,7 @@
|
|
|
253
254
|
"type": "string",
|
|
254
255
|
"enum": [
|
|
255
256
|
"classFluff",
|
|
257
|
+
"crochetPatternFluff",
|
|
256
258
|
"monsterFluff",
|
|
257
259
|
"raceFluff"
|
|
258
260
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "books.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.20",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"book": {
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"screen",
|
|
44
44
|
"organized-play",
|
|
45
45
|
"recipe",
|
|
46
|
+
"homecraft",
|
|
46
47
|
"other"
|
|
47
48
|
],
|
|
48
49
|
"markdownDescription": "The group under which this book should be listed in the navbar."
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-homecrafts.json",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"_meta": {
|
|
8
|
+
"$ref": "util.json#/$defs/metaBlock"
|
|
9
|
+
},
|
|
10
|
+
"crochetPatternFluff": {
|
|
11
|
+
"$ref": "util.json#/$defs/genericFluffArray"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"additionalProperties": false
|
|
15
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -767,6 +767,12 @@
|
|
|
767
767
|
"foundryOptionalfeature": {
|
|
768
768
|
"$ref": "foundry-optionalfeatures.json#/properties/optionalfeature"
|
|
769
769
|
},
|
|
770
|
+
"crochetPattern": {
|
|
771
|
+
"$ref": "homecrafts.json#/properties/crochetPattern"
|
|
772
|
+
},
|
|
773
|
+
"crochetPatternFluff": {
|
|
774
|
+
"$ref": "fluff-homecrafts.json#/properties/crochetPatternFluff"
|
|
775
|
+
},
|
|
770
776
|
"psionic": {
|
|
771
777
|
"$ref": "psionics.json#/properties/psionic"
|
|
772
778
|
},
|
|
@@ -868,8 +874,5 @@
|
|
|
868
874
|
}
|
|
869
875
|
},
|
|
870
876
|
"additionalProperties": false,
|
|
871
|
-
"required": [
|
|
872
|
-
"_meta"
|
|
873
|
-
],
|
|
874
877
|
"markdownDescription": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. spell or class"
|
|
875
878
|
}
|