5etools-utils 0.12.24 → 0.12.26
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/adventures.json +3 -2
- package/schema/brew/magicvariants.json +10 -1
- package/schema/brew/trapshazards.json +16 -1
- package/schema/brew-fast/adventures.json +3 -2
- package/schema/brew-fast/magicvariants.json +10 -1
- package/schema/brew-fast/trapshazards.json +16 -1
- package/schema/site/adventures.json +3 -2
- package/schema/site/magicvariants.json +10 -1
- package/schema/site/trapshazards.json +16 -1
- package/schema/site-fast/adventures.json +3 -2
- package/schema/site-fast/magicvariants.json +10 -1
- package/schema/site-fast/trapshazards.json +16 -1
- package/schema/ua/adventures.json +3 -2
- package/schema/ua/magicvariants.json +10 -1
- package/schema/ua/trapshazards.json +16 -1
- package/schema/ua-fast/adventures.json +3 -2
- package/schema/ua-fast/magicvariants.json +10 -1
- package/schema/ua-fast/trapshazards.json +16 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -207,7 +207,8 @@
|
|
|
207
207
|
"Humblewood",
|
|
208
208
|
"Vecna",
|
|
209
209
|
"Quests from the Infinite Staircase",
|
|
210
|
-
"LEGO"
|
|
210
|
+
"LEGO",
|
|
211
|
+
"Shadow Realm"
|
|
211
212
|
]
|
|
212
213
|
},
|
|
213
214
|
"alAveragePlayerLevel": {
|
|
@@ -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.22",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -156,6 +156,9 @@
|
|
|
156
156
|
"age": {
|
|
157
157
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
158
158
|
},
|
|
159
|
+
"critThreshold": {
|
|
160
|
+
"type": "integer"
|
|
161
|
+
},
|
|
159
162
|
"bonusAc": {
|
|
160
163
|
"type": "string"
|
|
161
164
|
},
|
|
@@ -711,6 +714,9 @@
|
|
|
711
714
|
"age": {
|
|
712
715
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
713
716
|
},
|
|
717
|
+
"critThreshold": {
|
|
718
|
+
"type": "integer"
|
|
719
|
+
},
|
|
714
720
|
"bonusAc": {
|
|
715
721
|
"type": "string"
|
|
716
722
|
},
|
|
@@ -1276,6 +1282,9 @@
|
|
|
1276
1282
|
"age": {
|
|
1277
1283
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
1278
1284
|
},
|
|
1285
|
+
"critThreshold": {
|
|
1286
|
+
"type": "integer"
|
|
1287
|
+
},
|
|
1279
1288
|
"bonusAc": {
|
|
1280
1289
|
"type": "string"
|
|
1281
1290
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_trapTier": {
|
|
@@ -39,6 +39,9 @@
|
|
|
39
39
|
"name": {
|
|
40
40
|
"type": "string"
|
|
41
41
|
},
|
|
42
|
+
"alias": {
|
|
43
|
+
"$ref": "util.json#/$defs/alias"
|
|
44
|
+
},
|
|
42
45
|
"trapHazType": {
|
|
43
46
|
"type": "string",
|
|
44
47
|
"description": "MAG: Magical Trap\n MECH: Mechanical Trap",
|
|
@@ -53,6 +56,9 @@
|
|
|
53
56
|
"page": {
|
|
54
57
|
"$ref": "util.json#/$defs/page"
|
|
55
58
|
},
|
|
59
|
+
"otherSources": {
|
|
60
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
61
|
+
},
|
|
56
62
|
"entries": {
|
|
57
63
|
"type": "array",
|
|
58
64
|
"items": {
|
|
@@ -102,6 +108,9 @@
|
|
|
102
108
|
"name": {
|
|
103
109
|
"type": "string"
|
|
104
110
|
},
|
|
111
|
+
"alias": {
|
|
112
|
+
"$ref": "util.json#/$defs/alias"
|
|
113
|
+
},
|
|
105
114
|
"trapHazType": {
|
|
106
115
|
"type": "string",
|
|
107
116
|
"enum": [
|
|
@@ -115,6 +124,9 @@
|
|
|
115
124
|
"page": {
|
|
116
125
|
"$ref": "util.json#/$defs/page"
|
|
117
126
|
},
|
|
127
|
+
"otherSources": {
|
|
128
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
129
|
+
},
|
|
118
130
|
"entries": {
|
|
119
131
|
"type": "array",
|
|
120
132
|
"items": {
|
|
@@ -220,6 +232,9 @@
|
|
|
220
232
|
"name": {
|
|
221
233
|
"type": "string"
|
|
222
234
|
},
|
|
235
|
+
"alias": {
|
|
236
|
+
"$ref": "util.json#/$defs/alias"
|
|
237
|
+
},
|
|
223
238
|
"trapHazType": {
|
|
224
239
|
"type": "string",
|
|
225
240
|
"description": "ENV: Environmental Hazard\n EST: Eldritch Storm\n GEN: Generic\n WTH: Weather\n WLD: Wilderness Hazard",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -207,7 +207,8 @@
|
|
|
207
207
|
"Humblewood",
|
|
208
208
|
"Vecna",
|
|
209
209
|
"Quests from the Infinite Staircase",
|
|
210
|
-
"LEGO"
|
|
210
|
+
"LEGO",
|
|
211
|
+
"Shadow Realm"
|
|
211
212
|
]
|
|
212
213
|
},
|
|
213
214
|
"alAveragePlayerLevel": {
|
|
@@ -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.22",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -156,6 +156,9 @@
|
|
|
156
156
|
"age": {
|
|
157
157
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
158
158
|
},
|
|
159
|
+
"critThreshold": {
|
|
160
|
+
"type": "integer"
|
|
161
|
+
},
|
|
159
162
|
"bonusAc": {
|
|
160
163
|
"type": "string"
|
|
161
164
|
},
|
|
@@ -711,6 +714,9 @@
|
|
|
711
714
|
"age": {
|
|
712
715
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
713
716
|
},
|
|
717
|
+
"critThreshold": {
|
|
718
|
+
"type": "integer"
|
|
719
|
+
},
|
|
714
720
|
"bonusAc": {
|
|
715
721
|
"type": "string"
|
|
716
722
|
},
|
|
@@ -1276,6 +1282,9 @@
|
|
|
1276
1282
|
"age": {
|
|
1277
1283
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
1278
1284
|
},
|
|
1285
|
+
"critThreshold": {
|
|
1286
|
+
"type": "integer"
|
|
1287
|
+
},
|
|
1279
1288
|
"bonusAc": {
|
|
1280
1289
|
"type": "string"
|
|
1281
1290
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_trapTier": {
|
|
@@ -39,6 +39,9 @@
|
|
|
39
39
|
"name": {
|
|
40
40
|
"type": "string"
|
|
41
41
|
},
|
|
42
|
+
"alias": {
|
|
43
|
+
"$ref": "util.json#/$defs/alias"
|
|
44
|
+
},
|
|
42
45
|
"trapHazType": {
|
|
43
46
|
"type": "string",
|
|
44
47
|
"description": "MAG: Magical Trap\n MECH: Mechanical Trap",
|
|
@@ -53,6 +56,9 @@
|
|
|
53
56
|
"page": {
|
|
54
57
|
"$ref": "util.json#/$defs/page"
|
|
55
58
|
},
|
|
59
|
+
"otherSources": {
|
|
60
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
61
|
+
},
|
|
56
62
|
"entries": {
|
|
57
63
|
"type": "array",
|
|
58
64
|
"items": {
|
|
@@ -102,6 +108,9 @@
|
|
|
102
108
|
"name": {
|
|
103
109
|
"type": "string"
|
|
104
110
|
},
|
|
111
|
+
"alias": {
|
|
112
|
+
"$ref": "util.json#/$defs/alias"
|
|
113
|
+
},
|
|
105
114
|
"trapHazType": {
|
|
106
115
|
"type": "string",
|
|
107
116
|
"enum": [
|
|
@@ -115,6 +124,9 @@
|
|
|
115
124
|
"page": {
|
|
116
125
|
"$ref": "util.json#/$defs/page"
|
|
117
126
|
},
|
|
127
|
+
"otherSources": {
|
|
128
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
129
|
+
},
|
|
118
130
|
"entries": {
|
|
119
131
|
"type": "array",
|
|
120
132
|
"items": {
|
|
@@ -220,6 +232,9 @@
|
|
|
220
232
|
"name": {
|
|
221
233
|
"type": "string"
|
|
222
234
|
},
|
|
235
|
+
"alias": {
|
|
236
|
+
"$ref": "util.json#/$defs/alias"
|
|
237
|
+
},
|
|
223
238
|
"trapHazType": {
|
|
224
239
|
"type": "string",
|
|
225
240
|
"description": "ENV: Environmental Hazard\n EST: Eldritch Storm\n GEN: Generic\n WTH: Weather\n WLD: Wilderness Hazard",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -207,7 +207,8 @@
|
|
|
207
207
|
"Humblewood",
|
|
208
208
|
"Vecna",
|
|
209
209
|
"Quests from the Infinite Staircase",
|
|
210
|
-
"LEGO"
|
|
210
|
+
"LEGO",
|
|
211
|
+
"Shadow Realm"
|
|
211
212
|
]
|
|
212
213
|
}
|
|
213
214
|
},
|
|
@@ -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.22",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -147,6 +147,9 @@
|
|
|
147
147
|
"age": {
|
|
148
148
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
149
149
|
},
|
|
150
|
+
"critThreshold": {
|
|
151
|
+
"type": "integer"
|
|
152
|
+
},
|
|
150
153
|
"bonusAc": {
|
|
151
154
|
"type": "string"
|
|
152
155
|
},
|
|
@@ -658,6 +661,9 @@
|
|
|
658
661
|
"age": {
|
|
659
662
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
660
663
|
},
|
|
664
|
+
"critThreshold": {
|
|
665
|
+
"type": "integer"
|
|
666
|
+
},
|
|
661
667
|
"bonusAc": {
|
|
662
668
|
"type": "string"
|
|
663
669
|
},
|
|
@@ -1179,6 +1185,9 @@
|
|
|
1179
1185
|
"age": {
|
|
1180
1186
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
1181
1187
|
},
|
|
1188
|
+
"critThreshold": {
|
|
1189
|
+
"type": "integer"
|
|
1190
|
+
},
|
|
1182
1191
|
"bonusAc": {
|
|
1183
1192
|
"type": "string"
|
|
1184
1193
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_trapTier": {
|
|
@@ -39,6 +39,9 @@
|
|
|
39
39
|
"name": {
|
|
40
40
|
"type": "string"
|
|
41
41
|
},
|
|
42
|
+
"alias": {
|
|
43
|
+
"$ref": "util.json#/$defs/alias"
|
|
44
|
+
},
|
|
42
45
|
"trapHazType": {
|
|
43
46
|
"type": "string",
|
|
44
47
|
"description": "MAG: Magical Trap\n MECH: Mechanical Trap",
|
|
@@ -53,6 +56,9 @@
|
|
|
53
56
|
"page": {
|
|
54
57
|
"$ref": "util.json#/$defs/page"
|
|
55
58
|
},
|
|
59
|
+
"otherSources": {
|
|
60
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
61
|
+
},
|
|
56
62
|
"entries": {
|
|
57
63
|
"type": "array",
|
|
58
64
|
"items": {
|
|
@@ -96,6 +102,9 @@
|
|
|
96
102
|
"name": {
|
|
97
103
|
"type": "string"
|
|
98
104
|
},
|
|
105
|
+
"alias": {
|
|
106
|
+
"$ref": "util.json#/$defs/alias"
|
|
107
|
+
},
|
|
99
108
|
"trapHazType": {
|
|
100
109
|
"type": "string",
|
|
101
110
|
"enum": [
|
|
@@ -109,6 +118,9 @@
|
|
|
109
118
|
"page": {
|
|
110
119
|
"$ref": "util.json#/$defs/page"
|
|
111
120
|
},
|
|
121
|
+
"otherSources": {
|
|
122
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
123
|
+
},
|
|
112
124
|
"entries": {
|
|
113
125
|
"type": "array",
|
|
114
126
|
"items": {
|
|
@@ -204,6 +216,9 @@
|
|
|
204
216
|
"name": {
|
|
205
217
|
"type": "string"
|
|
206
218
|
},
|
|
219
|
+
"alias": {
|
|
220
|
+
"$ref": "util.json#/$defs/alias"
|
|
221
|
+
},
|
|
207
222
|
"trapHazType": {
|
|
208
223
|
"type": "string",
|
|
209
224
|
"description": "ENV: Environmental Hazard\n EST: Eldritch Storm\n GEN: Generic\n WTH: Weather\n WLD: Wilderness Hazard",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -207,7 +207,8 @@
|
|
|
207
207
|
"Humblewood",
|
|
208
208
|
"Vecna",
|
|
209
209
|
"Quests from the Infinite Staircase",
|
|
210
|
-
"LEGO"
|
|
210
|
+
"LEGO",
|
|
211
|
+
"Shadow Realm"
|
|
211
212
|
]
|
|
212
213
|
}
|
|
213
214
|
},
|
|
@@ -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.22",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -147,6 +147,9 @@
|
|
|
147
147
|
"age": {
|
|
148
148
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
149
149
|
},
|
|
150
|
+
"critThreshold": {
|
|
151
|
+
"type": "integer"
|
|
152
|
+
},
|
|
150
153
|
"bonusAc": {
|
|
151
154
|
"type": "string"
|
|
152
155
|
},
|
|
@@ -658,6 +661,9 @@
|
|
|
658
661
|
"age": {
|
|
659
662
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
660
663
|
},
|
|
664
|
+
"critThreshold": {
|
|
665
|
+
"type": "integer"
|
|
666
|
+
},
|
|
661
667
|
"bonusAc": {
|
|
662
668
|
"type": "string"
|
|
663
669
|
},
|
|
@@ -1179,6 +1185,9 @@
|
|
|
1179
1185
|
"age": {
|
|
1180
1186
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
1181
1187
|
},
|
|
1188
|
+
"critThreshold": {
|
|
1189
|
+
"type": "integer"
|
|
1190
|
+
},
|
|
1182
1191
|
"bonusAc": {
|
|
1183
1192
|
"type": "string"
|
|
1184
1193
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_trapTier": {
|
|
@@ -39,6 +39,9 @@
|
|
|
39
39
|
"name": {
|
|
40
40
|
"type": "string"
|
|
41
41
|
},
|
|
42
|
+
"alias": {
|
|
43
|
+
"$ref": "util.json#/$defs/alias"
|
|
44
|
+
},
|
|
42
45
|
"trapHazType": {
|
|
43
46
|
"type": "string",
|
|
44
47
|
"description": "MAG: Magical Trap\n MECH: Mechanical Trap",
|
|
@@ -53,6 +56,9 @@
|
|
|
53
56
|
"page": {
|
|
54
57
|
"$ref": "util.json#/$defs/page"
|
|
55
58
|
},
|
|
59
|
+
"otherSources": {
|
|
60
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
61
|
+
},
|
|
56
62
|
"entries": {
|
|
57
63
|
"type": "array",
|
|
58
64
|
"items": {
|
|
@@ -96,6 +102,9 @@
|
|
|
96
102
|
"name": {
|
|
97
103
|
"type": "string"
|
|
98
104
|
},
|
|
105
|
+
"alias": {
|
|
106
|
+
"$ref": "util.json#/$defs/alias"
|
|
107
|
+
},
|
|
99
108
|
"trapHazType": {
|
|
100
109
|
"type": "string",
|
|
101
110
|
"enum": [
|
|
@@ -109,6 +118,9 @@
|
|
|
109
118
|
"page": {
|
|
110
119
|
"$ref": "util.json#/$defs/page"
|
|
111
120
|
},
|
|
121
|
+
"otherSources": {
|
|
122
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
123
|
+
},
|
|
112
124
|
"entries": {
|
|
113
125
|
"type": "array",
|
|
114
126
|
"items": {
|
|
@@ -204,6 +216,9 @@
|
|
|
204
216
|
"name": {
|
|
205
217
|
"type": "string"
|
|
206
218
|
},
|
|
219
|
+
"alias": {
|
|
220
|
+
"$ref": "util.json#/$defs/alias"
|
|
221
|
+
},
|
|
207
222
|
"trapHazType": {
|
|
208
223
|
"type": "string",
|
|
209
224
|
"description": "ENV: Environmental Hazard\n EST: Eldritch Storm\n GEN: Generic\n WTH: Weather\n WLD: Wilderness Hazard",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -207,7 +207,8 @@
|
|
|
207
207
|
"Humblewood",
|
|
208
208
|
"Vecna",
|
|
209
209
|
"Quests from the Infinite Staircase",
|
|
210
|
-
"LEGO"
|
|
210
|
+
"LEGO",
|
|
211
|
+
"Shadow Realm"
|
|
211
212
|
]
|
|
212
213
|
}
|
|
213
214
|
},
|
|
@@ -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.22",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -156,6 +156,9 @@
|
|
|
156
156
|
"age": {
|
|
157
157
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
158
158
|
},
|
|
159
|
+
"critThreshold": {
|
|
160
|
+
"type": "integer"
|
|
161
|
+
},
|
|
159
162
|
"bonusAc": {
|
|
160
163
|
"type": "string"
|
|
161
164
|
},
|
|
@@ -686,6 +689,9 @@
|
|
|
686
689
|
"age": {
|
|
687
690
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
688
691
|
},
|
|
692
|
+
"critThreshold": {
|
|
693
|
+
"type": "integer"
|
|
694
|
+
},
|
|
689
695
|
"bonusAc": {
|
|
690
696
|
"type": "string"
|
|
691
697
|
},
|
|
@@ -1226,6 +1232,9 @@
|
|
|
1226
1232
|
"age": {
|
|
1227
1233
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
1228
1234
|
},
|
|
1235
|
+
"critThreshold": {
|
|
1236
|
+
"type": "integer"
|
|
1237
|
+
},
|
|
1229
1238
|
"bonusAc": {
|
|
1230
1239
|
"type": "string"
|
|
1231
1240
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_trapTier": {
|
|
@@ -39,6 +39,9 @@
|
|
|
39
39
|
"name": {
|
|
40
40
|
"type": "string"
|
|
41
41
|
},
|
|
42
|
+
"alias": {
|
|
43
|
+
"$ref": "util.json#/$defs/alias"
|
|
44
|
+
},
|
|
42
45
|
"trapHazType": {
|
|
43
46
|
"type": "string",
|
|
44
47
|
"description": "MAG: Magical Trap\n MECH: Mechanical Trap",
|
|
@@ -53,6 +56,9 @@
|
|
|
53
56
|
"page": {
|
|
54
57
|
"$ref": "util.json#/$defs/page"
|
|
55
58
|
},
|
|
59
|
+
"otherSources": {
|
|
60
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
61
|
+
},
|
|
56
62
|
"entries": {
|
|
57
63
|
"type": "array",
|
|
58
64
|
"items": {
|
|
@@ -96,6 +102,9 @@
|
|
|
96
102
|
"name": {
|
|
97
103
|
"type": "string"
|
|
98
104
|
},
|
|
105
|
+
"alias": {
|
|
106
|
+
"$ref": "util.json#/$defs/alias"
|
|
107
|
+
},
|
|
99
108
|
"trapHazType": {
|
|
100
109
|
"type": "string",
|
|
101
110
|
"enum": [
|
|
@@ -109,6 +118,9 @@
|
|
|
109
118
|
"page": {
|
|
110
119
|
"$ref": "util.json#/$defs/page"
|
|
111
120
|
},
|
|
121
|
+
"otherSources": {
|
|
122
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
123
|
+
},
|
|
112
124
|
"entries": {
|
|
113
125
|
"type": "array",
|
|
114
126
|
"items": {
|
|
@@ -204,6 +216,9 @@
|
|
|
204
216
|
"name": {
|
|
205
217
|
"type": "string"
|
|
206
218
|
},
|
|
219
|
+
"alias": {
|
|
220
|
+
"$ref": "util.json#/$defs/alias"
|
|
221
|
+
},
|
|
207
222
|
"trapHazType": {
|
|
208
223
|
"type": "string",
|
|
209
224
|
"description": "ENV: Environmental Hazard\n EST: Eldritch Storm\n GEN: Generic\n WTH: Weather\n WLD: Wilderness Hazard",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -207,7 +207,8 @@
|
|
|
207
207
|
"Humblewood",
|
|
208
208
|
"Vecna",
|
|
209
209
|
"Quests from the Infinite Staircase",
|
|
210
|
-
"LEGO"
|
|
210
|
+
"LEGO",
|
|
211
|
+
"Shadow Realm"
|
|
211
212
|
]
|
|
212
213
|
}
|
|
213
214
|
},
|
|
@@ -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.22",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -156,6 +156,9 @@
|
|
|
156
156
|
"age": {
|
|
157
157
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
158
158
|
},
|
|
159
|
+
"critThreshold": {
|
|
160
|
+
"type": "integer"
|
|
161
|
+
},
|
|
159
162
|
"bonusAc": {
|
|
160
163
|
"type": "string"
|
|
161
164
|
},
|
|
@@ -686,6 +689,9 @@
|
|
|
686
689
|
"age": {
|
|
687
690
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
688
691
|
},
|
|
692
|
+
"critThreshold": {
|
|
693
|
+
"type": "integer"
|
|
694
|
+
},
|
|
689
695
|
"bonusAc": {
|
|
690
696
|
"type": "string"
|
|
691
697
|
},
|
|
@@ -1226,6 +1232,9 @@
|
|
|
1226
1232
|
"age": {
|
|
1227
1233
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
1228
1234
|
},
|
|
1235
|
+
"critThreshold": {
|
|
1236
|
+
"type": "integer"
|
|
1237
|
+
},
|
|
1229
1238
|
"bonusAc": {
|
|
1230
1239
|
"type": "string"
|
|
1231
1240
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_trapTier": {
|
|
@@ -39,6 +39,9 @@
|
|
|
39
39
|
"name": {
|
|
40
40
|
"type": "string"
|
|
41
41
|
},
|
|
42
|
+
"alias": {
|
|
43
|
+
"$ref": "util.json#/$defs/alias"
|
|
44
|
+
},
|
|
42
45
|
"trapHazType": {
|
|
43
46
|
"type": "string",
|
|
44
47
|
"description": "MAG: Magical Trap\n MECH: Mechanical Trap",
|
|
@@ -53,6 +56,9 @@
|
|
|
53
56
|
"page": {
|
|
54
57
|
"$ref": "util.json#/$defs/page"
|
|
55
58
|
},
|
|
59
|
+
"otherSources": {
|
|
60
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
61
|
+
},
|
|
56
62
|
"entries": {
|
|
57
63
|
"type": "array",
|
|
58
64
|
"items": {
|
|
@@ -96,6 +102,9 @@
|
|
|
96
102
|
"name": {
|
|
97
103
|
"type": "string"
|
|
98
104
|
},
|
|
105
|
+
"alias": {
|
|
106
|
+
"$ref": "util.json#/$defs/alias"
|
|
107
|
+
},
|
|
99
108
|
"trapHazType": {
|
|
100
109
|
"type": "string",
|
|
101
110
|
"enum": [
|
|
@@ -109,6 +118,9 @@
|
|
|
109
118
|
"page": {
|
|
110
119
|
"$ref": "util.json#/$defs/page"
|
|
111
120
|
},
|
|
121
|
+
"otherSources": {
|
|
122
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
123
|
+
},
|
|
112
124
|
"entries": {
|
|
113
125
|
"type": "array",
|
|
114
126
|
"items": {
|
|
@@ -204,6 +216,9 @@
|
|
|
204
216
|
"name": {
|
|
205
217
|
"type": "string"
|
|
206
218
|
},
|
|
219
|
+
"alias": {
|
|
220
|
+
"$ref": "util.json#/$defs/alias"
|
|
221
|
+
},
|
|
207
222
|
"trapHazType": {
|
|
208
223
|
"type": "string",
|
|
209
224
|
"description": "ENV: Environmental Hazard\n EST: Eldritch Storm\n GEN: Generic\n WTH: Weather\n WLD: Wilderness Hazard",
|