5etools-utils 0.2.2 → 0.3.0

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 (281) hide show
  1. package/package.json +3 -2
  2. package/schema/brew/actions.json +109 -0
  3. package/schema/brew/adventure/adventure.json +12 -0
  4. package/schema/brew/adventures.json +249 -0
  5. package/schema/brew/backgrounds.json +425 -0
  6. package/schema/brew/bestiary/bestiary.json +3766 -0
  7. package/schema/brew/bestiary/fluff-bestiary.json +15 -0
  8. package/schema/brew/bestiary/foundry.json +15 -0
  9. package/schema/brew/bestiary/legendarygroups.json +202 -0
  10. package/schema/brew/bestiary/traits.json +85 -0
  11. package/schema/brew/book/book.json +12 -0
  12. package/schema/brew/books.json +137 -0
  13. package/schema/brew/charcreationoptions.json +96 -0
  14. package/schema/brew/class/class.json +2059 -0
  15. package/schema/brew/class/foundry.json +373 -0
  16. package/schema/brew/conditionsdiseases.json +103 -0
  17. package/schema/brew/cultsboons.json +196 -0
  18. package/schema/brew/deities.json +482 -0
  19. package/schema/brew/encounters.json +99 -0
  20. package/schema/brew/entry.json +3538 -0
  21. package/schema/brew/feats.json +215 -0
  22. package/schema/brew/fluff-backgrounds.json +15 -0
  23. package/schema/brew/fluff-charcreationoptions.json +43 -0
  24. package/schema/brew/fluff-conditionsdiseases.json +43 -0
  25. package/schema/brew/fluff-feats.json +15 -0
  26. package/schema/brew/fluff-items.json +15 -0
  27. package/schema/brew/fluff-languages.json +42 -0
  28. package/schema/brew/fluff-objects.json +15 -0
  29. package/schema/brew/fluff-races.json +214 -0
  30. package/schema/brew/fluff-recipes.json +42 -0
  31. package/schema/brew/fluff-vehicles.json +63 -0
  32. package/schema/brew/foundry-actions.json +15 -0
  33. package/schema/brew/foundry-backgrounds.json +47 -0
  34. package/schema/brew/foundry-feats.json +15 -0
  35. package/schema/brew/foundry-items.json +57 -0
  36. package/schema/brew/foundry-optionalfeatures.json +15 -0
  37. package/schema/brew/foundry-psionics.json +50 -0
  38. package/schema/brew/foundry-races.json +52 -0
  39. package/schema/brew/foundry-rewards.json +15 -0
  40. package/schema/brew/foundry-vehicles.json +15 -0
  41. package/schema/brew/generated/bookref-quick.json +72 -0
  42. package/schema/brew/homebrew.json +564 -0
  43. package/schema/brew/items-base.json +460 -0
  44. package/schema/brew/items-shared.json +295 -0
  45. package/schema/brew/items.json +1866 -0
  46. package/schema/brew/languages.json +127 -0
  47. package/schema/brew/loot.json +510 -0
  48. package/schema/brew/magicvariants.json +387 -0
  49. package/schema/brew/makebrew-creature.json +40 -0
  50. package/schema/brew/makecards.json +43 -0
  51. package/schema/brew/monsterfeatures.json +53 -0
  52. package/schema/brew/msbcr.json +60 -0
  53. package/schema/brew/names.json +91 -0
  54. package/schema/brew/objects.json +172 -0
  55. package/schema/brew/optionalfeatures.json +139 -0
  56. package/schema/brew/psionics.json +185 -0
  57. package/schema/brew/races.json +1799 -0
  58. package/schema/brew/recipes.json +191 -0
  59. package/schema/brew/renderdemo.json +16 -0
  60. package/schema/brew/rewards.json +102 -0
  61. package/schema/brew/senses.json +54 -0
  62. package/schema/brew/skills.json +54 -0
  63. package/schema/brew/spells/fluff-spells.json +15 -0
  64. package/schema/brew/spells/foundry.json +15 -0
  65. package/schema/brew/spells/roll20.json +112 -0
  66. package/schema/brew/spells/spells.json +1841 -0
  67. package/schema/brew/tables.json +202 -0
  68. package/schema/brew/trapshazards.json +249 -0
  69. package/schema/brew/util.json +3867 -0
  70. package/schema/brew/variantrules.json +74 -0
  71. package/schema/brew/vehicles.json +854 -0
  72. package/schema/brew-fast/actions.json +109 -0
  73. package/schema/brew-fast/adventure/adventure.json +12 -0
  74. package/schema/brew-fast/adventures.json +249 -0
  75. package/schema/brew-fast/backgrounds.json +425 -0
  76. package/schema/brew-fast/bestiary/bestiary.json +3766 -0
  77. package/schema/brew-fast/bestiary/fluff-bestiary.json +15 -0
  78. package/schema/brew-fast/bestiary/foundry.json +15 -0
  79. package/schema/brew-fast/bestiary/legendarygroups.json +202 -0
  80. package/schema/brew-fast/bestiary/traits.json +85 -0
  81. package/schema/brew-fast/book/book.json +12 -0
  82. package/schema/brew-fast/books.json +137 -0
  83. package/schema/brew-fast/charcreationoptions.json +96 -0
  84. package/schema/brew-fast/class/class.json +2059 -0
  85. package/schema/brew-fast/class/foundry.json +373 -0
  86. package/schema/brew-fast/conditionsdiseases.json +103 -0
  87. package/schema/brew-fast/cultsboons.json +196 -0
  88. package/schema/brew-fast/deities.json +482 -0
  89. package/schema/brew-fast/encounters.json +99 -0
  90. package/schema/brew-fast/entry.json +3538 -0
  91. package/schema/brew-fast/feats.json +215 -0
  92. package/schema/brew-fast/fluff-backgrounds.json +15 -0
  93. package/schema/brew-fast/fluff-charcreationoptions.json +43 -0
  94. package/schema/brew-fast/fluff-conditionsdiseases.json +43 -0
  95. package/schema/brew-fast/fluff-feats.json +15 -0
  96. package/schema/brew-fast/fluff-items.json +15 -0
  97. package/schema/brew-fast/fluff-languages.json +42 -0
  98. package/schema/brew-fast/fluff-objects.json +15 -0
  99. package/schema/brew-fast/fluff-races.json +214 -0
  100. package/schema/brew-fast/fluff-recipes.json +42 -0
  101. package/schema/brew-fast/fluff-vehicles.json +63 -0
  102. package/schema/brew-fast/foundry-actions.json +15 -0
  103. package/schema/brew-fast/foundry-backgrounds.json +47 -0
  104. package/schema/brew-fast/foundry-feats.json +15 -0
  105. package/schema/brew-fast/foundry-items.json +57 -0
  106. package/schema/brew-fast/foundry-optionalfeatures.json +15 -0
  107. package/schema/brew-fast/foundry-psionics.json +50 -0
  108. package/schema/brew-fast/foundry-races.json +52 -0
  109. package/schema/brew-fast/foundry-rewards.json +15 -0
  110. package/schema/brew-fast/foundry-vehicles.json +15 -0
  111. package/schema/brew-fast/generated/bookref-quick.json +72 -0
  112. package/schema/brew-fast/homebrew.json +562 -0
  113. package/schema/brew-fast/items-base.json +460 -0
  114. package/schema/brew-fast/items-shared.json +295 -0
  115. package/schema/brew-fast/items.json +1866 -0
  116. package/schema/brew-fast/languages.json +127 -0
  117. package/schema/brew-fast/loot.json +510 -0
  118. package/schema/brew-fast/magicvariants.json +387 -0
  119. package/schema/brew-fast/makebrew-creature.json +40 -0
  120. package/schema/brew-fast/makecards.json +43 -0
  121. package/schema/brew-fast/monsterfeatures.json +53 -0
  122. package/schema/brew-fast/msbcr.json +60 -0
  123. package/schema/brew-fast/names.json +91 -0
  124. package/schema/brew-fast/objects.json +172 -0
  125. package/schema/brew-fast/optionalfeatures.json +139 -0
  126. package/schema/brew-fast/psionics.json +185 -0
  127. package/schema/brew-fast/races.json +1799 -0
  128. package/schema/brew-fast/recipes.json +191 -0
  129. package/schema/brew-fast/renderdemo.json +16 -0
  130. package/schema/brew-fast/rewards.json +102 -0
  131. package/schema/brew-fast/senses.json +54 -0
  132. package/schema/brew-fast/skills.json +54 -0
  133. package/schema/brew-fast/spells/fluff-spells.json +15 -0
  134. package/schema/brew-fast/spells/foundry.json +15 -0
  135. package/schema/brew-fast/spells/roll20.json +112 -0
  136. package/schema/brew-fast/spells/spells.json +1841 -0
  137. package/schema/brew-fast/tables.json +202 -0
  138. package/schema/brew-fast/trapshazards.json +249 -0
  139. package/schema/brew-fast/util.json +3867 -0
  140. package/schema/brew-fast/variantrules.json +74 -0
  141. package/schema/brew-fast/vehicles.json +854 -0
  142. package/schema/site/actions.json +97 -0
  143. package/schema/site/adventure/adventure.json +12 -0
  144. package/schema/site/adventures.json +211 -0
  145. package/schema/site/backgrounds.json +306 -0
  146. package/schema/site/bestiary/bestiary.json +3537 -0
  147. package/schema/site/bestiary/fluff-bestiary.json +15 -0
  148. package/schema/site/bestiary/foundry.json +15 -0
  149. package/schema/site/bestiary/legendarygroups.json +202 -0
  150. package/schema/site/bestiary/traits.json +85 -0
  151. package/schema/site/book/book.json +12 -0
  152. package/schema/site/books.json +137 -0
  153. package/schema/site/charcreationoptions.json +80 -0
  154. package/schema/site/class/class.json +1792 -0
  155. package/schema/site/class/foundry.json +373 -0
  156. package/schema/site/conditionsdiseases.json +82 -0
  157. package/schema/site/cultsboons.json +172 -0
  158. package/schema/site/deities.json +461 -0
  159. package/schema/site/encounters.json +99 -0
  160. package/schema/site/entry.json +3471 -0
  161. package/schema/site/feats.json +199 -0
  162. package/schema/site/fluff-backgrounds.json +15 -0
  163. package/schema/site/fluff-charcreationoptions.json +43 -0
  164. package/schema/site/fluff-conditionsdiseases.json +43 -0
  165. package/schema/site/fluff-feats.json +15 -0
  166. package/schema/site/fluff-items.json +15 -0
  167. package/schema/site/fluff-languages.json +42 -0
  168. package/schema/site/fluff-objects.json +15 -0
  169. package/schema/site/fluff-races.json +214 -0
  170. package/schema/site/fluff-recipes.json +42 -0
  171. package/schema/site/fluff-vehicles.json +63 -0
  172. package/schema/site/foundry-actions.json +15 -0
  173. package/schema/site/foundry-backgrounds.json +47 -0
  174. package/schema/site/foundry-feats.json +15 -0
  175. package/schema/site/foundry-items.json +57 -0
  176. package/schema/site/foundry-optionalfeatures.json +15 -0
  177. package/schema/site/foundry-psionics.json +50 -0
  178. package/schema/site/foundry-races.json +52 -0
  179. package/schema/site/foundry-rewards.json +15 -0
  180. package/schema/site/foundry-vehicles.json +15 -0
  181. package/schema/site/generated/bookref-quick.json +72 -0
  182. package/schema/site/homebrew.json +564 -0
  183. package/schema/site/items-base.json +425 -0
  184. package/schema/site/items-shared.json +259 -0
  185. package/schema/site/items.json +1722 -0
  186. package/schema/site/languages.json +120 -0
  187. package/schema/site/loot.json +510 -0
  188. package/schema/site/magicvariants.json +355 -0
  189. package/schema/site/makebrew-creature.json +39 -0
  190. package/schema/site/makecards.json +43 -0
  191. package/schema/site/monsterfeatures.json +53 -0
  192. package/schema/site/msbcr.json +60 -0
  193. package/schema/site/names.json +91 -0
  194. package/schema/site/objects.json +165 -0
  195. package/schema/site/optionalfeatures.json +127 -0
  196. package/schema/site/psionics.json +173 -0
  197. package/schema/site/races.json +1708 -0
  198. package/schema/site/recipes.json +185 -0
  199. package/schema/site/renderdemo.json +16 -0
  200. package/schema/site/rewards.json +90 -0
  201. package/schema/site/senses.json +54 -0
  202. package/schema/site/skills.json +54 -0
  203. package/schema/site/spells/fluff-spells.json +15 -0
  204. package/schema/site/spells/foundry.json +15 -0
  205. package/schema/site/spells/roll20.json +112 -0
  206. package/schema/site/spells/spells.json +1238 -0
  207. package/schema/site/tables.json +185 -0
  208. package/schema/site/trapshazards.json +227 -0
  209. package/schema/site/util.json +3857 -0
  210. package/schema/site/variantrules.json +71 -0
  211. package/schema/site/vehicles.json +807 -0
  212. package/schema/site-fast/actions.json +97 -0
  213. package/schema/site-fast/adventure/adventure.json +12 -0
  214. package/schema/site-fast/adventures.json +211 -0
  215. package/schema/site-fast/backgrounds.json +306 -0
  216. package/schema/site-fast/bestiary/bestiary.json +3537 -0
  217. package/schema/site-fast/bestiary/fluff-bestiary.json +15 -0
  218. package/schema/site-fast/bestiary/foundry.json +15 -0
  219. package/schema/site-fast/bestiary/legendarygroups.json +202 -0
  220. package/schema/site-fast/bestiary/traits.json +85 -0
  221. package/schema/site-fast/book/book.json +12 -0
  222. package/schema/site-fast/books.json +137 -0
  223. package/schema/site-fast/charcreationoptions.json +80 -0
  224. package/schema/site-fast/class/class.json +1792 -0
  225. package/schema/site-fast/class/foundry.json +373 -0
  226. package/schema/site-fast/conditionsdiseases.json +82 -0
  227. package/schema/site-fast/cultsboons.json +172 -0
  228. package/schema/site-fast/deities.json +461 -0
  229. package/schema/site-fast/encounters.json +99 -0
  230. package/schema/site-fast/entry.json +3471 -0
  231. package/schema/site-fast/feats.json +199 -0
  232. package/schema/site-fast/fluff-backgrounds.json +15 -0
  233. package/schema/site-fast/fluff-charcreationoptions.json +43 -0
  234. package/schema/site-fast/fluff-conditionsdiseases.json +43 -0
  235. package/schema/site-fast/fluff-feats.json +15 -0
  236. package/schema/site-fast/fluff-items.json +15 -0
  237. package/schema/site-fast/fluff-languages.json +42 -0
  238. package/schema/site-fast/fluff-objects.json +15 -0
  239. package/schema/site-fast/fluff-races.json +214 -0
  240. package/schema/site-fast/fluff-recipes.json +42 -0
  241. package/schema/site-fast/fluff-vehicles.json +63 -0
  242. package/schema/site-fast/foundry-actions.json +15 -0
  243. package/schema/site-fast/foundry-backgrounds.json +47 -0
  244. package/schema/site-fast/foundry-feats.json +15 -0
  245. package/schema/site-fast/foundry-items.json +57 -0
  246. package/schema/site-fast/foundry-optionalfeatures.json +15 -0
  247. package/schema/site-fast/foundry-psionics.json +50 -0
  248. package/schema/site-fast/foundry-races.json +52 -0
  249. package/schema/site-fast/foundry-rewards.json +15 -0
  250. package/schema/site-fast/foundry-vehicles.json +15 -0
  251. package/schema/site-fast/generated/bookref-quick.json +72 -0
  252. package/schema/site-fast/homebrew.json +562 -0
  253. package/schema/site-fast/items-base.json +425 -0
  254. package/schema/site-fast/items-shared.json +259 -0
  255. package/schema/site-fast/items.json +1722 -0
  256. package/schema/site-fast/languages.json +120 -0
  257. package/schema/site-fast/loot.json +510 -0
  258. package/schema/site-fast/magicvariants.json +355 -0
  259. package/schema/site-fast/makebrew-creature.json +39 -0
  260. package/schema/site-fast/makecards.json +43 -0
  261. package/schema/site-fast/monsterfeatures.json +53 -0
  262. package/schema/site-fast/msbcr.json +60 -0
  263. package/schema/site-fast/names.json +91 -0
  264. package/schema/site-fast/objects.json +165 -0
  265. package/schema/site-fast/optionalfeatures.json +127 -0
  266. package/schema/site-fast/psionics.json +173 -0
  267. package/schema/site-fast/races.json +1708 -0
  268. package/schema/site-fast/recipes.json +185 -0
  269. package/schema/site-fast/renderdemo.json +16 -0
  270. package/schema/site-fast/rewards.json +90 -0
  271. package/schema/site-fast/senses.json +54 -0
  272. package/schema/site-fast/skills.json +54 -0
  273. package/schema/site-fast/spells/fluff-spells.json +15 -0
  274. package/schema/site-fast/spells/foundry.json +15 -0
  275. package/schema/site-fast/spells/roll20.json +112 -0
  276. package/schema/site-fast/spells/spells.json +1238 -0
  277. package/schema/site-fast/tables.json +185 -0
  278. package/schema/site-fast/trapshazards.json +227 -0
  279. package/schema/site-fast/util.json +3857 -0
  280. package/schema/site-fast/variantrules.json +71 -0
  281. package/schema/site-fast/vehicles.json +807 -0
