5etools-utils 0.9.60 → 0.9.62

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.
Files changed (43) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/bestiary/bestiary.json +31 -175
  3. package/schema/brew/items-base.json +91 -1
  4. package/schema/brew/magicvariants.json +6 -0
  5. package/schema/brew/objects.json +10 -4
  6. package/schema/brew/util-token.json +161 -0
  7. package/schema/brew/util.json +18 -4
  8. package/schema/brew/vehicles.json +28 -10
  9. package/schema/brew-fast/bestiary/bestiary.json +31 -175
  10. package/schema/brew-fast/items-base.json +91 -1
  11. package/schema/brew-fast/magicvariants.json +6 -0
  12. package/schema/brew-fast/objects.json +10 -4
  13. package/schema/brew-fast/util-token.json +161 -0
  14. package/schema/brew-fast/util.json +18 -4
  15. package/schema/brew-fast/vehicles.json +28 -10
  16. package/schema/site/bestiary/bestiary.json +4 -91
  17. package/schema/site/items-base.json +91 -1
  18. package/schema/site/magicvariants.json +6 -0
  19. package/schema/site/objects.json +1 -4
  20. package/schema/site/util-token.json +152 -0
  21. package/schema/site/util.json +18 -4
  22. package/schema/site/vehicles.json +1 -1
  23. package/schema/site-fast/bestiary/bestiary.json +4 -91
  24. package/schema/site-fast/items-base.json +91 -1
  25. package/schema/site-fast/magicvariants.json +6 -0
  26. package/schema/site-fast/objects.json +1 -4
  27. package/schema/site-fast/util-token.json +152 -0
  28. package/schema/site-fast/util.json +18 -4
  29. package/schema/site-fast/vehicles.json +1 -1
  30. package/schema/ua/bestiary/bestiary.json +31 -91
  31. package/schema/ua/items-base.json +91 -1
  32. package/schema/ua/magicvariants.json +6 -0
  33. package/schema/ua/objects.json +10 -4
  34. package/schema/ua/util-token.json +152 -0
  35. package/schema/ua/util.json +18 -4
  36. package/schema/ua/vehicles.json +28 -1
  37. package/schema/ua-fast/bestiary/bestiary.json +31 -91
  38. package/schema/ua-fast/items-base.json +91 -1
  39. package/schema/ua-fast/magicvariants.json +6 -0
  40. package/schema/ua-fast/objects.json +10 -4
  41. package/schema/ua-fast/util-token.json +152 -0
  42. package/schema/ua-fast/util.json +18 -4
  43. package/schema/ua-fast/vehicles.json +28 -1
@@ -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.16",
4
+ "version": "1.5.17",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -120,9 +120,39 @@
120
120
  "age": {
121
121
  "$ref": "items-shared.json#/$defs/itemAge"
122
122
  },
123
+ "bonusAc": {
124
+ "type": "string"
125
+ },
123
126
  "bonusWeapon": {
124
127
  "type": "string"
125
128
  },
129
+ "bonusWeaponAttack": {
130
+ "type": "string"
131
+ },
132
+ "bonusWeaponDamage": {
133
+ "type": "string"
134
+ },
135
+ "bonusWeaponCritDamage": {
136
+ "type": "string"
137
+ },
138
+ "bonusSpellAttack": {
139
+ "type": "string"
140
+ },
141
+ "bonusSpellDamage": {
142
+ "type": "string"
143
+ },
144
+ "bonusSpellSaveDc": {
145
+ "type": "string"
146
+ },
147
+ "bonusSavingThrow": {
148
+ "type": "string"
149
+ },
150
+ "bonusAbilityCheck": {
151
+ "type": "string"
152
+ },
153
+ "bonusProficiencyBonus": {
154
+ "type": "string"
155
+ },
126
156
  "dmg1": {
127
157
  "type": "string"
128
158
  },
@@ -384,9 +414,39 @@
384
414
  "age": {
385
415
  "$ref": "items-shared.json#/$defs/itemAge"
386
416
  },
417
+ "bonusAc": {
418
+ "type": "string"
419
+ },
387
420
  "bonusWeapon": {
388
421
  "type": "string"
389
422
  },
423
+ "bonusWeaponAttack": {
424
+ "type": "string"
425
+ },
426
+ "bonusWeaponDamage": {
427
+ "type": "string"
428
+ },
429
+ "bonusWeaponCritDamage": {
430
+ "type": "string"
431
+ },
432
+ "bonusSpellAttack": {
433
+ "type": "string"
434
+ },
435
+ "bonusSpellDamage": {
436
+ "type": "string"
437
+ },
438
+ "bonusSpellSaveDc": {
439
+ "type": "string"
440
+ },
441
+ "bonusSavingThrow": {
442
+ "type": "string"
443
+ },
444
+ "bonusAbilityCheck": {
445
+ "type": "string"
446
+ },
447
+ "bonusProficiencyBonus": {
448
+ "type": "string"
449
+ },
390
450
  "dmg1": {
391
451
  "type": "string"
392
452
  },
