5etools-utils 0.12.28 → 0.12.30
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/conditionsdiseases.json +2 -3
- package/schema/brew/items-base.json +14 -2
- package/schema/brew/items-shared.json +61 -24
- package/schema/brew/magicvariants.json +10 -1
- package/schema/brew/makecards.json +6 -2
- package/schema/brew/spells/spells.json +4 -1
- package/schema/brew/util-edition.json +23 -0
- package/schema/brew/util-time.json +4 -1
- package/schema/brew/util.json +4 -3
- package/schema/brew-fast/conditionsdiseases.json +2 -3
- package/schema/brew-fast/items-base.json +14 -2
- package/schema/brew-fast/items-shared.json +61 -24
- package/schema/brew-fast/magicvariants.json +10 -1
- package/schema/brew-fast/makecards.json +6 -2
- package/schema/brew-fast/spells/spells.json +4 -1
- package/schema/brew-fast/util-edition.json +23 -0
- package/schema/brew-fast/util-time.json +4 -1
- package/schema/brew-fast/util.json +4 -3
- package/schema/site/conditionsdiseases.json +1 -1
- package/schema/site/items-base.json +16 -3
- package/schema/site/items-shared.json +61 -24
- package/schema/site/magicvariants.json +14 -3
- package/schema/site/makecards.json +6 -2
- package/schema/site/spells/spells.json +4 -1
- package/schema/site/util-edition.json +23 -0
- package/schema/site/util-time.json +4 -1
- package/schema/site/util.json +4 -3
- package/schema/site-fast/conditionsdiseases.json +1 -1
- package/schema/site-fast/items-base.json +16 -3
- package/schema/site-fast/items-shared.json +61 -24
- package/schema/site-fast/magicvariants.json +14 -3
- package/schema/site-fast/makecards.json +6 -2
- package/schema/site-fast/spells/spells.json +4 -1
- package/schema/site-fast/util-edition.json +23 -0
- package/schema/site-fast/util-time.json +4 -1
- package/schema/site-fast/util.json +4 -3
- package/schema/ua/conditionsdiseases.json +2 -3
- package/schema/ua/items-base.json +14 -2
- package/schema/ua/items-shared.json +61 -24
- package/schema/ua/magicvariants.json +10 -1
- package/schema/ua/makecards.json +6 -2
- package/schema/ua/spells/spells.json +4 -1
- package/schema/ua/util-edition.json +23 -0
- package/schema/ua/util-time.json +4 -1
- package/schema/ua/util.json +4 -3
- package/schema/ua-fast/conditionsdiseases.json +2 -3
- package/schema/ua-fast/items-base.json +14 -2
- package/schema/ua-fast/items-shared.json +61 -24
- package/schema/ua-fast/magicvariants.json +10 -1
- package/schema/ua-fast/makecards.json +6 -2
- package/schema/ua-fast/spells/spells.json +4 -1
- package/schema/ua-fast/util-edition.json +23 -0
- package/schema/ua-fast/util-time.json +4 -1
- package/schema/ua-fast/util.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "conditionsdiseases.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"conditionDisease": {
|
|
@@ -65,8 +65,7 @@
|
|
|
65
65
|
"required": [
|
|
66
66
|
"name",
|
|
67
67
|
"entries",
|
|
68
|
-
"source"
|
|
69
|
-
"page"
|
|
68
|
+
"source"
|
|
70
69
|
],
|
|
71
70
|
"additionalProperties": false
|
|
72
71
|
}
|
|
@@ -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.
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -115,6 +115,9 @@
|
|
|
115
115
|
"reprintedAs": {
|
|
116
116
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
117
117
|
},
|
|
118
|
+
"acceptsVariantEdition": {
|
|
119
|
+
"$ref": "util-edition.json#/$defs/editionChoice"
|
|
120
|
+
},
|
|
118
121
|
"ac": {
|
|
119
122
|
"type": "integer"
|
|
120
123
|
},
|
|
@@ -436,6 +439,9 @@
|
|
|
436
439
|
"reprintedAs": {
|
|
437
440
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
438
441
|
},
|
|
442
|
+
"acceptsVariantEdition": {
|
|
443
|
+
"$ref": "util-edition.json#/$defs/editionChoice"
|
|
444
|
+
},
|
|
439
445
|
"ac": {
|
|
440
446
|
"type": "integer"
|
|
441
447
|
},
|
|
@@ -761,6 +767,9 @@
|
|
|
761
767
|
"reprintedAs": {
|
|
762
768
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
763
769
|
},
|
|
770
|
+
"acceptsVariantEdition": {
|
|
771
|
+
"$ref": "util-edition.json#/$defs/editionChoice"
|
|
772
|
+
},
|
|
764
773
|
"ac": {
|
|
765
774
|
"type": "integer"
|
|
766
775
|
},
|
|
@@ -1350,12 +1359,15 @@
|
|
|
1350
1359
|
"items": {
|
|
1351
1360
|
"type": "object",
|
|
1352
1361
|
"properties": {
|
|
1353
|
-
"
|
|
1362
|
+
"name": {
|
|
1354
1363
|
"type": "string"
|
|
1355
1364
|
},
|
|
1356
1365
|
"source": {
|
|
1357
1366
|
"$ref": "util.json#/$defs/source"
|
|
1358
1367
|
},
|
|
1368
|
+
"appliesTo": {
|
|
1369
|
+
"type": "string"
|
|
1370
|
+
},
|
|
1359
1371
|
"entries": {
|
|
1360
1372
|
"type": "array",
|
|
1361
1373
|
"items": {
|
|
@@ -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.1.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -155,46 +155,74 @@
|
|
|
155
155
|
},
|
|
156
156
|
"itemType": {
|
|
157
157
|
"type": "string",
|
|
158
|
-
"
|
|
159
|
-
"description": "$: Treasure\n $A: Treasure (Art Object)\n $C: Treasure (Coinage)\n $G: Treasure (Gemstone)\n A: Ammunition\n AF: Ammunition (futuristic)\n AIR: Vehicle (air)\n AT: Artisan Tool\n EM: Eldritch Machine\n EXP: Explosive\n FD: Food and Drink\n G: Adventuring Gear\n GS: Gaming Set\n GV: Generic Variant\n HA: Heavy Armor\n IDG: Illegal Drug\n INS: Instrument\n LA: Light Armor\n M: Melee Weapon\n MA: Medium Armor\n MNT: Mount\n MR: Master Rune \n OTH: Other\n P: Potion\n R: Ranged Weapon\n RD: Rod\n RG: Ring\n S: Shield\n SC: Scroll\n SCF: Spellcasting Focus\n SHP: Vehicle (water)\n SPC: Vehicle (space)\n T: Tool\n TAH: Tack and Harness\n TG: Trade Good\n VEH: Vehicle (land)\n WD: Wand",
|
|
158
|
+
"description": "$|DMG: Treasure\n$A|DMG: Treasure (Art Object)\n$A|XDMG: Treasure (Art Object)\n$C: Treasure (Coinage)\n$C|XPHB: Treasure (Coinage)\n$G|DMG: Treasure (Gemstone)\n$G|XDMG: Treasure (Gemstone)\nA: Ammunition\nA|XPHB: Ammunition\nAF|DMG: Ammunition (futuristic)\nAF|XDMG: Ammunition (futuristic)\nAIR|DMG: Vehicle (air)\nAIR|XPHB: Vehicle (air)\nAT: Artisan Tool\nAT|XPHB: Artisan Tool\nEXP|DMG: Explosive\nEXP|XDMG: Explosive\nFD: Food and Drink\nFD|XPHB: Food and Drink\nG: Adventuring Gear\nG|XPHB: Adventuring Gear\nGS: Gaming Set\nGS|XPHB: Gaming Set\nGV|DMG: Generic Variant\nGV|XDMG: Generic Variant\nHA: Heavy Armor\nHA|XPHB: Heavy Armor\nIDG|TDCSR: Illegal Drug\nINS: Instrument\nINS|XPHB: Instrument\nLA: Light Armor\nLA|XPHB: Light Armor\nM: Melee Weapon\nM|XPHB: Melee Weapon\nMA: Medium Armor\nMA|XPHB: Medium Armor\nMNT: Mount\nMNT|XPHB: Mount\nOTH: Other\nP: Potion\nP|XPHB: Potion\nR: Ranged Weapon\nR|XPHB: Ranged Weapon\nRD|DMG: Rod\nRD|XDMG: Rod\nRG|DMG: Ring\nRG|XDMG: Ring\nS: Shield\nS|XPHB: Shield\nSC|DMG: Scroll\nSC|XPHB: Scroll\nSCF: Spellcasting Focus\nSCF|XPHB: Spellcasting Focus\nSHP: Vehicle (water)\nSHP|XPHB: Vehicle (water)\nSPC|AAG: Vehicle (space)\nT: Tool\nT|XPHB: Tool\nTAH: Tack and Harness\nTAH|XPHB: Tack and Harness\nTG: Trade Good\nTG|XPHB: Trade Good\nVEH: Vehicle (land)\nVEH|XPHB: Vehicle (land)\nWD|DMG: Wand\nWD|XDMG: Wand",
|
|
160
159
|
"examples": [
|
|
161
|
-
"
|
|
162
|
-
"$A",
|
|
160
|
+
"$|DMG",
|
|
161
|
+
"$A|DMG",
|
|
162
|
+
"$A|XDMG",
|
|
163
163
|
"$C",
|
|
164
|
-
"$
|
|
164
|
+
"$C|XPHB",
|
|
165
|
+
"$G|DMG",
|
|
166
|
+
"$G|XDMG",
|
|
165
167
|
"A",
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
+
"A|XPHB",
|
|
169
|
+
"AF|DMG",
|
|
170
|
+
"AF|XDMG",
|
|
171
|
+
"AIR|DMG",
|
|
172
|
+
"AIR|XPHB",
|
|
168
173
|
"AT",
|
|
169
|
-
"
|
|
170
|
-
"EXP",
|
|
174
|
+
"AT|XPHB",
|
|
175
|
+
"EXP|DMG",
|
|
176
|
+
"EXP|XDMG",
|
|
171
177
|
"FD",
|
|
178
|
+
"FD|XPHB",
|
|
172
179
|
"G",
|
|
180
|
+
"G|XPHB",
|
|
173
181
|
"GS",
|
|
174
|
-
"
|
|
182
|
+
"GS|XPHB",
|
|
183
|
+
"GV|DMG",
|
|
184
|
+
"GV|XDMG",
|
|
175
185
|
"HA",
|
|
176
|
-
"
|
|
186
|
+
"HA|XPHB",
|
|
187
|
+
"IDG|TDCSR",
|
|
177
188
|
"INS",
|
|
189
|
+
"INS|XPHB",
|
|
178
190
|
"LA",
|
|
191
|
+
"LA|XPHB",
|
|
179
192
|
"M",
|
|
193
|
+
"M|XPHB",
|
|
180
194
|
"MA",
|
|
195
|
+
"MA|XPHB",
|
|
181
196
|
"MNT",
|
|
182
|
-
"
|
|
197
|
+
"MNT|XPHB",
|
|
183
198
|
"OTH",
|
|
184
199
|
"P",
|
|
200
|
+
"P|XPHB",
|
|
185
201
|
"R",
|
|
186
|
-
"
|
|
187
|
-
"
|
|
202
|
+
"R|XPHB",
|
|
203
|
+
"RD|DMG",
|
|
204
|
+
"RD|XDMG",
|
|
205
|
+
"RG|DMG",
|
|
206
|
+
"RG|XDMG",
|
|
188
207
|
"S",
|
|
189
|
-
"
|
|
208
|
+
"S|XPHB",
|
|
209
|
+
"SC|DMG",
|
|
210
|
+
"SC|XPHB",
|
|
190
211
|
"SCF",
|
|
212
|
+
"SCF|XPHB",
|
|
191
213
|
"SHP",
|
|
192
|
-
"
|
|
214
|
+
"SHP|XPHB",
|
|
215
|
+
"SPC|AAG",
|
|
193
216
|
"T",
|
|
217
|
+
"T|XPHB",
|
|
194
218
|
"TAH",
|
|
219
|
+
"TAH|XPHB",
|
|
195
220
|
"TG",
|
|
221
|
+
"TG|XDMG",
|
|
196
222
|
"VEH",
|
|
197
|
-
"
|
|
223
|
+
"VEH|XPHB",
|
|
224
|
+
"WD|DMG",
|
|
225
|
+
"WD|DMG"
|
|
198
226
|
]
|
|
199
227
|
},
|
|
200
228
|
"itemAge": {
|
|
@@ -207,27 +235,36 @@
|
|
|
207
235
|
},
|
|
208
236
|
"itemProperty": {
|
|
209
237
|
"type": "array",
|
|
210
|
-
"description": "2H: Two-Handed\
|
|
238
|
+
"description": "2H: Two-Handed\n2H|XPHB: Two-Handed\nA: Ammunition\nA|XPHB: Ammunition\nAF|DMG: Ammunition (futuristic)\nBF|DMG: Burst Fire\nER|TDCSR: Extended Reach\nF: Finesse\nF|XPHB: Finesse\nH: Heavy\nH|XPHB: Heavy\nL: Light\nL|XPHB: Light\nLD: Loading\nLD|XPHB: Loading\nOTH: Other\nR: Reach\nR|XPHB: Reach\nRLD: Reload\nRLD|XPHB: Reload\nS: Special\nT: Thrown\nT|XPHB: Thrown\nV: Versatile\nV|XPHB: Versatile\nVst|TDCSR: Vestige of Divergence",
|
|
211
239
|
"items": {
|
|
212
240
|
"type": "string",
|
|
213
241
|
"examples": [
|
|
214
242
|
"2H",
|
|
243
|
+
"2H|XPHB",
|
|
215
244
|
"A",
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"ER",
|
|
245
|
+
"A|XPHB",
|
|
246
|
+
"AF|DMG",
|
|
247
|
+
"BF|DMG",
|
|
248
|
+
"ER|TDCSR",
|
|
220
249
|
"F",
|
|
250
|
+
"F|XPHB",
|
|
221
251
|
"H",
|
|
252
|
+
"H|XPHB",
|
|
222
253
|
"L",
|
|
254
|
+
"L|XPHB",
|
|
223
255
|
"LD",
|
|
256
|
+
"LD|XPHB",
|
|
224
257
|
"OTH",
|
|
225
258
|
"R",
|
|
259
|
+
"R|XPHB",
|
|
226
260
|
"RLD",
|
|
261
|
+
"RLD|XPHB",
|
|
227
262
|
"S",
|
|
228
263
|
"T",
|
|
264
|
+
"T|XPHB",
|
|
229
265
|
"V",
|
|
230
|
-
"
|
|
266
|
+
"V|XPHB",
|
|
267
|
+
"Vst|TDCSR"
|
|
231
268
|
]
|
|
232
269
|
}
|
|
233
270
|
},
|
|
@@ -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.
|
|
4
|
+
"version": "1.9.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"alias": {
|
|
14
14
|
"$ref": "util.json#/$defs/alias"
|
|
15
15
|
},
|
|
16
|
+
"edition": {
|
|
17
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
18
|
+
},
|
|
16
19
|
"type": {
|
|
17
20
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
18
21
|
},
|
|
@@ -571,6 +574,9 @@
|
|
|
571
574
|
"alias": {
|
|
572
575
|
"$ref": "util.json#/$defs/alias"
|
|
573
576
|
},
|
|
577
|
+
"edition": {
|
|
578
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
579
|
+
},
|
|
574
580
|
"type": {
|
|
575
581
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
576
582
|
},
|
|
@@ -1139,6 +1145,9 @@
|
|
|
1139
1145
|
"alias": {
|
|
1140
1146
|
"$ref": "util.json#/$defs/alias"
|
|
1141
1147
|
},
|
|
1148
|
+
"edition": {
|
|
1149
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
1150
|
+
},
|
|
1142
1151
|
"type": {
|
|
1143
1152
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
1144
1153
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "makecards.json",
|
|
4
|
-
"version": "1.0
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"itemLookupArray": {
|
|
7
7
|
"type": "array",
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"abbreviation": {
|
|
14
14
|
"type": "string"
|
|
15
15
|
},
|
|
16
|
+
"source": {
|
|
17
|
+
"$ref": "util.json#/$defs/source"
|
|
18
|
+
},
|
|
16
19
|
"name": {
|
|
17
20
|
"type": "string"
|
|
18
21
|
},
|
|
@@ -24,7 +27,8 @@
|
|
|
24
27
|
}
|
|
25
28
|
},
|
|
26
29
|
"required": [
|
|
27
|
-
"abbreviation"
|
|
30
|
+
"abbreviation",
|
|
31
|
+
"source"
|
|
28
32
|
],
|
|
29
33
|
"additionalProperties": false
|
|
30
34
|
}
|
|
@@ -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.14",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"line",
|
|
61
61
|
"cube",
|
|
62
62
|
"cone",
|
|
63
|
+
"emanation",
|
|
63
64
|
"radius",
|
|
64
65
|
"sphere",
|
|
65
66
|
"hemisphere",
|
|
@@ -612,6 +613,7 @@
|
|
|
612
613
|
"line",
|
|
613
614
|
"cube",
|
|
614
615
|
"cone",
|
|
616
|
+
"emanation",
|
|
615
617
|
"radius",
|
|
616
618
|
"sphere",
|
|
617
619
|
"hemisphere",
|
|
@@ -1172,6 +1174,7 @@
|
|
|
1172
1174
|
"line",
|
|
1173
1175
|
"cube",
|
|
1174
1176
|
"cone",
|
|
1177
|
+
"emanation",
|
|
1175
1178
|
"radius",
|
|
1176
1179
|
"sphere",
|
|
1177
1180
|
"hemisphere",
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "util-edition.json",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"title": "Util: Edition",
|
|
6
|
+
"$defs": {
|
|
7
|
+
"edition": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"enum": [
|
|
10
|
+
"classic",
|
|
11
|
+
"one"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"editionChoice": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"enum": [
|
|
17
|
+
"classic",
|
|
18
|
+
"one",
|
|
19
|
+
"any"
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -24,6 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"condition": {
|
|
26
26
|
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"note": {
|
|
29
|
+
"type": "string"
|
|
27
30
|
}
|
|
28
31
|
},
|
|
29
32
|
"required": [
|
package/schema/brew/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.17.
|
|
6
|
+
"version": "1.17.2",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2234,7 +2234,7 @@
|
|
|
2234
2234
|
},
|
|
2235
2235
|
"dataOptionalfeatureType": {
|
|
2236
2236
|
"type": "string",
|
|
2237
|
-
"description": "AF: Alchemical Formula\n AI: Artificer Infusion\n AS: Arcane Shot\n AS:V1-UA: Arcane Shot, V1 (UA)\n AS:V2-UA: Arcane Shot, V2 (UA)\n ED: Elemental Discipline\n EI: Eldritch Invocation\n FS:B: Fighting Style; Bard\n FS:F: Fighting Style; Fighter\n FS:P: Fighting Style; Paladin\n FS:R: Fighting Style; Ranger\n IWM:A: Infernal War Machine Upgrade, Armor\n IWM:G: Infernal War Machine Upgrade, Gadget\n IWM:W: Infernal War Machine Variant, Weapon\n MM: Metamagic\n MV: Maneuver\n MV:B: Maneuver, Battle Master\n MV:C2-UA: Maneuver, Cavalier V2 (UA)\n OR: Onomancy Resonant\n OTH: Other\n PB: Pact Boon\n RN: Rune Knight Rune\n SHP:F: Ship Upgrade, Figurehead\n SHP:H: Ship Upgrade, Hull\n SHP:M: Ship Upgrade, Movement\n SHP:O: Ship Upgrade, Miscellaneous\n SHP:W: Ship Upgrade, Weapon",
|
|
2237
|
+
"description": "AF: Alchemical Formula\n AI: Artificer Infusion\n AS: Arcane Shot\n AS:V1-UA: Arcane Shot, V1 (UA)\n AS:V2-UA: Arcane Shot, V2 (UA)\n ED: Elemental Discipline\n EI: Eldritch Invocation\n FS:B: Fighting Style; Bard\n FS:F: Fighting Style; Fighter\n FS:P: Fighting Style; Paladin\n FS:R: Fighting Style; Ranger\n IWM:A: Infernal War Machine Upgrade, Armor\n IWM:G: Infernal War Machine Upgrade, Gadget\n IWM:W: Infernal War Machine Variant, Weapon\n MM: Metamagic\n MV: Maneuver\n MV:B: Maneuver, Battle Master\n MV:C2-UA: Maneuver, Cavalier V2 (UA)\n OR: Onomancy Resonant\n OTH: Other\n PB: Pact Boon\n RN: Rune Knight Rune\n SHP:F: Ship Upgrade, Figurehead\n SHP:H: Ship Upgrade, Hull\n SHP:M: Ship Upgrade, Movement\n SHP:O: Ship Upgrade, Miscellaneous\n SHP:W: Ship Upgrade, Weapon\n TT: Traveler's Trick",
|
|
2238
2238
|
"examples": [
|
|
2239
2239
|
"ED",
|
|
2240
2240
|
"EI",
|
|
@@ -2262,7 +2262,8 @@
|
|
|
2262
2262
|
"IWM:G",
|
|
2263
2263
|
"OR",
|
|
2264
2264
|
"RN",
|
|
2265
|
-
"AF"
|
|
2265
|
+
"AF",
|
|
2266
|
+
"TT"
|
|
2266
2267
|
]
|
|
2267
2268
|
},
|
|
2268
2269
|
"damageImmunityArray": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "conditionsdiseases.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"conditionDisease": {
|
|
@@ -65,8 +65,7 @@
|
|
|
65
65
|
"required": [
|
|
66
66
|
"name",
|
|
67
67
|
"entries",
|
|
68
|
-
"source"
|
|
69
|
-
"page"
|
|
68
|
+
"source"
|
|
70
69
|
],
|
|
71
70
|
"additionalProperties": false
|
|
72
71
|
}
|
|
@@ -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.
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -115,6 +115,9 @@
|
|
|
115
115
|
"reprintedAs": {
|
|
116
116
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
117
117
|
},
|
|
118
|
+
"acceptsVariantEdition": {
|
|
119
|
+
"$ref": "util-edition.json#/$defs/editionChoice"
|
|
120
|
+
},
|
|
118
121
|
"ac": {
|
|
119
122
|
"type": "integer"
|
|
120
123
|
},
|
|
@@ -436,6 +439,9 @@
|
|
|
436
439
|
"reprintedAs": {
|
|
437
440
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
438
441
|
},
|
|
442
|
+
"acceptsVariantEdition": {
|
|
443
|
+
"$ref": "util-edition.json#/$defs/editionChoice"
|
|
444
|
+
},
|
|
439
445
|
"ac": {
|
|
440
446
|
"type": "integer"
|
|
441
447
|
},
|
|
@@ -761,6 +767,9 @@
|
|
|
761
767
|
"reprintedAs": {
|
|
762
768
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
763
769
|
},
|
|
770
|
+
"acceptsVariantEdition": {
|
|
771
|
+
"$ref": "util-edition.json#/$defs/editionChoice"
|
|
772
|
+
},
|
|
764
773
|
"ac": {
|
|
765
774
|
"type": "integer"
|
|
766
775
|
},
|
|
@@ -1350,12 +1359,15 @@
|
|
|
1350
1359
|
"items": {
|
|
1351
1360
|
"type": "object",
|
|
1352
1361
|
"properties": {
|
|
1353
|
-
"
|
|
1362
|
+
"name": {
|
|
1354
1363
|
"type": "string"
|
|
1355
1364
|
},
|
|
1356
1365
|
"source": {
|
|
1357
1366
|
"$ref": "util.json#/$defs/source"
|
|
1358
1367
|
},
|
|
1368
|
+
"appliesTo": {
|
|
1369
|
+
"type": "string"
|
|
1370
|
+
},
|
|
1359
1371
|
"entries": {
|
|
1360
1372
|
"type": "array",
|
|
1361
1373
|
"items": {
|
|
@@ -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.1.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -155,46 +155,74 @@
|
|
|
155
155
|
},
|
|
156
156
|
"itemType": {
|
|
157
157
|
"type": "string",
|
|
158
|
-
"
|
|
159
|
-
"description": "$: Treasure\n $A: Treasure (Art Object)\n $C: Treasure (Coinage)\n $G: Treasure (Gemstone)\n A: Ammunition\n AF: Ammunition (futuristic)\n AIR: Vehicle (air)\n AT: Artisan Tool\n EM: Eldritch Machine\n EXP: Explosive\n FD: Food and Drink\n G: Adventuring Gear\n GS: Gaming Set\n GV: Generic Variant\n HA: Heavy Armor\n IDG: Illegal Drug\n INS: Instrument\n LA: Light Armor\n M: Melee Weapon\n MA: Medium Armor\n MNT: Mount\n MR: Master Rune \n OTH: Other\n P: Potion\n R: Ranged Weapon\n RD: Rod\n RG: Ring\n S: Shield\n SC: Scroll\n SCF: Spellcasting Focus\n SHP: Vehicle (water)\n SPC: Vehicle (space)\n T: Tool\n TAH: Tack and Harness\n TG: Trade Good\n VEH: Vehicle (land)\n WD: Wand",
|
|
158
|
+
"description": "$|DMG: Treasure\n$A|DMG: Treasure (Art Object)\n$A|XDMG: Treasure (Art Object)\n$C: Treasure (Coinage)\n$C|XPHB: Treasure (Coinage)\n$G|DMG: Treasure (Gemstone)\n$G|XDMG: Treasure (Gemstone)\nA: Ammunition\nA|XPHB: Ammunition\nAF|DMG: Ammunition (futuristic)\nAF|XDMG: Ammunition (futuristic)\nAIR|DMG: Vehicle (air)\nAIR|XPHB: Vehicle (air)\nAT: Artisan Tool\nAT|XPHB: Artisan Tool\nEXP|DMG: Explosive\nEXP|XDMG: Explosive\nFD: Food and Drink\nFD|XPHB: Food and Drink\nG: Adventuring Gear\nG|XPHB: Adventuring Gear\nGS: Gaming Set\nGS|XPHB: Gaming Set\nGV|DMG: Generic Variant\nGV|XDMG: Generic Variant\nHA: Heavy Armor\nHA|XPHB: Heavy Armor\nIDG|TDCSR: Illegal Drug\nINS: Instrument\nINS|XPHB: Instrument\nLA: Light Armor\nLA|XPHB: Light Armor\nM: Melee Weapon\nM|XPHB: Melee Weapon\nMA: Medium Armor\nMA|XPHB: Medium Armor\nMNT: Mount\nMNT|XPHB: Mount\nOTH: Other\nP: Potion\nP|XPHB: Potion\nR: Ranged Weapon\nR|XPHB: Ranged Weapon\nRD|DMG: Rod\nRD|XDMG: Rod\nRG|DMG: Ring\nRG|XDMG: Ring\nS: Shield\nS|XPHB: Shield\nSC|DMG: Scroll\nSC|XPHB: Scroll\nSCF: Spellcasting Focus\nSCF|XPHB: Spellcasting Focus\nSHP: Vehicle (water)\nSHP|XPHB: Vehicle (water)\nSPC|AAG: Vehicle (space)\nT: Tool\nT|XPHB: Tool\nTAH: Tack and Harness\nTAH|XPHB: Tack and Harness\nTG: Trade Good\nTG|XPHB: Trade Good\nVEH: Vehicle (land)\nVEH|XPHB: Vehicle (land)\nWD|DMG: Wand\nWD|XDMG: Wand",
|
|
160
159
|
"examples": [
|
|
161
|
-
"
|
|
162
|
-
"$A",
|
|
160
|
+
"$|DMG",
|
|
161
|
+
"$A|DMG",
|
|
162
|
+
"$A|XDMG",
|
|
163
163
|
"$C",
|
|
164
|
-
"$
|
|
164
|
+
"$C|XPHB",
|
|
165
|
+
"$G|DMG",
|
|
166
|
+
"$G|XDMG",
|
|
165
167
|
"A",
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
+
"A|XPHB",
|
|
169
|
+
"AF|DMG",
|
|
170
|
+
"AF|XDMG",
|
|
171
|
+
"AIR|DMG",
|
|
172
|
+
"AIR|XPHB",
|
|
168
173
|
"AT",
|
|
169
|
-
"
|
|
170
|
-
"EXP",
|
|
174
|
+
"AT|XPHB",
|
|
175
|
+
"EXP|DMG",
|
|
176
|
+
"EXP|XDMG",
|
|
171
177
|
"FD",
|
|
178
|
+
"FD|XPHB",
|
|
172
179
|
"G",
|
|
180
|
+
"G|XPHB",
|
|
173
181
|
"GS",
|
|
174
|
-
"
|
|
182
|
+
"GS|XPHB",
|
|
183
|
+
"GV|DMG",
|
|
184
|
+
"GV|XDMG",
|
|
175
185
|
"HA",
|
|
176
|
-
"
|
|
186
|
+
"HA|XPHB",
|
|
187
|
+
"IDG|TDCSR",
|
|
177
188
|
"INS",
|
|
189
|
+
"INS|XPHB",
|
|
178
190
|
"LA",
|
|
191
|
+
"LA|XPHB",
|
|
179
192
|
"M",
|
|
193
|
+
"M|XPHB",
|
|
180
194
|
"MA",
|
|
195
|
+
"MA|XPHB",
|
|
181
196
|
"MNT",
|
|
182
|
-
"
|
|
197
|
+
"MNT|XPHB",
|
|
183
198
|
"OTH",
|
|
184
199
|
"P",
|
|
200
|
+
"P|XPHB",
|
|
185
201
|
"R",
|
|
186
|
-
"
|
|
187
|
-
"
|
|
202
|
+
"R|XPHB",
|
|
203
|
+
"RD|DMG",
|
|
204
|
+
"RD|XDMG",
|
|
205
|
+
"RG|DMG",
|
|
206
|
+
"RG|XDMG",
|
|
188
207
|
"S",
|
|
189
|
-
"
|
|
208
|
+
"S|XPHB",
|
|
209
|
+
"SC|DMG",
|
|
210
|
+
"SC|XPHB",
|
|
190
211
|
"SCF",
|
|
212
|
+
"SCF|XPHB",
|
|
191
213
|
"SHP",
|
|
192
|
-
"
|
|
214
|
+
"SHP|XPHB",
|
|
215
|
+
"SPC|AAG",
|
|
193
216
|
"T",
|
|
217
|
+
"T|XPHB",
|
|
194
218
|
"TAH",
|
|
219
|
+
"TAH|XPHB",
|
|
195
220
|
"TG",
|
|
221
|
+
"TG|XDMG",
|
|
196
222
|
"VEH",
|
|
197
|
-
"
|
|
223
|
+
"VEH|XPHB",
|
|
224
|
+
"WD|DMG",
|
|
225
|
+
"WD|DMG"
|
|
198
226
|
]
|
|
199
227
|
},
|
|
200
228
|
"itemAge": {
|
|
@@ -207,27 +235,36 @@
|
|
|
207
235
|
},
|
|
208
236
|
"itemProperty": {
|
|
209
237
|
"type": "array",
|
|
210
|
-
"description": "2H: Two-Handed\
|
|
238
|
+
"description": "2H: Two-Handed\n2H|XPHB: Two-Handed\nA: Ammunition\nA|XPHB: Ammunition\nAF|DMG: Ammunition (futuristic)\nBF|DMG: Burst Fire\nER|TDCSR: Extended Reach\nF: Finesse\nF|XPHB: Finesse\nH: Heavy\nH|XPHB: Heavy\nL: Light\nL|XPHB: Light\nLD: Loading\nLD|XPHB: Loading\nOTH: Other\nR: Reach\nR|XPHB: Reach\nRLD: Reload\nRLD|XPHB: Reload\nS: Special\nT: Thrown\nT|XPHB: Thrown\nV: Versatile\nV|XPHB: Versatile\nVst|TDCSR: Vestige of Divergence",
|
|
211
239
|
"items": {
|
|
212
240
|
"type": "string",
|
|
213
241
|
"examples": [
|
|
214
242
|
"2H",
|
|
243
|
+
"2H|XPHB",
|
|
215
244
|
"A",
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"ER",
|
|
245
|
+
"A|XPHB",
|
|
246
|
+
"AF|DMG",
|
|
247
|
+
"BF|DMG",
|
|
248
|
+
"ER|TDCSR",
|
|
220
249
|
"F",
|
|
250
|
+
"F|XPHB",
|
|
221
251
|
"H",
|
|
252
|
+
"H|XPHB",
|
|
222
253
|
"L",
|
|
254
|
+
"L|XPHB",
|
|
223
255
|
"LD",
|
|
256
|
+
"LD|XPHB",
|
|
224
257
|
"OTH",
|
|
225
258
|
"R",
|
|
259
|
+
"R|XPHB",
|
|
226
260
|
"RLD",
|
|
261
|
+
"RLD|XPHB",
|
|
227
262
|
"S",
|
|
228
263
|
"T",
|
|
264
|
+
"T|XPHB",
|
|
229
265
|
"V",
|
|
230
|
-
"
|
|
266
|
+
"V|XPHB",
|
|
267
|
+
"Vst|TDCSR"
|
|
231
268
|
]
|
|
232
269
|
}
|
|
233
270
|
},
|
|
@@ -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.
|
|
4
|
+
"version": "1.9.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"alias": {
|
|
14
14
|
"$ref": "util.json#/$defs/alias"
|
|
15
15
|
},
|
|
16
|
+
"edition": {
|
|
17
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
18
|
+
},
|
|
16
19
|
"type": {
|
|
17
20
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
18
21
|
},
|
|
@@ -571,6 +574,9 @@
|
|
|
571
574
|
"alias": {
|
|
572
575
|
"$ref": "util.json#/$defs/alias"
|
|
573
576
|
},
|
|
577
|
+
"edition": {
|
|
578
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
579
|
+
},
|
|
574
580
|
"type": {
|
|
575
581
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
576
582
|
},
|
|
@@ -1139,6 +1145,9 @@
|
|
|
1139
1145
|
"alias": {
|
|
1140
1146
|
"$ref": "util.json#/$defs/alias"
|
|
1141
1147
|
},
|
|
1148
|
+
"edition": {
|
|
1149
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
1150
|
+
},
|
|
1142
1151
|
"type": {
|
|
1143
1152
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
1144
1153
|
},
|