@@ -0,0 +1,1866 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "items.json",
4
+ "version": "1.13.0",
5
+ "type": "object",
6
+ "$defs": {
7
+ "itemData": {
8
+ "type": "object",
9
+ "properties": {
10
+ "name": {
11
+ "type": "string"
12
+ },
13
+ "type": {
14
+ "$ref": "items-shared.json#/$defs/itemType"
15
+ },
16
+ "typeAlt": {
17
+ "$ref": "items-shared.json#/$defs/itemType"
18
+ },
19
+ "rarity": {
20
+ "$ref": "items-shared.json#/$defs/itemRarity"
21
+ },
22
+ "source": {
23
+ "type": "string"
24
+ },
25
+ "page": {
26
+ "$ref": "util.json#/$defs/page"
27
+ },
28
+ "additionalSources": {
29
+ "$ref": "util.json#/$defs/additionalSources"
30
+ },
31
+ "baseItem": {
32
+ "type": "string"
33
+ },
34
+ "ac": {
35
+ "type": "integer"
36
+ },
37
+ "age": {
38
+ "$ref": "items-shared.json#/$defs/itemAge"
39
+ },
40
+ "axe": {
41
+ "type": "boolean"
42
+ },
43
+ "carryingCapacity": {
44
+ "type": "integer",
45
+ "description": "Of a mount/beast, not a container."
46
+ },
47
+ "dmg1": {
48
+ "type": "string"
49
+ },
50
+ "dmg2": {
51
+ "type": "string",
52
+ "description": "The versatile or alternative damage dice of the weapon, e.g. \"1d10\""
53
+ },
54
+ "dmgType": {
55
+ "$ref": "util.json#/$defs/dataDamageTags"
56
+ },
57
+ "entries": {
58
+ "type": "array",
59
+ "items": {
60
+ "$ref": "entry.json"
61
+ }
62
+ },
63
+ "additionalEntries": {
64
+ "type": "array",
65
+ "items": {
66
+ "$ref": "entry.json"
67
+ }
68
+ },
69
+ "property": {
70
+ "$ref": "items-shared.json#/$defs/itemProperty"
71
+ },
72
+ "range": {
73
+ "type": "string"
74
+ },
75
+ "reload": {
76
+ "type": [
77
+ "string",
78
+ "integer"
79
+ ]
80
+ },
81
+ "reqAttune": {
82
+ "type": [
83
+ "string",
84
+ "boolean"
85
+ ]
86
+ },
87
+ "reqAttuneAlt": {
88
+ "description": "Used for filtering.",
89
+ "type": [
90
+ "string",
91
+ "boolean"
92
+ ]
93
+ },
94
+ "curse": {
95
+ "type": "boolean"
96
+ },
97
+ "vulnerable": {
98
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
99
+ },
100
+ "resist": {
101
+ "$ref": "util.json#/$defs/damageResistArray"
102
+ },
103
+ "immune": {
104
+ "$ref": "util.json#/$defs/damageImmunityArray"
105
+ },
106
+ "conditionImmune": {
107
+ "$ref": "util.json#/$defs/conditionImmunityArray"
108
+ },
109
+ "detail1": {
110
+ "description": "A descriptive field that can be used to complete entries in variants.",
111
+ "type": "string"
112
+ },
113
+ "scfType": {
114
+ "$ref": "items-shared.json#/$defs/itemScfType"
115
+ },
116
+ "speed": {
117
+ "type": "integer"
118
+ },
119
+ "stealth": {
120
+ "type": "boolean"
121
+ },
122
+ "strength": {
123
+ "type": [
124
+ "string",
125
+ "null"
126
+ ]
127
+ },
128
+ "dexterityMax": {
129
+ "description": "Maximum dexterity modifier for medium armor.",
130
+ "type": [
131
+ "integer",
132
+ "null"
133
+ ]
134
+ },
135
+ "sword": {
136
+ "type": "boolean"
137
+ },
138
+ "firearm": {
139
+ "type": "boolean"
140
+ },
141
+ "staff": {
142
+ "description": "Adds the italicized \"Staff\" text to the item info line (below the name).",
143
+ "type": "boolean"
144
+ },
145
+ "tier": {
146
+ "$ref": "items-shared.json#/$defs/itemTier"
147
+ },
148
+ "value": {
149
+ "description": "In copper pieces.",
150
+ "type": [
151
+ "number",
152
+ "null"
153
+ ]
154
+ },
155
+ "valueMult": {
156
+ "type": "number"
157
+ },
158
+ "weapon": {
159
+ "type": "boolean"
160
+ },
161
+ "weaponCategory": {
162
+ "$ref": "items-shared.json#/$defs/itemWeaponCategory"
163
+ },
164
+ "weight": {
165
+ "type": "number"
166
+ },
167
+ "weightMult": {
168
+ "type": "number"
169
+ },
170
+ "weightNote": {
171
+ "type": "string"
172
+ },
173
+ "wondrous": {
174
+ "type": "boolean"
175
+ },
176
+ "tattoo": {
177
+ "type": "boolean"
178
+ },
179
+ "sentient": {
180
+ "type": "boolean"
181
+ },
182
+ "poison": {
183
+ "type": "boolean"
184
+ },
185
+ "poisonTypes": {
186
+ "type": "array",
187
+ "items": {
188
+ "type": "string",
189
+ "examples": [
190
+ "contact",
191
+ "ingested",
192
+ "injury",
193
+ "inhaled"
194
+ ]
195
+ }
196
+ },
197
+ "crew": {
198
+ "type": "integer"
199
+ },
200
+ "crewMin": {
201
+ "description": "For crews specified as an X-Y min-max.",
202
+ "type": "integer"
203
+ },
204
+ "crewMax": {
205
+ "description": "For crews specified as an X-Y min-max.",
206
+ "type": "integer"
207
+ },
208
+ "capPassenger": {
209
+ "type": "integer"
210
+ },
211
+ "capCargo": {
212
+ "type": "number"
213
+ },
214
+ "vehSpeed": {
215
+ "type": "number"
216
+ },
217
+ "vehAc": {
218
+ "type": "integer"
219
+ },
220
+ "vehHp": {
221
+ "type": "integer"
222
+ },
223
+ "vehDmgThresh": {
224
+ "type": "integer"
225
+ },
226
+ "travelCost": {
227
+ "description": "In copper pieces per mile per passenger.",
228
+ "type": "integer"
229
+ },
230
+ "shippingCost": {
231
+ "description": "In copper pieces per 100 lbs per mile.",
232
+ "type": "integer"
233
+ },
234
+ "charges": {
235
+ "type": [
236
+ "string",
237
+ "integer"
238
+ ]
239
+ },
240
+ "recharge": {
241
+ "$ref": "items-shared.json#/$defs/itemRecharge"
242
+ },
243
+ "rechargeAmount": {
244
+ "$ref": "items-shared.json#/$defs/itemRechargeAmount"
245
+ },
246
+ "optionalfeatures": {
247
+ "type": "array",
248
+ "items": {
249
+ "type": "string"
250
+ }
251
+ },
252
+ "attachedSpells": {
253
+ "type": "array",
254
+ "items": {
255
+ "type": "string"
256
+ }
257
+ },
258
+ "items": {
259
+ "description": "This is required for itemGroup entries.",
260
+ "type": "array",
261
+ "minItems": 1,
262
+ "uniqueItems": true,
263
+ "items": {
264
+ "type": "string"
265
+ }
266
+ },
267
+ "ability": {
268
+ "description": "Item ability score adjustments.",
269
+ "type": "object",
270
+ "properties": {
271
+ "choose": {
272
+ "type": "array",
273
+ "items": {
274
+ "type": "object",
275
+ "properties": {
276
+ "from": {
277
+ "type": "array",
278
+ "items": {
279
+ "enum": [
280
+ "str",
281
+ "dex",
282
+ "con",
283
+ "int",
284
+ "wis",
285
+ "cha"
286
+ ]
287
+ },
288
+ "uniqueItems": true
289
+ },
290
+ "count": {
291
+ "type": "integer"
292
+ },
293
+ "amount": {
294
+ "type": "integer"
295
+ }
296
+ },
297
+ "required": [
298
+ "from"
299
+ ],
300
+ "additionalProperties": false
301
+ }
302
+ },
303
+ "static": {
304
+ "type": "object",
305
+ "properties": {
306
+ "str": {
307
+ "type": "integer"
308
+ },
309
+ "dex": {
310
+ "type": "integer"
311
+ },
312
+ "con": {
313
+ "type": "integer"
314
+ },
315
+ "int": {
316
+ "type": "integer"
317
+ },
318
+ "wis": {
319
+ "type": "integer"
320
+ },
321
+ "cha": {
322
+ "type": "integer"
323
+ }
324
+ },
325
+ "additionalProperties": false
326
+ },
327
+ "str": {
328
+ "type": "integer"
329
+ },
330
+ "dex": {
331
+ "type": "integer"
332
+ },
333
+ "con": {
334
+ "type": "integer"
335
+ },
336
+ "int": {
337
+ "type": "integer"
338
+ },
339
+ "wis": {
340
+ "type": "integer"
341
+ },
342
+ "cha": {
343
+ "type": "integer"
344
+ }
345
+ }
346
+ },
347
+ "focus": {
348
+ "description": "Item can be used as a spellcasting focus",
349
+ "oneOf": [
350
+ {
351
+ "type": "boolean"
352
+ },
353
+ {
354
+ "type": "array",
355
+ "items": {
356
+ "type": "string",
357
+ "examples": [
358
+ "Artificer",
359
+ "Bard",
360
+ "Cleric",
361
+ "Druid",
362
+ "Paladin",
363
+ "Ranger",
364
+ "Sorcerer",
365
+ "Warlock",
366
+ "Wizard"
367
+ ]
368
+ }
369
+ }
370
+ ]
371
+ },
372
+ "lootTables": {
373
+ "type": "array",
374
+ "items": {
375
+ "type": "string"
376
+ }
377
+ },
378
+ "critThreshold": {
379
+ "type": "integer"
380
+ },
381
+ "bonusAc": {
382
+ "type": "string"
383
+ },
384
+ "bonusWeapon": {
385
+ "type": "string"
386
+ },
387
+ "bonusWeaponAttack": {
388
+ "type": "string"
389
+ },
390
+ "bonusWeaponDamage": {
391
+ "type": "string"
392
+ },
393
+ "bonusWeaponCritDamage": {
394
+ "type": "string"
395
+ },
396
+ "bonusSpellAttack": {
397
+ "type": "string"
398
+ },
399
+ "bonusSpellDamage": {
400
+ "type": "string"
401
+ },
402
+ "bonusSpellSaveDc": {
403
+ "type": "string"
404
+ },
405
+ "bonusSavingThrow": {
406
+ "type": "string"
407
+ },
408
+ "bonusAbilityCheck": {
409
+ "type": "string"
410
+ },
411
+ "bonusProficiencyBonus": {
412
+ "type": "string"
413
+ },
414
+ "modifySpeed": {
415
+ "$ref": "items-shared.json#/$defs/itemModifySpeed"
416
+ },
417
+ "otherSources": {
418
+ "$ref": "util.json#/$defs/otherSources"
419
+ },
420
+ "srd": {
421
+ "$ref": "util.json#/$defs/srd"
422
+ },
423
+ "basicRules": {
424
+ "$ref": "util.json#/$defs/basicRules"
425
+ },
426
+ "packContents": {
427
+ "type": "array",
428
+ "items": {
429
+ "oneOf": [
430
+ {
431
+ "type": "string"
432
+ },
433
+ {
434
+ "type": "object",
435
+ "properties": {
436
+ "special": {
437
+ "type": "string"
438
+ },
439
+ "quantity": {
440
+ "type": "integer"
441
+ }
442
+ },
443
+ "additionalProperties": false,
444
+ "required": [
445
+ "special"
446
+ ]
447
+ },
448
+ {
449
+ "type": "object",
450
+ "properties": {
451
+ "item": {
452
+ "type": "string"
453
+ },
454
+ "quantity": {
455
+ "type": "integer"
456
+ }
457
+ },
458
+ "additionalProperties": false,
459
+ "required": [
460
+ "item",
461
+ "quantity"
462
+ ]
463
+ }
464
+ ]
465
+ }
466
+ },
467
+ "atomicPackContents": {
468
+ "description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
469
+ "type": "boolean"
470
+ },
471
+ "containerCapacity": {
472
+ "type": "object",
473
+ "properties": {
474
+ "weight": {
475
+ "type": "array",
476
+ "items": {
477
+ "type": "integer"
478
+ }
479
+ },
480
+ "item": {
481
+ "type": "array",
482
+ "items": {
483
+ "type": "object",
484
+ "patternProperties": {
485
+ ".*": {
486
+ "type": "integer"
487
+ }
488
+ },
489
+ "additionalProperties": false
490
+ }
491
+ },
492
+ "weightless": {
493
+ "description": "If the container renders its contents weightless.",
494
+ "type": "boolean"
495
+ }
496
+ },
497
+ "additionalProperties": false
498
+ },
499
+ "ammoType": {
500
+ "$ref": "items-shared.json#/$defs/itemAmmoType"
501
+ },
502
+ "grantsProficiency": {
503
+ "type": "boolean"
504
+ },
505
+ "spellScrollLevel": {
506
+ "type": "integer"
507
+ },
508
+ "seeAlsoVehicle": {
509
+ "type": "array",
510
+ "items": {
511
+ "type": "string",
512
+ "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\nEx.: \"rowboat|gos\"."
513
+ }
514
+ },
515
+ "reqAttuneTags": {
516
+ "$ref": "util.json#/$defs/reqAttuneTags"
517
+ },
518
+ "reqAttuneAltTags": {
519
+ "$ref": "util.json#/$defs/reqAttuneTags"
520
+ },
521
+ "miscTags": {
522
+ "type": "array",
523
+ "items": {
524
+ "description": "CF/W: Creates Food/Water",
525
+ "enum": [
526
+ "CF/W"
527
+ ]
528
+ }
529
+ },
530
+ "hasFluff": {
531
+ "type": "boolean"
532
+ },
533
+ "hasFluffImages": {
534
+ "type": "boolean"
535
+ },
536
+ "hasRefs": {
537
+ "type": "boolean",
538
+ "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
539
+ },
540
+ "acSpecial": {
541
+ "description": "Free text field for homebrew use.",
542
+ "type": "string"
543
+ },
544
+ "currencyConversion": {
545
+ "description": "ID of a value conversion table. Homebrew only.",
546
+ "type": "string"
547
+ },
548
+ "alCertificateId": {
549
+ "description": "Adventurers League item certificate ID; for use in homebrew.",
550
+ "type": "string"
551
+ },
552
+ "foundryType": {
553
+ "description": "Homebrew only: used to manually specify the exact Foundry item type an item should be imported as. \n\"CONFIG.Item.typeLabels\" correct as of Foundry v0.8.9",
554
+ "type": "string",
555
+ "enum": [
556
+ "weapon",
557
+ "equipment",
558
+ "consumable",
559
+ "tool",
560
+ "loot",
561
+ "class",
562
+ "spell",
563
+ "feat",
564
+ "backpack"
565
+ ]
566
+ },
567
+ "foundrySystem": {
568
+ "$ref": "util.json#/$defs/foundrySystemObject"
569
+ },
570
+ "foundryFlags": {
571
+ "$ref": "util.json#/$defs/foundryFlagsObject"
572
+ },
573
+ "foundryEffects": {
574
+ "$ref": "util.json#/$defs/foundryEffectsArray"
575
+ },
576
+ "foundryImg": {
577
+ "$ref": "util.json#/$defs/foundryImg"
578
+ },
579
+ "fluff": {
580
+ "$ref": "items-shared.json#/$defs/fluff"
581
+ }
582
+ },
583
+ "additionalProperties": {
584
+ "type": [
585
+ "boolean",
586
+ "integer",
587
+ "string"
588
+ ]
589
+ }
590
+ },
591
+ "item": {
592
+ "anyOf": [
593
+ {
594
+ "type": "object",
595
+ "properties": {
596
+ "name": {
597
+ "type": "string"
598
+ },
599
+ "type": {
600
+ "$ref": "items-shared.json#/$defs/itemType"
601
+ },
602
+ "typeAlt": {
603
+ "$ref": "items-shared.json#/$defs/itemType"
604
+ },
605
+ "rarity": {
606
+ "$ref": "items-shared.json#/$defs/itemRarity"
607
+ },
608
+ "source": {
609
+ "type": "string"
610
+ },
611
+ "page": {
612
+ "$ref": "util.json#/$defs/page"
613
+ },
614
+ "additionalSources": {
615
+ "$ref": "util.json#/$defs/additionalSources"
616
+ },
617
+ "baseItem": {
618
+ "type": "string"
619
+ },
620
+ "ac": {
621
+ "type": "integer"
622
+ },
623
+ "age": {
624
+ "$ref": "items-shared.json#/$defs/itemAge"
625
+ },
626
+ "axe": {
627
+ "type": "boolean"
628
+ },
629
+ "carryingCapacity": {
630
+ "type": "integer",
631
+ "description": "Of a mount/beast, not a container."
632
+ },
633
+ "dmg1": {
634
+ "type": "string"
635
+ },
636
+ "dmg2": {
637
+ "type": "string",
638
+ "description": "The versatile or alternative damage dice of the weapon, e.g. \"1d10\""
639
+ },
640
+ "dmgType": {
641
+ "$ref": "util.json#/$defs/dataDamageTags"
642
+ },
643
+ "entries": {
644
+ "type": "array",
645
+ "items": {
646
+ "$ref": "entry.json"
647
+ }
648
+ },
649
+ "additionalEntries": {
650
+ "type": "array",
651
+ "items": {
652
+ "$ref": "entry.json"
653
+ }
654
+ },
655
+ "property": {
656
+ "$ref": "items-shared.json#/$defs/itemProperty"
657
+ },
658
+ "range": {
659
+ "type": "string"
660
+ },
661
+ "reload": {
662
+ "type": [
663
+ "string",
664
+ "integer"
665
+ ]
666
+ },
667
+ "reqAttune": {
668
+ "type": [
669
+ "string",
670
+ "boolean"
671
+ ]
672
+ },
673
+ "reqAttuneAlt": {
674
+ "description": "Used for filtering.",
675
+ "type": [
676
+ "string",
677
+ "boolean"
678
+ ]
679
+ },
680
+ "curse": {
681
+ "type": "boolean"
682
+ },
683
+ "vulnerable": {
684
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
685
+ },
686
+ "resist": {
687
+ "$ref": "util.json#/$defs/damageResistArray"
688
+ },
689
+ "immune": {
690
+ "$ref": "util.json#/$defs/damageImmunityArray"
691
+ },
692
+ "conditionImmune": {
693
+ "$ref": "util.json#/$defs/conditionImmunityArray"
694
+ },
695
+ "detail1": {
696
+ "description": "A descriptive field that can be used to complete entries in variants.",
697
+ "type": "string"
698
+ },
699
+ "scfType": {
700
+ "$ref": "items-shared.json#/$defs/itemScfType"
701
+ },
702
+ "speed": {
703
+ "type": "integer"
704
+ },
705
+ "stealth": {
706
+ "type": "boolean"
707
+ },
708
+ "strength": {
709
+ "type": [
710
+ "string",
711
+ "null"
712
+ ]
713
+ },
714
+ "dexterityMax": {
715
+ "description": "Maximum dexterity modifier for medium armor.",
716
+ "type": [
717
+ "integer",
718
+ "null"
719
+ ]
720
+ },
721
+ "sword": {
722
+ "type": "boolean"
723
+ },
724
+ "firearm": {
725
+ "type": "boolean"
726
+ },
727
+ "staff": {
728
+ "description": "Adds the italicized \"Staff\" text to the item info line (below the name).",
729
+ "type": "boolean"
730
+ },
731
+ "tier": {
732
+ "$ref": "items-shared.json#/$defs/itemTier"
733
+ },
734
+ "value": {
735
+ "description": "In copper pieces.",
736
+ "type": [
737
+ "number",
738
+ "null"
739
+ ]
740
+ },
741
+ "valueMult": {
742
+ "type": "number"
743
+ },
744
+ "weapon": {
745
+ "type": "boolean"
746
+ },
747
+ "weaponCategory": {
748
+ "$ref": "items-shared.json#/$defs/itemWeaponCategory"
749
+ },
750
+ "weight": {
751
+ "type": "number"
752
+ },
753
+ "weightMult": {
754
+ "type": "number"
755
+ },
756
+ "weightNote": {
757
+ "type": "string"
758
+ },
759
+ "wondrous": {
760
+ "type": "boolean"
761
+ },
762
+ "tattoo": {
763
+ "type": "boolean"
764
+ },
765
+ "sentient": {
766
+ "type": "boolean"
767
+ },
768
+ "poison": {
769
+ "type": "boolean"
770
+ },
771
+ "poisonTypes": {
772
+ "type": "array",
773
+ "items": {
774
+ "type": "string",
775
+ "examples": [
776
+ "contact",
777
+ "ingested",
778
+ "injury",
779
+ "inhaled"
780
+ ]
781
+ }
782
+ },
783
+ "crew": {
784
+ "type": "integer"
785
+ },
786
+ "crewMin": {
787
+ "description": "For crews specified as an X-Y min-max.",
788
+ "type": "integer"
789
+ },
790
+ "crewMax": {
791
+ "description": "For crews specified as an X-Y min-max.",
792
+ "type": "integer"
793
+ },
794
+ "capPassenger": {
795
+ "type": "integer"
796
+ },
797
+ "capCargo": {
798
+ "type": "number"
799
+ },
800
+ "vehSpeed": {
801
+ "type": "number"
802
+ },
803
+ "vehAc": {
804
+ "type": "integer"
805
+ },
806
+ "vehHp": {
807
+ "type": "integer"
808
+ },
809
+ "vehDmgThresh": {
810
+ "type": "integer"
811
+ },
812
+ "travelCost": {
813
+ "description": "In copper pieces per mile per passenger.",
814
+ "type": "integer"
815
+ },
816
+ "shippingCost": {
817
+ "description": "In copper pieces per 100 lbs per mile.",
818
+ "type": "integer"
819
+ },
820
+ "charges": {
821
+ "type": [
822
+ "string",
823
+ "integer"
824
+ ]
825
+ },
826
+ "recharge": {
827
+ "$ref": "items-shared.json#/$defs/itemRecharge"
828
+ },
829
+ "rechargeAmount": {
830
+ "$ref": "items-shared.json#/$defs/itemRechargeAmount"
831
+ },
832
+ "optionalfeatures": {
833
+ "type": "array",
834
+ "items": {
835
+ "type": "string"
836
+ }
837
+ },
838
+ "attachedSpells": {
839
+ "type": "array",
840
+ "items": {
841
+ "type": "string"
842
+ }
843
+ },
844
+ "items": {
845
+ "description": "This is required for itemGroup entries.",
846
+ "type": "array",
847
+ "minItems": 1,
848
+ "uniqueItems": true,
849
+ "items": {
850
+ "type": "string"
851
+ }
852
+ },
853
+ "ability": {
854
+ "description": "Item ability score adjustments.",
855
+ "type": "object",
856
+ "properties": {
857
+ "choose": {
858
+ "type": "array",
859
+ "items": {
860
+ "type": "object",
861
+ "properties": {
862
+ "from": {
863
+ "type": "array",
864
+ "items": {
865
+ "enum": [
866
+ "str",
867
+ "dex",
868
+ "con",
869
+ "int",
870
+ "wis",
871
+ "cha"
872
+ ]
873
+ },
874
+ "uniqueItems": true
875
+ },
876
+ "count": {
877
+ "type": "integer"
878
+ },
879
+ "amount": {
880
+ "type": "integer"
881
+ }
882
+ },
883
+ "required": [
884
+ "from"
885
+ ],
886
+ "additionalProperties": false
887
+ }
888
+ },
889
+ "static": {
890
+ "type": "object",
891
+ "properties": {
892
+ "str": {
893
+ "type": "integer"
894
+ },
895
+ "dex": {
896
+ "type": "integer"
897
+ },
898
+ "con": {
899
+ "type": "integer"
900
+ },
901
+ "int": {
902
+ "type": "integer"
903
+ },
904
+ "wis": {
905
+ "type": "integer"
906
+ },
907
+ "cha": {
908
+ "type": "integer"
909
+ }
910
+ },
911
+ "additionalProperties": false
912
+ },
913
+ "str": {
914
+ "type": "integer"
915
+ },
916
+ "dex": {
917
+ "type": "integer"
918
+ },
919
+ "con": {
920
+ "type": "integer"
921
+ },
922
+ "int": {
923
+ "type": "integer"
924
+ },
925
+ "wis": {
926
+ "type": "integer"
927
+ },
928
+ "cha": {
929
+ "type": "integer"
930
+ }
931
+ }
932
+ },
933
+ "focus": {
934
+ "description": "Item can be used as a spellcasting focus",
935
+ "oneOf": [
936
+ {
937
+ "type": "boolean"
938
+ },
939
+ {
940
+ "type": "array",
941
+ "items": {
942
+ "type": "string",
943
+ "examples": [
944
+ "Artificer",
945
+ "Bard",
946
+ "Cleric",
947
+ "Druid",
948
+ "Paladin",
949
+ "Ranger",
950
+ "Sorcerer",
951
+ "Warlock",
952
+ "Wizard"
953
+ ]
954
+ }
955
+ }
956
+ ]
957
+ },
958
+ "lootTables": {
959
+ "type": "array",
960
+ "items": {
961
+ "type": "string"
962
+ }
963
+ },
964
+ "critThreshold": {
965
+ "type": "integer"
966
+ },
967
+ "bonusAc": {
968
+ "type": "string"
969
+ },
970
+ "bonusWeapon": {
971
+ "type": "string"
972
+ },
973
+ "bonusWeaponAttack": {
974
+ "type": "string"
975
+ },
976
+ "bonusWeaponDamage": {
977
+ "type": "string"
978
+ },
979
+ "bonusWeaponCritDamage": {
980
+ "type": "string"
981
+ },
982
+ "bonusSpellAttack": {
983
+ "type": "string"
984
+ },
985
+ "bonusSpellDamage": {
986
+ "type": "string"
987
+ },
988
+ "bonusSpellSaveDc": {
989
+ "type": "string"
990
+ },
991
+ "bonusSavingThrow": {
992
+ "type": "string"
993
+ },
994
+ "bonusAbilityCheck": {
995
+ "type": "string"
996
+ },
997
+ "bonusProficiencyBonus": {
998
+ "type": "string"
999
+ },
1000
+ "modifySpeed": {
1001
+ "$ref": "items-shared.json#/$defs/itemModifySpeed"
1002
+ },
1003
+ "otherSources": {
1004
+ "$ref": "util.json#/$defs/otherSources"
1005
+ },
1006
+ "srd": {
1007
+ "$ref": "util.json#/$defs/srd"
1008
+ },
1009
+ "basicRules": {
1010
+ "$ref": "util.json#/$defs/basicRules"
1011
+ },
1012
+ "packContents": {
1013
+ "type": "array",
1014
+ "items": {
1015
+ "oneOf": [
1016
+ {
1017
+ "type": "string"
1018
+ },
1019
+ {
1020
+ "type": "object",
1021
+ "properties": {
1022
+ "special": {
1023
+ "type": "string"
1024
+ },
1025
+ "quantity": {
1026
+ "type": "integer"
1027
+ }
1028
+ },
1029
+ "additionalProperties": false,
1030
+ "required": [
1031
+ "special"
1032
+ ]
1033
+ },
1034
+ {
1035
+ "type": "object",
1036
+ "properties": {
1037
+ "item": {
1038
+ "type": "string"
1039
+ },
1040
+ "quantity": {
1041
+ "type": "integer"
1042
+ }
1043
+ },
1044
+ "additionalProperties": false,
1045
+ "required": [
1046
+ "item",
1047
+ "quantity"
1048
+ ]
1049
+ }
1050
+ ]
1051
+ }
1052
+ },
1053
+ "atomicPackContents": {
1054
+ "description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
1055
+ "type": "boolean"
1056
+ },
1057
+ "containerCapacity": {
1058
+ "type": "object",
1059
+ "properties": {
1060
+ "weight": {
1061
+ "type": "array",
1062
+ "items": {
1063
+ "type": "integer"
1064
+ }
1065
+ },
1066
+ "item": {
1067
+ "type": "array",
1068
+ "items": {
1069
+ "type": "object",
1070
+ "patternProperties": {
1071
+ ".*": {
1072
+ "type": "integer"
1073
+ }
1074
+ },
1075
+ "additionalProperties": false
1076
+ }
1077
+ },
1078
+ "weightless": {
1079
+ "description": "If the container renders its contents weightless.",
1080
+ "type": "boolean"
1081
+ }
1082
+ },
1083
+ "additionalProperties": false
1084
+ },
1085
+ "ammoType": {
1086
+ "$ref": "items-shared.json#/$defs/itemAmmoType"
1087
+ },
1088
+ "grantsProficiency": {
1089
+ "type": "boolean"
1090
+ },
1091
+ "spellScrollLevel": {
1092
+ "type": "integer"
1093
+ },
1094
+ "seeAlsoVehicle": {
1095
+ "type": "array",
1096
+ "items": {
1097
+ "type": "string",
1098
+ "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\nEx.: \"rowboat|gos\"."
1099
+ }
1100
+ },
1101
+ "reqAttuneTags": {
1102
+ "$ref": "util.json#/$defs/reqAttuneTags"
1103
+ },
1104
+ "reqAttuneAltTags": {
1105
+ "$ref": "util.json#/$defs/reqAttuneTags"
1106
+ },
1107
+ "miscTags": {
1108
+ "type": "array",
1109
+ "items": {
1110
+ "description": "CF/W: Creates Food/Water",
1111
+ "enum": [
1112
+ "CF/W"
1113
+ ]
1114
+ }
1115
+ },
1116
+ "hasFluff": {
1117
+ "type": "boolean"
1118
+ },
1119
+ "hasFluffImages": {
1120
+ "type": "boolean"
1121
+ },
1122
+ "hasRefs": {
1123
+ "type": "boolean",
1124
+ "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
1125
+ },
1126
+ "acSpecial": {
1127
+ "description": "Free text field for homebrew use.",
1128
+ "type": "string"
1129
+ },
1130
+ "currencyConversion": {
1131
+ "description": "ID of a value conversion table. Homebrew only.",
1132
+ "type": "string"
1133
+ },
1134
+ "alCertificateId": {
1135
+ "description": "Adventurers League item certificate ID; for use in homebrew.",
1136
+ "type": "string"
1137
+ },
1138
+ "foundryType": {
1139
+ "description": "Homebrew only: used to manually specify the exact Foundry item type an item should be imported as. \n\"CONFIG.Item.typeLabels\" correct as of Foundry v0.8.9",
1140
+ "type": "string",
1141
+ "enum": [
1142
+ "weapon",
1143
+ "equipment",
1144
+ "consumable",
1145
+ "tool",
1146
+ "loot",
1147
+ "class",
1148
+ "spell",
1149
+ "feat",
1150
+ "backpack"
1151
+ ]
1152
+ },
1153
+ "foundrySystem": {
1154
+ "$ref": "util.json#/$defs/foundrySystemObject"
1155
+ },
1156
+ "foundryFlags": {
1157
+ "$ref": "util.json#/$defs/foundryFlagsObject"
1158
+ },
1159
+ "foundryEffects": {
1160
+ "$ref": "util.json#/$defs/foundryEffectsArray"
1161
+ },
1162
+ "foundryImg": {
1163
+ "$ref": "util.json#/$defs/foundryImg"
1164
+ },
1165
+ "fluff": {
1166
+ "$ref": "items-shared.json#/$defs/fluff"
1167
+ }
1168
+ },
1169
+ "additionalProperties": {
1170
+ "type": [
1171
+ "boolean",
1172
+ "integer",
1173
+ "string"
1174
+ ]
1175
+ },
1176
+ "required": [
1177
+ "name",
1178
+ "rarity",
1179
+ "source"
1180
+ ]
1181
+ },
1182
+ {
1183
+ "type": "object",
1184
+ "properties": {
1185
+ "name": {
1186
+ "type": "string"
1187
+ },
1188
+ "type": {
1189
+ "$ref": "items-shared.json#/$defs/itemType"
1190
+ },
1191
+ "typeAlt": {
1192
+ "$ref": "items-shared.json#/$defs/itemType"
1193
+ },
1194
+ "rarity": {
1195
+ "$ref": "items-shared.json#/$defs/itemRarity"
1196
+ },
1197
+ "source": {
1198
+ "type": "string"
1199
+ },
1200
+ "page": {
1201
+ "$ref": "util.json#/$defs/page"
1202
+ },
1203
+ "additionalSources": {
1204
+ "$ref": "util.json#/$defs/additionalSources"
1205
+ },
1206
+ "baseItem": {
1207
+ "type": "string"
1208
+ },
1209
+ "ac": {
1210
+ "type": "integer"
1211
+ },
1212
+ "age": {
1213
+ "$ref": "items-shared.json#/$defs/itemAge"
1214
+ },
1215
+ "axe": {
1216
+ "type": "boolean"
1217
+ },
1218
+ "carryingCapacity": {
1219
+ "type": "integer",
1220
+ "description": "Of a mount/beast, not a container."
1221
+ },
1222
+ "dmg1": {
1223
+ "type": "string"
1224
+ },
1225
+ "dmg2": {
1226
+ "type": "string",
1227
+ "description": "The versatile or alternative damage dice of the weapon, e.g. \"1d10\""
1228
+ },
1229
+ "dmgType": {
1230
+ "$ref": "util.json#/$defs/dataDamageTags"
1231
+ },
1232
+ "entries": {
1233
+ "type": "array",
1234
+ "items": {
1235
+ "$ref": "entry.json"
1236
+ }
1237
+ },
1238
+ "additionalEntries": {
1239
+ "type": "array",
1240
+ "items": {
1241
+ "$ref": "entry.json"
1242
+ }
1243
+ },
1244
+ "property": {
1245
+ "$ref": "items-shared.json#/$defs/itemProperty"
1246
+ },
1247
+ "range": {
1248
+ "type": "string"
1249
+ },
1250
+ "reload": {
1251
+ "type": [
1252
+ "string",
1253
+ "integer"
1254
+ ]
1255
+ },
1256
+ "reqAttune": {
1257
+ "type": [
1258
+ "string",
1259
+ "boolean"
1260
+ ]
1261
+ },
1262
+ "reqAttuneAlt": {
1263
+ "description": "Used for filtering.",
1264
+ "type": [
1265
+ "string",
1266
+ "boolean"
1267
+ ]
1268
+ },
1269
+ "curse": {
1270
+ "type": "boolean"
1271
+ },
1272
+ "vulnerable": {
1273
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
1274
+ },
1275
+ "resist": {
1276
+ "$ref": "util.json#/$defs/damageResistArray"
1277
+ },
1278
+ "immune": {
1279
+ "$ref": "util.json#/$defs/damageImmunityArray"
1280
+ },
1281
+ "conditionImmune": {
1282
+ "$ref": "util.json#/$defs/conditionImmunityArray"
1283
+ },
1284
+ "detail1": {
1285
+ "description": "A descriptive field that can be used to complete entries in variants.",
1286
+ "type": "string"
1287
+ },
1288
+ "scfType": {
1289
+ "$ref": "items-shared.json#/$defs/itemScfType"
1290
+ },
1291
+ "speed": {
1292
+ "type": "integer"
1293
+ },
1294
+ "stealth": {
1295
+ "type": "boolean"
1296
+ },
1297
+ "strength": {
1298
+ "type": [
1299
+ "string",
1300
+ "null"
1301
+ ]
1302
+ },
1303
+ "dexterityMax": {
1304
+ "description": "Maximum dexterity modifier for medium armor.",
1305
+ "type": [
1306
+ "integer",
1307
+ "null"
1308
+ ]
1309
+ },
1310
+ "sword": {
1311
+ "type": "boolean"
1312
+ },
1313
+ "firearm": {
1314
+ "type": "boolean"
1315
+ },
1316
+ "staff": {
1317
+ "description": "Adds the italicized \"Staff\" text to the item info line (below the name).",
1318
+ "type": "boolean"
1319
+ },
1320
+ "tier": {
1321
+ "$ref": "items-shared.json#/$defs/itemTier"
1322
+ },
1323
+ "value": {
1324
+ "description": "In copper pieces.",
1325
+ "type": [
1326
+ "number",
1327
+ "null"
1328
+ ]
1329
+ },
1330
+ "valueMult": {
1331
+ "type": "number"
1332
+ },
1333
+ "weapon": {
1334
+ "type": "boolean"
1335
+ },
1336
+ "weaponCategory": {
1337
+ "$ref": "items-shared.json#/$defs/itemWeaponCategory"
1338
+ },
1339
+ "weight": {
1340
+ "type": "number"
1341
+ },
1342
+ "weightMult": {
1343
+ "type": "number"
1344
+ },
1345
+ "weightNote": {
1346
+ "type": "string"
1347
+ },
1348
+ "wondrous": {
1349
+ "type": "boolean"
1350
+ },
1351
+ "tattoo": {
1352
+ "type": "boolean"
1353
+ },
1354
+ "sentient": {
1355
+ "type": "boolean"
1356
+ },
1357
+ "poison": {
1358
+ "type": "boolean"
1359
+ },
1360
+ "poisonTypes": {
1361
+ "type": "array",
1362
+ "items": {
1363
+ "type": "string",
1364
+ "examples": [
1365
+ "contact",
1366
+ "ingested",
1367
+ "injury",
1368
+ "inhaled"
1369
+ ]
1370
+ }
1371
+ },
1372
+ "crew": {
1373
+ "type": "integer"
1374
+ },
1375
+ "crewMin": {
1376
+ "description": "For crews specified as an X-Y min-max.",
1377
+ "type": "integer"
1378
+ },
1379
+ "crewMax": {
1380
+ "description": "For crews specified as an X-Y min-max.",
1381
+ "type": "integer"
1382
+ },
1383
+ "capPassenger": {
1384
+ "type": "integer"
1385
+ },
1386
+ "capCargo": {
1387
+ "type": "number"
1388
+ },
1389
+ "vehSpeed": {
1390
+ "type": "number"
1391
+ },
1392
+ "vehAc": {
1393
+ "type": "integer"
1394
+ },
1395
+ "vehHp": {
1396
+ "type": "integer"
1397
+ },
1398
+ "vehDmgThresh": {
1399
+ "type": "integer"
1400
+ },
1401
+ "travelCost": {
1402
+ "description": "In copper pieces per mile per passenger.",
1403
+ "type": "integer"
1404
+ },
1405
+ "shippingCost": {
1406
+ "description": "In copper pieces per 100 lbs per mile.",
1407
+ "type": "integer"
1408
+ },
1409
+ "charges": {
1410
+ "type": [
1411
+ "string",
1412
+ "integer"
1413
+ ]
1414
+ },
1415
+ "recharge": {
1416
+ "$ref": "items-shared.json#/$defs/itemRecharge"
1417
+ },
1418
+ "rechargeAmount": {
1419
+ "$ref": "items-shared.json#/$defs/itemRechargeAmount"
1420
+ },
1421
+ "optionalfeatures": {
1422
+ "type": "array",
1423
+ "items": {
1424
+ "type": "string"
1425
+ }
1426
+ },
1427
+ "attachedSpells": {
1428
+ "type": "array",
1429
+ "items": {
1430
+ "type": "string"
1431
+ }
1432
+ },
1433
+ "items": {
1434
+ "description": "This is required for itemGroup entries.",
1435
+ "type": "array",
1436
+ "minItems": 1,
1437
+ "uniqueItems": true,
1438
+ "items": {
1439
+ "type": "string"
1440
+ }
1441
+ },
1442
+ "ability": {
1443
+ "description": "Item ability score adjustments.",
1444
+ "type": "object",
1445
+ "properties": {
1446
+ "choose": {
1447
+ "type": "array",
1448
+ "items": {
1449
+ "type": "object",
1450
+ "properties": {
1451
+ "from": {
1452
+ "type": "array",
1453
+ "items": {
1454
+ "enum": [
1455
+ "str",
1456
+ "dex",
1457
+ "con",
1458
+ "int",
1459
+ "wis",
1460
+ "cha"
1461
+ ]
1462
+ },
1463
+ "uniqueItems": true
1464
+ },
1465
+ "count": {
1466
+ "type": "integer"
1467
+ },
1468
+ "amount": {
1469
+ "type": "integer"
1470
+ }
1471
+ },
1472
+ "required": [
1473
+ "from"
1474
+ ],
1475
+ "additionalProperties": false
1476
+ }
1477
+ },
1478
+ "static": {
1479
+ "type": "object",
1480
+ "properties": {
1481
+ "str": {
1482
+ "type": "integer"
1483
+ },
1484
+ "dex": {
1485
+ "type": "integer"
1486
+ },
1487
+ "con": {
1488
+ "type": "integer"
1489
+ },
1490
+ "int": {
1491
+ "type": "integer"
1492
+ },
1493
+ "wis": {
1494
+ "type": "integer"
1495
+ },
1496
+ "cha": {
1497
+ "type": "integer"
1498
+ }
1499
+ },
1500
+ "additionalProperties": false
1501
+ },
1502
+ "str": {
1503
+ "type": "integer"
1504
+ },
1505
+ "dex": {
1506
+ "type": "integer"
1507
+ },
1508
+ "con": {
1509
+ "type": "integer"
1510
+ },
1511
+ "int": {
1512
+ "type": "integer"
1513
+ },
1514
+ "wis": {
1515
+ "type": "integer"
1516
+ },
1517
+ "cha": {
1518
+ "type": "integer"
1519
+ }
1520
+ }
1521
+ },
1522
+ "focus": {
1523
+ "description": "Item can be used as a spellcasting focus",
1524
+ "oneOf": [
1525
+ {
1526
+ "type": "boolean"
1527
+ },
1528
+ {
1529
+ "type": "array",
1530
+ "items": {
1531
+ "type": "string",
1532
+ "examples": [
1533
+ "Artificer",
1534
+ "Bard",
1535
+ "Cleric",
1536
+ "Druid",
1537
+ "Paladin",
1538
+ "Ranger",
1539
+ "Sorcerer",
1540
+ "Warlock",
1541
+ "Wizard"
1542
+ ]
1543
+ }
1544
+ }
1545
+ ]
1546
+ },
1547
+ "lootTables": {
1548
+ "type": "array",
1549
+ "items": {
1550
+ "type": "string"
1551
+ }
1552
+ },
1553
+ "critThreshold": {
1554
+ "type": "integer"
1555
+ },
1556
+ "bonusAc": {
1557
+ "type": "string"
1558
+ },
1559
+ "bonusWeapon": {
1560
+ "type": "string"
1561
+ },
1562
+ "bonusWeaponAttack": {
1563
+ "type": "string"
1564
+ },
1565
+ "bonusWeaponDamage": {
1566
+ "type": "string"
1567
+ },
1568
+ "bonusWeaponCritDamage": {
1569
+ "type": "string"
1570
+ },
1571
+ "bonusSpellAttack": {
1572
+ "type": "string"
1573
+ },
1574
+ "bonusSpellDamage": {
1575
+ "type": "string"
1576
+ },
1577
+ "bonusSpellSaveDc": {
1578
+ "type": "string"
1579
+ },
1580
+ "bonusSavingThrow": {
1581
+ "type": "string"
1582
+ },
1583
+ "bonusAbilityCheck": {
1584
+ "type": "string"
1585
+ },
1586
+ "bonusProficiencyBonus": {
1587
+ "type": "string"
1588
+ },
1589
+ "modifySpeed": {
1590
+ "$ref": "items-shared.json#/$defs/itemModifySpeed"
1591
+ },
1592
+ "otherSources": {
1593
+ "$ref": "util.json#/$defs/otherSources"
1594
+ },
1595
+ "srd": {
1596
+ "$ref": "util.json#/$defs/srd"
1597
+ },
1598
+ "basicRules": {
1599
+ "$ref": "util.json#/$defs/basicRules"
1600
+ },
1601
+ "packContents": {
1602
+ "type": "array",
1603
+ "items": {
1604
+ "oneOf": [
1605
+ {
1606
+ "type": "string"
1607
+ },
1608
+ {
1609
+ "type": "object",
1610
+ "properties": {
1611
+ "special": {
1612
+ "type": "string"
1613
+ },
1614
+ "quantity": {
1615
+ "type": "integer"
1616
+ }
1617
+ },
1618
+ "additionalProperties": false,
1619
+ "required": [
1620
+ "special"
1621
+ ]
1622
+ },
1623
+ {
1624
+ "type": "object",
1625
+ "properties": {
1626
+ "item": {
1627
+ "type": "string"
1628
+ },
1629
+ "quantity": {
1630
+ "type": "integer"
1631
+ }
1632
+ },
1633
+ "additionalProperties": false,
1634
+ "required": [
1635
+ "item",
1636
+ "quantity"
1637
+ ]
1638
+ }
1639
+ ]
1640
+ }
1641
+ },
1642
+ "atomicPackContents": {
1643
+ "description": "If the item's pack contents should be treated as one atomic unit, rather than handled as individual sub-items.",
1644
+ "type": "boolean"
1645
+ },
1646
+ "containerCapacity": {
1647
+ "type": "object",
1648
+ "properties": {
1649
+ "weight": {
1650
+ "type": "array",
1651
+ "items": {
1652
+ "type": "integer"
1653
+ }
1654
+ },
1655
+ "item": {
1656
+ "type": "array",
1657
+ "items": {
1658
+ "type": "object",
1659
+ "patternProperties": {
1660
+ ".*": {
1661
+ "type": "integer"
1662
+ }
1663
+ },
1664
+ "additionalProperties": false
1665
+ }
1666
+ },
1667
+ "weightless": {
1668
+ "description": "If the container renders its contents weightless.",
1669
+ "type": "boolean"
1670
+ }
1671
+ },
1672
+ "additionalProperties": false
1673
+ },
1674
+ "ammoType": {
1675
+ "$ref": "items-shared.json#/$defs/itemAmmoType"
1676
+ },
1677
+ "grantsProficiency": {
1678
+ "type": "boolean"
1679
+ },
1680
+ "spellScrollLevel": {
1681
+ "type": "integer"
1682
+ },
1683
+ "seeAlsoVehicle": {
1684
+ "type": "array",
1685
+ "items": {
1686
+ "type": "string",
1687
+ "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\nEx.: \"rowboat|gos\"."
1688
+ }
1689
+ },
1690
+ "reqAttuneTags": {
1691
+ "$ref": "util.json#/$defs/reqAttuneTags"
1692
+ },
1693
+ "reqAttuneAltTags": {
1694
+ "$ref": "util.json#/$defs/reqAttuneTags"
1695
+ },
1696
+ "miscTags": {
1697
+ "type": "array",
1698
+ "items": {
1699
+ "description": "CF/W: Creates Food/Water",
1700
+ "enum": [
1701
+ "CF/W"
1702
+ ]
1703
+ }
1704
+ },
1705
+ "hasFluff": {
1706
+ "type": "boolean"
1707
+ },
1708
+ "hasFluffImages": {
1709
+ "type": "boolean"
1710
+ },
1711
+ "hasRefs": {
1712
+ "type": "boolean",
1713
+ "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
1714
+ },
1715
+ "acSpecial": {
1716
+ "description": "Free text field for homebrew use.",
1717
+ "type": "string"
1718
+ },
1719
+ "currencyConversion": {
1720
+ "description": "ID of a value conversion table. Homebrew only.",
1721
+ "type": "string"
1722
+ },
1723
+ "alCertificateId": {
1724
+ "description": "Adventurers League item certificate ID; for use in homebrew.",
1725
+ "type": "string"
1726
+ },
1727
+ "foundryType": {
1728
+ "description": "Homebrew only: used to manually specify the exact Foundry item type an item should be imported as. \n\"CONFIG.Item.typeLabels\" correct as of Foundry v0.8.9",
1729
+ "type": "string",
1730
+ "enum": [
1731
+ "weapon",
1732
+ "equipment",
1733
+ "consumable",
1734
+ "tool",
1735
+ "loot",
1736
+ "class",
1737
+ "spell",
1738
+ "feat",
1739
+ "backpack"
1740
+ ]
1741
+ },
1742
+ "foundrySystem": {
1743
+ "$ref": "util.json#/$defs/foundrySystemObject"
1744
+ },
1745
+ "foundryFlags": {
1746
+ "$ref": "util.json#/$defs/foundryFlagsObject"
1747
+ },
1748
+ "foundryEffects": {
1749
+ "$ref": "util.json#/$defs/foundryEffectsArray"
1750
+ },
1751
+ "foundryImg": {
1752
+ "$ref": "util.json#/$defs/foundryImg"
1753
+ },
1754
+ "fluff": {
1755
+ "$ref": "items-shared.json#/$defs/fluff"
1756
+ },
1757
+ "_copy": {
1758
+ "type": "object",
1759
+ "properties": {
1760
+ "name": {
1761
+ "type": "string"
1762
+ },
1763
+ "source": {
1764
+ "type": "string"
1765
+ },
1766
+ "pantheon": {
1767
+ "description": "Used in deity data",
1768
+ "type": "string"
1769
+ },
1770
+ "shortName": {
1771
+ "description": "Used in subclass data",
1772
+ "type": "string"
1773
+ },
1774
+ "className": {
1775
+ "description": "Used in subclass data",
1776
+ "type": "string"
1777
+ },
1778
+ "classSource": {
1779
+ "description": "Used in subclass data",
1780
+ "type": "string"
1781
+ },
1782
+ "_mod": {
1783
+ "$ref": "util.json#/$defs/_modObject"
1784
+ },
1785
+ "_trait": {
1786
+ "type": "object",
1787
+ "properties": {
1788
+ "name": {
1789
+ "type": "string"
1790
+ },
1791
+ "source": {
1792
+ "type": "string"
1793
+ }
1794
+ },
1795
+ "required": [
1796
+ "name",
1797
+ "source"
1798
+ ]
1799
+ },
1800
+ "_preserve": {
1801
+ "type": "object",
1802
+ "patternProperties": {
1803
+ ".*": {
1804
+ "const": true
1805
+ }
1806
+ }
1807
+ }
1808
+ },
1809
+ "required": [
1810
+ "name",
1811
+ "source"
1812
+ ],
1813
+ "additionalProperties": false
1814
+ }
1815
+ },
1816
+ "additionalProperties": {
1817
+ "type": [
1818
+ "boolean",
1819
+ "integer",
1820
+ "string"
1821
+ ]
1822
+ },
1823
+ "required": [
1824
+ "_copy"
1825
+ ]
1826
+ }
1827
+ ]
1828
+ }
1829
+ },
1830
+ "properties": {
1831
+ "item": {
1832
+ "type": "array",
1833
+ "items": {
1834
+ "$ref": "#/$defs/item"
1835
+ },
1836
+ "uniqueItems": true,
1837
+ "minItems": 1
1838
+ },
1839
+ "itemGroup": {
1840
+ "description": "Used to create fake item entries for groups of related items, often referred to as a single item (e.g. arcane foci)",
1841
+ "type": "array",
1842
+ "items": {
1843
+ "type": "object",
1844
+ "$ref": "#/$defs/item",
1845
+ "oneOf": [
1846
+ {
1847
+ "required": [
1848
+ "items"
1849
+ ]
1850
+ },
1851
+ {
1852
+ "required": [
1853
+ "_copy"
1854
+ ]
1855
+ }
1856
+ ]
1857
+ },
1858
+ "uniqueItems": true,
1859
+ "minItems": 1
1860
+ },
1861
+ "_meta": {
1862
+ "$ref": "util.json#/$defs/metaBlock"
1863
+ }
1864
+ },
1865
+ "additionalProperties": false
1866
+ }