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
@@ -0,0 +1,284 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "util-foundry.json",
4
+ "title": "Util: Foundry",
5
+ "version": "1.0.0",
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
+ "foundryTokenScale": {
54
+ "type": "number",
55
+ "minimum": 0.2,
56
+ "maximum": 3,
57
+ "multipleOf": 0.1
58
+ },
59
+ "foundrySystemObject": {
60
+ "type": "object"
61
+ },
62
+ "foundryFlagsObject": {
63
+ "type": "object"
64
+ },
65
+ "foundryAdvancementObject": {
66
+ "type": "object"
67
+ },
68
+ "foundryAdvancementsArray": {
69
+ "type": "array",
70
+ "minItems": 1,
71
+ "items": {
72
+ "$ref": "#/$defs/foundryAdvancementObject"
73
+ },
74
+ "uniqueItems": true
75
+ },
76
+ "foundryImg": {
77
+ "type": "string"
78
+ },
79
+ "foundrySubEntitiesObject": {
80
+ "description": "A 5etools-data-like object of additional entities to import.",
81
+ "type": "object"
82
+ },
83
+ "foundryEffectObject": {
84
+ "type": "object",
85
+ "properties": {
86
+ "name": {
87
+ "type": "string"
88
+ },
89
+ "img": {
90
+ "type": "string"
91
+ },
92
+ "changes": {
93
+ "type": "array",
94
+ "items": {
95
+ "type": "object",
96
+ "properties": {
97
+ "key": {
98
+ "type": "string"
99
+ },
100
+ "mode": {
101
+ "type": [
102
+ "string",
103
+ "integer"
104
+ ]
105
+ },
106
+ "value": true,
107
+ "priority": {
108
+ "type": [
109
+ "string",
110
+ "integer"
111
+ ]
112
+ }
113
+ },
114
+ "required": [
115
+ "key",
116
+ "mode",
117
+ "value"
118
+ ],
119
+ "additionalProperties": false
120
+ }
121
+ },
122
+ "flags": {
123
+ "type": "object"
124
+ },
125
+ "duration": {
126
+ "type": "object"
127
+ },
128
+ "disabled": {
129
+ "const": true
130
+ },
131
+ "transfer": {
132
+ "const": true
133
+ }
134
+ },
135
+ "required": [
136
+ "changes"
137
+ ],
138
+ "additionalProperties": false
139
+ },
140
+ "foundryEffectsArray": {
141
+ "type": "array",
142
+ "items": {
143
+ "$ref": "#/$defs/foundryEffectObject"
144
+ },
145
+ "minItems": 1,
146
+ "uniqueItems": true
147
+ },
148
+ "foundrySideDataGenericObject": {
149
+ "type": "object",
150
+ "properties": {
151
+ "name": {
152
+ "type": "string"
153
+ },
154
+ "source": {
155
+ "$ref": "util.json#/$defs/source"
156
+ },
157
+ "system": {
158
+ "$ref": "#/$defs/foundrySystemObject"
159
+ },
160
+ "effects": {
161
+ "type": "array",
162
+ "items": {
163
+ "$ref": "#/$defs/foundryEffectObject"
164
+ }
165
+ },
166
+ "flags": {
167
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
168
+ },
169
+ "img": {
170
+ "type": "string"
171
+ },
172
+ "_merge": {
173
+ "type": "object",
174
+ "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
175
+ "properties": {
176
+ "system": {
177
+ "const": true
178
+ },
179
+ "chooseSystem": {
180
+ "const": true
181
+ },
182
+ "effects": {
183
+ "const": true
184
+ },
185
+ "flags": {
186
+ "const": true
187
+ },
188
+ "chooseFlags": {
189
+ "const": true
190
+ }
191
+ }
192
+ }
193
+ },
194
+ "required": [
195
+ "name",
196
+ "source"
197
+ ],
198
+ "additionalProperties": false
199
+ },
200
+ "foundrySideDataGenericArray": {
201
+ "type": "array",
202
+ "minItems": 1,
203
+ "uniqueItems": true,
204
+ "items": {
205
+ "$ref": "#/$defs/foundrySideDataGenericObject"
206
+ }
207
+ },
208
+ "foundrySideDataGenericFeatureObject": {
209
+ "type": "object",
210
+ "properties": {
211
+ "name": {
212
+ "type": "string"
213
+ },
214
+ "source": {
215
+ "$ref": "util.json#/$defs/source"
216
+ },
217
+ "system": {
218
+ "$ref": "#/$defs/foundrySystemObject"
219
+ },
220
+ "effects": {
221
+ "type": "array",
222
+ "items": {
223
+ "$ref": "#/$defs/foundryEffectObject"
224
+ }
225
+ },
226
+ "flags": {
227
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
228
+ },
229
+ "img": {
230
+ "type": "string"
231
+ },
232
+ "_merge": {
233
+ "type": "object",
234
+ "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
235
+ "properties": {
236
+ "system": {
237
+ "const": true
238
+ },
239
+ "chooseSystem": {
240
+ "const": true
241
+ },
242
+ "effects": {
243
+ "const": true
244
+ },
245
+ "flags": {
246
+ "const": true
247
+ },
248
+ "chooseFlags": {
249
+ "const": true
250
+ }
251
+ }
252
+ },
253
+ "entries": {
254
+ "type": "array",
255
+ "items": {
256
+ "$ref": "entry.json"
257
+ }
258
+ },
259
+ "isIgnored": {
260
+ "const": true
261
+ },
262
+ "ignoreSrdEffects": {
263
+ "const": true
264
+ },
265
+ "actorDataMod": {
266
+ "type": "object"
267
+ }
268
+ },
269
+ "required": [
270
+ "name",
271
+ "source"
272
+ ],
273
+ "additionalProperties": false
274
+ },
275
+ "foundrySideDataGenericFeatureArray": {
276
+ "type": "array",
277
+ "minItems": 1,
278
+ "uniqueItems": true,
279
+ "items": {
280
+ "$ref": "#/$defs/foundrySideDataGenericFeatureObject"
281
+ }
282
+ }
283
+ }
284
+ }
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.14.4",
6
+ "version": "1.15.1",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1505,30 +1505,8 @@
1505
1505
  "type": "integer"
