5etools-utils 0.9.54 → 0.9.56

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 (143) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/actions.json +4 -4
  3. package/schema/brew/backgrounds.json +15 -15
  4. package/schema/brew/bestiary/bestiary.json +9 -9
  5. package/schema/brew/bestiary/foundry.json +1 -1
  6. package/schema/brew/charcreationoptions.json +4 -4
  7. package/schema/brew/class/class.json +30 -30
  8. package/schema/brew/class/foundry.json +110 -26
  9. package/schema/brew/conditionsdiseases.json +4 -4
  10. package/schema/brew/cultsboons.json +8 -8
  11. package/schema/brew/deities.json +3 -3
  12. package/schema/brew/entry.json +1 -1
  13. package/schema/brew/feats.json +4 -4
  14. package/schema/brew/foundry-actions.json +1 -1
  15. package/schema/brew/foundry-backgrounds.json +24 -3
  16. package/schema/brew/foundry-feats.json +1 -1
  17. package/schema/brew/foundry-items.json +25 -4
  18. package/schema/brew/foundry-optionalfeatures.json +1 -1
  19. package/schema/brew/foundry-psionics.json +25 -4
  20. package/schema/brew/foundry-races.json +122 -17
  21. package/schema/brew/foundry-rewards.json +1 -1
  22. package/schema/brew/foundry-vehicles.json +1 -1
  23. package/schema/brew/items-base.json +12 -12
  24. package/schema/brew/items.json +12 -12
  25. package/schema/brew/languages.json +1 -1
  26. package/schema/brew/magicvariants.json +4 -4
  27. package/schema/brew/objects.json +2 -2
  28. package/schema/brew/optionalfeatures.json +4 -4
  29. package/schema/brew/psionics.json +4 -4
  30. package/schema/brew/races.json +24 -24
  31. package/schema/brew/recipes.json +3 -3
  32. package/schema/brew/rewards.json +4 -4
  33. package/schema/brew/spells/foundry.json +1 -1
  34. package/schema/brew/spells/spells.json +12 -12
  35. package/schema/brew/tables.json +1 -1
  36. package/schema/brew/trapshazards.json +6 -6
  37. package/schema/brew/util-foundry.json +284 -0
  38. package/schema/brew/util.json +55 -212
  39. package/schema/brew/variantrules.json +1 -1
  40. package/schema/brew/vehicles.json +12 -12
  41. package/schema/brew-fast/actions.json +4 -4
  42. package/schema/brew-fast/backgrounds.json +15 -15
  43. package/schema/brew-fast/bestiary/bestiary.json +9 -9
  44. package/schema/brew-fast/bestiary/foundry.json +1 -1
  45. package/schema/brew-fast/charcreationoptions.json +4 -4
  46. package/schema/brew-fast/class/class.json +30 -30
  47. package/schema/brew-fast/class/foundry.json +110 -26
  48. package/schema/brew-fast/conditionsdiseases.json +4 -4
  49. package/schema/brew-fast/cultsboons.json +8 -8
  50. package/schema/brew-fast/deities.json +3 -3
  51. package/schema/brew-fast/entry.json +1 -1
  52. package/schema/brew-fast/feats.json +4 -4
  53. package/schema/brew-fast/foundry-actions.json +1 -1
  54. package/schema/brew-fast/foundry-backgrounds.json +24 -3
  55. package/schema/brew-fast/foundry-feats.json +1 -1
  56. package/schema/brew-fast/foundry-items.json +25 -4
  57. package/schema/brew-fast/foundry-optionalfeatures.json +1 -1
  58. package/schema/brew-fast/foundry-psionics.json +25 -4
  59. package/schema/brew-fast/foundry-races.json +122 -17
  60. package/schema/brew-fast/foundry-rewards.json +1 -1
  61. package/schema/brew-fast/foundry-vehicles.json +1 -1
  62. package/schema/brew-fast/items-base.json +12 -12
  63. package/schema/brew-fast/items.json +12 -12
  64. package/schema/brew-fast/languages.json +1 -1
  65. package/schema/brew-fast/magicvariants.json +4 -4
  66. package/schema/brew-fast/objects.json +2 -2
  67. package/schema/brew-fast/optionalfeatures.json +4 -4
  68. package/schema/brew-fast/psionics.json +4 -4
  69. package/schema/brew-fast/races.json +24 -24
  70. package/schema/brew-fast/recipes.json +3 -3
  71. package/schema/brew-fast/rewards.json +4 -4
  72. package/schema/brew-fast/spells/foundry.json +1 -1
  73. package/schema/brew-fast/spells/spells.json +12 -12
  74. package/schema/brew-fast/tables.json +1 -1
  75. package/schema/brew-fast/trapshazards.json +6 -6
  76. package/schema/brew-fast/util-foundry.json +284 -0
  77. package/schema/brew-fast/util.json +55 -212
  78. package/schema/brew-fast/variantrules.json +1 -1
  79. package/schema/brew-fast/vehicles.json +12 -12
  80. package/schema/site/bestiary/bestiary.json +3 -3
  81. package/schema/site/bestiary/foundry.json +1 -1
  82. package/schema/site/class/foundry.json +110 -26
  83. package/schema/site/foundry-actions.json +1 -1
  84. package/schema/site/foundry-backgrounds.json +24 -3
  85. package/schema/site/foundry-feats.json +1 -1
  86. package/schema/site/foundry-items.json +25 -4
  87. package/schema/site/foundry-optionalfeatures.json +1 -1
  88. package/schema/site/foundry-psionics.json +25 -4
  89. package/schema/site/foundry-races.json +122 -17
  90. package/schema/site/foundry-rewards.json +1 -1
  91. package/schema/site/foundry-vehicles.json +1 -1
  92. package/schema/site/objects.json +1 -1
  93. package/schema/site/spells/foundry.json +1 -1
  94. package/schema/site/util-foundry.json +284 -0
  95. package/schema/site/util.json +55 -212
  96. package/schema/site-fast/bestiary/bestiary.json +3 -3
  97. package/schema/site-fast/bestiary/foundry.json +1 -1
  98. package/schema/site-fast/class/foundry.json +110 -26
  99. package/schema/site-fast/foundry-actions.json +1 -1
  100. package/schema/site-fast/foundry-backgrounds.json +24 -3
  101. package/schema/site-fast/foundry-feats.json +1 -1
  102. package/schema/site-fast/foundry-items.json +25 -4
  103. package/schema/site-fast/foundry-optionalfeatures.json +1 -1
  104. package/schema/site-fast/foundry-psionics.json +25 -4
  105. package/schema/site-fast/foundry-races.json +122 -17
  106. package/schema/site-fast/foundry-rewards.json +1 -1
  107. package/schema/site-fast/foundry-vehicles.json +1 -1
  108. package/schema/site-fast/objects.json +1 -1
  109. package/schema/site-fast/spells/foundry.json +1 -1
  110. package/schema/site-fast/util-foundry.json +284 -0
  111. package/schema/site-fast/util.json +55 -212
  112. package/schema/ua/bestiary/bestiary.json +3 -3
  113. package/schema/ua/bestiary/foundry.json +1 -1
  114. package/schema/ua/class/foundry.json +110 -26
  115. package/schema/ua/foundry-actions.json +1 -1
  116. package/schema/ua/foundry-backgrounds.json +24 -3
  117. package/schema/ua/foundry-feats.json +1 -1
  118. package/schema/ua/foundry-items.json +25 -4
  119. package/schema/ua/foundry-optionalfeatures.json +1 -1
  120. package/schema/ua/foundry-psionics.json +25 -4
  121. package/schema/ua/foundry-races.json +122 -17
  122. package/schema/ua/foundry-rewards.json +1 -1
  123. package/schema/ua/foundry-vehicles.json +1 -1
  124. package/schema/ua/objects.json +1 -1
  125. package/schema/ua/spells/foundry.json +1 -1
  126. package/schema/ua/util-foundry.json +284 -0
  127. package/schema/ua/util.json +55 -212
  128. package/schema/ua-fast/bestiary/bestiary.json +3 -3
  129. package/schema/ua-fast/bestiary/foundry.json +1 -1
  130. package/schema/ua-fast/class/foundry.json +110 -26
  131. package/schema/ua-fast/foundry-actions.json +1 -1
  132. package/schema/ua-fast/foundry-backgrounds.json +24 -3
  133. package/schema/ua-fast/foundry-feats.json +1 -1
  134. package/schema/ua-fast/foundry-items.json +25 -4
  135. package/schema/ua-fast/foundry-optionalfeatures.json +1 -1
  136. package/schema/ua-fast/foundry-psionics.json +25 -4
  137. package/schema/ua-fast/foundry-races.json +122 -17
  138. package/schema/ua-fast/foundry-rewards.json +1 -1
  139. package/schema/ua-fast/foundry-vehicles.json +1 -1
  140. package/schema/ua-fast/objects.json +1 -1
  141. package/schema/ua-fast/spells/foundry.json +1 -1
  142. package/schema/ua-fast/util-foundry.json +284 -0
  143. package/schema/ua-fast/util.json +55 -212
