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