1506
1506
  },
1507
1507
  "choose": {
1508
- "type": "object",
1509
- "properties": {
1510
- "from": {
1511
- "type": "array",
1512
- "items": {
1513
- "enum": [
1514
- "str",
1515
- "dex",
1516
- "con",
1517
- "int",
1518
- "wis",
1519
- "cha"
1520
- ]
1521
- },
1522
- "uniqueItems": true,
1523
- "minItems": 1
1524
- },
1525
- "count": {
1526
- "type": "integer"
1527
- },
1528
- "amount": {
1529
- "type": "integer"
1530
- },
1531
- "weighted": {
1508
+ "oneOf": [
1509
+ {
1532
1510
  "type": "object",
1533
1511
  "properties": {
1534
1512
  "from": {
@@ -1546,20 +1524,61 @@
1546
1524
  "uniqueItems": true,
1547
1525
  "minItems": 1
1548
1526
  },
1549
- "weights": {
1550
- "type": "array",
1551
- "items": {
1552
- "type": "integer"
1553
- },
1554
- "minItems": 1
1527
+ "count": {
1528
+ "type": "integer"
1529
+ },
1530
+ "amount": {
1531
+ "type": "integer"
1532
+ },
1533
+ "entry": {
1534
+ "$ref": "entry.json"
1555
1535
  }
1556
- }
1536
+ },
1537
+ "required": [
1538
+ "from"
1539
+ ],
1540
+ "additionalProperties": false
1557
1541
  },
1558
- "entry": {
1559
- "$ref": "entry.json"
1542
+ {
1543
+ "type": "object",
1544
+ "properties": {
1545
+ "weighted": {
1546
+ "type": "object",
1547
+ "properties": {
1548
+ "from": {
1549
+ "type": "array",
1550
+ "items": {
1551
+ "enum": [
1552
+ "str",
1553
+ "dex",
1554
+ "con",
1555
+ "int",
1556
+ "wis",
1557
+ "cha"
1558
+ ]
1559
+ },
1560
+ "uniqueItems": true,
1561
+ "minItems": 1
1562
+ },
1563
+ "weights": {
1564
+ "type": "array",
1565
+ "items": {
1566
+ "type": "integer"
1567
+ },
1568
+ "minItems": 1
1569
+ }
1570
+ }
1571
+ },
1572
+ "entry": {
1573
+ "$ref": "entry.json"
1574
+ }
1575
+ },
1576
+ "required": [
1577
+ "weighted"
1578
+ ],
1579
+ "additionalProperties": false
1560
1580
  }
1561
- },
1562
- "additionalProperties": false
1581
+ ]
1563
1582
  },
1564
1583
  "hidden": {
1565
1584
  "type": "boolean"
@@ -4366,182 +4385,6 @@
4366
4385
  "type": "string"
4367
4386
  }
4368
4387
  ]
4369
- },
4370
- "foundrySystemObject": {
4371
- "type": "object"
4372
- },
4373
- "foundryFlagsObject": {
4374
- "type": "object"
4375
- },
4376
- "foundryAdvancementObject": {
4377
- "type": "object"
4378
- },
4379
- "foundryAdvancementsArray": {
4380
- "type": "array",
4381
- "minItems": 1,
4382
- "items": {
4383
- "$ref": "#/$defs/foundryAdvancementObject"
4384
- },
4385
- "uniqueItems": true
4386
- },
4387
- "foundryImg": {
4388
- "type": "string"
4389
- },
4390
- "foundrySubEntitiesObject": {
4391
- "description": "A 5etools-data-like object of additional entities to import.",
4392
- "type": "object"
4393
- },
4394
- "foundryEffectObject": {
4395
- "type": "object",
4396
- "properties": {
4397
- "name": {
4398
- "type": "string"
4399
- },
4400
- "img": {
4401
- "type": "string"
4402
- },
4403
- "changes": {
4404
- "type": "array",
4405
- "items": {
4406
- "type": "object",
4407
- "properties": {
4408
- "key": {
4409
- "type": "string"
4410
- },
4411
- "mode": {
4412
- "type": [
4413
- "string",
4414
- "integer"
4415
- ]
4416
- },
4417
- "value": true,
4418
- "priority": {
4419
- "type": [
4420
- "string",
4421
- "integer"
4422
- ]
4423
- }
4424
- },
4425
- "required": [
4426
- "key",
4427
- "mode",
4428
- "value"
4429
- ],
4430
- "additionalProperties": false
4431
- }
4432
- },
4433
- "flags": {
4434
- "type": "object"
4435
- },
4436
- "duration": {
4437
- "type": "object"
4438
- },
4439
- "disabled": {
4440
- "const": true
4441
- },
4442
- "transfer": {
4443
- "const": true
4444
- }
4445
- },
4446
- "required": [
4447
- "changes"
4448
- ],
4449
- "additionalProperties": false
4450
- },
4451
- "foundryEffectsArray": {
4452
- "type": "array",
4453
- "items": {
4454
- "$ref": "#/$defs/foundryEffectObject"
4455
- },
4456
- "minItems": 1,
4457
- "uniqueItems": true
4458
- },
4459
- "foundrySideDataGenericObject": {
4460
- "type": "object",
4461
- "properties": {
4462
- "name": {
4463
- "type": "string"
4464
- },
4465
- "source": {
4466
- "$ref": "util.json#/$defs/source"
4467
- },
4468
- "system": {
4469
- "$ref": "#/$defs/foundrySystemObject"
4470
- },
4471
- "effects": {
4472
- "type": "array",
4473
- "items": {
4474
- "$ref": "#/$defs/foundryEffectObject"
4475
- }
4476
- },
4477
- "flags": {
4478
- "$ref": "util.json#/$defs/foundryFlagsObject"
4479
- },
4480
- "img": {
4481
- "type": "string"
4482
- }
4483
- },
4484
- "required": [
4485
- "name",
4486
- "source"
4487
- ],
4488
- "additionalProperties": false
4489
- },
4490
- "foundrySideDataGenericArray": {
4491
- "type": "array",
4492
- "minItems": 1,
4493
- "uniqueItems": true,
4494
- "items": {
4495
- "$ref": "#/$defs/foundrySideDataGenericObject"
4496
- }
4497
- },
4498
- "foundrySideDataGenericFeatureArray": {
4499
- "type": "array",
4500
- "minItems": 1,
4501
- "uniqueItems": true,
4502
- "items": {
4503
- "type": "object",
4504
- "properties": {
4505
- "name": {
4506
- "type": "string"
4507
- },
4508
- "source": {
4509
- "$ref": "util.json#/$defs/source"
4510
- },
4511
- "entries": {
4512
- "type": "array",
4513
- "items": {
4514
- "$ref": "entry.json"
4515
- }
4516
- },
4517
- "isIgnored": {
4518
- "const": true
4519
- },
4520
- "ignoreSrdEffects": {
4521
- "const": true
4522
- },
4523
- "system": {
4524
- "$ref": "#/$defs/foundrySystemObject"
4525
- },
4526
- "actorDataMod": {
4527
- "type": "object"
4528
- },
4529
- "effects": {
4530
- "type": "array",
4531
- "items": {
4532
- "$ref": "#/$defs/foundryEffectObject"
4533
- }
4534
- },
4535
- "img": {
4536
- "type": "string"
4537
- }
4538
- },
4539
- "required": [
4540
- "name",
4541
- "source"
4542
- ],
4543
- "additionalProperties": false
4544
- }
4545
4388
  }