@@ -17,20 +17,41 @@
17
17
  "$ref": "../util.json#/$defs/source"
18
18
  },
19
19
  "system": {
20
- "$ref": "../util.json#/$defs/foundrySystemObject"
20
+ "$ref": "../util-foundry.json#/$defs/foundrySystemObject"
21
21
  },
22
22
  "effects": {
23
23
  "type": "array",
24
24
  "items": {
25
- "$ref": "../util.json#/$defs/foundryEffectObject"
25
+ "$ref": "../util-foundry.json#/$defs/foundryEffectObject"
26
26
  }
27
27
  },
28
28
  "flags": {
29
- "$ref": "../util.json#/$defs/foundryFlagsObject"
29
+ "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
30
30
  },
31
31
  "img": {
32
32
  "type": "string"
33
33
  },
34
+ "_merge": {
35
+ "type": "object",
36
+ "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
37
+ "properties": {
38
+ "system": {
39
+ "const": true
40
+ },
41
+ "chooseSystem": {
42
+ "const": true
43
+ },
44
+ "effects": {
45
+ "const": true
46
+ },
47
+ "flags": {
48
+ "const": true
49
+ },
50
+ "chooseFlags": {
51
+ "const": true
52
+ }
53
+ }
54
+ },
34
55
  "entries": {
35
56
  "type": "array",
36
57
  "items": {
@@ -38,15 +59,15 @@
38
59
  }
39
60
  },
