5etools-utils 0.9.0 → 0.9.2
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/lib/BrewTester.js +1 -1
- package/lib/TestJson.js +5 -3
- package/package.json +1 -1
- package/schema/brew/backgrounds.json +13 -13
- package/schema/brew/class/class.json +205 -346
- package/schema/brew/items-shared.json +1 -1
- package/schema/brew/races.json +1 -1
- package/schema/brew/spells/spells.json +61 -61
- package/schema/brew/util.json +47 -1
- package/schema/brew-fast/backgrounds.json +13 -13
- package/schema/brew-fast/class/class.json +205 -346
- package/schema/brew-fast/items-shared.json +1 -1
- package/schema/brew-fast/races.json +1 -1
- package/schema/brew-fast/spells/spells.json +61 -61
- package/schema/brew-fast/util.json +47 -1
- package/schema/site/backgrounds.json +1 -1
- package/schema/site/class/class.json +205 -346
- package/schema/site/items-shared.json +1 -1
- package/schema/site/races.json +1 -1
- package/schema/site/spells/spells.json +1 -1
- package/schema/site/util.json +47 -1
- package/schema/site-fast/backgrounds.json +1 -1
- package/schema/site-fast/class/class.json +205 -346
- package/schema/site-fast/items-shared.json +1 -1
- package/schema/site-fast/races.json +1 -1
- package/schema/site-fast/spells/spells.json +1 -1
- package/schema/site-fast/util.json +47 -1
- package/schema/ua/backgrounds.json +13 -1
- package/schema/ua/class/class.json +304 -346
- package/schema/ua/items-shared.json +2 -2
- package/schema/ua/races.json +19 -1
- package/schema/ua/spells/spells.json +62 -2
- package/schema/ua/util.json +48 -2
- package/schema/ua-fast/backgrounds.json +13 -1
- package/schema/ua-fast/class/class.json +304 -346
- package/schema/ua-fast/items-shared.json +2 -2
- package/schema/ua-fast/races.json +19 -1
- package/schema/ua-fast/spells/spells.json +62 -2
- package/schema/ua-fast/util.json +48 -2
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "items-shared.json",
|
|
4
4
|
"title": "Shared Item Schema",
|
|
5
5
|
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"description": "2H: Two-Handed\n A: Ammunition\n AF: Ammunition (futuristic)\n BF: Burst Fire\n EM: Eldritch Machine\n F: Finesse\n H: Heavy\n L: Light\n LD: Loading\n OTH: Other\n R: Reach\n RLD: Reload\n S: Special\n T: Thrown\n V: Versatile",
|
|
202
202
|
"items": {
|
|
203
203
|
"type": "string",
|
|
204
|
-
"
|
|
204
|
+
"examples": [
|
|
205
205
|
"2H",
|
|
206
206
|
"A",
|
|
207
207
|
"AF",
|
package/schema/ua/races.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "races.json",
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"sharedData": {
|
|
@@ -222,6 +222,9 @@
|
|
|
222
222
|
},
|
|
223
223
|
"_versions": {
|
|
224
224
|
"$ref": "util.json#/$defs/versionsArray"
|
|
225
|
+
},
|
|
226
|
+
"fluff": {
|
|
227
|
+
"$ref": "#/$defs/fluff"
|
|
225
228
|
}
|
|
226
229
|
},
|
|
227
230
|
"additionalProperties": false
|
|
@@ -445,6 +448,9 @@
|
|
|
445
448
|
"_versions": {
|
|
446
449
|
"$ref": "util.json#/$defs/versionsArray"
|
|
447
450
|
},
|
|
451
|
+
"fluff": {
|
|
452
|
+
"$ref": "#/$defs/fluff"
|
|
453
|
+
},
|
|
448
454
|
"raceName": {
|
|
449
455
|
"type": "string"
|
|
450
456
|
},
|
|
@@ -757,6 +763,9 @@
|
|
|
757
763
|
},
|
|
758
764
|
"_versions": {
|
|
759
765
|
"$ref": "util.json#/$defs/versionsArray"
|
|
766
|
+
},
|
|
767
|
+
"fluff": {
|
|
768
|
+
"$ref": "#/$defs/fluff"
|
|
760
769
|
}
|
|
761
770
|
},
|
|
762
771
|
"additionalProperties": false,
|
|
@@ -984,6 +993,9 @@
|
|
|
984
993
|
"_versions": {
|
|
985
994
|
"$ref": "util.json#/$defs/versionsArray"
|
|
986
995
|
},
|
|
996
|
+
"fluff": {
|
|
997
|
+
"$ref": "#/$defs/fluff"
|
|
998
|
+
},
|
|
987
999
|
"_copy": {
|
|
988
1000
|
"type": "object",
|
|
989
1001
|
"properties": {
|
|
@@ -1271,6 +1283,9 @@
|
|
|
1271
1283
|
"_versions": {
|
|
1272
1284
|
"$ref": "util.json#/$defs/versionsArray"
|
|
1273
1285
|
},
|
|
1286
|
+
"fluff": {
|
|
1287
|
+
"$ref": "#/$defs/fluff"
|
|
1288
|
+
},
|
|
1274
1289
|
"raceName": {
|
|
1275
1290
|
"type": "string"
|
|
1276
1291
|
},
|
|
@@ -1508,6 +1523,9 @@
|
|
|
1508
1523
|
"_versions": {
|
|
1509
1524
|
"$ref": "util.json#/$defs/versionsArray"
|
|
1510
1525
|
},
|
|
1526
|
+
"fluff": {
|
|
1527
|
+
"$ref": "#/$defs/fluff"
|
|
1528
|
+
},
|
|
1511
1529
|
"raceName": {
|
|
1512
1530
|
"type": "string"
|
|
1513
1531
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.7",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -322,6 +322,26 @@
|
|
|
322
322
|
},
|
|
323
323
|
"hasFluffImages": {
|
|
324
324
|
"type": "boolean"
|
|
325
|
+
},
|
|
326
|
+
"groups": {
|
|
327
|
+
"type": "array",
|
|
328
|
+
"items": {
|
|
329
|
+
"type": "object",
|
|
330
|
+
"properties": {
|
|
331
|
+
"name": {
|
|
332
|
+
"type": "string"
|
|
333
|
+
},
|
|
334
|
+
"source": {
|
|
335
|
+
"$ref": "../util.json#/$defs/source"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"required": [
|
|
339
|
+
"name",
|
|
340
|
+
"source"
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
"minItems": 1,
|
|
344
|
+
"uniqueItems": true
|
|
325
345
|
}
|
|
326
346
|
},
|
|
327
347
|
"additionalProperties": false
|
|
@@ -645,6 +665,26 @@
|
|
|
645
665
|
},
|
|
646
666
|
"hasFluffImages": {
|
|
647
667
|
"type": "boolean"
|
|
668
|
+
},
|
|
669
|
+
"groups": {
|
|
670
|
+
"type": "array",
|
|
671
|
+
"items": {
|
|
672
|
+
"type": "object",
|
|
673
|
+
"properties": {
|
|
674
|
+
"name": {
|
|
675
|
+
"type": "string"
|
|
676
|
+
},
|
|
677
|
+
"source": {
|
|
678
|
+
"$ref": "../util.json#/$defs/source"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"required": [
|
|
682
|
+
"name",
|
|
683
|
+
"source"
|
|
684
|
+
]
|
|
685
|
+
},
|
|
686
|
+
"minItems": 1,
|
|
687
|
+
"uniqueItems": true
|
|
648
688
|
}
|
|
649
689
|
},
|
|
650
690
|
"additionalProperties": false,
|
|
@@ -977,6 +1017,26 @@
|
|
|
977
1017
|
"hasFluffImages": {
|
|
978
1018
|
"type": "boolean"
|
|
979
1019
|
},
|
|
1020
|
+
"groups": {
|
|
1021
|
+
"type": "array",
|
|
1022
|
+
"items": {
|
|
1023
|
+
"type": "object",
|
|
1024
|
+
"properties": {
|
|
1025
|
+
"name": {
|
|
1026
|
+
"type": "string"
|
|
1027
|
+
},
|
|
1028
|
+
"source": {
|
|
1029
|
+
"$ref": "../util.json#/$defs/source"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"required": [
|
|
1033
|
+
"name",
|
|
1034
|
+
"source"
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
1037
|
+
"minItems": 1,
|
|
1038
|
+
"uniqueItems": true
|
|
1039
|
+
},
|
|
980
1040
|
"_copy": {
|
|
981
1041
|
"type": "object",
|
|
982
1042
|
"properties": {
|
|
@@ -1051,7 +1111,7 @@
|
|
|
1051
1111
|
},
|
|
1052
1112
|
"unit": {
|
|
1053
1113
|
"type": "string",
|
|
1054
|
-
"
|
|
1114
|
+
"examples": [
|
|
1055
1115
|
"action",
|
|
1056
1116
|
"bonus",
|
|
1057
1117
|
"reaction",
|
package/schema/ua/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.30",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -183,6 +183,7 @@
|
|
|
183
183
|
"auran",
|
|
184
184
|
"celestial",
|
|
185
185
|
"common",
|
|
186
|
+
"common sign language",
|
|
186
187
|
"deep speech",
|
|
187
188
|
"draconic",
|
|
188
189
|
"druidic",
|
|
@@ -227,6 +228,9 @@
|
|
|
227
228
|
"common": {
|
|
228
229
|
"const": true
|
|
229
230
|
},
|
|
231
|
+
"common sign language": {
|
|
232
|
+
"const": true
|
|
233
|
+
},
|
|
230
234
|
"deep speech": {
|
|
231
235
|
"const": true
|
|
232
236
|
},
|
|
@@ -667,6 +671,12 @@
|
|
|
667
671
|
"celestial": {
|
|
668
672
|
"const": true
|
|
669
673
|
},
|
|
674
|
+
"common": {
|
|
675
|
+
"const": true
|
|
676
|
+
},
|
|
677
|
+
"common sign language": {
|
|
678
|
+
"const": true
|
|
679
|
+
},
|
|
670
680
|
"deep speech": {
|
|
671
681
|
"const": true
|
|
672
682
|
},
|
|
@@ -676,9 +686,36 @@
|
|
|
676
686
|
"infernal": {
|
|
677
687
|
"const": true
|
|
678
688
|
},
|
|
689
|
+
"gith": {
|
|
690
|
+
"const": true
|
|
691
|
+
},
|
|
692
|
+
"gnomish": {
|
|
693
|
+
"const": true
|
|
694
|
+
},
|
|
695
|
+
"goblin": {
|
|
696
|
+
"const": true
|
|
697
|
+
},
|
|
698
|
+
"halfling": {
|
|
699
|
+
"const": true
|
|
700
|
+
},
|
|
701
|
+
"orc": {
|
|
702
|
+
"const": true
|
|
703
|
+
},
|
|
679
704
|
"primordial": {
|
|
680
705
|
"const": true
|
|
681
706
|
},
|
|
707
|
+
"aquan": {
|
|
708
|
+
"const": true
|
|
709
|
+
},
|
|
710
|
+
"auran": {
|
|
711
|
+
"const": true
|
|
712
|
+
},
|
|
713
|
+
"ignan": {
|
|
714
|
+
"const": true
|
|
715
|
+
},
|
|
716
|
+
"terran": {
|
|
717
|
+
"const": true
|
|
718
|
+
},
|
|
682
719
|
"sylvan": {
|
|
683
720
|
"const": true
|
|
684
721
|
},
|
|
@@ -694,6 +731,15 @@
|
|
|
694
731
|
"giant": {
|
|
695
732
|
"const": true
|
|
696
733
|
},
|
|
734
|
+
"other": {
|
|
735
|
+
"const": true
|
|
736
|
+
},
|
|
737
|
+
"druidic": {
|
|
738
|
+
"const": true
|
|
739
|
+
},
|
|
740
|
+
"thieves' cant": {
|
|
741
|
+
"const": true
|
|
742
|
+
},
|
|
697
743
|
"otherLanguage": {
|
|
698
744
|
"const": true
|
|
699
745
|
},
|
|
@@ -1965,7 +2011,7 @@
|
|
|
1965
2011
|
},
|
|
1966
2012
|
"creatureType": {
|
|
1967
2013
|
"type": "string",
|
|
1968
|
-
"
|
|
2014
|
+
"examples": [
|
|
1969
2015
|
"aberration",
|
|
1970
2016
|
"beast",
|
|
1971
2017
|
"celestial",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "backgrounds.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"backgroundData": {
|
|
@@ -73,6 +73,10 @@
|
|
|
73
73
|
},
|
|
74
74
|
"hasFluffImages": {
|
|
75
75
|
"type": "boolean"
|
|
76
|
+
},
|
|
77
|
+
"fluff": {
|
|
78
|
+
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
79
|
+
"$ref": "util.json#/$defs/fluffObject"
|
|
76
80
|
}
|
|
77
81
|
},
|
|
78
82
|
"additionalProperties": false
|
|
@@ -148,6 +152,10 @@
|
|
|
148
152
|
},
|
|
149
153
|
"hasFluffImages": {
|
|
150
154
|
"type": "boolean"
|
|
155
|
+
},
|
|
156
|
+
"fluff": {
|
|
157
|
+
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
158
|
+
"$ref": "util.json#/$defs/fluffObject"
|
|
151
159
|
}
|
|
152
160
|
},
|
|
153
161
|
"additionalProperties": false,
|
|
@@ -227,6 +235,10 @@
|
|
|
227
235
|
"hasFluffImages": {
|
|
228
236
|
"type": "boolean"
|
|
229
237
|
},
|
|
238
|
+
"fluff": {
|
|
239
|
+
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
240
|
+
"$ref": "util.json#/$defs/fluffObject"
|
|
241
|
+
},
|
|
230
242
|
"_copy": {
|
|
231
243
|
"type": "object",
|
|
232
244
|
"properties": {
|