5etools-utils 0.9.37 → 0.9.39
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 +28 -1
- package/schema/brew/items-base.json +13 -1
- package/schema/brew/magicvariants.json +31 -10
- package/schema/brew/objects.json +4 -1
- package/schema/brew/recipes.json +7 -4
- package/schema/brew/vehicles.json +10 -1
- package/schema/brew-fast/bestiary/bestiary.json +28 -1
- package/schema/brew-fast/items-base.json +13 -1
- package/schema/brew-fast/magicvariants.json +31 -10
- package/schema/brew-fast/objects.json +4 -1
- package/schema/brew-fast/recipes.json +7 -4
- package/schema/brew-fast/vehicles.json +10 -1
- package/schema/site/bestiary/bestiary.json +19 -1
- package/schema/site/items-base.json +13 -1
- package/schema/site/magicvariants.json +31 -10
- package/schema/site/objects.json +4 -1
- package/schema/site/recipes.json +7 -4
- package/schema/site/vehicles.json +10 -1
- package/schema/site-fast/bestiary/bestiary.json +19 -1
- package/schema/site-fast/items-base.json +13 -1
- package/schema/site-fast/magicvariants.json +31 -10
- package/schema/site-fast/objects.json +4 -1
- package/schema/site-fast/recipes.json +7 -4
- package/schema/site-fast/vehicles.json +10 -1
- package/schema/ua/bestiary/bestiary.json +19 -1
- package/schema/ua/items-base.json +13 -1
- package/schema/ua/magicvariants.json +31 -10
- package/schema/ua/objects.json +4 -1
- package/schema/ua/recipes.json +7 -4
- package/schema/ua/vehicles.json +10 -1
- package/schema/ua-fast/bestiary/bestiary.json +19 -1
- package/schema/ua-fast/items-base.json +13 -1
- package/schema/ua-fast/magicvariants.json +31 -10
- package/schema/ua-fast/objects.json +4 -1
- package/schema/ua-fast/recipes.json +7 -4
- package/schema/ua-fast/vehicles.json +10 -1
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.22",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -867,6 +867,9 @@
|
|
|
867
867
|
"tokenUrl": {
|
|
868
868
|
"type": "string"
|
|
869
869
|
},
|
|
870
|
+
"tokenCredit": {
|
|
871
|
+
"type": "string"
|
|
872
|
+
},
|
|
870
873
|
"foundryTokenScale": {
|
|
871
874
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
872
875
|
},
|
|
@@ -885,6 +888,9 @@
|
|
|
885
888
|
},
|
|
886
889
|
"page": {
|
|
887
890
|
"$ref": "../util.json#/$defs/page"
|
|
891
|
+
},
|
|
892
|
+
"tokenCredit": {
|
|
893
|
+
"type": "string"
|
|
888
894
|
}
|
|
889
895
|
},
|
|
890
896
|
"required": [
|
|
@@ -899,6 +905,9 @@
|
|
|
899
905
|
"tokenUrl": {
|
|
900
906
|
"type": "string"
|
|
901
907
|
},
|
|
908
|
+
"tokenCredit": {
|
|
909
|
+
"type": "string"
|
|
910
|
+
},
|
|
902
911
|
"foundryTokenScale": {
|
|
903
912
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
904
913
|
}
|
|
@@ -2055,6 +2064,9 @@
|
|
|
2055
2064
|
"tokenUrl": {
|
|
2056
2065
|
"type": "string"
|
|
2057
2066
|
},
|
|
2067
|
+
"tokenCredit": {
|
|
2068
|
+
"type": "string"
|
|
2069
|
+
},
|
|
2058
2070
|
"foundryTokenScale": {
|
|
2059
2071
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
2060
2072
|
},
|
|
@@ -2073,6 +2085,9 @@
|
|
|
2073
2085
|
},
|
|
2074
2086
|
"page": {
|
|
2075
2087
|
"$ref": "../util.json#/$defs/page"
|
|
2088
|
+
},
|
|
2089
|
+
"tokenCredit": {
|
|
2090
|
+
"type": "string"
|
|
2076
2091
|
}
|
|
2077
2092
|
},
|
|
2078
2093
|
"required": [
|
|
@@ -2087,6 +2102,9 @@
|
|
|
2087
2102
|
"tokenUrl": {
|
|
2088
2103
|
"type": "string"
|
|
2089
2104
|
},
|
|
2105
|
+
"tokenCredit": {
|
|
2106
|
+
"type": "string"
|
|
2107
|
+
},
|
|
2090
2108
|
"foundryTokenScale": {
|
|
2091
2109
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
2092
2110
|
}
|
|
@@ -3257,6 +3275,9 @@
|
|
|
3257
3275
|
"tokenUrl": {
|
|
3258
3276
|
"type": "string"
|
|
3259
3277
|
},
|
|
3278
|
+
"tokenCredit": {
|
|
3279
|
+
"type": "string"
|
|
3280
|
+
},
|
|
3260
3281
|
"foundryTokenScale": {
|
|
3261
3282
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3262
3283
|
},
|
|
@@ -3275,6 +3296,9 @@
|
|
|
3275
3296
|
},
|
|
3276
3297
|
"page": {
|
|
3277
3298
|
"$ref": "../util.json#/$defs/page"
|
|
3299
|
+
},
|
|
3300
|
+
"tokenCredit": {
|
|
3301
|
+
"type": "string"
|
|
3278
3302
|
}
|
|
3279
3303
|
},
|
|
3280
3304
|
"required": [
|
|
@@ -3289,6 +3313,9 @@
|
|
|
3289
3313
|
"tokenUrl": {
|
|
3290
3314
|
"type": "string"
|
|
3291
3315
|
},
|
|
3316
|
+
"tokenCredit": {
|
|
3317
|
+
"type": "string"
|
|
3318
|
+
},
|
|
3292
3319
|
"foundryTokenScale": {
|
|
3293
3320
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3294
3321
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -210,6 +210,10 @@
|
|
|
210
210
|
"description": "Flag used when merging generic variants",
|
|
211
211
|
"type": "boolean"
|
|
212
212
|
},
|
|
213
|
+
"polearm": {
|
|
214
|
+
"description": "Flag used when merging generic variants",
|
|
215
|
+
"type": "boolean"
|
|
216
|
+
},
|
|
213
217
|
"weapon": {
|
|
214
218
|
"description": "Flag used when merging generic variants",
|
|
215
219
|
"type": "boolean"
|
|
@@ -496,6 +500,10 @@
|
|
|
496
500
|
"description": "Flag used when merging generic variants",
|
|
497
501
|
"type": "boolean"
|
|
498
502
|
},
|
|
503
|
+
"polearm": {
|
|
504
|
+
"description": "Flag used when merging generic variants",
|
|
505
|
+
"type": "boolean"
|
|
506
|
+
},
|
|
499
507
|
"weapon": {
|
|
500
508
|
"description": "Flag used when merging generic variants",
|
|
501
509
|
"type": "boolean"
|
|
@@ -786,6 +794,10 @@
|
|
|
786
794
|
"description": "Flag used when merging generic variants",
|
|
787
795
|
"type": "boolean"
|
|
788
796
|
},
|
|
797
|
+
"polearm": {
|
|
798
|
+
"description": "Flag used when merging generic variants",
|
|
799
|
+
"type": "boolean"
|
|
800
|
+
},
|
|
789
801
|
"weapon": {
|
|
790
802
|
"description": "Flag used when merging generic variants",
|
|
791
803
|
"type": "boolean"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -28,6 +28,12 @@
|
|
|
28
28
|
"items": {
|
|
29
29
|
"type": "object",
|
|
30
30
|
"properties": {
|
|
31
|
+
"name": {
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"property": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
31
37
|
"armor": {
|
|
32
38
|
"type": "boolean"
|
|
33
39
|
},
|
|
@@ -67,9 +73,6 @@
|
|
|
67
73
|
"dmgType": {
|
|
68
74
|
"$ref": "util.json#/$defs/dataDamageTags"
|
|
69
75
|
},
|
|
70
|
-
"name": {
|
|
71
|
-
"type": "string"
|
|
72
|
-
},
|
|
73
76
|
"source": {
|
|
74
77
|
"$ref": "util.json#/$defs/source"
|
|
75
78
|
},
|
|
@@ -82,12 +85,12 @@
|
|
|
82
85
|
"net": {
|
|
83
86
|
"type": "boolean"
|
|
84
87
|
},
|
|
88
|
+
"polearm": {
|
|
89
|
+
"type": "boolean"
|
|
90
|
+
},
|
|
85
91
|
"weaponCategory": {
|
|
86
92
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
87
93
|
},
|
|
88
|
-
"property": {
|
|
89
|
-
"type": "string"
|
|
90
|
-
},
|
|
91
94
|
"customProperties": {
|
|
92
95
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
93
96
|
"type": "object",
|
|
@@ -376,9 +379,6 @@
|
|
|
376
379
|
}
|
|
377
380
|
]
|
|
378
381
|
},
|
|
379
|
-
"net": {
|
|
380
|
-
"type": "boolean"
|
|
381
|
-
},
|
|
382
382
|
"armor": {
|
|
383
383
|
"type": "boolean"
|
|
384
384
|
},
|
|
@@ -415,6 +415,27 @@
|
|
|
415
415
|
"dagger": {
|
|
416
416
|
"type": "boolean"
|
|
417
417
|
},
|
|
418
|
+
"dmgType": {
|
|
419
|
+
"$ref": "util.json#/$defs/dataDamageTags"
|
|
420
|
+
},
|
|
421
|
+
"source": {
|
|
422
|
+
"$ref": "util.json#/$defs/source"
|
|
423
|
+
},
|
|
424
|
+
"type": {
|
|
425
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
426
|
+
},
|
|
427
|
+
"scfType": {
|
|
428
|
+
"$ref": "items-shared.json#/$defs/itemScfType"
|
|
429
|
+
},
|
|
430
|
+
"net": {
|
|
431
|
+
"type": "boolean"
|
|
432
|
+
},
|
|
433
|
+
"polearm": {
|
|
434
|
+
"type": "boolean"
|
|
435
|
+
},
|
|
436
|
+
"weaponCategory": {
|
|
437
|
+
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
438
|
+
},
|
|
418
439
|
"customProperties": {
|
|
419
440
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
420
441
|
}
|
package/schema/brew/objects.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "objects.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
"tokenUrl": {
|
|
129
129
|
"type": "string"
|
|
130
130
|
},
|
|
131
|
+
"tokenCredit": {
|
|
132
|
+
"type": "string"
|
|
133
|
+
},
|
|
131
134
|
"foundryTokenScale": {
|
|
132
135
|
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
133
136
|
},
|
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.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -116,7 +116,8 @@
|
|
|
116
116
|
"items": {
|
|
117
117
|
"type": "string",
|
|
118
118
|
"enum": [
|
|
119
|
-
"alcohol"
|
|
119
|
+
"alcohol",
|
|
120
|
+
"feast"
|
|
120
121
|
]
|
|
121
122
|
}
|
|
122
123
|
},
|
|
@@ -291,7 +292,8 @@
|
|
|
291
292
|
"items": {
|
|
292
293
|
"type": "string",
|
|
293
294
|
"enum": [
|
|
294
|
-
"alcohol"
|
|
295
|
+
"alcohol",
|
|
296
|
+
"feast"
|
|
295
297
|
]
|
|
296
298
|
}
|
|
297
299
|
},
|
|
@@ -470,7 +472,8 @@
|
|
|
470
472
|
"items": {
|
|
471
473
|
"type": "string",
|
|
472
474
|
"enum": [
|
|
473
|
-
"alcohol"
|
|
475
|
+
"alcohol",
|
|
476
|
+
"feast"
|
|
474
477
|
]
|
|
475
478
|
}
|
|
476
479
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -438,6 +438,9 @@
|
|
|
438
438
|
}
|
|
439
439
|
]
|
|
440
440
|
},
|
|
441
|
+
"tokenCredit": {
|
|
442
|
+
"type": "string"
|
|
443
|
+
},
|
|
441
444
|
"hasToken": {
|
|
442
445
|
"type": "boolean"
|
|
443
446
|
},
|
|
@@ -617,6 +620,9 @@
|
|
|
617
620
|
"additionalProperties": false
|
|
618
621
|
}
|
|
619
622
|
},
|
|
623
|
+
"tokenCredit": {
|
|
624
|
+
"type": "string"
|
|
625
|
+
},
|
|
620
626
|
"hasToken": {
|
|
621
627
|
"type": "boolean"
|
|
622
628
|
},
|
|
@@ -796,6 +802,9 @@
|
|
|
796
802
|
}
|
|
797
803
|
}
|
|
798
804
|
},
|
|
805
|
+
"tokenCredit": {
|
|
806
|
+
"type": "string"
|
|
807
|
+
},
|
|
799
808
|
"hasToken": {
|
|
800
809
|
"type": "boolean"
|
|
801
810
|
},
|
|
@@ -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.22",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -867,6 +867,9 @@
|
|
|
867
867
|
"tokenUrl": {
|
|
868
868
|
"type": "string"
|
|
869
869
|
},
|
|
870
|
+
"tokenCredit": {
|
|
871
|
+
"type": "string"
|
|
872
|
+
},
|
|
870
873
|
"foundryTokenScale": {
|
|
871
874
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
872
875
|
},
|
|
@@ -885,6 +888,9 @@
|
|
|
885
888
|
},
|
|
886
889
|
"page": {
|
|
887
890
|
"$ref": "../util.json#/$defs/page"
|
|
891
|
+
},
|
|
892
|
+
"tokenCredit": {
|
|
893
|
+
"type": "string"
|
|
888
894
|
}
|
|
889
895
|
},
|
|
890
896
|
"required": [
|
|
@@ -899,6 +905,9 @@
|
|
|
899
905
|
"tokenUrl": {
|
|
900
906
|
"type": "string"
|
|
901
907
|
},
|
|
908
|
+
"tokenCredit": {
|
|
909
|
+
"type": "string"
|
|
910
|
+
},
|
|
902
911
|
"foundryTokenScale": {
|
|
903
912
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
904
913
|
}
|
|
@@ -2055,6 +2064,9 @@
|
|
|
2055
2064
|
"tokenUrl": {
|
|
2056
2065
|
"type": "string"
|
|
2057
2066
|
},
|
|
2067
|
+
"tokenCredit": {
|
|
2068
|
+
"type": "string"
|
|
2069
|
+
},
|
|
2058
2070
|
"foundryTokenScale": {
|
|
2059
2071
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
2060
2072
|
},
|
|
@@ -2073,6 +2085,9 @@
|
|
|
2073
2085
|
},
|
|
2074
2086
|
"page": {
|
|
2075
2087
|
"$ref": "../util.json#/$defs/page"
|
|
2088
|
+
},
|
|
2089
|
+
"tokenCredit": {
|
|
2090
|
+
"type": "string"
|
|
2076
2091
|
}
|
|
2077
2092
|
},
|
|
2078
2093
|
"required": [
|
|
@@ -2087,6 +2102,9 @@
|
|
|
2087
2102
|
"tokenUrl": {
|
|
2088
2103
|
"type": "string"
|
|
2089
2104
|
},
|
|
2105
|
+
"tokenCredit": {
|
|
2106
|
+
"type": "string"
|
|
2107
|
+
},
|
|
2090
2108
|
"foundryTokenScale": {
|
|
2091
2109
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
2092
2110
|
}
|
|
@@ -3257,6 +3275,9 @@
|
|
|
3257
3275
|
"tokenUrl": {
|
|
3258
3276
|
"type": "string"
|
|
3259
3277
|
},
|
|
3278
|
+
"tokenCredit": {
|
|
3279
|
+
"type": "string"
|
|
3280
|
+
},
|
|
3260
3281
|
"foundryTokenScale": {
|
|
3261
3282
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3262
3283
|
},
|
|
@@ -3275,6 +3296,9 @@
|
|
|
3275
3296
|
},
|
|
3276
3297
|
"page": {
|
|
3277
3298
|
"$ref": "../util.json#/$defs/page"
|
|
3299
|
+
},
|
|
3300
|
+
"tokenCredit": {
|
|
3301
|
+
"type": "string"
|
|
3278
3302
|
}
|
|
3279
3303
|
},
|
|
3280
3304
|
"required": [
|
|
@@ -3289,6 +3313,9 @@
|
|
|
3289
3313
|
"tokenUrl": {
|
|
3290
3314
|
"type": "string"
|
|
3291
3315
|
},
|
|
3316
|
+
"tokenCredit": {
|
|
3317
|
+
"type": "string"
|
|
3318
|
+
},
|
|
3292
3319
|
"foundryTokenScale": {
|
|
3293
3320
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3294
3321
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -210,6 +210,10 @@
|
|
|
210
210
|
"description": "Flag used when merging generic variants",
|
|
211
211
|
"type": "boolean"
|
|
212
212
|
},
|
|
213
|
+
"polearm": {
|
|
214
|
+
"description": "Flag used when merging generic variants",
|
|
215
|
+
"type": "boolean"
|
|
216
|
+
},
|
|
213
217
|
"weapon": {
|
|
214
218
|
"description": "Flag used when merging generic variants",
|
|
215
219
|
"type": "boolean"
|
|
@@ -496,6 +500,10 @@
|
|
|
496
500
|
"description": "Flag used when merging generic variants",
|
|
497
501
|
"type": "boolean"
|
|
498
502
|
},
|
|
503
|
+
"polearm": {
|
|
504
|
+
"description": "Flag used when merging generic variants",
|
|
505
|
+
"type": "boolean"
|
|
506
|
+
},
|
|
499
507
|
"weapon": {
|
|
500
508
|
"description": "Flag used when merging generic variants",
|
|
501
509
|
"type": "boolean"
|
|
@@ -786,6 +794,10 @@
|
|
|
786
794
|
"description": "Flag used when merging generic variants",
|
|
787
795
|
"type": "boolean"
|
|
788
796
|
},
|
|
797
|
+
"polearm": {
|
|
798
|
+
"description": "Flag used when merging generic variants",
|
|
799
|
+
"type": "boolean"
|
|
800
|
+
},
|
|
789
801
|
"weapon": {
|
|
790
802
|
"description": "Flag used when merging generic variants",
|
|
791
803
|
"type": "boolean"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -28,6 +28,12 @@
|
|
|
28
28
|
"items": {
|
|
29
29
|
"type": "object",
|
|
30
30
|
"properties": {
|
|
31
|
+
"name": {
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"property": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
31
37
|
"armor": {
|
|
32
38
|
"type": "boolean"
|
|
33
39
|
},
|
|
@@ -67,9 +73,6 @@
|
|
|
67
73
|
"dmgType": {
|
|
68
74
|
"$ref": "util.json#/$defs/dataDamageTags"
|
|
69
75
|
},
|
|
70
|
-
"name": {
|
|
71
|
-
"type": "string"
|
|
72
|
-
},
|
|
73
76
|
"source": {
|
|
74
77
|
"$ref": "util.json#/$defs/source"
|
|
75
78
|
},
|
|
@@ -82,12 +85,12 @@
|
|
|
82
85
|
"net": {
|
|
83
86
|
"type": "boolean"
|
|
84
87
|
},
|
|
88
|
+
"polearm": {
|
|
89
|
+
"type": "boolean"
|
|
90
|
+
},
|
|
85
91
|
"weaponCategory": {
|
|
86
92
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
87
93
|
},
|
|
88
|
-
"property": {
|
|
89
|
-
"type": "string"
|
|
90
|
-
},
|
|
91
94
|
"customProperties": {
|
|
92
95
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
93
96
|
"type": "object",
|
|
@@ -376,9 +379,6 @@
|
|
|
376
379
|
}
|
|
377
380
|
]
|
|
378
381
|
},
|
|
379
|
-
"net": {
|
|
380
|
-
"type": "boolean"
|
|
381
|
-
},
|
|
382
382
|
"armor": {
|
|
383
383
|
"type": "boolean"
|
|
384
384
|
},
|
|
@@ -415,6 +415,27 @@
|
|
|
415
415
|
"dagger": {
|
|
416
416
|
"type": "boolean"
|
|
417
417
|
},
|
|
418
|
+
"dmgType": {
|
|
419
|
+
"$ref": "util.json#/$defs/dataDamageTags"
|
|
420
|
+
},
|
|
421
|
+
"source": {
|
|
422
|
+
"$ref": "util.json#/$defs/source"
|
|
423
|
+
},
|
|
424
|
+
"type": {
|
|
425
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
426
|
+
},
|
|
427
|
+
"scfType": {
|
|
428
|
+
"$ref": "items-shared.json#/$defs/itemScfType"
|
|
429
|
+
},
|
|
430
|
+
"net": {
|
|
431
|
+
"type": "boolean"
|
|
432
|
+
},
|
|
433
|
+
"polearm": {
|
|
434
|
+
"type": "boolean"
|
|
435
|
+
},
|
|
436
|
+
"weaponCategory": {
|
|
437
|
+
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
438
|
+
},
|
|
418
439
|
"customProperties": {
|
|
419
440
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
420
441
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "objects.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
"tokenUrl": {
|
|
129
129
|
"type": "string"
|
|
130
130
|
},
|
|
131
|
+
"tokenCredit": {
|
|
132
|
+
"type": "string"
|
|
133
|
+
},
|
|
131
134
|
"foundryTokenScale": {
|
|
132
135
|
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
133
136
|
},
|
|
@@ -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.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -116,7 +116,8 @@
|
|
|
116
116
|
"items": {
|
|
117
117
|
"type": "string",
|
|
118
118
|
"enum": [
|
|
119
|
-
"alcohol"
|
|
119
|
+
"alcohol",
|
|
120
|
+
"feast"
|
|
120
121
|
]
|
|
121
122
|
}
|
|
122
123
|
},
|
|
@@ -291,7 +292,8 @@
|
|
|
291
292
|
"items": {
|
|
292
293
|
"type": "string",
|
|
293
294
|
"enum": [
|
|
294
|
-
"alcohol"
|
|
295
|
+
"alcohol",
|
|
296
|
+
"feast"
|
|
295
297
|
]
|
|
296
298
|
}
|
|
297
299
|
},
|
|
@@ -470,7 +472,8 @@
|
|
|
470
472
|
"items": {
|
|
471
473
|
"type": "string",
|
|
472
474
|
"enum": [
|
|
473
|
-
"alcohol"
|
|
475
|
+
"alcohol",
|
|
476
|
+
"feast"
|
|
474
477
|
]
|
|
475
478
|
}
|
|
476
479
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -438,6 +438,9 @@
|
|
|
438
438
|
}
|
|
439
439
|
]
|
|
440
440
|
},
|
|
441
|
+
"tokenCredit": {
|
|
442
|
+
"type": "string"
|
|
443
|
+
},
|
|
441
444
|
"hasToken": {
|
|
442
445
|
"type": "boolean"
|
|
443
446
|
},
|
|
@@ -617,6 +620,9 @@
|
|
|
617
620
|
"additionalProperties": false
|
|
618
621
|
}
|
|
619
622
|
},
|
|
623
|
+
"tokenCredit": {
|
|
624
|
+
"type": "string"
|
|
625
|
+
},
|
|
620
626
|
"hasToken": {
|
|
621
627
|
"type": "boolean"
|
|
622
628
|
},
|
|
@@ -796,6 +802,9 @@
|
|
|
796
802
|
}
|
|
797
803
|
}
|
|
798
804
|
},
|
|
805
|
+
"tokenCredit": {
|
|
806
|
+
"type": "string"
|
|
807
|
+
},
|
|
799
808
|
"hasToken": {
|
|
800
809
|
"type": "boolean"
|
|
801
810
|
},
|