40
61
  "entryData": {
41
- "$ref": "../foundry-shared.json#/$defs/entryDataObject"
62
+ "$ref": "../util-foundry.json#/$defs/entryDataObject"
42
63
  },
43
64
  "advancement": {
44
- "$ref": "../util.json#/$defs/foundryAdvancementsArray"
65
+ "$ref": "../util-foundry.json#/$defs/foundryAdvancementsArray"
45
66
  },
46
67
  "chooseSystem": {
47
68
  "type": "array",
48
69
  "items": {
49
- "$ref": "../util.json#/$defs/foundrySystemObject"
70
+ "$ref": "../util-foundry.json#/$defs/foundrySystemObject"
50
71
  }
51
72
  },
52
73
  "isChooseSystemRenderEntries": {
@@ -68,7 +89,7 @@
68
89
  "type": "object"
69
90
  },
70
91
  "subEntities": {
71
- "$ref": "../util.json#/$defs/foundrySubEntitiesObject"
92
+ "$ref": "../util-foundry.json#/$defs/foundrySubEntitiesObject"
72
93
  }
73
94
  },
74
95
  "required": [
@@ -98,20 +119,41 @@
98
119
  "$ref": "../util.json#/$defs/source"
99
120
  },
100
121
  "system": {
101
- "$ref": "../util.json#/$defs/foundrySystemObject"
122
+ "$ref": "../util-foundry.json#/$defs/foundrySystemObject"
102
123
  },