@@ -652,9 +712,39 @@
652
712
  "age": {
653
713
  "$ref": "items-shared.json#/$defs/itemAge"
654
714
  },
715
+ "bonusAc": {
716
+ "type": "string"
717
+ },
655
718
  "bonusWeapon": {
656
719
  "type": "string"
657
720
  },
721
+ "bonusWeaponAttack": {
722
+ "type": "string"
723
+ },
724
+ "bonusWeaponDamage": {
725
+ "type": "string"
726
+ },
727
+ "bonusWeaponCritDamage": {
728
+ "type": "string"
729
+ },
730
+ "bonusSpellAttack": {
731
+ "type": "string"
732
+ },
733
+ "bonusSpellDamage": {
734
+ "type": "string"
735
+ },
736
+ "bonusSpellSaveDc": {
737
+ "type": "string"
738
+ },
739
+ "bonusSavingThrow": {
740
+ "type": "string"
741
+ },
742
+ "bonusAbilityCheck": {
743
+ "type": "string"
744
+ },
745
+ "bonusProficiencyBonus": {
746
+ "type": "string"
747
+ },
658
748
  "dmg1": {
659
749
  "type": "string"
660
750
  },
@@ -153,6 +153,9 @@
153
153
  "bonusWeaponDamage": {
154
154
  "type": "string"
155
155
  },
156
+ "bonusWeaponCritDamage": {
157
+ "type": "string"
158
+ },
156
159
  "bonusSpellAttack": {
157
160
  "type": "string"
158
161
  },
@@ -168,6 +171,9 @@
168
171
  "bonusAbilityCheck": {
169
172
  "type": "string"
170
173
  },
174
+ "bonusProficiencyBonus": {
175
+ "type": "string"
176
+ },
171
177
  "dmg1": {
172
178
  "type": "string"
173
179
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "objects.json",
4
- "version": "1.3.1",
4
+ "version": "1.3.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "object": {
@@ -125,9 +125,6 @@
125
125
  "$ref": "entry.json"
126
126
  }
127
127
  },
128
- "tokenUrl": {
129
- "type": "string"
130
- },
131
128
  "tokenCredit": {
132
129
  "type": "string"
133
130
  },
@@ -148,6 +145,15 @@
148
145
  },
149
146
  "hasFluffImages": {
150
147
  "const": true
148
+ },
149
+ "tokenUrl": {
150
+ "$ref": "util-token.json#/$defs/tokenUrl"
151
+ },
152
+ "token": {
153
+ "$ref": "util-token.json#/$defs/token"
154
+ },
155
+ "tokenHref": {
156
+ "$ref": "util-token.json#/$defs/tokenHref"
151
157
  }
152
158
  },
153
159
  "additionalProperties": false,
