5etools-utils 0.12.63 → 0.12.64
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.
- package/package.json +1 -1
- package/schema/brew/class/foundry.json +17 -1
- package/schema/brew/foundry-backgrounds.json +3 -0
- package/schema/brew/foundry-items.json +3 -0
- package/schema/brew/foundry-psionics.json +3 -0
- package/schema/brew/foundry-races.json +15 -0
- package/schema/brew/util-foundry.json +10 -1
- package/schema/brew-fast/class/foundry.json +17 -1
- package/schema/brew-fast/foundry-backgrounds.json +3 -0
- package/schema/brew-fast/foundry-items.json +3 -0
- package/schema/brew-fast/foundry-psionics.json +3 -0
- package/schema/brew-fast/foundry-races.json +15 -0
- package/schema/brew-fast/util-foundry.json +10 -1
- package/schema/site/class/foundry.json +17 -1
- package/schema/site/foundry-backgrounds.json +3 -0
- package/schema/site/foundry-items.json +3 -0
- package/schema/site/foundry-psionics.json +3 -0
- package/schema/site/foundry-races.json +15 -0
- package/schema/site/util-foundry.json +10 -1
- package/schema/site-fast/class/foundry.json +17 -1
- package/schema/site-fast/foundry-backgrounds.json +3 -0
- package/schema/site-fast/foundry-items.json +3 -0
- package/schema/site-fast/foundry-psionics.json +3 -0
- package/schema/site-fast/foundry-races.json +15 -0
- package/schema/site-fast/util-foundry.json +10 -1
- package/schema/ua/class/foundry.json +17 -1
- package/schema/ua/foundry-backgrounds.json +3 -0
- package/schema/ua/foundry-items.json +3 -0
- package/schema/ua/foundry-psionics.json +3 -0
- package/schema/ua/foundry-races.json +15 -0
- package/schema/ua/util-foundry.json +10 -1
- package/schema/ua-fast/class/foundry.json +17 -1
- package/schema/ua-fast/foundry-backgrounds.json +3 -0
- package/schema/ua-fast/foundry-items.json +3 -0
- package/schema/ua-fast/foundry-psionics.json +3 -0
- package/schema/ua-fast/foundry-races.json +15 -0
- package/schema/ua-fast/util-foundry.json +10 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
"img": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
},
|
|
34
|
+
"migrationVersion": {
|
|
35
|
+
"type": "integer"
|
|
36
|
+
},
|
|
34
37
|
"_merge": {
|
|
35
38
|
"type": "object",
|
|
36
39
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -109,6 +112,7 @@
|
|
|
109
112
|
"type": "object",
|
|
110
113
|
"required": [
|
|
111
114
|
"name",
|
|
115
|
+
"shortName",
|
|
112
116
|
"source",
|
|
113
117
|
"className",
|
|
114
118
|
"classSource"
|
|
@@ -136,6 +140,9 @@
|
|
|
136
140
|
"img": {
|
|
137
141
|
"type": "string"
|
|
138
142
|
},
|
|
143
|
+
"migrationVersion": {
|
|
144
|
+
"type": "integer"
|
|
145
|
+
},
|
|
139
146
|
"_merge": {
|
|
140
147
|
"type": "object",
|
|
141
148
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -157,6 +164,9 @@
|
|
|
157
164
|
}
|
|
158
165
|
}
|
|
159
166
|
},
|
|
167
|
+
"shortName": {
|
|
168
|
+
"type": "string"
|
|
169
|
+
},
|
|
160
170
|
"className": {
|
|
161
171
|
"type": "string"
|
|
162
172
|
},
|
|
@@ -244,6 +254,9 @@
|
|
|
244
254
|
"img": {
|
|
245
255
|
"type": "string"
|
|
246
256
|
},
|
|
257
|
+
"migrationVersion": {
|
|
258
|
+
"type": "integer"
|
|
259
|
+
},
|
|
247
260
|
"_merge": {
|
|
248
261
|
"type": "object",
|
|
249
262
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -354,6 +367,9 @@
|
|
|
354
367
|
"img": {
|
|
355
368
|
"type": "string"
|
|
356
369
|
},
|
|
370
|
+
"migrationVersion": {
|
|
371
|
+
"type": "integer"
|
|
372
|
+
},
|
|
357
373
|
"_merge": {
|
|
358
374
|
"type": "object",
|
|
359
375
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"img": {
|
|
30
30
|
"type": "string"
|
|
31
31
|
},
|
|
32
|
+
"migrationVersion": {
|
|
33
|
+
"type": "integer"
|
|
34
|
+
},
|
|
32
35
|
"_merge": {
|
|
33
36
|
"type": "object",
|
|
34
37
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -89,6 +92,9 @@
|
|
|
89
92
|
"img": {
|
|
90
93
|
"type": "string"
|
|
91
94
|
},
|
|
95
|
+
"migrationVersion": {
|
|
96
|
+
"type": "integer"
|
|
97
|
+
},
|
|
92
98
|
"_merge": {
|
|
93
99
|
"type": "object",
|
|
94
100
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -150,6 +156,9 @@
|
|
|
150
156
|
"img": {
|
|
151
157
|
"type": "string"
|
|
152
158
|
},
|
|
159
|
+
"migrationVersion": {
|
|
160
|
+
"type": "integer"
|
|
161
|
+
},
|
|
153
162
|
"_merge": {
|
|
154
163
|
"type": "object",
|
|
155
164
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -212,6 +221,9 @@
|
|
|
212
221
|
"img": {
|
|
213
222
|
"type": "string"
|
|
214
223
|
},
|
|
224
|
+
"migrationVersion": {
|
|
225
|
+
"type": "integer"
|
|
226
|
+
},
|
|
215
227
|
"_merge": {
|
|
216
228
|
"type": "object",
|
|
217
229
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -274,6 +286,9 @@
|
|
|
274
286
|
"img": {
|
|
275
287
|
"type": "string"
|
|
276
288
|
},
|
|
289
|
+
"migrationVersion": {
|
|
290
|
+
"type": "integer"
|
|
291
|
+
},
|
|
277
292
|
"_merge": {
|
|
278
293
|
"type": "object",
|
|
279
294
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -275,6 +275,9 @@
|
|
|
275
275
|
"img": {
|
|
276
276
|
"type": "string"
|
|
277
277
|
},
|
|
278
|
+
"migrationVersion": {
|
|
279
|
+
"type": "integer"
|
|
280
|
+
},
|
|
278
281
|
"_merge": {
|
|
279
282
|
"type": "object",
|
|
280
283
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -335,6 +338,9 @@
|
|
|
335
338
|
"img": {
|
|
336
339
|
"type": "string"
|
|
337
340
|
},
|
|
341
|
+
"migrationVersion": {
|
|
342
|
+
"type": "integer"
|
|
343
|
+
},
|
|
338
344
|
"_merge": {
|
|
339
345
|
"type": "object",
|
|
340
346
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -416,6 +422,9 @@
|
|
|
416
422
|
"img": {
|
|
417
423
|
"type": "string"
|
|
418
424
|
},
|
|
425
|
+
"migrationVersion": {
|
|
426
|
+
"type": "integer"
|
|
427
|
+
},
|
|
419
428
|
"_merge": {
|
|
420
429
|
"type": "object",
|
|
421
430
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
"img": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
},
|
|
34
|
+
"migrationVersion": {
|
|
35
|
+
"type": "integer"
|
|
36
|
+
},
|
|
34
37
|
"_merge": {
|
|
35
38
|
"type": "object",
|
|
36
39
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -109,6 +112,7 @@
|
|
|
109
112
|
"type": "object",
|
|
110
113
|
"required": [
|
|
111
114
|
"name",
|
|
115
|
+
"shortName",
|
|
112
116
|
"source",
|
|
113
117
|
"className",
|
|
114
118
|
"classSource"
|
|
@@ -136,6 +140,9 @@
|
|
|
136
140
|
"img": {
|
|
137
141
|
"type": "string"
|
|
138
142
|
},
|
|
143
|
+
"migrationVersion": {
|
|
144
|
+
"type": "integer"
|
|
145
|
+
},
|
|
139
146
|
"_merge": {
|
|
140
147
|
"type": "object",
|
|
141
148
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -157,6 +164,9 @@
|
|
|
157
164
|
}
|
|
158
165
|
}
|
|
159
166
|
},
|
|
167
|
+
"shortName": {
|
|
168
|
+
"type": "string"
|
|
169
|
+
},
|
|
160
170
|
"className": {
|
|
161
171
|
"type": "string"
|
|
162
172
|
},
|
|
@@ -244,6 +254,9 @@
|
|
|
244
254
|
"img": {
|
|
245
255
|
"type": "string"
|
|
246
256
|
},
|
|
257
|
+
"migrationVersion": {
|
|
258
|
+
"type": "integer"
|
|
259
|
+
},
|
|
247
260
|
"_merge": {
|
|
248
261
|
"type": "object",
|
|
249
262
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -354,6 +367,9 @@
|
|
|
354
367
|
"img": {
|
|
355
368
|
"type": "string"
|
|
356
369
|
},
|
|
370
|
+
"migrationVersion": {
|
|
371
|
+
"type": "integer"
|
|
372
|
+
},
|
|
357
373
|
"_merge": {
|
|
358
374
|
"type": "object",
|
|
359
375
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"img": {
|
|
30
30
|
"type": "string"
|
|
31
31
|
},
|
|
32
|
+
"migrationVersion": {
|
|
33
|
+
"type": "integer"
|
|
34
|
+
},
|
|
32
35
|
"_merge": {
|
|
33
36
|
"type": "object",
|
|
34
37
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -89,6 +92,9 @@
|
|
|
89
92
|
"img": {
|
|
90
93
|
"type": "string"
|
|
91
94
|
},
|
|
95
|
+
"migrationVersion": {
|
|
96
|
+
"type": "integer"
|
|
97
|
+
},
|
|
92
98
|
"_merge": {
|
|
93
99
|
"type": "object",
|
|
94
100
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -150,6 +156,9 @@
|
|
|
150
156
|
"img": {
|
|
151
157
|
"type": "string"
|
|
152
158
|
},
|
|
159
|
+
"migrationVersion": {
|
|
160
|
+
"type": "integer"
|
|
161
|
+
},
|
|
153
162
|
"_merge": {
|
|
154
163
|
"type": "object",
|
|
155
164
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -212,6 +221,9 @@
|
|
|
212
221
|
"img": {
|
|
213
222
|
"type": "string"
|
|
214
223
|
},
|
|
224
|
+
"migrationVersion": {
|
|
225
|
+
"type": "integer"
|
|
226
|
+
},
|
|
215
227
|
"_merge": {
|
|
216
228
|
"type": "object",
|
|
217
229
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -274,6 +286,9 @@
|
|
|
274
286
|
"img": {
|
|
275
287
|
"type": "string"
|
|
276
288
|
},
|
|
289
|
+
"migrationVersion": {
|
|
290
|
+
"type": "integer"
|
|
291
|
+
},
|
|
277
292
|
"_merge": {
|
|
278
293
|
"type": "object",
|
|
279
294
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -275,6 +275,9 @@
|
|
|
275
275
|
"img": {
|
|
276
276
|
"type": "string"
|
|
277
277
|
},
|
|
278
|
+
"migrationVersion": {
|
|
279
|
+
"type": "integer"
|
|
280
|
+
},
|
|
278
281
|
"_merge": {
|
|
279
282
|
"type": "object",
|
|
280
283
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -335,6 +338,9 @@
|
|
|
335
338
|
"img": {
|
|
336
339
|
"type": "string"
|
|
337
340
|
},
|
|
341
|
+
"migrationVersion": {
|
|
342
|
+
"type": "integer"
|
|
343
|
+
},
|
|
338
344
|
"_merge": {
|
|
339
345
|
"type": "object",
|
|
340
346
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -416,6 +422,9 @@
|
|
|
416
422
|
"img": {
|
|
417
423
|
"type": "string"
|
|
418
424
|
},
|
|
425
|
+
"migrationVersion": {
|
|
426
|
+
"type": "integer"
|
|
427
|
+
},
|
|
419
428
|
"_merge": {
|
|
420
429
|
"type": "object",
|
|
421
430
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
"img": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
},
|
|
34
|
+
"migrationVersion": {
|
|
35
|
+
"type": "integer"
|
|
36
|
+
},
|
|
34
37
|
"_merge": {
|
|
35
38
|
"type": "object",
|
|
36
39
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -109,6 +112,7 @@
|
|
|
109
112
|
"type": "object",
|
|
110
113
|
"required": [
|
|
111
114
|
"name",
|
|
115
|
+
"shortName",
|
|
112
116
|
"source",
|
|
113
117
|
"className",
|
|
114
118
|
"classSource"
|
|
@@ -136,6 +140,9 @@
|
|
|
136
140
|
"img": {
|
|
137
141
|
"type": "string"
|
|
138
142
|
},
|
|
143
|
+
"migrationVersion": {
|
|
144
|
+
"type": "integer"
|
|
145
|
+
},
|
|
139
146
|
"_merge": {
|
|
140
147
|
"type": "object",
|
|
141
148
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -157,6 +164,9 @@
|
|
|
157
164
|
}
|
|
158
165
|
}
|
|
159
166
|
},
|
|
167
|
+
"shortName": {
|
|
168
|
+
"type": "string"
|
|
169
|
+
},
|
|
160
170
|
"className": {
|
|
161
171
|
"type": "string"
|
|
162
172
|
},
|
|
@@ -244,6 +254,9 @@
|
|
|
244
254
|
"img": {
|
|
245
255
|
"type": "string"
|
|
246
256
|
},
|
|
257
|
+
"migrationVersion": {
|
|
258
|
+
"type": "integer"
|
|
259
|
+
},
|
|
247
260
|
"_merge": {
|
|
248
261
|
"type": "object",
|
|
249
262
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -354,6 +367,9 @@
|
|
|
354
367
|
"img": {
|
|
355
368
|
"type": "string"
|
|
356
369
|
},
|
|
370
|
+
"migrationVersion": {
|
|
371
|
+
"type": "integer"
|
|
372
|
+
},
|
|
357
373
|
"_merge": {
|
|
358
374
|
"type": "object",
|
|
359
375
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"img": {
|
|
30
30
|
"type": "string"
|
|
31
31
|
},
|
|
32
|
+
"migrationVersion": {
|
|
33
|
+
"type": "integer"
|
|
34
|
+
},
|
|
32
35
|
"_merge": {
|
|
33
36
|
"type": "object",
|
|
34
37
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -89,6 +92,9 @@
|
|
|
89
92
|
"img": {
|
|
90
93
|
"type": "string"
|
|
91
94
|
},
|
|
95
|
+
"migrationVersion": {
|
|
96
|
+
"type": "integer"
|
|
97
|
+
},
|
|
92
98
|
"_merge": {
|
|
93
99
|
"type": "object",
|
|
94
100
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -150,6 +156,9 @@
|
|
|
150
156
|
"img": {
|
|
151
157
|
"type": "string"
|
|
152
158
|
},
|
|
159
|
+
"migrationVersion": {
|
|
160
|
+
"type": "integer"
|
|
161
|
+
},
|
|
153
162
|
"_merge": {
|
|
154
163
|
"type": "object",
|
|
155
164
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -212,6 +221,9 @@
|
|
|
212
221
|
"img": {
|
|
213
222
|
"type": "string"
|
|
214
223
|
},
|
|
224
|
+
"migrationVersion": {
|
|
225
|
+
"type": "integer"
|
|
226
|
+
},
|
|
215
227
|
"_merge": {
|
|
216
228
|
"type": "object",
|
|
217
229
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -274,6 +286,9 @@
|
|
|
274
286
|
"img": {
|
|
275
287
|
"type": "string"
|
|
276
288
|
},
|
|
289
|
+
"migrationVersion": {
|
|
290
|
+
"type": "integer"
|
|
291
|
+
},
|
|
277
292
|
"_merge": {
|
|
278
293
|
"type": "object",
|
|
279
294
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -275,6 +275,9 @@
|
|
|
275
275
|
"img": {
|
|
276
276
|
"type": "string"
|
|
277
277
|
},
|
|
278
|
+
"migrationVersion": {
|
|
279
|
+
"type": "integer"
|
|
280
|
+
},
|
|
278
281
|
"_merge": {
|
|
279
282
|
"type": "object",
|
|
280
283
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -335,6 +338,9 @@
|
|
|
335
338
|
"img": {
|
|
336
339
|
"type": "string"
|
|
337
340
|
},
|
|
341
|
+
"migrationVersion": {
|
|
342
|
+
"type": "integer"
|
|
343
|
+
},
|
|
338
344
|
"_merge": {
|
|
339
345
|
"type": "object",
|
|
340
346
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -416,6 +422,9 @@
|
|
|
416
422
|
"img": {
|
|
417
423
|
"type": "string"
|
|
418
424
|
},
|
|
425
|
+
"migrationVersion": {
|
|
426
|
+
"type": "integer"
|
|
427
|
+
},
|
|
419
428
|
"_merge": {
|
|
420
429
|
"type": "object",
|
|
421
430
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
"img": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
},
|
|
34
|
+
"migrationVersion": {
|
|
35
|
+
"type": "integer"
|
|
36
|
+
},
|
|
34
37
|
"_merge": {
|
|
35
38
|
"type": "object",
|
|
36
39
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -109,6 +112,7 @@
|
|
|
109
112
|
"type": "object",
|
|
110
113
|
"required": [
|
|
111
114
|
"name",
|
|
115
|
+
"shortName",
|
|
112
116
|
"source",
|
|
113
117
|
"className",
|
|
114
118
|
"classSource"
|
|
@@ -136,6 +140,9 @@
|
|
|
136
140
|
"img": {
|
|
137
141
|
"type": "string"
|
|
138
142
|
},
|
|
143
|
+
"migrationVersion": {
|
|
144
|
+
"type": "integer"
|
|
145
|
+
},
|
|
139
146
|
"_merge": {
|
|
140
147
|
"type": "object",
|
|
141
148
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -157,6 +164,9 @@
|
|
|
157
164
|
}
|
|
158
165
|
}
|
|
159
166
|
},
|
|
167
|
+
"shortName": {
|
|
168
|
+
"type": "string"
|
|
169
|
+
},
|
|
160
170
|
"className": {
|
|
161
171
|
"type": "string"
|
|
162
172
|
},
|
|
@@ -244,6 +254,9 @@
|
|
|
244
254
|
"img": {
|
|
245
255
|
"type": "string"
|
|
246
256
|
},
|
|
257
|
+
"migrationVersion": {
|
|
258
|
+
"type": "integer"
|
|
259
|
+
},
|
|
247
260
|
"_merge": {
|
|
248
261
|
"type": "object",
|
|
249
262
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -354,6 +367,9 @@
|
|
|
354
367
|
"img": {
|
|
355
368
|
"type": "string"
|
|
356
369
|
},
|
|
370
|
+
"migrationVersion": {
|
|
371
|
+
"type": "integer"
|
|
372
|
+
},
|
|
357
373
|
"_merge": {
|
|
358
374
|
"type": "object",
|
|
359
375
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"img": {
|
|
30
30
|
"type": "string"
|
|
31
31
|
},
|
|
32
|
+
"migrationVersion": {
|
|
33
|
+
"type": "integer"
|
|
34
|
+
},
|
|
32
35
|
"_merge": {
|
|
33
36
|
"type": "object",
|
|
34
37
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -89,6 +92,9 @@
|
|
|
89
92
|
"img": {
|
|
90
93
|
"type": "string"
|
|
91
94
|
},
|
|
95
|
+
"migrationVersion": {
|
|
96
|
+
"type": "integer"
|
|
97
|
+
},
|
|
92
98
|
"_merge": {
|
|
93
99
|
"type": "object",
|
|
94
100
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -150,6 +156,9 @@
|
|
|
150
156
|
"img": {
|
|
151
157
|
"type": "string"
|
|
152
158
|
},
|
|
159
|
+
"migrationVersion": {
|
|
160
|
+
"type": "integer"
|
|
161
|
+
},
|
|
153
162
|
"_merge": {
|
|
154
163
|
"type": "object",
|
|
155
164
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -212,6 +221,9 @@
|
|
|
212
221
|
"img": {
|
|
213
222
|
"type": "string"
|
|
214
223
|
},
|
|
224
|
+
"migrationVersion": {
|
|
225
|
+
"type": "integer"
|
|
226
|
+
},
|
|
215
227
|
"_merge": {
|
|
216
228
|
"type": "object",
|
|
217
229
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -274,6 +286,9 @@
|
|
|
274
286
|
"img": {
|
|
275
287
|
"type": "string"
|
|
276
288
|
},
|
|
289
|
+
"migrationVersion": {
|
|
290
|
+
"type": "integer"
|
|
291
|
+
},
|
|
277
292
|
"_merge": {
|
|
278
293
|
"type": "object",
|
|
279
294
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -275,6 +275,9 @@
|
|
|
275
275
|
"img": {
|
|
276
276
|
"type": "string"
|
|
277
277
|
},
|
|
278
|
+
"migrationVersion": {
|
|
279
|
+
"type": "integer"
|
|
280
|
+
},
|
|
278
281
|
"_merge": {
|
|
279
282
|
"type": "object",
|
|
280
283
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -335,6 +338,9 @@
|
|
|
335
338
|
"img": {
|
|
336
339
|
"type": "string"
|
|
337
340
|
},
|
|
341
|
+
"migrationVersion": {
|
|
342
|
+
"type": "integer"
|
|
343
|
+
},
|
|
338
344
|
"_merge": {
|
|
339
345
|
"type": "object",
|
|
340
346
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -416,6 +422,9 @@
|
|
|
416
422
|
"img": {
|
|
417
423
|
"type": "string"
|
|
418
424
|
},
|
|
425
|
+
"migrationVersion": {
|
|
426
|
+
"type": "integer"
|
|
427
|
+
},
|
|
419
428
|
"_merge": {
|
|
420
429
|
"type": "object",
|
|
421
430
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
"img": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
},
|
|
34
|
+
"migrationVersion": {
|
|
35
|
+
"type": "integer"
|
|
36
|
+
},
|
|
34
37
|
"_merge": {
|
|
35
38
|
"type": "object",
|
|
36
39
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -109,6 +112,7 @@
|
|
|
109
112
|
"type": "object",
|
|
110
113
|
"required": [
|
|
111
114
|
"name",
|
|
115
|
+
"shortName",
|
|
112
116
|
"source",
|
|
113
117
|
"className",
|
|
114
118
|
"classSource"
|
|
@@ -136,6 +140,9 @@
|
|
|
136
140
|
"img": {
|
|
137
141
|
"type": "string"
|
|
138
142
|
},
|
|
143
|
+
"migrationVersion": {
|
|
144
|
+
"type": "integer"
|
|
145
|
+
},
|
|
139
146
|
"_merge": {
|
|
140
147
|
"type": "object",
|
|
141
148
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -157,6 +164,9 @@
|
|
|
157
164
|
}
|
|
158
165
|
}
|
|
159
166
|
},
|
|
167
|
+
"shortName": {
|
|
168
|
+
"type": "string"
|
|
169
|
+
},
|
|
160
170
|
"className": {
|
|
161
171
|
"type": "string"
|
|
162
172
|
},
|
|
@@ -244,6 +254,9 @@
|
|
|
244
254
|
"img": {
|
|
245
255
|
"type": "string"
|
|
246
256
|
},
|
|
257
|
+
"migrationVersion": {
|
|
258
|
+
"type": "integer"
|
|
259
|
+
},
|
|
247
260
|
"_merge": {
|
|
248
261
|
"type": "object",
|
|
249
262
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -354,6 +367,9 @@
|
|
|
354
367
|
"img": {
|
|
355
368
|
"type": "string"
|
|
356
369
|
},
|
|
370
|
+
"migrationVersion": {
|
|
371
|
+
"type": "integer"
|
|
372
|
+
},
|
|
357
373
|
"_merge": {
|
|
358
374
|
"type": "object",
|
|
359
375
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"img": {
|
|
30
30
|
"type": "string"
|
|
31
31
|
},
|
|
32
|
+
"migrationVersion": {
|
|
33
|
+
"type": "integer"
|
|
34
|
+
},
|
|
32
35
|
"_merge": {
|
|
33
36
|
"type": "object",
|
|
34
37
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -89,6 +92,9 @@
|
|
|
89
92
|
"img": {
|
|
90
93
|
"type": "string"
|
|
91
94
|
},
|
|
95
|
+
"migrationVersion": {
|
|
96
|
+
"type": "integer"
|
|
97
|
+
},
|
|
92
98
|
"_merge": {
|
|
93
99
|
"type": "object",
|
|
94
100
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -150,6 +156,9 @@
|
|
|
150
156
|
"img": {
|
|
151
157
|
"type": "string"
|
|
152
158
|
},
|
|
159
|
+
"migrationVersion": {
|
|
160
|
+
"type": "integer"
|
|
161
|
+
},
|
|
153
162
|
"_merge": {
|
|
154
163
|
"type": "object",
|
|
155
164
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -212,6 +221,9 @@
|
|
|
212
221
|
"img": {
|
|
213
222
|
"type": "string"
|
|
214
223
|
},
|
|
224
|
+
"migrationVersion": {
|
|
225
|
+
"type": "integer"
|
|
226
|
+
},
|
|
215
227
|
"_merge": {
|
|
216
228
|
"type": "object",
|
|
217
229
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -274,6 +286,9 @@
|
|
|
274
286
|
"img": {
|
|
275
287
|
"type": "string"
|
|
276
288
|
},
|
|
289
|
+
"migrationVersion": {
|
|
290
|
+
"type": "integer"
|
|
291
|
+
},
|
|
277
292
|
"_merge": {
|
|
278
293
|
"type": "object",
|
|
279
294
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -275,6 +275,9 @@
|
|
|
275
275
|
"img": {
|
|
276
276
|
"type": "string"
|
|
277
277
|
},
|
|
278
|
+
"migrationVersion": {
|
|
279
|
+
"type": "integer"
|
|
280
|
+
},
|
|
278
281
|
"_merge": {
|
|
279
282
|
"type": "object",
|
|
280
283
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -335,6 +338,9 @@
|
|
|
335
338
|
"img": {
|
|
336
339
|
"type": "string"
|
|
337
340
|
},
|
|
341
|
+
"migrationVersion": {
|
|
342
|
+
"type": "integer"
|
|
343
|
+
},
|
|
338
344
|
"_merge": {
|
|
339
345
|
"type": "object",
|
|
340
346
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -416,6 +422,9 @@
|
|
|
416
422
|
"img": {
|
|
417
423
|
"type": "string"
|
|
418
424
|
},
|
|
425
|
+
"migrationVersion": {
|
|
426
|
+
"type": "integer"
|
|
427
|
+
},
|
|
419
428
|
"_merge": {
|
|
420
429
|
"type": "object",
|
|
421
430
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
"img": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
},
|
|
34
|
+
"migrationVersion": {
|
|
35
|
+
"type": "integer"
|
|
36
|
+
},
|
|
34
37
|
"_merge": {
|
|
35
38
|
"type": "object",
|
|
36
39
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -109,6 +112,7 @@
|
|
|
109
112
|
"type": "object",
|
|
110
113
|
"required": [
|
|
111
114
|
"name",
|
|
115
|
+
"shortName",
|
|
112
116
|
"source",
|
|
113
117
|
"className",
|
|
114
118
|
"classSource"
|
|
@@ -136,6 +140,9 @@
|
|
|
136
140
|
"img": {
|
|
137
141
|
"type": "string"
|
|
138
142
|
},
|
|
143
|
+
"migrationVersion": {
|
|
144
|
+
"type": "integer"
|
|
145
|
+
},
|
|
139
146
|
"_merge": {
|
|
140
147
|
"type": "object",
|
|
141
148
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -157,6 +164,9 @@
|
|
|
157
164
|
}
|
|
158
165
|
}
|
|
159
166
|
},
|
|
167
|
+
"shortName": {
|
|
168
|
+
"type": "string"
|
|
169
|
+
},
|
|
160
170
|
"className": {
|
|
161
171
|
"type": "string"
|
|
162
172
|
},
|
|
@@ -244,6 +254,9 @@
|
|
|
244
254
|
"img": {
|
|
245
255
|
"type": "string"
|
|
246
256
|
},
|
|
257
|
+
"migrationVersion": {
|
|
258
|
+
"type": "integer"
|
|
259
|
+
},
|
|
247
260
|
"_merge": {
|
|
248
261
|
"type": "object",
|
|
249
262
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -354,6 +367,9 @@
|
|
|
354
367
|
"img": {
|
|
355
368
|
"type": "string"
|
|
356
369
|
},
|
|
370
|
+
"migrationVersion": {
|
|
371
|
+
"type": "integer"
|
|
372
|
+
},
|
|
357
373
|
"_merge": {
|
|
358
374
|
"type": "object",
|
|
359
375
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"img": {
|
|
30
30
|
"type": "string"
|
|
31
31
|
},
|
|
32
|
+
"migrationVersion": {
|
|
33
|
+
"type": "integer"
|
|
34
|
+
},
|
|
32
35
|
"_merge": {
|
|
33
36
|
"type": "object",
|
|
34
37
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -89,6 +92,9 @@
|
|
|
89
92
|
"img": {
|
|
90
93
|
"type": "string"
|
|
91
94
|
},
|
|
95
|
+
"migrationVersion": {
|
|
96
|
+
"type": "integer"
|
|
97
|
+
},
|
|
92
98
|
"_merge": {
|
|
93
99
|
"type": "object",
|
|
94
100
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -150,6 +156,9 @@
|
|
|
150
156
|
"img": {
|
|
151
157
|
"type": "string"
|
|
152
158
|
},
|
|
159
|
+
"migrationVersion": {
|
|
160
|
+
"type": "integer"
|
|
161
|
+
},
|
|
153
162
|
"_merge": {
|
|
154
163
|
"type": "object",
|
|
155
164
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -212,6 +221,9 @@
|
|
|
212
221
|
"img": {
|
|
213
222
|
"type": "string"
|
|
214
223
|
},
|
|
224
|
+
"migrationVersion": {
|
|
225
|
+
"type": "integer"
|
|
226
|
+
},
|
|
215
227
|
"_merge": {
|
|
216
228
|
"type": "object",
|
|
217
229
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -274,6 +286,9 @@
|
|
|
274
286
|
"img": {
|
|
275
287
|
"type": "string"
|
|
276
288
|
},
|
|
289
|
+
"migrationVersion": {
|
|
290
|
+
"type": "integer"
|
|
291
|
+
},
|
|
277
292
|
"_merge": {
|
|
278
293
|
"type": "object",
|
|
279
294
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -275,6 +275,9 @@
|
|
|
275
275
|
"img": {
|
|
276
276
|
"type": "string"
|
|
277
277
|
},
|
|
278
|
+
"migrationVersion": {
|
|
279
|
+
"type": "integer"
|
|
280
|
+
},
|
|
278
281
|
"_merge": {
|
|
279
282
|
"type": "object",
|
|
280
283
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -335,6 +338,9 @@
|
|
|
335
338
|
"img": {
|
|
336
339
|
"type": "string"
|
|
337
340
|
},
|
|
341
|
+
"migrationVersion": {
|
|
342
|
+
"type": "integer"
|
|
343
|
+
},
|
|
338
344
|
"_merge": {
|
|
339
345
|
"type": "object",
|
|
340
346
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|
|
@@ -416,6 +422,9 @@
|
|
|
416
422
|
"img": {
|
|
417
423
|
"type": "string"
|
|
418
424
|
},
|
|
425
|
+
"migrationVersion": {
|
|
426
|
+
"type": "integer"
|
|
427
|
+
},
|
|
419
428
|
"_merge": {
|
|
420
429
|
"type": "object",
|
|
421
430
|
"description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
|