103
124
  "effects": {
104
125
  "type": "array",
105
126
  "items": {
106
- "$ref": "../util.json#/$defs/foundryEffectObject"
127
+ "$ref": "../util-foundry.json#/$defs/foundryEffectObject"
107
128
  }
108
129
  },
109
130
  "flags": {
110
- "$ref": "../util.json#/$defs/foundryFlagsObject"
131
+ "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
111
132
  },
112
133
  "img": {
113
134
  "type": "string"
114
135
  },
136
+ "_merge": {
137
+ "type": "object",
138
+ "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
139
+ "properties": {
140
+ "system": {
141
+ "const": true
142
+ },
143
+ "chooseSystem": {
144
+ "const": true
145
+ },
146
+ "effects": {
147
+ "const": true
148
+ },
149
+ "flags": {
150
+ "const": true
151
+ },
152
+ "chooseFlags": {
153
+ "const": true
154
+ }
155
+ }
156
+ },
115
157
  "className": {
116
158
  "type": "string"
117
159
  },
@@ -125,15 +167,15 @@
125
167
  }
126
168
  },
127
169
  "entryData": {
128
- "$ref": "../foundry-shared.json#/$defs/entryDataObject"
170
+ "$ref": "../util-foundry.json#/$defs/entryDataObject"
129
171
  },
130
172
  "advancement": {
131
- "$ref": "../util.json#/$defs/foundryAdvancementsArray"
173
+ "$ref": "../util-foundry.json#/$defs/foundryAdvancementsArray"
132
174
  },
133
175
  "chooseSystem": {
134
176
  "type": "array",
135
177
  "items": {
136
- "$ref": "../util.json#/$defs/foundrySystemObject"
178
+ "$ref": "../util-foundry.json#/$defs/foundrySystemObject"
137
179
  }
138
180
  },
139
181
  "isChooseSystemRenderEntries": {
@@ -155,7 +197,7 @@
155
197
  "type": "object"
156
198
  },
157
199
  "subEntities": {
158
- "$ref": "../util.json#/$defs/foundrySubEntitiesObject"
200
+ "$ref": "../util-foundry.json#/$defs/foundrySubEntitiesObject"
159
201
  }
160
202
  }
161
203
  },
@@ -182,20 +224,41 @@
182
224
  "$ref": "../util.json#/$defs/source"
183
225
  },
184
226
  "system": {
185
- "$ref": "../util.json#/$defs/foundrySystemObject"
227
+ "$ref": "../util-foundry.json#/$defs/foundrySystemObject"
186
228
  },
187
229
  "effects": {
188
230
  "type": "array",
189
231
  "items": {
190
- "$ref": "../util.json#/$defs/foundryEffectObject"
232
+ "$ref": "../util-foundry.json#/$defs/foundryEffectObject"
191
233
  }
192
234
  },
193
235
  "flags": {
194
- "$ref": "../util.json#/$defs/foundryFlagsObject"
236
+ "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
195
237
  },
196
238
  "img": {
197
239
  "type": "string"
198
240
  },
241
+ "_merge": {
242
+ "type": "object",
243
+ "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
244
+ "properties": {
245
+ "system": {
246
+ "const": true
247
+ },
248
+ "chooseSystem": {
249
+ "const": true
250
+ },
251
+ "effects": {
252
+ "const": true
253
+ },
254
+ "flags": {
255
+ "const": true
256
+ },
257
+ "chooseFlags": {
258
+ "const": true
259
+ }
260
+ }
261
+ },
199
262
  "className": {
200
263
  "type": "string"
201
264
  },
@@ -212,12 +275,12 @@
212
275
  }
213
276
  },
214
277
  "entryData": {
215
- "$ref": "../foundry-shared.json#/$defs/entryDataObject"
278
+ "$ref": "../util-foundry.json#/$defs/entryDataObject"
216
279
  },
217
280
  "chooseSystem": {
218
281
  "type": "array",
219
282
  "items": {
220
- "$ref": "../util.json#/$defs/foundrySystemObject"
283
+ "$ref": "../util-foundry.json#/$defs/foundrySystemObject"
221
284
  }
222
285
  },
