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,373 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "foundry-class.json",
4
+ "version": "1.4.1",
5
+ "type": "object",
6
+ "$defs": {
7
+ "entryDataObject": {
8
+ "description": "Additional \"5etools-type\" data to be stored on the entry.",
9
+ "type": "object",
10
+ "properties": {
11
+ "languageProficiencies": {
12
+ "$ref": "../util.json#/$defs/languageProficiencies"
13
+ },
14
+ "skillProficiencies": {
15
+ "$ref": "../util.json#/$defs/skillProficiencies"
16
+ },
17
+ "weaponProficiencies": {
18
+ "$ref": "../util.json#/$defs/weaponProficiencies"
19
+ },
20
+ "armorProficiencies": {
21
+ "$ref": "../util.json#/$defs/armorProficiencies"
22
+ },
23
+ "toolProficiencies": {
24
+ "$ref": "../util.json#/$defs/toolProficiencies"
25
+ },
26
+ "savingThrowProficiencies": {
27
+ "$ref": "../util.json#/$defs/savingThrowProficiencies"
28
+ },
29
+ "expertise": {
30
+ "$ref": "../util.json#/$defs/expertise"
31
+ },
32
+ "resist": {
33
+ "$ref": "../util.json#/$defs/damageResistArrayPlayer"
34
+ },
35
+ "immune": {
36
+ "$ref": "../util.json#/$defs/damageImmunityArrayPlayer"
37
+ },
38
+ "vulnerable": {
39
+ "$ref": "../util.json#/$defs/damageVulnerabilityArrayPlayer"
40
+ },
41
+ "conditionImmune": {
42
+ "$ref": "../util.json#/$defs/conditionImmunityArrayPlayer"
43
+ },
44
+ "resources": {
45
+ "$ref": "../util.json#/$defs/resourcesArray"
46
+ },
47
+ "senses": {
48
+ "$ref": "../util.json#/$defs/sensesArray"
49
+ }
50
+ },
51
+ "additionalProperties": false
52
+ }
53
+ },
54
+ "properties": {
55
+ "class": {
56
+ "type": "array",
57
+ "items": {
58
+ "type": "object",
59
+ "properties": {
60
+ "name": {
61
+ "type": "string"
62
+ },
63
+ "source": {
64
+ "type": "string"
65
+ },
66
+ "entries": {
67
+ "type": "array",
68
+ "items": {
69
+ "$ref": "../entry.json"
70
+ }
71
+ },
72
+ "entryData": {
73
+ "$ref": "#/$defs/entryDataObject"
74
+ },
75
+ "system": {
76
+ "$ref": "../util.json#/$defs/foundrySystemObject"
77
+ },
78
+ "flags": {
79
+ "$ref": "../util.json#/$defs/foundryFlagsObject"
80
+ },
81
+ "advancement": {
82
+ "$ref": "../util.json#/$defs/foundryAdvancementsArray"
83
+ },
84
+ "chooseSystem": {
85
+ "type": "array",
86
+ "items": {
87
+ "$ref": "../util.json#/$defs/foundrySystemObject"
88
+ }
89
+ },
90
+ "isChooseSystemRenderEntries": {
91
+ "type": "boolean"
92
+ },
93
+ "isChooseFlagsRenderEntries": {
94
+ "type": "boolean"
95
+ },
96
+ "isIgnored": {
97
+ "const": true
98
+ },
99
+ "actorDataMod": {
100
+ "type": "object"
101
+ },
102
+ "actorTokenMod": {
103
+ "type": "object"
104
+ },
105
+ "effects": {
106
+ "$ref": "../util.json#/$defs/foundryEffectsArray"
107
+ },
108
+ "img": {
109
+ "type": "string"
110
+ },
111
+ "subEntities": {
112
+ "$ref": "../util.json#/$defs/foundrySubEntitiesObject"
113
+ }
114
+ },
115
+ "required": [
116
+ "name",
117
+ "source"
118
+ ],
119
+ "additionalProperties": false
120
+ },
121
+ "minItems": 1,
122
+ "uniqueItems": true
123
+ },
124
+ "subclass": {
125
+ "type": "array",
126
+ "items": {
127
+ "type": "object",
128
+ "properties": {
129
+ "name": {
130
+ "type": "string"
131
+ },
132
+ "source": {
133
+ "type": "string"
134
+ },
135
+ "className": {
136
+ "type": "string"
137
+ },
138
+ "classSource": {
139
+ "type": "string"
140
+ },
141
+ "entries": {
142
+ "type": "array",
143
+ "items": {
144
+ "$ref": "../entry.json"
145
+ }
146
+ },
147
+ "entryData": {
148
+ "$ref": "#/$defs/entryDataObject"
149
+ },
150
+ "system": {
151
+ "$ref": "../util.json#/$defs/foundrySystemObject"
152
+ },
153
+ "flags": {
154
+ "$ref": "../util.json#/$defs/foundryFlagsObject"
155
+ },
156
+ "advancement": {
157
+ "$ref": "../util.json#/$defs/foundryAdvancementsArray"
158
+ },
159
+ "chooseSystem": {
160
+ "type": "array",
161
+ "items": {
162
+ "$ref": "../util.json#/$defs/foundrySystemObject"
163
+ }
164
+ },
165
+ "isChooseSystemRenderEntries": {
166
+ "type": "boolean"
167
+ },
168
+ "isChooseFlagsRenderEntries": {
169
+ "type": "boolean"
170
+ },
171
+ "isIgnored": {
172
+ "const": true
173
+ },
174
+ "actorDataMod": {
175
+ "type": "object"
176
+ },
177
+ "actorTokenMod": {
178
+ "type": "object"
179
+ },
180
+ "effects": {
181
+ "$ref": "../util.json#/$defs/foundryEffectsArray"
182
+ },
183
+ "img": {
184
+ "type": "string"
185
+ },
186
+ "subEntities": {
187
+ "$ref": "../util.json#/$defs/foundrySubEntitiesObject"
188
+ }
189
+ },
190
+ "required": [
191
+ "name",
192
+ "source",
193
+ "className",
194
+ "classSource"
195
+ ],
196
+ "additionalProperties": false
197
+ },
198
+ "minItems": 1,
199
+ "uniqueItems": true
200
+ },
201
+ "classFeature": {
202
+ "type": "array",
203
+ "items": {
204
+ "type": "object",
205
+ "properties": {
206
+ "name": {
207
+ "type": "string"
208
+ },
209
+ "source": {
210
+ "type": "string"
211
+ },
212
+ "className": {
213
+ "type": "string"
214
+ },
215
+ "classSource": {
216
+ "type": "string"
217
+ },
218
+ "level": {
219
+ "type": "integer"
220
+ },
221
+ "entries": {
222
+ "type": "array",
223
+ "items": {
224
+ "$ref": "../entry.json"
225
+ }
226
+ },
227
+ "entryData": {
228
+ "$ref": "#/$defs/entryDataObject"
229
+ },
230
+ "system": {
231
+ "$ref": "../util.json#/$defs/foundrySystemObject"
232
+ },
233
+ "flags": {
234
+ "$ref": "../util.json#/$defs/foundryFlagsObject"
235
+ },
236
+ "chooseSystem": {
237
+ "type": "array",
238
+ "items": {
239
+ "$ref": "../util.json#/$defs/foundrySystemObject"
240
+ }
241
+ },
242
+ "isChooseSystemRenderEntries": {
243
+ "type": "boolean"
244
+ },
245
+ "isChooseFlagsRenderEntries": {
246
+ "type": "boolean"
247
+ },
248
+ "isIgnored": {
249
+ "const": true
250
+ },
251
+ "actorDataMod": {
252
+ "type": "object"
253
+ },
254
+ "actorTokenMod": {
255
+ "type": "object"
256
+ },
257
+ "effects": {
258
+ "$ref": "../util.json#/$defs/foundryEffectsArray"
259
+ },
260
+ "img": {
261
+ "type": "string"
262
+ },
263
+ "subEntities": {
264
+ "$ref": "../util.json#/$defs/foundrySubEntitiesObject"
265
+ }
266
+ },
267
+ "required": [
268
+ "name",
269
+ "source",
270
+ "className",
271
+ "classSource",
272
+ "level"
273
+ ],
274
+ "additionalProperties": false
275
+ },
276
+ "minItems": 1,
277
+ "uniqueItems": true
278
+ },
279
+ "subclassFeature": {
280
+ "type": "array",
281
+ "items": {
282
+ "type": "object",
283
+ "properties": {
284
+ "name": {
285
+ "type": "string"
286
+ },
287
+ "source": {
288
+ "type": "string"
289
+ },
290
+ "className": {
291
+ "type": "string"
292
+ },
293
+ "classSource": {
294
+ "type": "string"
295
+ },
296
+ "level": {
297
+ "type": "integer"
298
+ },
299
+ "subclassShortName": {
300
+ "type": "string"
301
+ },
302
+ "subclassSource": {
303
+ "type": "string"
304
+ },
305
+ "entries": {
306
+ "type": "array",
307
+ "items": {
308
+ "$ref": "../entry.json"
309
+ }
310
+ },
311
+ "entryData": {
312
+ "$ref": "#/$defs/entryDataObject"
313
+ },
314
+ "system": {
315
+ "$ref": "../util.json#/$defs/foundrySystemObject"
316
+ },
317
+ "flags": {
318
+ "$ref": "../util.json#/$defs/foundryFlagsObject"
319
+ },
320
+ "chooseSystem": {
321
+ "type": "array",
322
+ "items": {
323
+ "$ref": "../util.json#/$defs/foundrySystemObject"
324
+ }
325
+ },
326
+ "isChooseSystemRenderEntries": {
327
+ "type": "boolean"
328
+ },
329
+ "isChooseFlagsRenderEntries": {
330
+ "type": "boolean"
331
+ },
332
+ "isIgnored": {
333
+ "const": true
334
+ },
335
+ "actorDataMod": {
336
+ "type": "object"
337
+ },
338
+ "actorTokenMod": {
339
+ "type": "object"
340
+ },
341
+ "effects": {
342
+ "$ref": "../util.json#/$defs/foundryEffectsArray"
343
+ },
344
+ "img": {
345
+ "type": "string"
346
+ },
347
+ "subEntities": {
348
+ "$ref": "../util.json#/$defs/foundrySubEntitiesObject"
349
+ }
350
+ },
351
+ "required": [
352
+ "name",
353
+ "source",
354
+ "className",
355
+ "classSource",
356
+ "level",
357
+ "subclassShortName",
358
+ "subclassSource"
359
+ ],
360
+ "additionalProperties": false
361
+ },
362
+ "minItems": 1,
363
+ "uniqueItems": true
364
+ }
365
+ },
366
+ "required": [
367
+ "class",
368
+ "subclass",
369
+ "classFeature",
370
+ "subclassFeature"
371
+ ],
372
+ "additionalProperties": false
373
+ }
@@ -0,0 +1,82 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "conditionsdiseases.json",
4
+ "version": "1.2.0",
5
+ "type": "object",
6
+ "$defs": {
7
+ "conditionDisease": {
8
+ "type": "object",
9
+ "properties": {
10
+ "name": {
11
+ "type": "string"
12
+ },
13
+ "entries": {
14
+ "type": "array",
15
+ "items": {
16
+ "$ref": "entry.json"
17
+ }
18
+ },
19
+ "source": {
20
+ "type": "string"
21
+ },
22
+ "page": {
23
+ "$ref": "util.json#/$defs/page"
24
+ },
25
+ "srd": {
26
+ "$ref": "util.json#/$defs/srd"
27
+ },
28
+ "basicRules": {
29
+ "$ref": "util.json#/$defs/basicRules"
30
+ },
31
+ "otherSources": {
32
+ "$ref": "util.json#/$defs/otherSources"
33
+ },
34
+ "hasFluff": {
35
+ "type": "boolean"
36
+ },
37
+ "hasFluffImages": {
38
+ "type": "boolean"
39
+ }
40
+ },
41
+ "required": [
42
+ "name",
43
+ "entries",
44
+ "source",
45
+ "page"
46
+ ],
47
+ "additionalProperties": false
48
+ }
49
+ },
50
+ "properties": {
51
+ "condition": {
52
+ "type": "array",
53
+ "minItems": 1,
54
+ "uniqueItems": true,
55
+ "items": {
56
+ "$ref": "#/$defs/conditionDisease"
57
+ }
58
+ },
59
+ "disease": {
60
+ "type": "array",
61
+ "minItems": 1,
62
+ "uniqueItems": true,
63
+ "items": {
64
+ "$ref": "#/$defs/conditionDisease"
65
+ }
66
+ },
67
+ "status": {
68
+ "type": "array",
69
+ "minItems": 1,
70
+ "uniqueItems": true,
71
+ "items": {
72
+ "$ref": "#/$defs/conditionDisease"
73
+ }
74
+ }
75
+ },
76
+ "required": [
77
+ "condition",
78
+ "disease",
79
+ "status"
80
+ ],
81
+ "additionalProperties": false
82
+ }
@@ -0,0 +1,172 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "cultsboons.json",
4
+ "version": "1.1.0",
5
+ "type": "object",
6
+ "$defs": {
7
+ "cult": {
8
+ "type": "object",
9
+ "properties": {
10
+ "name": {
11
+ "type": "string"
12
+ },
13
+ "source": {
14
+ "type": "string"
15
+ },
16
+ "page": {
17
+ "$ref": "util.json#/$defs/page"
18
+ },
19
+ "otherSources": {
20
+ "$ref": "util.json#/$defs/otherSources"
21
+ },
22
+ "reprintedAs": {
23
+ "$ref": "util.json#/$defs/reprintedAs"
24
+ },
25
+ "type": {
26
+ "type": "string",
27
+ "enum": [
28
+ "Demonic",
29
+ "Diabolical",
30
+ "Elder Evil",
31
+ "Elemental"
32
+ ]
33
+ },
34
+ "goal": {
35
+ "type": "object",
36
+ "properties": {
37
+ "entry": {
38
+ "type": "string"
39
+ }
40
+ },
41
+ "required": [
42
+ "entry"
43
+ ],
44
+ "additionalProperties": false
45
+ },
46
+ "cultists": {
47
+ "type": "object",
48
+ "properties": {
49
+ "entry": {
50
+ "type": "string"
51
+ }
52
+ },
53
+ "required": [
54
+ "entry"
55
+ ],
56
+ "additionalProperties": false
57
+ },
58
+ "signaturespells": {
59
+ "type": "object",
60
+ "properties": {
61
+ "entry": {
62
+ "type": "string"
63
+ }
64
+ },
65
+ "required": [
66
+ "entry"
67
+ ],
68
+ "additionalProperties": false
69
+ },
70
+ "entries": {
71
+ "type": "array",
72
+ "items": {
73
+ "$ref": "entry.json"
74
+ }
75
+ }
76
+ },
77
+ "required": [
78
+ "name",
79
+ "source",
80
+ "entries"
81
+ ],
82
+ "additionalProperties": false
83
+ },
84
+ "boon": {
85
+ "type": "object",
86
+ "properties": {
87
+ "name": {
88
+ "type": "string"
89
+ },
90
+ "source": {
91
+ "type": "string"
92
+ },
93
+ "page": {
94
+ "$ref": "util.json#/$defs/page"
95
+ },
96
+ "otherSources": {
97
+ "$ref": "util.json#/$defs/otherSources"
98
+ },
99
+ "reprintedAs": {
100
+ "$ref": "util.json#/$defs/reprintedAs"
101
+ },
102
+ "type": {
103
+ "type": "string",
104
+ "enum": [
105
+ "Demonic"
106
+ ]
107
+ },
108
+ "ability": {
109
+ "type": "object",
110
+ "properties": {
111
+ "entry": {
112
+ "$ref": "entry.json"
113
+ }
114
+ },
115
+ "required": [
116
+ "entry"
117
+ ],
118
+ "additionalProperties": false
119
+ },
120
+ "signaturespells": {
121
+ "type": "object",
122
+ "properties": {
123
+ "entry": {
124
+ "$ref": "entry.json"
125
+ }
126
+ },
127
+ "required": [
128
+ "entry"
129
+ ],
130
+ "additionalProperties": false
131
+ },
132
+ "entries": {
133
+ "type": "array",
134
+ "uniqueItems": true,
135
+ "items": {
136
+ "$ref": "entry.json"
137
+ }
138
+ }
139
+ },
140
+ "required": [
141
+ "name",
142
+ "source",
143
+ "type",
144
+ "entries"
145
+ ],
146
+ "additionalProperties": false
147
+ }
148
+ },
149
+ "properties": {
150
+ "cult": {
151
+ "type": "array",
152
+ "minItems": 1,
153
+ "uniqueItems": true,
154
+ "items": {
155
+ "$ref": "#/$defs/cult"
156
+ }
157
+ },
158
+ "boon": {
159
+ "type": "array",
160
+ "minItems": 1,
161
+ "uniqueItems": true,
162
+ "items": {
163
+ "$ref": "#/$defs/boon"
164
+ }
165
+ }
166
+ },
167
+ "required": [
168
+ "cult",
169
+ "boon"
170
+ ],
171
+ "additionalProperties": false
172
+ }