5etools-utils 0.5.15 → 0.5.17
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 +10 -1
- package/schema/brew/books.json +4 -1
- package/schema/brew/cultsboons.json +4 -1
- package/schema/brew/deities.json +10 -1
- package/schema/brew/items-base.json +4 -1
- package/schema/brew/items.json +10 -1
- package/schema/brew/languages.json +4 -1
- package/schema/brew/magicvariants.json +4 -1
- package/schema/brew/names.json +4 -1
- package/schema/brew/optionalfeatures.json +4 -1
- package/schema/brew/races.json +19 -1
- package/schema/brew/rewards.json +4 -1
- package/schema/brew/spells/spells.json +25 -4
- package/schema/brew/tables.json +4 -1
- package/schema/brew/trapshazards.json +10 -1
- package/schema/brew/util.json +4 -1
- package/schema/brew/variantrules.json +4 -1
- package/schema/brew/vehicles.json +13 -1
- package/schema/brew-fast/bestiary/bestiary.json +10 -1
- package/schema/brew-fast/books.json +4 -1
- package/schema/brew-fast/cultsboons.json +4 -1
- package/schema/brew-fast/deities.json +10 -1
- package/schema/brew-fast/items-base.json +4 -1
- package/schema/brew-fast/items.json +10 -1
- package/schema/brew-fast/languages.json +4 -1
- package/schema/brew-fast/magicvariants.json +4 -1
- package/schema/brew-fast/names.json +4 -1
- package/schema/brew-fast/optionalfeatures.json +4 -1
- package/schema/brew-fast/races.json +19 -1
- package/schema/brew-fast/rewards.json +4 -1
- package/schema/brew-fast/spells/spells.json +25 -4
- package/schema/brew-fast/tables.json +4 -1
- package/schema/brew-fast/trapshazards.json +10 -1
- package/schema/brew-fast/util.json +4 -1
- package/schema/brew-fast/variantrules.json +4 -1
- package/schema/brew-fast/vehicles.json +13 -1
- package/schema/site/bestiary/bestiary.json +10 -1
- package/schema/site/books.json +4 -1
- package/schema/site/cultsboons.json +4 -1
- package/schema/site/deities.json +10 -1
- package/schema/site/items-base.json +4 -1
- package/schema/site/items.json +10 -1
- package/schema/site/languages.json +4 -1
- package/schema/site/magicvariants.json +4 -1
- package/schema/site/names.json +4 -1
- package/schema/site/optionalfeatures.json +4 -1
- package/schema/site/races.json +19 -1
- package/schema/site/rewards.json +4 -1
- package/schema/site/spells/spells.json +25 -4
- package/schema/site/tables.json +4 -1
- package/schema/site/trapshazards.json +10 -1
- package/schema/site/util.json +4 -1
- package/schema/site/variantrules.json +4 -1
- package/schema/site/vehicles.json +13 -1
- package/schema/site-fast/bestiary/bestiary.json +10 -1
- package/schema/site-fast/books.json +4 -1
- package/schema/site-fast/cultsboons.json +4 -1
- package/schema/site-fast/deities.json +10 -1
- package/schema/site-fast/items-base.json +4 -1
- package/schema/site-fast/items.json +10 -1
- package/schema/site-fast/languages.json +4 -1
- package/schema/site-fast/magicvariants.json +4 -1
- package/schema/site-fast/names.json +4 -1
- package/schema/site-fast/optionalfeatures.json +4 -1
- package/schema/site-fast/races.json +19 -1
- package/schema/site-fast/rewards.json +4 -1
- package/schema/site-fast/spells/spells.json +25 -4
- package/schema/site-fast/tables.json +4 -1
- package/schema/site-fast/trapshazards.json +10 -1
- package/schema/site-fast/util.json +4 -1
- package/schema/site-fast/variantrules.json +4 -1
- package/schema/site-fast/vehicles.json +13 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "names.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"title": "NameArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -59,6 +59,9 @@
|
|
|
59
59
|
"page": {
|
|
60
60
|
"$ref": "util.json#/$defs/page"
|
|
61
61
|
},
|
|
62
|
+
"legacy": {
|
|
63
|
+
"$ref": "util.json#/$defs/legacy"
|
|
64
|
+
},
|
|
62
65
|
"tables": {
|
|
63
66
|
"type": "array",
|
|
64
67
|
"items": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "optionalfeatures.json",
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.1",
|
|
5
5
|
"title": "Optional Features",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -55,6 +55,9 @@
|
|
|
55
55
|
"srd": {
|
|
56
56
|
"$ref": "util.json#/$defs/srd"
|
|
57
57
|
},
|
|
58
|
+
"legacy": {
|
|
59
|
+
"$ref": "util.json#/$defs/legacy"
|
|
60
|
+
},
|
|
58
61
|
"isClassFeatureVariant": {
|
|
59
62
|
"type": "boolean"
|
|
60
63
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"sharedData": {
|
|
@@ -105,6 +105,9 @@
|
|
|
105
105
|
"basicRules": {
|
|
106
106
|
"$ref": "util.json#/$defs/basicRules"
|
|
107
107
|
},
|
|
108
|
+
"legacy": {
|
|
109
|
+
"$ref": "util.json#/$defs/legacy"
|
|
110
|
+
},
|
|
108
111
|
"lineage": {
|
|
109
112
|
"oneOf": [
|
|
110
113
|
{
|
|
@@ -324,6 +327,9 @@
|
|
|
324
327
|
"basicRules": {
|
|
325
328
|
"$ref": "util.json#/$defs/basicRules"
|
|
326
329
|
},
|
|
330
|
+
"legacy": {
|
|
331
|
+
"$ref": "util.json#/$defs/legacy"
|
|
332
|
+
},
|
|
327
333
|
"lineage": {
|
|
328
334
|
"oneOf": [
|
|
329
335
|
{
|
|
@@ -634,6 +640,9 @@
|
|
|
634
640
|
"basicRules": {
|
|
635
641
|
"$ref": "util.json#/$defs/basicRules"
|
|
636
642
|
},
|
|
643
|
+
"legacy": {
|
|
644
|
+
"$ref": "util.json#/$defs/legacy"
|
|
645
|
+
},
|
|
637
646
|
"lineage": {
|
|
638
647
|
"oneOf": [
|
|
639
648
|
{
|
|
@@ -857,6 +866,9 @@
|
|
|
857
866
|
"basicRules": {
|
|
858
867
|
"$ref": "util.json#/$defs/basicRules"
|
|
859
868
|
},
|
|
869
|
+
"legacy": {
|
|
870
|
+
"$ref": "util.json#/$defs/legacy"
|
|
871
|
+
},
|
|
860
872
|
"lineage": {
|
|
861
873
|
"oneOf": [
|
|
862
874
|
{
|
|
@@ -1141,6 +1153,9 @@
|
|
|
1141
1153
|
"basicRules": {
|
|
1142
1154
|
"$ref": "util.json#/$defs/basicRules"
|
|
1143
1155
|
},
|
|
1156
|
+
"legacy": {
|
|
1157
|
+
"$ref": "util.json#/$defs/legacy"
|
|
1158
|
+
},
|
|
1144
1159
|
"lineage": {
|
|
1145
1160
|
"oneOf": [
|
|
1146
1161
|
{
|
|
@@ -1375,6 +1390,9 @@
|
|
|
1375
1390
|
"basicRules": {
|
|
1376
1391
|
"$ref": "util.json#/$defs/basicRules"
|
|
1377
1392
|
},
|
|
1393
|
+
"legacy": {
|
|
1394
|
+
"$ref": "util.json#/$defs/legacy"
|
|
1395
|
+
},
|
|
1378
1396
|
"lineage": {
|
|
1379
1397
|
"oneOf": [
|
|
1380
1398
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "rewards.json",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"reward": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"page": {
|
|
17
17
|
"$ref": "util.json#/$defs/page"
|
|
18
18
|
},
|
|
19
|
+
"legacy": {
|
|
20
|
+
"$ref": "util.json#/$defs/legacy"
|
|
21
|
+
},
|
|
19
22
|
"type": {
|
|
20
23
|
"type": "string",
|
|
21
24
|
"enum": [
|
|
@@ -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.4",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -284,17 +284,21 @@
|
|
|
284
284
|
},
|
|
285
285
|
"miscTags": {
|
|
286
286
|
"type": "array",
|
|
287
|
-
"description": "FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
287
|
+
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
288
288
|
"minItems": 1,
|
|
289
289
|
"uniqueItems": true,
|
|
290
290
|
"items": {
|
|
291
291
|
"type": "string",
|
|
292
292
|
"enum": [
|
|
293
|
+
"AAD",
|
|
294
|
+
"DFT",
|
|
293
295
|
"FMV",
|
|
294
296
|
"HL",
|
|
295
297
|
"LGT",
|
|
296
298
|
"LGTS",
|
|
297
299
|
"MAC",
|
|
300
|
+
"OBJ",
|
|
301
|
+
"OBS",
|
|
298
302
|
"PRM",
|
|
299
303
|
"PS",
|
|
300
304
|
"RO",
|
|
@@ -321,6 +325,9 @@
|
|
|
321
325
|
"basicRules": {
|
|
322
326
|
"$ref": "../util.json#/$defs/basicRules"
|
|
323
327
|
},
|
|
328
|
+
"legacy": {
|
|
329
|
+
"$ref": "../util.json#/$defs/legacy"
|
|
330
|
+
},
|
|
324
331
|
"scalingLevelDice": {
|
|
325
332
|
"oneOf": [
|
|
326
333
|
{
|
|
@@ -624,17 +631,21 @@
|
|
|
624
631
|
},
|
|
625
632
|
"miscTags": {
|
|
626
633
|
"type": "array",
|
|
627
|
-
"description": "FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
634
|
+
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
628
635
|
"minItems": 1,
|
|
629
636
|
"uniqueItems": true,
|
|
630
637
|
"items": {
|
|
631
638
|
"type": "string",
|
|
632
639
|
"enum": [
|
|
640
|
+
"AAD",
|
|
641
|
+
"DFT",
|
|
633
642
|
"FMV",
|
|
634
643
|
"HL",
|
|
635
644
|
"LGT",
|
|
636
645
|
"LGTS",
|
|
637
646
|
"MAC",
|
|
647
|
+
"OBJ",
|
|
648
|
+
"OBS",
|
|
638
649
|
"PRM",
|
|
639
650
|
"PS",
|
|
640
651
|
"RO",
|
|
@@ -661,6 +672,9 @@
|
|
|
661
672
|
"basicRules": {
|
|
662
673
|
"$ref": "../util.json#/$defs/basicRules"
|
|
663
674
|
},
|
|
675
|
+
"legacy": {
|
|
676
|
+
"$ref": "../util.json#/$defs/legacy"
|
|
677
|
+
},
|
|
664
678
|
"scalingLevelDice": {
|
|
665
679
|
"oneOf": [
|
|
666
680
|
{
|
|
@@ -972,17 +986,21 @@
|
|
|
972
986
|
},
|
|
973
987
|
"miscTags": {
|
|
974
988
|
"type": "array",
|
|
975
|
-
"description": "FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
989
|
+
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
976
990
|
"minItems": 1,
|
|
977
991
|
"uniqueItems": true,
|
|
978
992
|
"items": {
|
|
979
993
|
"type": "string",
|
|
980
994
|
"enum": [
|
|
995
|
+
"AAD",
|
|
996
|
+
"DFT",
|
|
981
997
|
"FMV",
|
|
982
998
|
"HL",
|
|
983
999
|
"LGT",
|
|
984
1000
|
"LGTS",
|
|
985
1001
|
"MAC",
|
|
1002
|
+
"OBJ",
|
|
1003
|
+
"OBS",
|
|
986
1004
|
"PRM",
|
|
987
1005
|
"PS",
|
|
988
1006
|
"RO",
|
|
@@ -1009,6 +1027,9 @@
|
|
|
1009
1027
|
"basicRules": {
|
|
1010
1028
|
"$ref": "../util.json#/$defs/basicRules"
|
|
1011
1029
|
},
|
|
1030
|
+
"legacy": {
|
|
1031
|
+
"$ref": "../util.json#/$defs/legacy"
|
|
1032
|
+
},
|
|
1012
1033
|
"scalingLevelDice": {
|
|
1013
1034
|
"oneOf": [
|
|
1014
1035
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "tables.json",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"tableData": {
|
|
@@ -27,6 +27,9 @@
|
|
|
27
27
|
"basicRules": {
|
|
28
28
|
"$ref": "util.json#/$defs/basicRules"
|
|
29
29
|
},
|
|
30
|
+
"legacy": {
|
|
31
|
+
"$ref": "util.json#/$defs/legacy"
|
|
32
|
+
},
|
|
30
33
|
"page": {
|
|
31
34
|
"$ref": "util.json#/$defs/page"
|
|
32
35
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "trapshazards.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"trap": {
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
},
|
|
36
36
|
"srd": {
|
|
37
37
|
"$ref": "util.json#/$defs/srd"
|
|
38
|
+
},
|
|
39
|
+
"legacy": {
|
|
40
|
+
"$ref": "util.json#/$defs/legacy"
|
|
38
41
|
}
|
|
39
42
|
},
|
|
40
43
|
"additionalProperties": false,
|
|
@@ -146,6 +149,9 @@
|
|
|
146
149
|
},
|
|
147
150
|
"srd": {
|
|
148
151
|
"$ref": "util.json#/$defs/srd"
|
|
152
|
+
},
|
|
153
|
+
"legacy": {
|
|
154
|
+
"$ref": "util.json#/$defs/legacy"
|
|
149
155
|
}
|
|
150
156
|
},
|
|
151
157
|
"additionalProperties": false,
|
|
@@ -195,6 +201,9 @@
|
|
|
195
201
|
},
|
|
196
202
|
"srd": {
|
|
197
203
|
"$ref": "util.json#/$defs/srd"
|
|
204
|
+
},
|
|
205
|
+
"legacy": {
|
|
206
|
+
"$ref": "util.json#/$defs/legacy"
|
|
198
207
|
}
|
|
199
208
|
},
|
|
200
209
|
"additionalProperties": false,
|
|
@@ -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.8",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -3227,6 +3227,9 @@
|
|
|
3227
3227
|
"basicRules": {
|
|
3228
3228
|
"const": true
|
|
3229
3229
|
},
|
|
3230
|
+
"legacy": {
|
|
3231
|
+
"const": true
|
|
3232
|
+
},
|
|
3230
3233
|
"fluffObject": {
|
|
3231
3234
|
"type": "object",
|
|
3232
3235
|
"properties": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "variantrules.json",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.5",
|
|
5
5
|
"title": "RulesArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|
|
@@ -53,6 +53,9 @@
|
|
|
53
53
|
"srd": {
|
|
54
54
|
"$ref": "util.json#/$defs/srd"
|
|
55
55
|
},
|
|
56
|
+
"legacy": {
|
|
57
|
+
"$ref": "util.json#/$defs/legacy"
|
|
58
|
+
},
|
|
56
59
|
"additionalSources": {
|
|
57
60
|
"$ref": "util.json#/$defs/additionalSources"
|
|
58
61
|
},
|
|
@@ -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.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -88,6 +88,9 @@
|
|
|
88
88
|
"otherSources": {
|
|
89
89
|
"$ref": "util.json#/$defs/otherSources"
|
|
90
90
|
},
|
|
91
|
+
"legacy": {
|
|
92
|
+
"$ref": "util.json#/$defs/legacy"
|
|
93
|
+
},
|
|
91
94
|
"upgradeType": {
|
|
92
95
|
"type": "array",
|
|
93
96
|
"items": {
|
|
@@ -126,6 +129,9 @@
|
|
|
126
129
|
"otherSources": {
|
|
127
130
|
"$ref": "util.json#/$defs/otherSources"
|
|
128
131
|
},
|
|
132
|
+
"legacy": {
|
|
133
|
+
"$ref": "util.json#/$defs/legacy"
|
|
134
|
+
},
|
|
129
135
|
"vehicleType": {
|
|
130
136
|
"const": "SHIP"
|
|
131
137
|
},
|
|
@@ -463,6 +469,9 @@
|
|
|
463
469
|
"otherSources": {
|
|
464
470
|
"$ref": "util.json#/$defs/otherSources"
|
|
465
471
|
},
|
|
472
|
+
"legacy": {
|
|
473
|
+
"$ref": "util.json#/$defs/legacy"
|
|
474
|
+
},
|
|
466
475
|
"vehicleType": {
|
|
467
476
|
"const": "SPELLJAMMER"
|
|
468
477
|
},
|
|
@@ -620,6 +629,9 @@
|
|
|
620
629
|
"otherSources": {
|
|
621
630
|
"$ref": "util.json#/$defs/otherSources"
|
|
622
631
|
},
|
|
632
|
+
"legacy": {
|
|
633
|
+
"$ref": "util.json#/$defs/legacy"
|
|
634
|
+
},
|
|
623
635
|
"vehicleType": {
|
|
624
636
|
"const": "INFWAR"
|
|
625
637
|
},
|