5etools-utils 0.8.37 → 0.9.1

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 (187) hide show
  1. package/README.md +1 -0
  2. package/bin/test-json-ua.js +5 -0
  3. package/lib/BrewTester.js +3 -3
  4. package/lib/TestJson.js +22 -7
  5. package/package.json +2 -1
  6. package/schema/brew/backgrounds.json +13 -13
  7. package/schema/brew/class/class.json +1 -1
  8. package/schema/brew/items-shared.json +1 -1
  9. package/schema/brew/races.json +1 -1
  10. package/schema/brew/spells/spells.json +61 -61
  11. package/schema/brew/util.json +47 -1
  12. package/schema/brew-fast/backgrounds.json +13 -13
  13. package/schema/brew-fast/class/class.json +1 -1
  14. package/schema/brew-fast/items-shared.json +1 -1
  15. package/schema/brew-fast/races.json +1 -1
  16. package/schema/brew-fast/spells/spells.json +61 -61
  17. package/schema/brew-fast/util.json +47 -1
  18. package/schema/site/backgrounds.json +1 -1
  19. package/schema/site/class/class.json +1 -1
  20. package/schema/site/items-shared.json +1 -1
  21. package/schema/site/races.json +1 -1
  22. package/schema/site/spells/spells.json +1 -1
  23. package/schema/site/util.json +48 -2
  24. package/schema/site-fast/backgrounds.json +1 -1
  25. package/schema/site-fast/class/class.json +1 -1
  26. package/schema/site-fast/items-shared.json +1 -1
  27. package/schema/site-fast/races.json +1 -1
  28. package/schema/site-fast/spells/spells.json +1 -1
  29. package/schema/site-fast/util.json +48 -2
  30. package/schema/ua/actions.json +97 -0
  31. package/schema/ua/adventure/adventure.json +12 -0
  32. package/schema/ua/adventures.json +214 -0
  33. package/schema/ua/backgrounds.json +326 -0
  34. package/schema/ua/bestiary/bestiary.json +3735 -0
  35. package/schema/ua/bestiary/fluff-bestiary.json +15 -0
  36. package/schema/ua/bestiary/fluff-index.json +11 -0
  37. package/schema/ua/bestiary/foundry.json +15 -0
  38. package/schema/ua/bestiary/index.json +11 -0
  39. package/schema/ua/bestiary/legendarygroups.json +202 -0
  40. package/schema/ua/bestiary/template.json +275 -0
  41. package/schema/ua/book/book.json +12 -0
  42. package/schema/ua/books.json +141 -0
  43. package/schema/ua/changelog.json +35 -0
  44. package/schema/ua/charcreationoptions.json +80 -0
  45. package/schema/ua/class/class.json +1881 -0
  46. package/schema/ua/class/foundry.json +397 -0
  47. package/schema/ua/class/index.json +11 -0
  48. package/schema/ua/conditionsdiseases.json +82 -0
  49. package/schema/ua/cultsboons.json +175 -0
  50. package/schema/ua/decks.json +504 -0
  51. package/schema/ua/deities.json +473 -0
  52. package/schema/ua/encounters.json +105 -0
  53. package/schema/ua/entry.json +3748 -0
  54. package/schema/ua/feats.json +117 -0
  55. package/schema/ua/fluff-backgrounds.json +15 -0
  56. package/schema/ua/fluff-charcreationoptions.json +43 -0
  57. package/schema/ua/fluff-conditionsdiseases.json +43 -0
  58. package/schema/ua/fluff-feats.json +15 -0
  59. package/schema/ua/fluff-items.json +15 -0
  60. package/schema/ua/fluff-languages.json +42 -0
  61. package/schema/ua/fluff-objects.json +15 -0
  62. package/schema/ua/fluff-races.json +214 -0
  63. package/schema/ua/fluff-recipes.json +42 -0
  64. package/schema/ua/fluff-vehicles.json +63 -0
  65. package/schema/ua/foundry-actions.json +15 -0
  66. package/schema/ua/foundry-backgrounds.json +53 -0
  67. package/schema/ua/foundry-feats.json +15 -0
  68. package/schema/ua/foundry-items.json +63 -0
  69. package/schema/ua/foundry-optionalfeatures.json +15 -0
  70. package/schema/ua/foundry-psionics.json +56 -0
  71. package/schema/ua/foundry-races.json +58 -0
  72. package/schema/ua/foundry-rewards.json +15 -0
  73. package/schema/ua/foundry-vehicles.json +15 -0
  74. package/schema/ua/generated/bookref-quick.json +72 -0
  75. package/schema/ua/generated/gendata-spell-source-lookup.json +230 -0
  76. package/schema/ua/homebrew.json +633 -0
  77. package/schema/ua/items-base.json +959 -0
  78. package/schema/ua/items-shared.json +267 -0
  79. package/schema/ua/items.json +1770 -0
  80. package/schema/ua/languages.json +123 -0
  81. package/schema/ua/life.json +17 -0
  82. package/schema/ua/loot.json +510 -0
  83. package/schema/ua/magicvariants.json +361 -0
  84. package/schema/ua/makebrew-creature.json +66 -0
  85. package/schema/ua/makecards.json +43 -0
  86. package/schema/ua/monsterfeatures.json +53 -0
  87. package/schema/ua/msbcr.json +60 -0
  88. package/schema/ua/names.json +94 -0
  89. package/schema/ua/objects.json +165 -0
  90. package/schema/ua/optionalfeatures.json +130 -0
  91. package/schema/ua/psionics.json +173 -0
  92. package/schema/ua/races.json +1668 -0
  93. package/schema/ua/recipes.json +185 -0
  94. package/schema/ua/renderdemo.json +16 -0
  95. package/schema/ua/rewards.json +93 -0
  96. package/schema/ua/senses.json +54 -0
  97. package/schema/ua/skills.json +54 -0
  98. package/schema/ua/spells/fluff-index.json +11 -0
  99. package/schema/ua/spells/fluff-spells.json +15 -0
  100. package/schema/ua/spells/foundry.json +15 -0
  101. package/schema/ua/spells/index.json +11 -0
  102. package/schema/ua/spells/roll20.json +112 -0
  103. package/schema/ua/spells/spells.json +1250 -0
  104. package/schema/ua/tables.json +220 -0
  105. package/schema/ua/trapshazards.json +236 -0
  106. package/schema/ua/util.json +4466 -0
  107. package/schema/ua/variantrules.json +74 -0
  108. package/schema/ua/vehicles.json +820 -0
  109. package/schema/ua-fast/actions.json +97 -0
  110. package/schema/ua-fast/adventure/adventure.json +12 -0
  111. package/schema/ua-fast/adventures.json +214 -0
  112. package/schema/ua-fast/backgrounds.json +326 -0
  113. package/schema/ua-fast/bestiary/bestiary.json +3735 -0
  114. package/schema/ua-fast/bestiary/fluff-bestiary.json +15 -0
  115. package/schema/ua-fast/bestiary/fluff-index.json +11 -0
  116. package/schema/ua-fast/bestiary/foundry.json +15 -0
  117. package/schema/ua-fast/bestiary/index.json +11 -0
  118. package/schema/ua-fast/bestiary/legendarygroups.json +202 -0
  119. package/schema/ua-fast/bestiary/template.json +275 -0
  120. package/schema/ua-fast/book/book.json +12 -0
  121. package/schema/ua-fast/books.json +141 -0
  122. package/schema/ua-fast/changelog.json +35 -0
  123. package/schema/ua-fast/charcreationoptions.json +80 -0
  124. package/schema/ua-fast/class/class.json +1881 -0
  125. package/schema/ua-fast/class/foundry.json +397 -0
  126. package/schema/ua-fast/class/index.json +11 -0
  127. package/schema/ua-fast/conditionsdiseases.json +82 -0
  128. package/schema/ua-fast/cultsboons.json +175 -0
  129. package/schema/ua-fast/decks.json +504 -0
  130. package/schema/ua-fast/deities.json +473 -0
  131. package/schema/ua-fast/encounters.json +105 -0
  132. package/schema/ua-fast/entry.json +3748 -0
  133. package/schema/ua-fast/feats.json +117 -0
  134. package/schema/ua-fast/fluff-backgrounds.json +15 -0
  135. package/schema/ua-fast/fluff-charcreationoptions.json +43 -0
  136. package/schema/ua-fast/fluff-conditionsdiseases.json +43 -0
  137. package/schema/ua-fast/fluff-feats.json +15 -0
  138. package/schema/ua-fast/fluff-items.json +15 -0
  139. package/schema/ua-fast/fluff-languages.json +42 -0
  140. package/schema/ua-fast/fluff-objects.json +15 -0
  141. package/schema/ua-fast/fluff-races.json +214 -0
  142. package/schema/ua-fast/fluff-recipes.json +42 -0
  143. package/schema/ua-fast/fluff-vehicles.json +63 -0
  144. package/schema/ua-fast/foundry-actions.json +15 -0
  145. package/schema/ua-fast/foundry-backgrounds.json +53 -0
  146. package/schema/ua-fast/foundry-feats.json +15 -0
  147. package/schema/ua-fast/foundry-items.json +63 -0
  148. package/schema/ua-fast/foundry-optionalfeatures.json +15 -0
  149. package/schema/ua-fast/foundry-psionics.json +56 -0
  150. package/schema/ua-fast/foundry-races.json +58 -0
  151. package/schema/ua-fast/foundry-rewards.json +15 -0
  152. package/schema/ua-fast/foundry-vehicles.json +15 -0
  153. package/schema/ua-fast/generated/bookref-quick.json +72 -0
  154. package/schema/ua-fast/generated/gendata-spell-source-lookup.json +230 -0
  155. package/schema/ua-fast/homebrew.json +631 -0
  156. package/schema/ua-fast/items-base.json +959 -0
  157. package/schema/ua-fast/items-shared.json +267 -0
  158. package/schema/ua-fast/items.json +1770 -0
  159. package/schema/ua-fast/languages.json +123 -0
  160. package/schema/ua-fast/life.json +17 -0
  161. package/schema/ua-fast/loot.json +510 -0
  162. package/schema/ua-fast/magicvariants.json +361 -0
  163. package/schema/ua-fast/makebrew-creature.json +66 -0
  164. package/schema/ua-fast/makecards.json +43 -0
  165. package/schema/ua-fast/monsterfeatures.json +53 -0
  166. package/schema/ua-fast/msbcr.json +60 -0
  167. package/schema/ua-fast/names.json +94 -0
  168. package/schema/ua-fast/objects.json +165 -0
  169. package/schema/ua-fast/optionalfeatures.json +130 -0
  170. package/schema/ua-fast/psionics.json +173 -0
  171. package/schema/ua-fast/races.json +1668 -0
  172. package/schema/ua-fast/recipes.json +185 -0
  173. package/schema/ua-fast/renderdemo.json +16 -0
  174. package/schema/ua-fast/rewards.json +93 -0
  175. package/schema/ua-fast/senses.json +54 -0
  176. package/schema/ua-fast/skills.json +54 -0
  177. package/schema/ua-fast/spells/fluff-index.json +11 -0
  178. package/schema/ua-fast/spells/fluff-spells.json +15 -0
  179. package/schema/ua-fast/spells/foundry.json +15 -0
  180. package/schema/ua-fast/spells/index.json +11 -0
  181. package/schema/ua-fast/spells/roll20.json +112 -0
  182. package/schema/ua-fast/spells/spells.json +1250 -0
  183. package/schema/ua-fast/tables.json +220 -0
  184. package/schema/ua-fast/trapshazards.json +236 -0
  185. package/schema/ua-fast/util.json +4466 -0
  186. package/schema/ua-fast/variantrules.json +74 -0
  187. package/schema/ua-fast/vehicles.json +820 -0