@@ -0,0 +1,152 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "util-token.json",
4
+ "version": "1.0.0",
5
+ "title": "Util: Token",
6
+ "$defs": {
7
+ "tokenUrl": {
8
+ "deprecated": true,
9
+ "description": "A full token URL for the entity. Prefer \"tokenHref\" instead.",
10
+ "$ref": "util.json#/$defs/url"
11
+ },
12
+ "token": {
13
+ "description": "A name/source pair used to construct a token URL for the entity. For example `\"name\": \"Goblin\", \"source\": \"MM\"` for a creature token would refer to the MM Goblin's token.",
14
+ "type": "object",
15
+ "properties": {
16
+ "name": {
17
+ "type": "string"
18
+ },
19
+ "source": {
20
+ "$ref": "util.json#/$defs/source"
21
+ }
22
+ },
23
+ "required": [
24
+ "name",
25
+ "source"
26
+ ],
27
+ "additionalProperties": false
28
+ },
29
+ "tokenHref": {
30
+ "$ref": "entry.json#/$defs/mediaHref"
31
+ },
32
+ "_altArtItemSite": {
33
+ "type": "object",
34
+ "properties": {
35
+ "name": {
36
+ "type": "string"
37
+ },
38
+ "source": {
39
+ "$ref": "util.json#/$defs/source"
40
+ },
41
+ "page": {
42
+ "$ref": "util.json#/$defs/page"
43
+ },
44
+ "tokenCredit": {
45
+ "type": "string"
46
+ }
47
+ },
48
+ "required": [
49
+ "name",
50
+ "source"
51
+ ],
52
+ "additionalProperties": false
53
+ },
54
+ "_altArtItemHomebrewTokenUrl": {
55
+ "deprecated": true,
56
+ "type": "object",
57
+ "properties": {
58
+ "tokenUrl": {
59
+ "type": "string"
60
+ },
61
+ "name": {
62
+ "type": "string"
63
+ },
64
+ "source": {
65
+ "$ref": "util.json#/$defs/source"
66
+ },
67
+ "page": {
68
+ "$ref": "util.json#/$defs/page"
69
+ },
70
+ "tokenCredit": {
71
+ "type": "string"
72
+ },
73
+ "foundryTokenScale": {
74
+ "$ref": "util-foundry.json#/$defs/foundryTokenScale"
75
+ }
76
+ },
77
+ "required": [
78
+ "tokenUrl"
79
+ ],
80
+ "additionalProperties": false
81
+ },
82
+ "_altArtItemHomebrewToken": {
83
+ "type": "object",
84
+ "properties": {
85
+ "token": {
86
+ "$ref": "#/$defs/token"
87
+ },
88
+ "name": {
89
+ "type": "string"
90
+ },
91
+ "source": {
92
+ "$ref": "util.json#/$defs/source"
93
+ },
94
+ "page": {
95
+ "$ref": "util.json#/$defs/page"
96
+ },
97
+ "tokenCredit": {
98
+ "type": "string"
99
+ },
100
+ "foundryTokenScale": {
101
+ "$ref": "util-foundry.json#/$defs/foundryTokenScale"
102
+ }
103
+ },
104
+ "required": [
105
+ "token"
106
+ ],
107
+ "additionalProperties": false
108
+ },
109
+ "_altArtItemHomebrewTokenHref": {
110
+ "type": "object",
111
+ "properties": {
112
+ "tokenHref": {
113
+ "$ref": "#/$defs/tokenHref"
114
+ },
115
+ "name": {
116
+ "type": "string"
117
+ },
118
+ "source": {
119
+ "$ref": "util.json#/$defs/source"
120
+ },
121
+ "page": {
122
+ "$ref": "util.json#/$defs/page"
123
+ },
124
+ "tokenCredit": {
125
+ "type": "string"
126
+ },
127
+ "foundryTokenScale": {
128
+ "$ref": "util-foundry.json#/$defs/foundryTokenScale"
129
+ }
130
+ },
131
+ "required": [
132
+ "tokenHref"
133
+ ],
134
+ "additionalProperties": false
135
+ },
136
+ "_altArtItem": {
137
+ "oneOf": [
138
+ {
139
+ "$ref": "#/$defs/_altArtItemSite"
140
+ }
141
+ ]
142
+ },
143
+ "altArt": {
144
+ "type": "array",
145
+ "items": {
146
+ "$ref": "#/$defs/_altArtItem"
147
+ },
148
+ "minItems": 1,
149
+ "uniqueItems": true
150
+ }
151
+ }
152
+ }
@@ -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.15.3",
6
+ "version": "1.15.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2692,15 +2692,29 @@
2692
2692
  },
2693
2693
  "spellSchool": {
2694
2694
  "type": "string",
2695
+ "description": "A: Abjuration\n C: Conjuration\n D: Divination\n E: Enchantment\n V: Evocation\n I: Illusion\n N: Necromancy\n T: Transmutation\n P: Psychic",
2696
+ "not": {
2697
+ "enum": [
2698
+ "Abjuration",
2699
+ "Conjuration",
2700
+ "Divination",
2701
+ "Enchantment",
2702
+ "Evocation",
2703
+ "Illusion",
2704
+ "Necromancy",
2705
+ "Transmutation",
2706
+ "Psychic"
2707
+ ]
2708
+ },
2695
2709
  "enum": [
2696
2710
  "A",
2697
- "V",
2711
+ "C",
2712
+ "D",
2698
2713
  "E",
2714
+ "V",
2699
2715
  "I",
2700
- "D",
2701
2716
  "N",
2702
2717
  "T",
2703
- "C",
2704
2718
  "P"
2705
2719
  ]
2706
2720
  },
@@ -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",
4
+ "version": "1.7.5",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -450,6 +450,15 @@
450
450
  },
451
451
  "hasFluffImages": {
452
452
  "type": "boolean"
453
+ },
454
+ "tokenUrl": {
455
+ "$ref": "util-token.json#/$defs/tokenUrl"
456
+ },
457
+ "token": {
458
+ "$ref": "util-token.json#/$defs/token"
459
+ },
460
+ "tokenHref": {
461
+ "$ref": "util-token.json#/$defs/tokenHref"
453
462
  }
454
463
  },
455
464
  "required": [
@@ -613,6 +622,15 @@
613
622
  },
614
623
  "hasFluffImages": {
615
624
  "type": "boolean"
625
+ },
626
+ "tokenUrl": {
627
+ "$ref": "util-token.json#/$defs/tokenUrl"
628
+ },
629
+ "token": {
630
+ "$ref": "util-token.json#/$defs/token"
631
+ },
632
+ "tokenHref": {
633
+ "$ref": "util-token.json#/$defs/tokenHref"
616
634
  }
617
635
  },
618
636
  "required": [
@@ -776,6 +794,15 @@
776
794
  },
777
795
  "hasFluffImages": {
778
796
  "type": "boolean"
797
+ },
798
+ "tokenUrl": {
799
+ "$ref": "util-token.json#/$defs/tokenUrl"
800
+ },
801
+ "token": {
802
+ "$ref": "util-token.json#/$defs/token"
803
+ },
804
+ "tokenHref": {
805
+ "$ref": "util-token.json#/$defs/tokenHref"
779
806
  }
780
807
  },
781
808
  "required": [