223
286
  "isChooseSystemRenderEntries": {
@@ -239,7 +302,7 @@
239
302
  "type": "object"
240
303
  },
241
304
  "subEntities": {
242
- "$ref": "../util.json#/$defs/foundrySubEntitiesObject"
305
+ "$ref": "../util-foundry.json#/$defs/foundrySubEntitiesObject"
243
306
  }
244
307
  }
245
308
  },
@@ -268,20 +331,41 @@
268
331
  "$ref": "../util.json#/$defs/source"
269
332
  },
270
333
  "system": {
271
- "$ref": "../util.json#/$defs/foundrySystemObject"
334
+ "$ref": "../util-foundry.json#/$defs/foundrySystemObject"
272
335
  },
273
336
  "effects": {
274
337
  "type": "array",
275
338
  "items": {
276
- "$ref": "../util.json#/$defs/foundryEffectObject"
339
+ "$ref": "../util-foundry.json#/$defs/foundryEffectObject"
277
340
  }
278
341
  },
279
342
  "flags": {
280
- "$ref": "../util.json#/$defs/foundryFlagsObject"
343
+ "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
281
344
  },
282
345
  "img": {
283
346
  "type": "string"
284
347
  },
348
+ "_merge": {
349
+ "type": "object",
350
+ "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
351
+ "properties": {
352
+ "system": {
353
+ "const": true
354
+ },
355
+ "chooseSystem": {
356
+ "const": true
357
+ },
358
+ "effects": {
359
+ "const": true
360
+ },
361
+ "flags": {
362
+ "const": true
363
+ },
364
+ "chooseFlags": {
365
+ "const": true
366
+ }
367
+ }
368
+ },
285
369
  "className": {
286
370
  "type": "string"
287
371
  },
@@ -304,12 +388,12 @@
304
388
  }
305
389
  },
306
390
  "entryData": {
307
- "$ref": "../foundry-shared.json#/$defs/entryDataObject"
391
+ "$ref": "../util-foundry.json#/$defs/entryDataObject"
308
392
  },
309
393
  "chooseSystem": {
310
394
  "type": "array",
311
395
  "items": {
312
- "$ref": "../util.json#/$defs/foundrySystemObject"
396
+ "$ref": "../util-foundry.json#/$defs/foundrySystemObject"
313
397
  }
314
398
  },
315
399
  "isChooseSystemRenderEntries": {
@@ -331,7 +415,7 @@
331
415
  "type": "object"
332
416
  },
333
417
  "subEntities": {
334
- "$ref": "../util.json#/$defs/foundrySubEntitiesObject"
418
+ "$ref": "../util-foundry.json#/$defs/foundrySubEntitiesObject"
335
419
  }
336
420
  }
337
421
  },
@@ -5,7 +5,7 @@
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "action": {
8
- "$ref": "util.json#/$defs/foundrySideDataGenericArray"
8
+ "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
9
9
  }
10
10
  },
11
11
  "required": [
@@ -25,20 +25,41 @@
25
25
  "$ref": "util.json#/$defs/source"
26
26
  },
27
27
  "system": {
28
- "$ref": "util.json#/$defs/foundrySystemObject"
28
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
29
29
  },
30
30
  "effects": {
31
31
  "type": "array",
32
32
  "items": {
33
- "$ref": "util.json#/$defs/foundryEffectObject"
33
+ "$ref": "util-foundry.json#/$defs/foundryEffectObject"
34
34
  }
35
35
  },
36
36
  "flags": {
37
- "$ref": "util.json#/$defs/foundryFlagsObject"
37
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
38
38
  },
39
39
  "img": {
40
40
  "type": "string"
41
41
  },