@@ -0,0 +1,185 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "recipes.json",
4
+ "version": "1.2.5",
5
+ "type": "object",
6
+ "$defs": {
7
+ "recipe": {
8
+ "type": "object",
9
+ "properties": {
10
+ "name": {
11
+ "type": "string"
12
+ },
13
+ "source": {
14
+ "$ref": "util.json#/$defs/source"
15
+ },
16
+ "page": {
17
+ "$ref": "util.json#/$defs/page"
18
+ },
19
+ "serves": {
20
+ "oneOf": [
21
+ {
22
+ "type": "object",
23
+ "properties": {
24
+ "min": {
25
+ "type": "integer"
26
+ },
27
+ "max": {
28
+ "type": "integer"
29
+ },
30
+ "note": {
31
+ "$ref": "entry.json"
32
+ }
33
+ },
34
+ "required": [
35
+ "min",
36
+ "max"
37
+ ],
38
+ "additionalProperties": false
39
+ },
40
+ {
41
+ "type": "object",
42
+ "properties": {
43
+ "exact": {
44
+ "type": "integer"
45
+ },
46
+ "note": {
47
+ "$ref": "entry.json"
48
+ }
49
+ },
50
+ "required": [
51
+ "exact"
52
+ ],
53
+ "additionalProperties": false
54
+ }
55
+ ]
56
+ },
57
+ "makes": {
58
+ "$ref": "entry.json"
59
+ },
60
+ "ingredients": {
61
+ "type": "array",
62
+ "items": {
63
+ "$ref": "entry.json"
64
+ }
65
+ },
66
+ "equipment": {
67
+ "type": "array",
68
+ "items": {
69
+ "$ref": "entry.json"
70
+ }
71
+ },
72
+ "instructions": {
73
+ "type": "array",
74
+ "items": {
75
+ "$ref": "entry.json"
76
+ }
77
+ },
78
+ "noteCook": {
79
+ "type": "array",
80
+ "items": {
81
+ "$ref": "entry.json"
82
+ }
83
+ },
84
+ "type": {
85
+ "type": "string",
86
+ "enum": [
87
+ "Dwarven",
88
+ "Elven",
89
+ "Elixir/Ale",
90
+ "Human",
91
+ "Halfling",
92
+ "Uncommon Cuisine"
93
+ ]
94
+ },
95
+ "diet": {
96
+ "type": "string",
97
+ "description": "C: Vegetarian [aka \"cheese\"]\n V: Vegan\n X: Omnivorous",
98
+ "enum": [
99
+ "C",
100
+ "V",
101
+ "X"
102
+ ]
103
+ },
104
+ "miscTags": {
105
+ "type": "array",
106
+ "items": {
107
+ "type": "string",
108
+ "enum": [
109
+ "alcohol"
110
+ ]
111
+ }
112
+ },
113
+ "allergenGroups": {
114
+ "type": "array",
115
+ "description": "One of the 14 major food allergens; see https://erudus.com/food-allergens for more information.",
116
+ "items": {
117
+ "type": "string",
118
+ "enum": [
119
+ "celery",
120
+ "crustaceans",
121
+ "eggs",
122
+ "fish",
123
+ "gluten",
124
+ "lupin",
125
+ "milk",
126
+ "molluscs",
127
+ "mustard",
128
+ "nuts",
129
+ "peanuts",
130
+ "sesame",
131
+ "soya",
132
+ "sulphites"
133
+ ]
134
+ }
135
+ },
136
+ "dishTypes": {
137
+ "type": "array",
138
+ "items": {
139
+ "type": "string",
140
+ "enum": [
141
+ "appetizer",
142
+ "bread",
143
+ "cocktail",
144
+ "dessert",
145
+ "drink",
146
+ "entree",
147
+ "pastry",
148
+ "salad",
149
+ "side",
150
+ "snack",
151
+ "soup"
152
+ ]
153
+ }
154
+ },
155
+ "hasFluff": {
156
+ "type": "boolean"
157
+ },
158
+ "hasFluffImages": {
159
+ "type": "boolean"
160
+ }
161
+ },
162
+ "required": [
163
+ "name",
164
+ "source",
165
+ "instructions",
166
+ "ingredients"
167
+ ],
168
+ "additionalProperties": false
169
+ }
170
+ },
171
+ "properties": {
172
+ "recipe": {
173
+ "type": "array",
174
+ "uniqueItems": true,
175
+ "minItems": 1,
176
+ "items": {
177
+ "$ref": "#/$defs/recipe"
178
+ }
179
+ }
180
+ },
181
+ "required": [
182
+ "recipe"
183
+ ],
184
+ "additionalProperties": false
185
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "renderdemo.json",
4
+ "version": "1.0.1",
5
+ "type": "object",
6
+ "properties": {
7
+ "data": {
8
+ "type": "array",
9
+ "minItems": 1,
10
+ "items": {
11
+ "$ref": "entry.json"
12
+ }
13
+ }
14
+ },
15
+ "additionalProperties": false
16
+ }
@@ -0,0 +1,93 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "rewards.json",
4
+ "version": "1.1.2",
5
+ "type": "object",
6
+ "$defs": {
7
+ "reward": {
8
+ "type": "object",
9
+ "properties": {
10
+ "name": {
11
+ "type": "string"
12
+ },
13
+ "source": {
14
+ "$ref": "util.json#/$defs/source"
15
+ },
16
+ "page": {
17
+ "$ref": "util.json#/$defs/page"
18
+ },
19
+ "legacy": {
20
+ "$ref": "util.json#/$defs/legacy"
21
+ },
22
+ "type": {
23
+ "type": "string",
24
+ "enum": [
25
+ "Blessing",
26
+ "Boon",
27
+ "Charm",
28
+ "Draconic Gift",
29
+ "Inhabitation",
30
+ "Fragment of Suffering",
31
+ "Other",
32
+ "Piety Trait"
33
+ ]
34
+ },
35
+ "ability": {
36
+ "type": "object",
37
+ "properties": {
38
+ "entry": {
39
+ "$ref": "entry.json"
40
+ }
41
+ },
42
+ "required": [
43
+ "entry"
44
+ ],
45
+ "additionalProperties": false
46
+ },
47
+ "signaturespells": {
48
+ "type": "object",
49
+ "properties": {
50
+ "entry": {
51
+ "$ref": "entry.json"
52
+ }
53
+ },
54
+ "required": [
55
+ "entry"
56
+ ],
57
+ "additionalProperties": false
58
+ },
59
+ "rarity": {
60
+ "$ref": "util.json#/$defs/rarity"
61
+ },
62
+ "entries": {
63
+ "type": "array",
64
+ "uniqueItems": true,
65
+ "items": {
66
+ "$ref": "entry.json"
67
+ }
68
+ }
69
+ },
70
+ "required": [
71
+ "name",
72
+ "source",
73
+ "type",
74
+ "entries"
75
+ ],
76
+ "additionalProperties": false
77
+ }
78
+ },
79
+ "properties": {
80
+ "reward": {
81
+ "type": "array",
82
+ "minItems": 1,
83
+ "uniqueItems": true,
84
+ "items": {
85
+ "$ref": "#/$defs/reward"
86
+ }
87
+ }
88
+ },
89
+ "required": [
90
+ "reward"
91
+ ],
92
+ "additionalProperties": false
93
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "senses.json",
4
+ "version": "1.0.1",
5
+ "type": "object",
6
+ "$defs": {
7
+ "sense": {
8
+ "type": "object",
9
+ "properties": {
10
+ "name": {
11
+ "type": "string"
12
+ },
13
+ "source": {
14
+ "$ref": "util.json#/$defs/source"
15
+ },
16
+ "page": {
17
+ "$ref": "util.json#/$defs/page"
18
+ },
19
+ "srd": {
20
+ "$ref": "util.json#/$defs/srd"
21
+ },
22
+ "basicRules": {
23
+ "$ref": "util.json#/$defs/basicRules"
24
+ },
25
+ "entries": {
26
+ "type": "array",
27
+ "items": {
28
+ "$ref": "entry.json"
29
+ }
30
+ }
31
+ },
32
+ "required": [
33
+ "name",
34
+ "source",
35
+ "entries"
36
+ ],
37
+ "additionalProperties": false
38
+ }
39
+ },
40
+ "properties": {
41
+ "sense": {
42
+ "type": "array",
43
+ "minItems": 1,
44
+ "uniqueItems": true,
45
+ "items": {
46
+ "$ref": "#/$defs/sense"
47
+ }
48
+ }
49
+ },
50
+ "required": [
51
+ "sense"
52
+ ],
53
+ "additionalProperties": false
54
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "skills.json",
4
+ "version": "1.0.1",
5
+ "type": "object",
6
+ "$defs": {
7
+ "skill": {
8
+ "type": "object",
9
+ "properties": {
10
+ "name": {
11
+ "type": "string"
12
+ },
13
+ "source": {
14
+ "$ref": "util.json#/$defs/source"
15
+ },
16
+ "page": {
17
+ "$ref": "util.json#/$defs/page"
18
+ },
19
+ "srd": {
20
+ "$ref": "util.json#/$defs/srd"
21
+ },
22
+ "basicRules": {
23
+ "$ref": "util.json#/$defs/basicRules"
24
+ },
25
+ "entries": {
26
+ "type": "array",
27
+ "items": {
28
+ "$ref": "entry.json"
29
+ }
30
+ }
31
+ },
32
+ "required": [
33
+ "name",
34
+ "source",
35
+ "entries"
36
+ ],
37
+ "additionalProperties": false
38
+ }
39
+ },
40
+ "properties": {
41
+ "skill": {
42
+ "type": "array",
43
+ "minItems": 1,
44
+ "uniqueItems": true,
45
+ "items": {
46
+ "$ref": "#/$defs/skill"
47
+ }
48
+ }
49
+ },
50
+ "required": [
51
+ "skill"
52
+ ],
53
+ "additionalProperties": false
54
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "version": "1.0.0",
4
+ "type": "object",
5
+ "patternProperties": {
6
+ "^[-a-zA-Z0-9]+$": {
7
+ "type": "string"
8
+ }
9
+ },
10
+ "additionalProperties": false
11
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "fluff-spells.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "spellFluff": {
8
+ "$ref": "../util.json#/$defs/genericFluffArray"
9
+ },
10
+ "_meta": {
11
+ "$ref": "../util.json#/$defs/metaBlock"
12
+ }
13
+ },
14
+ "additionalProperties": false
15
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "foundry-spells.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "spell": {
8
+ "$ref": "../util.json#/$defs/foundrySideDataGenericArray"
9
+ }
10
+ },
11
+ "required": [
12
+ "spell"
13
+ ],
14
+ "additionalProperties": false
15
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "version": "1.0.0",
4
+ "type": "object",
5
+ "patternProperties": {
6
+ "^[-a-zA-Z0-9]+$": {
7
+ "type": "string"
8
+ }
9
+ },
10
+ "additionalProperties": false
11
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "roll20.json",
4
+ "version": "1.0.4",
5
+ "title": "SpellMetaArray",
6
+ "type": "object",
7
+ "$defs": {
8
+ "spellMeta": {
9
+ "type": "object",
10
+ "properties": {
11
+ "name": {
12
+ "type": "string"
13
+ },
14
+ "source": {
15
+ "$ref": "../util.json#/$defs/source"
16
+ },
17
+ "data": {
18
+ "description": "Based on the Roll20 data, available e.g. here: https://app.roll20.net/compendium/dnd5e/Spells:Fireball.json",
19
+ "type": "object",
20
+ "properties": {
21
+ "Save": {
22
+ "type": "string"
23
+ },
24
+ "Damage": {
25
+ "type": "string"
26
+ },
27
+ "Damage Type": {
28
+ "type": "string"
29
+ },
30
+ "Damage Progression": {
31
+ "type": "string"
32
+ },
33
+ "Target": {
34
+ "type": "string"
35
+ },
36
+ "Healing": {
37
+ "type": "string"
38
+ },
39
+ "Spell Attack": {
40
+ "type": "string"
41
+ },
42
+ "Save Success": {
43
+ "type": "string"
44
+ },
45
+ "Higher Spell Slot Die": {
46
+ "type": "string"
47
+ },
48
+ "Higher Spell Slot Dice": {
49
+ "type": "string"
50
+ },
51
+ "Add Casting Modifier": {
52
+ "type": "string"
53
+ },
54
+ "Secondary Damage": {
55
+ "type": "string"
56
+ },
57
+ "Secondary Damage Type": {
58
+ "type": "string"
59
+ },
60
+ "Higher Level Healing": {
61
+ "type": "string"
62
+ },
63
+ "Higher Spell Slot Bonus": {
64
+ "type": "string"
65
+ },
66
+ "Secondary Higher Spell Slot Die": {
67
+ "type": "string"
68
+ },
69
+ "Secondary Higher Spell Slot Dice": {
70
+ "type": "string"
71
+ },
72
+ "Secondary Damage Progression": {
73
+ "type": "string"
74
+ },
75
+ "Secondary Add Casting Modifier": {
76
+ "type": "string"
77
+ },
78
+ "data-Cantrip Scaling": {
79
+ "type": "string"
80
+ },
81
+ "Crit": {
82
+ "type": "string"
83
+ },
84
+ "Crit Range": {
85
+ "type": "string"
86
+ }
87
+ },
88
+ "additionalProperties": false
89
+ },
90
+ "shapedData": {
91
+ "type": "object"
92
+ }
93
+ },
94
+ "required": [
95
+ "name",
96
+ "source",
97
+ "data"
98
+ ],
99
+ "additionalProperties": false
100
+ }
101
+ },
102
+ "properties": {
103
+ "spell": {
104
+ "type": "array",
105
+ "items": {
106
+ "$ref": "#/$defs/spellMeta"
107
+ },
108
+ "minItems": 1,
109
+ "uniqueItems": true
110
+ }
111
+ }
112
+ }