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,482 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "deities.json",
4
+ "version": "1.2.4",
5
+ "type": "object",
6
+ "$defs": {
7
+ "deityData": {
8
+ "type": "object",
9
+ "properties": {
10
+ "name": {
11
+ "type": "string"
12
+ },
13
+ "reprintAlias": {
14
+ "type": "string"
15
+ },
16
+ "alignment": {
17
+ "type": "array",
18
+ "minItems": 1,
19
+ "items": {
20
+ "$ref": "util.json#/$defs/alignment"
21
+ }
22
+ },
23
+ "title": {
24
+ "type": "string"
25
+ },
26
+ "pantheon": {
27
+ "type": "string",
28
+ "examples": [
29
+ "Celtic",
30
+ "Dawn War",
31
+ "Dragonlance",
32
+ "Drow",
33
+ "Dwarven",
34
+ "Eberron",
35
+ "Egyptian",
36
+ "Elven",
37
+ "Faerûnian",
38
+ "Forgotten Realms",
39
+ "Gnomish",
40
+ "Greek",
41
+ "Greyhawk",
42
+ "Halfling",
43
+ "Nonhuman",
44
+ "Norse",
45
+ "Orc",
46
+ "Gnome",
47
+ "Duergar",
48
+ "Exandria",
49
+ "Theros",
50
+ "Unknown"
51
+ ]
52
+ },
53
+ "category": {
54
+ "type": "string"
55
+ },
56
+ "domains": {
57
+ "type": "array",
58
+ "minItems": 1,
59
+ "uniqueItems": true,
60
+ "items": {
61
+ "type": "string",
62
+ "examples": [
63
+ "Arcana",
64
+ "Death",
65
+ "Knowledge",
66
+ "Life",
67
+ "Light",
68
+ "Nature",
69
+ "Tempest",
70
+ "Trickery",
71
+ "War",
72
+ "Forge",
73
+ "Grave",
74
+ "Order",
75
+ "Peace",
76
+ "Twilight",
77
+ "Unknown"
78
+ ]
79
+ }
80
+ },
81
+ "province": {
82
+ "description": "The nouveau form of \"title\", first seen in MTF",
83
+ "type": "string"
84
+ },
85
+ "symbol": {
86
+ "type": "string"
87
+ },
88
+ "source": {
89
+ "type": "string"
90
+ },
91
+ "entries": {
92
+ "type": "array",
93
+ "items": {
94
+ "$ref": "entry.json"
95
+ }
96
+ },
97
+ "page": {
98
+ "$ref": "util.json#/$defs/page"
99
+ },
100
+ "additionalSources": {
101
+ "$ref": "util.json#/$defs/additionalSources"
102
+ },
103
+ "altNames": {
104
+ "type": "array",
105
+ "minItems": 1,
106
+ "uniqueItems": true,
107
+ "items": {
108
+ "type": "string"
109
+ }
110
+ },
111
+ "symbolImg": {
112
+ "$ref": "entry.json#/$defs/entryImage"
113
+ },
114
+ "srd": {
115
+ "$ref": "util.json#/$defs/srd"
116
+ },
117
+ "basicRules": {
118
+ "$ref": "util.json#/$defs/basicRules"
119
+ },
120
+ "customExtensionOf": {
121
+ "type": "string",
122
+ "description": "A UID of an existing deity that this deity extends. e.g. \"Bahgtru|Orc|SCAG\""
123
+ },
124
+ "piety": {
125
+ "type": "boolean"
126
+ },
127
+ "customProperties": {
128
+ "description": "For homebrew use only; a key-value dict of the form: `\"Typical Worshipers\": \"Half-elf Bards\"`",
129
+ "type": "object"
130
+ },
131
+ "foundryImg": {
132
+ "$ref": "util.json#/$defs/foundryImg"
133
+ }
134
+ },
135
+ "additionalProperties": false
136
+ },
137
+ "deity": {
138
+ "anyOf": [
139
+ {
140
+ "type": "object",
141
+ "properties": {
142
+ "name": {
143
+ "type": "string"
144
+ },
145
+ "reprintAlias": {
146
+ "type": "string"
147
+ },
148
+ "alignment": {
149
+ "type": "array",
150
+ "minItems": 1,
151
+ "items": {
152
+ "$ref": "util.json#/$defs/alignment"
153
+ }
154
+ },
155
+ "title": {
156
+ "type": "string"
157
+ },
158
+ "pantheon": {
159
+ "type": "string",
160
+ "examples": [
161
+ "Celtic",
162
+ "Dawn War",
163
+ "Dragonlance",
164
+ "Drow",
165
+ "Dwarven",
166
+ "Eberron",
167
+ "Egyptian",
168
+ "Elven",
169
+ "Faerûnian",
170
+ "Forgotten Realms",
171
+ "Gnomish",
172
+ "Greek",
173
+ "Greyhawk",
174
+ "Halfling",
175
+ "Nonhuman",
176
+ "Norse",
177
+ "Orc",
178
+ "Gnome",
179
+ "Duergar",
180
+ "Exandria",
181
+ "Theros",
182
+ "Unknown"
183
+ ]
184
+ },
185
+ "category": {
186
+ "type": "string"
187
+ },
188
+ "domains": {
189
+ "type": "array",
190
+ "minItems": 1,
191
+ "uniqueItems": true,
192
+ "items": {
193
+ "type": "string",
194
+ "examples": [
195
+ "Arcana",
196
+ "Death",
197
+ "Knowledge",
198
+ "Life",
199
+ "Light",
200
+ "Nature",
201
+ "Tempest",
202
+ "Trickery",
203
+ "War",
204
+ "Forge",
205
+ "Grave",
206
+ "Order",
207
+ "Peace",
208
+ "Twilight",
209
+ "Unknown"
210
+ ]
211
+ }
212
+ },
213
+ "province": {
214
+ "description": "The nouveau form of \"title\", first seen in MTF",
215
+ "type": "string"
216
+ },
217
+ "symbol": {
218
+ "type": "string"
219
+ },
220
+ "source": {
221
+ "type": "string"
222
+ },
223
+ "entries": {
224
+ "type": "array",
225
+ "items": {
226
+ "$ref": "entry.json"
227
+ }
228
+ },
229
+ "page": {
230
+ "$ref": "util.json#/$defs/page"
231
+ },
232
+ "additionalSources": {
233
+ "$ref": "util.json#/$defs/additionalSources"
234
+ },
235
+ "altNames": {
236
+ "type": "array",
237
+ "minItems": 1,
238
+ "uniqueItems": true,
239
+ "items": {
240
+ "type": "string"
241
+ }
242
+ },
243
+ "symbolImg": {
244
+ "$ref": "entry.json#/$defs/entryImage"
245
+ },
246
+ "srd": {
247
+ "$ref": "util.json#/$defs/srd"
248
+ },
249
+ "basicRules": {
250
+ "$ref": "util.json#/$defs/basicRules"
251
+ },
252
+ "customExtensionOf": {
253
+ "type": "string",
254
+ "description": "A UID of an existing deity that this deity extends. e.g. \"Bahgtru|Orc|SCAG\""
255
+ },
256
+ "piety": {
257
+ "type": "boolean"
258
+ },
259
+ "customProperties": {
260
+ "description": "For homebrew use only; a key-value dict of the form: `\"Typical Worshipers\": \"Half-elf Bards\"`",
261
+ "type": "object"
262
+ },
263
+ "foundryImg": {
264
+ "$ref": "util.json#/$defs/foundryImg"
265
+ }
266
+ },
267
+ "additionalProperties": false,
268
+ "required": [
269
+ "name",
270
+ "pantheon",
271
+ "source"
272
+ ]
273
+ },
274
+ {
275
+ "type": "object",
276
+ "properties": {
277
+ "name": {
278
+ "type": "string"
279
+ },
280
+ "reprintAlias": {
281
+ "type": "string"
282
+ },
283
+ "alignment": {
284
+ "type": "array",
285
+ "minItems": 1,
286
+ "items": {
287
+ "$ref": "util.json#/$defs/alignment"
288
+ }
289
+ },
290
+ "title": {
291
+ "type": "string"
292
+ },
293
+ "pantheon": {
294
+ "type": "string",
295
+ "examples": [
296
+ "Celtic",
297
+ "Dawn War",
298
+ "Dragonlance",
299
+ "Drow",
300
+ "Dwarven",
301
+ "Eberron",
302
+ "Egyptian",
303
+ "Elven",
304
+ "Faerûnian",
305
+ "Forgotten Realms",
306
+ "Gnomish",
307
+ "Greek",
308
+ "Greyhawk",
309
+ "Halfling",
310
+ "Nonhuman",
311
+ "Norse",
312
+ "Orc",
313
+ "Gnome",
314
+ "Duergar",
315
+ "Exandria",
316
+ "Theros",
317
+ "Unknown"
318
+ ]
319
+ },
320
+ "category": {
321
+ "type": "string"
322
+ },
323
+ "domains": {
324
+ "type": "array",
325
+ "minItems": 1,
326
+ "uniqueItems": true,
327
+ "items": {
328
+ "type": "string",
329
+ "examples": [
330
+ "Arcana",
331
+ "Death",
332
+ "Knowledge",
333
+ "Life",
334
+ "Light",
335
+ "Nature",
336
+ "Tempest",
337
+ "Trickery",
338
+ "War",
339
+ "Forge",
340
+ "Grave",
341
+ "Order",
342
+ "Peace",
343
+ "Twilight",
344
+ "Unknown"
345
+ ]
346
+ }
347
+ },
348
+ "province": {
349
+ "description": "The nouveau form of \"title\", first seen in MTF",
350
+ "type": "string"
351
+ },
352
+ "symbol": {
353
+ "type": "string"
354
+ },
355
+ "source": {
356
+ "type": "string"
357
+ },
358
+ "entries": {
359
+ "type": "array",
360
+ "items": {
361
+ "$ref": "entry.json"
362
+ }
363
+ },
364
+ "page": {
365
+ "$ref": "util.json#/$defs/page"
366
+ },
367
+ "additionalSources": {
368
+ "$ref": "util.json#/$defs/additionalSources"
369
+ },
370
+ "altNames": {
371
+ "type": "array",
372
+ "minItems": 1,
373
+ "uniqueItems": true,
374
+ "items": {
375
+ "type": "string"
376
+ }
377
+ },
378
+ "symbolImg": {
379
+ "$ref": "entry.json#/$defs/entryImage"
380
+ },
381
+ "srd": {
382
+ "$ref": "util.json#/$defs/srd"
383
+ },
384
+ "basicRules": {
385
+ "$ref": "util.json#/$defs/basicRules"
386
+ },
387
+ "customExtensionOf": {
388
+ "type": "string",
389
+ "description": "A UID of an existing deity that this deity extends. e.g. \"Bahgtru|Orc|SCAG\""
390
+ },
391
+ "piety": {
392
+ "type": "boolean"
393
+ },
394
+ "customProperties": {
395
+ "description": "For homebrew use only; a key-value dict of the form: `\"Typical Worshipers\": \"Half-elf Bards\"`",
396
+ "type": "object"
397
+ },
398
+ "foundryImg": {
399
+ "$ref": "util.json#/$defs/foundryImg"
400
+ },
401
+ "_copy": {
402
+ "type": "object",
403
+ "properties": {
404
+ "name": {
405
+ "type": "string"
406
+ },
407
+ "source": {
408
+ "type": "string"
409
+ },
410
+ "pantheon": {
411
+ "description": "Used in deity data",
412
+ "type": "string"
413
+ },
414
+ "shortName": {
415
+ "description": "Used in subclass data",
416
+ "type": "string"
417
+ },
418
+ "className": {
419
+ "description": "Used in subclass data",
420
+ "type": "string"
421
+ },
422
+ "classSource": {
423
+ "description": "Used in subclass data",
424
+ "type": "string"
425
+ },
426
+ "_mod": {
427
+ "$ref": "util.json#/$defs/_modObject"
428
+ },
429
+ "_trait": {
430
+ "type": "object",
431
+ "properties": {
432
+ "name": {
433
+ "type": "string"
434
+ },
435
+ "source": {
436
+ "type": "string"
437
+ }
438
+ },
439
+ "required": [
440
+ "name",
441
+ "source"
442
+ ]
443
+ },
444
+ "_preserve": {
445
+ "type": "object",
446
+ "patternProperties": {
447
+ ".*": {
448
+ "const": true
449
+ }
450
+ }
451
+ }
452
+ },
453
+ "required": [
454
+ "name",
455
+ "source"
456
+ ],
457
+ "additionalProperties": false
458
+ }
459
+ },
460
+ "additionalProperties": false,
461
+ "required": [
462
+ "_copy"
463
+ ]
464
+ }
465
+ ]
466
+ }
467
+ },
468
+ "properties": {
469
+ "deity": {
470
+ "type": "array",
471
+ "minItems": 1,
472
+ "uniqueItems": true,
473
+ "items": {
474
+ "$ref": "#/$defs/deity"
475
+ }
476
+ },
477
+ "_meta": {
478
+ "$ref": "util.json#/$defs/metaBlock"
479
+ }
480
+ },
481
+ "additionalProperties": false
482
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "encounters.json",
4
+ "version": "1.2.5",
5
+ "title": "EncounterArray",
6
+ "type": "object",
7
+ "$defs": {
8
+ "encounterTableRow": {
9
+ "type": "object",
10
+ "properties": {
11
+ "min": {
12
+ "type": "integer"
13
+ },
14
+ "max": {
15
+ "type": "integer"
16
+ },
17
+ "result": {
18
+ "$ref": "entry.json"
19
+ },
20
+ "resultAttitude": {
21
+ "$ref": "entry.json"
22
+ }
23
+ },
24
+ "required": [
25
+ "min",
26
+ "max",
27
+ "result"
28
+ ],
29
+ "additionalProperties": false
30
+ },
31
+ "encounterTable": {
32
+ "type": "object",
33
+ "properties": {
34
+ "minlvl": {
35
+ "type": "integer"
36
+ },
37
+ "maxlvl": {
38
+ "type": "integer"
39
+ },
40
+ "diceType": {
41
+ "type": "integer"
42
+ },
43
+ "rollAttitude": {
44
+ "type": "boolean"
45
+ },
46
+ "table": {
47
+ "type": "array",
48
+ "items": {
49
+ "$ref": "#/$defs/encounterTableRow"
50
+ }
51
+ }
52
+ },
53
+ "required": [
54
+ "table"
55
+ ],
56
+ "additionalProperties": false
57
+ },
58
+ "encounter": {
59
+ "type": "object",
60
+ "properties": {
61
+ "name": {
62
+ "type": "string"
63
+ },
64
+ "source": {
65
+ "type": "string"
66
+ },
67
+ "tables": {
68
+ "type": "array",
69
+ "items": {
70
+ "$ref": "#/$defs/encounterTable"
71
+ }
72
+ },
73
+ "page": {
74
+ "$ref": "util.json#/$defs/page"
75
+ }
76
+ },
77
+ "required": [
78
+ "name",
79
+ "source",
80
+ "tables"
81
+ ],
82
+ "additionalProperties": false
83
+ }
84
+ },
85
+ "properties": {
86
+ "encounter": {
87
+ "type": "array",
88
+ "minItems": 1,
89
+ "uniqueItems": true,
90
+ "items": {
91
+ "$ref": "#/$defs/encounter"
92
+ }
93
+ }
94
+ },
95
+ "required": [
96
+ "encounter"
97
+ ],
98
+ "additionalProperties": false
99
+ }