42
+ "_merge": {
43
+ "type": "object",
44
+ "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
45
+ "properties": {
46
+ "system": {
47
+ "const": true
48
+ },
49
+ "chooseSystem": {
50
+ "const": true
51
+ },
52
+ "effects": {
53
+ "const": true
54
+ },
55
+ "flags": {
56
+ "const": true
57
+ },
58
+ "chooseFlags": {
59
+ "const": true
60
+ }
61
+ }
62
+ },
42
63
  "backgroundName": {
43
64
  "type": "string"
44
65
  },
@@ -5,7 +5,7 @@
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "feat": {
8
- "$ref": "util.json#/$defs/foundrySideDataGenericFeatureArray"
8
+ "$ref": "util-foundry.json#/$defs/foundrySideDataGenericFeatureArray"
9
9
  }
10
10
  },
11
11
  "required": [
@@ -5,7 +5,7 @@
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
8
- "$ref": "util.json#/$defs/foundrySideDataGenericArray"
8
+ "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
9
9
  },
10
10
  "item": {
11
11
  "type": "array",
@@ -22,20 +22,41 @@
22
22
  "$ref": "util.json#/$defs/source"
23
23
  },
24
24
  "system": {
25
- "$ref": "util.json#/$defs/foundrySystemObject"
25
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
26
26
  },
27
27
  "effects": {
28
28
  "type": "array",
29
29
  "items": {
30
- "$ref": "util.json#/$defs/foundryEffectObject"
30
+ "$ref": "util-foundry.json#/$defs/foundryEffectObject"
31
31
  }
32
32
  },
33
33
  "flags": {
34
- "$ref": "util.json#/$defs/foundryFlagsObject"
34
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
35
35
  },
36
36
  "img": {
37
37
  "type": "string"
38
38
  },
39
+ "_merge": {
40
+ "type": "object",
41
+ "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
42
+ "properties": {
43
+ "system": {
44
+ "const": true
45
+ },
46
+ "chooseSystem": {
47
+ "const": true
48
+ },
49
+ "effects": {
50
+ "const": true
51
+ },
52
+ "flags": {
53
+ "const": true
54
+ },
55
+ "chooseFlags": {
56
+ "const": true
57
+ }
58
+ }
59
+ },
39
60
  "type": {
40
61
  "type": "string",
41
62
  "enum": [
@@ -5,7 +5,7 @@
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "optionalfeature": {
8
- "$ref": "util.json#/$defs/foundrySideDataGenericFeatureArray"
8
+ "$ref": "util-foundry.json#/$defs/foundrySideDataGenericFeatureArray"
9
9
  }
10
10
  },
11
11
  "required": [
@@ -5,7 +5,7 @@
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "psionicDisciplineFocus": {
8
- "$ref": "util.json#/$defs/foundrySideDataGenericFeatureArray"
8
+ "$ref": "util-foundry.json#/$defs/foundrySideDataGenericFeatureArray"
9
9
  },
10
10
  "psionicDisciplineActive": {
11
11
  "type": "array",
@@ -28,20 +28,41 @@
28
28
  "$ref": "util.json#/$defs/source"
29
29
  },
30
30
  "system": {
31
- "$ref": "util.json#/$defs/foundrySystemObject"
31
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
32
32
  },
33
33
  "effects": {
34
34
  "type": "array",
35
35
  "items": {
36
- "$ref": "util.json#/$defs/foundryEffectObject"
36
+ "$ref": "util-foundry.json#/$defs/foundryEffectObject"
37
37
  }
38
38
  },
39
39
  "flags": {
40
- "$ref": "util.json#/$defs/foundryFlagsObject"
40
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
41
41
  },
42
42
  "img": {
43
43
  "type": "string"
44
44
  },
45
+ "_merge": {
46
+ "type": "object",
47
+ "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
48
+ "properties": {
49
+ "system": {
50
+ "const": true
51
+ },
52
+ "chooseSystem": {
53
+ "const": true
54
+ },
55
+ "effects": {
56
+ "const": true
57
+ },
58
+ "flags": {
59
+ "const": true
60
+ },
61
+ "chooseFlags": {
62
+ "const": true
63
+ }
64
+ }
65
+ },
45
66
  "psionicName": {
46
67
  "type": "string"
47
68
  },