5etools-utils 0.9.7 → 0.9.9
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/backgrounds.json +19 -19
- package/schema/brew/books.json +2 -1
- package/schema/brew/deities.json +22 -19
- package/schema/brew/fluff-rewards.json +42 -0
- package/schema/brew/homebrew.json +4 -1
- package/schema/brew/items-base.json +28 -1
- package/schema/brew/items-shared.json +17 -4
- package/schema/brew/items.json +16 -10
- package/schema/brew/magicvariants.json +4 -1
- package/schema/brew/races.json +49 -7
- package/schema/brew/rewards.json +8 -1
- package/schema/brew/util.json +8 -1
- package/schema/brew-fast/backgrounds.json +19 -19
- package/schema/brew-fast/books.json +2 -1
- package/schema/brew-fast/deities.json +22 -19
- package/schema/brew-fast/fluff-rewards.json +42 -0
- package/schema/brew-fast/homebrew.json +4 -1
- package/schema/brew-fast/items-base.json +28 -1
- package/schema/brew-fast/items-shared.json +17 -4
- package/schema/brew-fast/items.json +16 -10
- package/schema/brew-fast/magicvariants.json +4 -1
- package/schema/brew-fast/races.json +49 -7
- package/schema/brew-fast/rewards.json +8 -1
- package/schema/brew-fast/util.json +8 -1
- package/schema/site/backgrounds.json +19 -1
- package/schema/site/books.json +2 -1
- package/schema/site/deities.json +22 -19
- package/schema/site/fluff-rewards.json +42 -0
- package/schema/site/homebrew.json +4 -1
- package/schema/site/items-base.json +28 -1
- package/schema/site/items-shared.json +17 -4
- package/schema/site/items.json +16 -10
- package/schema/site/magicvariants.json +4 -1
- package/schema/site/races.json +49 -7
- package/schema/site/rewards.json +8 -1
- package/schema/site/util.json +8 -1
- package/schema/site-fast/backgrounds.json +19 -1
- package/schema/site-fast/books.json +2 -1
- package/schema/site-fast/deities.json +22 -19
- package/schema/site-fast/fluff-rewards.json +42 -0
- package/schema/site-fast/homebrew.json +4 -1
- package/schema/site-fast/items-base.json +28 -1
- package/schema/site-fast/items-shared.json +17 -4
- package/schema/site-fast/items.json +16 -10
- package/schema/site-fast/magicvariants.json +4 -1
- package/schema/site-fast/races.json +49 -7
- package/schema/site-fast/rewards.json +8 -1
- package/schema/site-fast/util.json +8 -1
- package/schema/ua/backgrounds.json +19 -1
- package/schema/ua/books.json +2 -1
- package/schema/ua/deities.json +22 -19
- package/schema/ua/fluff-rewards.json +42 -0
- package/schema/ua/homebrew.json +4 -1
- package/schema/ua/items-base.json +28 -1
- package/schema/ua/items-shared.json +17 -4
- package/schema/ua/items.json +16 -10
- package/schema/ua/magicvariants.json +4 -1
- package/schema/ua/races.json +49 -7
- package/schema/ua/rewards.json +8 -1
- package/schema/ua/util.json +8 -1
- package/schema/ua-fast/backgrounds.json +19 -1
- package/schema/ua-fast/books.json +2 -1
- package/schema/ua-fast/deities.json +22 -19
- package/schema/ua-fast/fluff-rewards.json +42 -0
- package/schema/ua-fast/homebrew.json +4 -1
- package/schema/ua-fast/items-base.json +28 -1
- package/schema/ua-fast/items-shared.json +17 -4
- package/schema/ua-fast/items.json +16 -10
- package/schema/ua-fast/magicvariants.json +4 -1
- package/schema/ua-fast/races.json +49 -7
- package/schema/ua-fast/rewards.json +8 -1
- package/schema/ua-fast/util.json +8 -1
|
@@ -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.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deityData": {
|
|
@@ -63,19 +63,20 @@
|
|
|
63
63
|
"enum": [
|
|
64
64
|
"Arcana",
|
|
65
65
|
"Death",
|
|
66
|
+
"Forge",
|
|
67
|
+
"Grave",
|
|
66
68
|
"Knowledge",
|
|
67
69
|
"Life",
|
|
68
70
|
"Light",
|
|
71
|
+
"Moon",
|
|
69
72
|
"Nature",
|
|
70
|
-
"Tempest",
|
|
71
|
-
"Trickery",
|
|
72
|
-
"War",
|
|
73
|
-
"Forge",
|
|
74
|
-
"Grave",
|
|
75
73
|
"Order",
|
|
76
74
|
"Peace",
|
|
75
|
+
"Tempest",
|
|
76
|
+
"Trickery",
|
|
77
77
|
"Twilight",
|
|
78
|
-
"Unknown"
|
|
78
|
+
"Unknown",
|
|
79
|
+
"War"
|
|
79
80
|
]
|
|
80
81
|
}
|
|
81
82
|
},
|
|
@@ -192,19 +193,20 @@
|
|
|
192
193
|
"enum": [
|
|
193
194
|
"Arcana",
|
|
194
195
|
"Death",
|
|
196
|
+
"Forge",
|
|
197
|
+
"Grave",
|
|
195
198
|
"Knowledge",
|
|
196
199
|
"Life",
|
|
197
200
|
"Light",
|
|
201
|
+
"Moon",
|
|
198
202
|
"Nature",
|
|
199
|
-
"Tempest",
|
|
200
|
-
"Trickery",
|
|
201
|
-
"War",
|
|
202
|
-
"Forge",
|
|
203
|
-
"Grave",
|
|
204
203
|
"Order",
|
|
205
204
|
"Peace",
|
|
205
|
+
"Tempest",
|
|
206
|
+
"Trickery",
|
|
206
207
|
"Twilight",
|
|
207
|
-
"Unknown"
|
|
208
|
+
"Unknown",
|
|
209
|
+
"War"
|
|
208
210
|
]
|
|
209
211
|
}
|
|
210
212
|
},
|
|
@@ -324,19 +326,20 @@
|
|
|
324
326
|
"enum": [
|
|
325
327
|
"Arcana",
|
|
326
328
|
"Death",
|
|
329
|
+
"Forge",
|
|
330
|
+
"Grave",
|
|
327
331
|
"Knowledge",
|
|
328
332
|
"Life",
|
|
329
333
|
"Light",
|
|
334
|
+
"Moon",
|
|
330
335
|
"Nature",
|
|
331
|
-
"Tempest",
|
|
332
|
-
"Trickery",
|
|
333
|
-
"War",
|
|
334
|
-
"Forge",
|
|
335
|
-
"Grave",
|
|
336
336
|
"Order",
|
|
337
337
|
"Peace",
|
|
338
|
+
"Tempest",
|
|
339
|
+
"Trickery",
|
|
338
340
|
"Twilight",
|
|
339
|
-
"Unknown"
|
|
341
|
+
"Unknown",
|
|
342
|
+
"War"
|
|
340
343
|
]
|
|
341
344
|
}
|
|
342
345
|
},
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "fluff-rewards.json",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"rewardFluff": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"minItems": 1,
|
|
10
|
+
"uniqueItems": true,
|
|
11
|
+
"items": {
|
|
12
|
+
"type": "object",
|
|
13
|
+
"properties": {
|
|
14
|
+
"name": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"source": {
|
|
18
|
+
"$ref": "util.json#/$defs/source"
|
|
19
|
+
},
|
|
20
|
+
"images": {
|
|
21
|
+
"type": "array",
|
|
22
|
+
"items": {
|
|
23
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"entries": {
|
|
27
|
+
"type": "array",
|
|
28
|
+
"items": {
|
|
29
|
+
"$ref": "entry.json"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"required": [
|
|
34
|
+
"name",
|
|
35
|
+
"source"
|
|
36
|
+
],
|
|
37
|
+
"additionalProperties": false
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"additionalProperties": false
|
|
42
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.12",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -587,6 +587,9 @@
|
|
|
587
587
|
"reward": {
|
|
588
588
|
"$ref": "rewards.json#/properties/reward"
|
|
589
589
|
},
|
|
590
|
+
"rewardFluff": {
|
|
591
|
+
"$ref": "fluff-rewards.json#/properties/rewardFluff"
|
|
592
|
+
},
|
|
590
593
|
"table": {
|
|
591
594
|
"$ref": "tables.json#/properties/table"
|
|
592
595
|
},
|
|
@@ -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.10",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"itemPropertyLookupArray": {
|
|
7
7
|
"type": "array",
|
|
@@ -300,6 +300,12 @@
|
|
|
300
300
|
"description": "In copper pieces.",
|
|
301
301
|
"type": "number"
|
|
302
302
|
},
|
|
303
|
+
"carryingCapacity": {
|
|
304
|
+
"$ref": "items-shared.json#/$defs/itemCarryingCapacity"
|
|
305
|
+
},
|
|
306
|
+
"speed": {
|
|
307
|
+
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
308
|
+
},
|
|
303
309
|
"valueMult": {
|
|
304
310
|
"type": "number"
|
|
305
311
|
},
|
|
@@ -380,6 +386,9 @@
|
|
|
380
386
|
"mastery": {
|
|
381
387
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
382
388
|
},
|
|
389
|
+
"reach": {
|
|
390
|
+
"$ref": "items-shared.json#/$defs/itemReach"
|
|
391
|
+
},
|
|
383
392
|
"hasFluff": {
|
|
384
393
|
"type": "boolean"
|
|
385
394
|
},
|
|
@@ -519,6 +528,12 @@
|
|
|
519
528
|
"description": "In copper pieces.",
|
|
520
529
|
"type": "number"
|
|
521
530
|
},
|
|
531
|
+
"carryingCapacity": {
|
|
532
|
+
"$ref": "items-shared.json#/$defs/itemCarryingCapacity"
|
|
533
|
+
},
|
|
534
|
+
"speed": {
|
|
535
|
+
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
536
|
+
},
|
|
522
537
|
"valueMult": {
|
|
523
538
|
"type": "number"
|
|
524
539
|
},
|
|
@@ -599,6 +614,9 @@
|
|
|
599
614
|
"mastery": {
|
|
600
615
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
601
616
|
},
|
|
617
|
+
"reach": {
|
|
618
|
+
"$ref": "items-shared.json#/$defs/itemReach"
|
|
619
|
+
},
|
|
602
620
|
"hasFluff": {
|
|
603
621
|
"type": "boolean"
|
|
604
622
|
},
|
|
@@ -742,6 +760,12 @@
|
|
|
742
760
|
"description": "In copper pieces.",
|
|
743
761
|
"type": "number"
|
|
744
762
|
},
|
|
763
|
+
"carryingCapacity": {
|
|
764
|
+
"$ref": "items-shared.json#/$defs/itemCarryingCapacity"
|
|
765
|
+
},
|
|
766
|
+
"speed": {
|
|
767
|
+
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
768
|
+
},
|
|
745
769
|
"valueMult": {
|
|
746
770
|
"type": "number"
|
|
747
771
|
},
|
|
@@ -822,6 +846,9 @@
|
|
|
822
846
|
"mastery": {
|
|
823
847
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
824
848
|
},
|
|
849
|
+
"reach": {
|
|
850
|
+
"$ref": "items-shared.json#/$defs/itemReach"
|
|
851
|
+
},
|
|
825
852
|
"hasFluff": {
|
|
826
853
|
"type": "boolean"
|
|
827
854
|
},
|
|
@@ -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.4",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"itemType": {
|
|
152
152
|
"type": "string",
|
|
153
153
|
"$comment": "Dumped from `Object(Parser.ITEM_TYPE_JSON_TO_ABV)`",
|
|
154
|
-
"description": "$: Treasure\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 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",
|
|
154
|
+
"description": "$: Treasure\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",
|
|
155
155
|
"enum": [
|
|
156
156
|
"$",
|
|
157
157
|
"A",
|
|
@@ -165,6 +165,7 @@
|
|
|
165
165
|
"GS",
|
|
166
166
|
"GV",
|
|
167
167
|
"HA",
|
|
168
|
+
"IDG",
|
|
168
169
|
"INS",
|
|
169
170
|
"LA",
|
|
170
171
|
"M",
|
|
@@ -198,7 +199,7 @@
|
|
|
198
199
|
},
|
|
199
200
|
"itemProperty": {
|
|
200
201
|
"type": "array",
|
|
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
|
+
"description": "2H: Two-Handed\n A: Ammunition\n AF: Ammunition (futuristic)\n BF: Burst Fire\n EM: Eldritch Machine\n ER: Extended Reach\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\n Vst: Vestige of Divergence",
|
|
202
203
|
"items": {
|
|
203
204
|
"type": "string",
|
|
204
205
|
"examples": [
|
|
@@ -207,6 +208,7 @@
|
|
|
207
208
|
"AF",
|
|
208
209
|
"BF",
|
|
209
210
|
"EM",
|
|
211
|
+
"ER",
|
|
210
212
|
"F",
|
|
211
213
|
"H",
|
|
212
214
|
"L",
|
|
@@ -216,7 +218,8 @@
|
|
|
216
218
|
"RLD",
|
|
217
219
|
"S",
|
|
218
220
|
"T",
|
|
219
|
-
"V"
|
|
221
|
+
"V",
|
|
222
|
+
"Vst"
|
|
220
223
|
]
|
|
221
224
|
}
|
|
222
225
|
},
|
|
@@ -262,6 +265,16 @@
|
|
|
262
265
|
},
|
|
263
266
|
"minItems": 1,
|
|
264
267
|
"uniqueItems": true
|
|
268
|
+
},
|
|
269
|
+
"itemCarryingCapacity": {
|
|
270
|
+
"type": "integer",
|
|
271
|
+
"description": "Of a mount/beast, not a container."
|
|
272
|
+
},
|
|
273
|
+
"itemSpeed": {
|
|
274
|
+
"type": "integer"
|
|
275
|
+
},
|
|
276
|
+
"itemReach": {
|
|
277
|
+
"type": "integer"
|
|
265
278
|
}
|
|
266
279
|
}
|
|
267
280
|
}
|
|
@@ -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.14.
|
|
4
|
+
"version": "1.14.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -38,8 +38,7 @@
|
|
|
38
38
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
39
39
|
},
|
|
40
40
|
"carryingCapacity": {
|
|
41
|
-
"
|
|
42
|
-
"description": "Of a mount/beast, not a container."
|
|
41
|
+
"$ref": "items-shared.json#/$defs/itemCarryingCapacity"
|
|
43
42
|
},
|
|
44
43
|
"dmg1": {
|
|
45
44
|
"type": "string"
|
|
@@ -111,7 +110,7 @@
|
|
|
111
110
|
"$ref": "items-shared.json#/$defs/itemScfType"
|
|
112
111
|
},
|
|
113
112
|
"speed": {
|
|
114
|
-
"
|
|
113
|
+
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
115
114
|
},
|
|
116
115
|
"stealth": {
|
|
117
116
|
"type": "boolean"
|
|
@@ -534,6 +533,9 @@
|
|
|
534
533
|
"mastery": {
|
|
535
534
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
536
535
|
},
|
|
536
|
+
"reach": {
|
|
537
|
+
"$ref": "items-shared.json#/$defs/itemReach"
|
|
538
|
+
},
|
|
537
539
|
"hasFluff": {
|
|
538
540
|
"type": "boolean"
|
|
539
541
|
},
|
|
@@ -583,8 +585,7 @@
|
|
|
583
585
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
584
586
|
},
|
|
585
587
|
"carryingCapacity": {
|
|
586
|
-
"
|
|
587
|
-
"description": "Of a mount/beast, not a container."
|
|
588
|
+
"$ref": "items-shared.json#/$defs/itemCarryingCapacity"
|
|
588
589
|
},
|
|
589
590
|
"dmg1": {
|
|
590
591
|
"type": "string"
|
|
@@ -656,7 +657,7 @@
|
|
|
656
657
|
"$ref": "items-shared.json#/$defs/itemScfType"
|
|
657
658
|
},
|
|
658
659
|
"speed": {
|
|
659
|
-
"
|
|
660
|
+
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
660
661
|
},
|
|
661
662
|
"stealth": {
|
|
662
663
|
"type": "boolean"
|
|
@@ -1079,6 +1080,9 @@
|
|
|
1079
1080
|
"mastery": {
|
|
1080
1081
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1081
1082
|
},
|
|
1083
|
+
"reach": {
|
|
1084
|
+
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1085
|
+
},
|
|
1082
1086
|
"hasFluff": {
|
|
1083
1087
|
"type": "boolean"
|
|
1084
1088
|
},
|
|
@@ -1131,8 +1135,7 @@
|
|
|
1131
1135
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
1132
1136
|
},
|
|
1133
1137
|
"carryingCapacity": {
|
|
1134
|
-
"
|
|
1135
|
-
"description": "Of a mount/beast, not a container."
|
|
1138
|
+
"$ref": "items-shared.json#/$defs/itemCarryingCapacity"
|
|
1136
1139
|
},
|
|
1137
1140
|
"dmg1": {
|
|
1138
1141
|
"type": "string"
|
|
@@ -1204,7 +1207,7 @@
|
|
|
1204
1207
|
"$ref": "items-shared.json#/$defs/itemScfType"
|
|
1205
1208
|
},
|
|
1206
1209
|
"speed": {
|
|
1207
|
-
"
|
|
1210
|
+
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
1208
1211
|
},
|
|
1209
1212
|
"stealth": {
|
|
1210
1213
|
"type": "boolean"
|
|
@@ -1627,6 +1630,9 @@
|
|
|
1627
1630
|
"mastery": {
|
|
1628
1631
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1629
1632
|
},
|
|
1633
|
+
"reach": {
|
|
1634
|
+
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1635
|
+
},
|
|
1630
1636
|
"hasFluff": {
|
|
1631
1637
|
"type": "boolean"
|
|
1632
1638
|
},
|
|
@@ -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.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -257,6 +257,9 @@
|
|
|
257
257
|
"mastery": {
|
|
258
258
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
259
259
|
},
|
|
260
|
+
"reach": {
|
|
261
|
+
"$ref": "items-shared.json#/$defs/itemReach"
|
|
262
|
+
},
|
|
260
263
|
"hasRefs": {
|
|
261
264
|
"type": "boolean",
|
|
262
265
|
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
|
@@ -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.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"sharedData": {
|
|
@@ -20,7 +20,14 @@
|
|
|
20
20
|
"$ref": "util.json#/$defs/page"
|
|
21
21
|
},
|
|
22
22
|
"otherSources": {
|
|
23
|
-
"
|
|
23
|
+
"oneOf": [
|
|
24
|
+
{
|
|
25
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"type": "null"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
24
31
|
},
|
|
25
32
|
"additionalSources": {
|
|
26
33
|
"$ref": "util.json#/$defs/additionalSources"
|
|
@@ -245,7 +252,14 @@
|
|
|
245
252
|
"$ref": "util.json#/$defs/page"
|
|
246
253
|
},
|
|
247
254
|
"otherSources": {
|
|
248
|
-
"
|
|
255
|
+
"oneOf": [
|
|
256
|
+
{
|
|
257
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"type": "null"
|
|
261
|
+
}
|
|
262
|
+
]
|
|
249
263
|
},
|
|
250
264
|
"additionalSources": {
|
|
251
265
|
"$ref": "util.json#/$defs/additionalSources"
|
|
@@ -561,7 +575,14 @@
|
|
|
561
575
|
"$ref": "util.json#/$defs/page"
|
|
562
576
|
},
|
|
563
577
|
"otherSources": {
|
|
564
|
-
"
|
|
578
|
+
"oneOf": [
|
|
579
|
+
{
|
|
580
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"type": "null"
|
|
584
|
+
}
|
|
585
|
+
]
|
|
565
586
|
},
|
|
566
587
|
"additionalSources": {
|
|
567
588
|
"$ref": "util.json#/$defs/additionalSources"
|
|
@@ -790,7 +811,14 @@
|
|
|
790
811
|
"$ref": "util.json#/$defs/page"
|
|
791
812
|
},
|
|
792
813
|
"otherSources": {
|
|
793
|
-
"
|
|
814
|
+
"oneOf": [
|
|
815
|
+
{
|
|
816
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"type": "null"
|
|
820
|
+
}
|
|
821
|
+
]
|
|
794
822
|
},
|
|
795
823
|
"additionalSources": {
|
|
796
824
|
"$ref": "util.json#/$defs/additionalSources"
|
|
@@ -1080,7 +1108,14 @@
|
|
|
1080
1108
|
"$ref": "util.json#/$defs/page"
|
|
1081
1109
|
},
|
|
1082
1110
|
"otherSources": {
|
|
1083
|
-
"
|
|
1111
|
+
"oneOf": [
|
|
1112
|
+
{
|
|
1113
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"type": "null"
|
|
1117
|
+
}
|
|
1118
|
+
]
|
|
1084
1119
|
},
|
|
1085
1120
|
"additionalSources": {
|
|
1086
1121
|
"$ref": "util.json#/$defs/additionalSources"
|
|
@@ -1320,7 +1355,14 @@
|
|
|
1320
1355
|
"$ref": "util.json#/$defs/page"
|
|
1321
1356
|
},
|
|
1322
1357
|
"otherSources": {
|
|
1323
|
-
"
|
|
1358
|
+
"oneOf": [
|
|
1359
|
+
{
|
|
1360
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"type": "null"
|
|
1364
|
+
}
|
|
1365
|
+
]
|
|
1324
1366
|
},
|
|
1325
1367
|
"additionalSources": {
|
|
1326
1368
|
"$ref": "util.json#/$defs/additionalSources"
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"reward": {
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"Blessing",
|
|
26
26
|
"Boon",
|
|
27
27
|
"Charm",
|
|
28
|
+
"Curse",
|
|
28
29
|
"Draconic Gift",
|
|
29
30
|
"Inhabitation",
|
|
30
31
|
"Fragment of Suffering",
|
|
@@ -65,6 +66,12 @@
|
|
|
65
66
|
"items": {
|
|
66
67
|
"$ref": "entry.json"
|
|
67
68
|
}
|
|
69
|
+
},
|
|
70
|
+
"hasFluff": {
|
|
71
|
+
"type": "boolean"
|
|
72
|
+
},
|
|
73
|
+
"hasFluffImages": {
|
|
74
|
+
"type": "boolean"
|
|
68
75
|
}
|
|
69
76
|
},
|
|
70
77
|
"required": [
|
package/schema/ua-fast/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.34",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1951,6 +1951,10 @@
|
|
|
1951
1951
|
"description": "A more restrictive spellcasting variant; specifically \"Spellcasting Feature\"",
|
|
1952
1952
|
"const": true
|
|
1953
1953
|
},
|
|
1954
|
+
"spellcastingPrepared": {
|
|
1955
|
+
"description": "A more restrictive spellcasting variant; specifically \"Spellcasting feature from a class that prepares spells\"",
|
|
1956
|
+
"const": true
|
|
1957
|
+
},
|
|
1954
1958
|
"psionics": {
|
|
1955
1959
|
"const": true
|
|
1956
1960
|
},
|
|
@@ -4469,6 +4473,9 @@
|
|
|
4469
4473
|
"items": {
|
|
4470
4474
|
"$ref": "#/$defs/foundryEffectObject"
|
|
4471
4475
|
}
|
|
4476
|
+
},
|
|
4477
|
+
"img": {
|
|
4478
|
+
"type": "string"
|
|
4472
4479
|
}
|
|
4473
4480
|
},
|
|
4474
4481
|
"required": [
|