4546
4389
  }
4547
4390
  }
@@ -64,7 +64,7 @@
64
64
  "$ref": "util.json#/$defs/otherSources"
65
65
  },
66
66
  "foundryImg": {
67
- "$ref": "util.json#/$defs/foundryImg"
67
+ "$ref": "util-foundry.json#/$defs/foundryImg"
68
68
  }
69
69
  },
70
70
  "required": [
@@ -458,16 +458,16 @@
458
458
  "type": "string"
459
459
  },
460
460
  "foundryTokenScale": {
461
- "$ref": "foundry-shared.json#/$defs/foundryTokenScale"
461
+ "$ref": "util-foundry.json#/$defs/foundryTokenScale"
462
462
  },
463
463
  "foundrySystem": {
464
- "$ref": "util.json#/$defs/foundrySystemObject"
464
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
465
465
  },
466
466
  "foundryFlags": {
467
- "$ref": "util.json#/$defs/foundryFlagsObject"
467
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
468
468
  },
469
469
  "foundryImg": {
470
- "$ref": "util.json#/$defs/foundryImg"
470
+ "$ref": "util-foundry.json#/$defs/foundryImg"
471
471
  }
472
472
  },
473
473
  "required": [
@@ -640,16 +640,16 @@
640
640
  "type": "string"
641
641
  },
