5etools-utils 0.5.14 → 0.5.16
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/TestJson.js +19 -9
- package/package.json +3 -2
- 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 +10 -1
- 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 +10 -1
- 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 +10 -1
- 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 +10 -1
- 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
package/schema/site/names.json
CHANGED
|
@@ -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
|
},
|
package/schema/site/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.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
|
{
|
package/schema/site/rewards.json
CHANGED
|
@@ -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": {
|
|
@@ -321,6 +321,9 @@
|
|
|
321
321
|
"basicRules": {
|
|
322
322
|
"$ref": "../util.json#/$defs/basicRules"
|
|
323
323
|
},
|
|
324
|
+
"legacy": {
|
|
325
|
+
"$ref": "../util.json#/$defs/legacy"
|
|
326
|
+
},
|
|
324
327
|
"scalingLevelDice": {
|
|
325
328
|
"oneOf": [
|
|
326
329
|
{
|
|
@@ -661,6 +664,9 @@
|
|
|
661
664
|
"basicRules": {
|
|
662
665
|
"$ref": "../util.json#/$defs/basicRules"
|
|
663
666
|
},
|
|
667
|
+
"legacy": {
|
|
668
|
+
"$ref": "../util.json#/$defs/legacy"
|
|
669
|
+
},
|
|
664
670
|
"scalingLevelDice": {
|
|
665
671
|
"oneOf": [
|
|
666
672
|
{
|
|
@@ -1009,6 +1015,9 @@
|
|
|
1009
1015
|
"basicRules": {
|
|
1010
1016
|
"$ref": "../util.json#/$defs/basicRules"
|
|
1011
1017
|
},
|
|
1018
|
+
"legacy": {
|
|
1019
|
+
"$ref": "../util.json#/$defs/legacy"
|
|
1020
|
+
},
|
|
1012
1021
|
"scalingLevelDice": {
|
|
1013
1022
|
"oneOf": [
|
|
1014
1023
|
{
|
package/schema/site/tables.json
CHANGED
|
@@ -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,
|
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.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
|
},
|
|
@@ -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.10",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1078,6 +1078,9 @@
|
|
|
1078
1078
|
"basicRules": {
|
|
1079
1079
|
"$ref": "../util.json#/$defs/basicRules"
|
|
1080
1080
|
},
|
|
1081
|
+
"legacy": {
|
|
1082
|
+
"$ref": "../util.json#/$defs/legacy"
|
|
1083
|
+
},
|
|
1081
1084
|
"summonedBySpell": {
|
|
1082
1085
|
"description": "The spell used to summon this creature; specifically for TCE-esque summon spells.",
|
|
1083
1086
|
"type": "string"
|
|
@@ -2101,6 +2104,9 @@
|
|
|
2101
2104
|
"basicRules": {
|
|
2102
2105
|
"$ref": "../util.json#/$defs/basicRules"
|
|
2103
2106
|
},
|
|
2107
|
+
"legacy": {
|
|
2108
|
+
"$ref": "../util.json#/$defs/legacy"
|
|
2109
|
+
},
|
|
2104
2110
|
"summonedBySpell": {
|
|
2105
2111
|
"description": "The spell used to summon this creature; specifically for TCE-esque summon spells.",
|
|
2106
2112
|
"type": "string"
|
|
@@ -3139,6 +3145,9 @@
|
|
|
3139
3145
|
"basicRules": {
|
|
3140
3146
|
"$ref": "../util.json#/$defs/basicRules"
|
|
3141
3147
|
},
|
|
3148
|
+
"legacy": {
|
|
3149
|
+
"$ref": "../util.json#/$defs/legacy"
|
|
3150
|
+
},
|
|
3142
3151
|
"summonedBySpell": {
|
|
3143
3152
|
"description": "The spell used to summon this creature; specifically for TCE-esque summon spells.",
|
|
3144
3153
|
"type": "string"
|
|
@@ -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.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"book": {
|
|
@@ -24,6 +24,9 @@
|
|
|
24
24
|
"source": {
|
|
25
25
|
"type": "string"
|
|
26
26
|
},
|
|
27
|
+
"legacy": {
|
|
28
|
+
"$ref": "util.json#/$defs/legacy"
|
|
29
|
+
},
|
|
27
30
|
"group": {
|
|
28
31
|
"description": "The group under which this book should be listed in the navbar.",
|
|
29
32
|
"type": "string",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "cultsboons.json",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"cult": {
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"reprintedAs": {
|
|
23
23
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
24
24
|
},
|
|
25
|
+
"legacy": {
|
|
26
|
+
"$ref": "util.json#/$defs/legacy"
|
|
27
|
+
},
|
|
25
28
|
"type": {
|
|
26
29
|
"type": "string",
|
|
27
30
|
"enum": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "deities.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deityData": {
|
|
@@ -118,6 +118,9 @@
|
|
|
118
118
|
"basicRules": {
|
|
119
119
|
"$ref": "util.json#/$defs/basicRules"
|
|
120
120
|
},
|
|
121
|
+
"legacy": {
|
|
122
|
+
"$ref": "util.json#/$defs/legacy"
|
|
123
|
+
},
|
|
121
124
|
"customExtensionOf": {
|
|
122
125
|
"type": "string",
|
|
123
126
|
"description": "A UID of an existing deity that this deity extends. e.g. \"Bahgtru|Orc|SCAG\""
|
|
@@ -244,6 +247,9 @@
|
|
|
244
247
|
"basicRules": {
|
|
245
248
|
"$ref": "util.json#/$defs/basicRules"
|
|
246
249
|
},
|
|
250
|
+
"legacy": {
|
|
251
|
+
"$ref": "util.json#/$defs/legacy"
|
|
252
|
+
},
|
|
247
253
|
"customExtensionOf": {
|
|
248
254
|
"type": "string",
|
|
249
255
|
"description": "A UID of an existing deity that this deity extends. e.g. \"Bahgtru|Orc|SCAG\""
|
|
@@ -373,6 +379,9 @@
|
|
|
373
379
|
"basicRules": {
|
|
374
380
|
"$ref": "util.json#/$defs/basicRules"
|
|
375
381
|
},
|
|
382
|
+
"legacy": {
|
|
383
|
+
"$ref": "util.json#/$defs/legacy"
|
|
384
|
+
},
|
|
376
385
|
"customExtensionOf": {
|
|
377
386
|
"type": "string",
|
|
378
387
|
"description": "A UID of an existing deity that this deity extends. e.g. \"Bahgtru|Orc|SCAG\""
|
|
@@ -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.5",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"itemPropertyLookupArray": {
|
|
7
7
|
"type": "array",
|
|
@@ -317,6 +317,9 @@
|
|
|
317
317
|
"basicRules": {
|
|
318
318
|
"$ref": "util.json#/$defs/basicRules"
|
|
319
319
|
},
|
|
320
|
+
"legacy": {
|
|
321
|
+
"$ref": "util.json#/$defs/legacy"
|
|
322
|
+
},
|
|
320
323
|
"otherSources": {
|
|
321
324
|
"$ref": "util.json#/$defs/otherSources"
|
|
322
325
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items.json",
|
|
4
|
-
"version": "1.13.
|
|
4
|
+
"version": "1.13.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -423,6 +423,9 @@
|
|
|
423
423
|
"basicRules": {
|
|
424
424
|
"$ref": "util.json#/$defs/basicRules"
|
|
425
425
|
},
|
|
426
|
+
"legacy": {
|
|
427
|
+
"$ref": "util.json#/$defs/legacy"
|
|
428
|
+
},
|
|
426
429
|
"packContents": {
|
|
427
430
|
"type": "array",
|
|
428
431
|
"items": {
|
|
@@ -968,6 +971,9 @@
|
|
|
968
971
|
"basicRules": {
|
|
969
972
|
"$ref": "util.json#/$defs/basicRules"
|
|
970
973
|
},
|
|
974
|
+
"legacy": {
|
|
975
|
+
"$ref": "util.json#/$defs/legacy"
|
|
976
|
+
},
|
|
971
977
|
"packContents": {
|
|
972
978
|
"type": "array",
|
|
973
979
|
"items": {
|
|
@@ -1516,6 +1522,9 @@
|
|
|
1516
1522
|
"basicRules": {
|
|
1517
1523
|
"$ref": "util.json#/$defs/basicRules"
|
|
1518
1524
|
},
|
|
1525
|
+
"legacy": {
|
|
1526
|
+
"$ref": "util.json#/$defs/legacy"
|
|
1527
|
+
},
|
|
1519
1528
|
"packContents": {
|
|
1520
1529
|
"type": "array",
|
|
1521
1530
|
"items": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "languages.json",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"language": {
|
|
@@ -28,6 +28,9 @@
|
|
|
28
28
|
"basicRules": {
|
|
29
29
|
"$ref": "util.json#/$defs/basicRules"
|
|
30
30
|
},
|
|
31
|
+
"legacy": {
|
|
32
|
+
"$ref": "util.json#/$defs/legacy"
|
|
33
|
+
},
|
|
31
34
|
"otherSources": {
|
|
32
35
|
"$ref": "util.json#/$defs/otherSources"
|
|
33
36
|
},
|
|
@@ -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.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -222,6 +222,9 @@
|
|
|
222
222
|
"basicRules": {
|
|
223
223
|
"$ref": "util.json#/$defs/basicRules"
|
|
224
224
|
},
|
|
225
|
+
"legacy": {
|
|
226
|
+
"$ref": "util.json#/$defs/legacy"
|
|
227
|
+
},
|
|
225
228
|
"otherSources": {
|
|
226
229
|
"$ref": "util.json#/$defs/otherSources"
|
|
227
230
|
},
|
|
@@ -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": [
|