642
642
  "foundryTokenScale": {
643
- "$ref": "foundry-shared.json#/$defs/foundryTokenScale"
643
+ "$ref": "util-foundry.json#/$defs/foundryTokenScale"
644
644
  },
645
645
  "foundrySystem": {
646
- "$ref": "util.json#/$defs/foundrySystemObject"
646
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
647
647
  },
648
648
  "foundryFlags": {
649
- "$ref": "util.json#/$defs/foundryFlagsObject"
649
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
650
650
  },
651
651
  "foundryImg": {
652
- "$ref": "util.json#/$defs/foundryImg"
652
+ "$ref": "util-foundry.json#/$defs/foundryImg"
653
653
  }
654
654
  },
655
655
  "required": [
@@ -822,16 +822,16 @@
822
822
  "type": "string"
823
823
  },
824
824
  "foundryTokenScale": {
825
- "$ref": "foundry-shared.json#/$defs/foundryTokenScale"
825
+ "$ref": "util-foundry.json#/$defs/foundryTokenScale"
826
826
  },
827
827
  "foundrySystem": {
828
- "$ref": "util.json#/$defs/foundrySystemObject"
828
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
829
829
  },
830
830
  "foundryFlags": {
831
- "$ref": "util.json#/$defs/foundryFlagsObject"
831
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
832
832
  },
833
833
  "foundryImg": {
834
- "$ref": "util.json#/$defs/foundryImg"
834
+ "$ref": "util-foundry.json#/$defs/foundryImg"
835
835
  }
836
836
  },
837
837
  "required": [
@@ -71,16 +71,16 @@
71
71
  }
72
72
  },
73
73
  "foundrySystem": {
74
- "$ref": "util.json#/$defs/foundrySystemObject"
74
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
75
75
  },
76
76
  "foundryFlags": {
77
- "$ref": "util.json#/$defs/foundryFlagsObject"
77
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
78
78
  },
79
79
  "foundryEffects": {
80
- "$ref": "util.json#/$defs/foundryEffectsArray"
80
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
81
81
  },
82
82
  "foundryImg": {
83
- "$ref": "util.json#/$defs/foundryImg"
83
+ "$ref": "util-foundry.json#/$defs/foundryImg"
84
84
  }
85
85
  },
86
86
  "required": [