5etools-utils 0.9.54 → 0.9.55

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 +1 -177
  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 +1 -177
  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 +1 -177
  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 +1 -177
  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 +1 -177
  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 +1 -177
@@ -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.14.5",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -4366,182 +4366,6 @@
4366
4366
  "type": "string"
4367
4367
  }
4368
4368
  ]
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
4369
  }
4546
4370
  }
4547
4371
  }
@@ -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": [
@@ -863,7 +863,7 @@
863
863
  "type": "string"
864
864
  },
865
865
  "foundryTokenScale": {
866
- "$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
866
+ "$ref": "../util-foundry.json#/$defs/foundryTokenScale"
867
867
  },
868
868
  "altArt": {
869
869
  "type": "array",
@@ -1955,7 +1955,7 @@
1955
1955
  "type": "string"
1956
1956
  },
1957
1957
  "foundryTokenScale": {
1958
- "$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
1958
+ "$ref": "../util-foundry.json#/$defs/foundryTokenScale"
1959
1959
  },
1960
1960
  "altArt": {
1961
1961
  "type": "array",
@@ -3061,7 +3061,7 @@
3061
3061
  "type": "string"
3062
3062
  },
3063
3063
  "foundryTokenScale": {
3064
- "$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
3064
+ "$ref": "../util-foundry.json#/$defs/foundryTokenScale"
3065
3065
  },
3066
3066
  "altArt": {
3067
3067
  "type": "array",
@@ -5,7 +5,7 @@
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "monster": {
8
- "$ref": "../util.json#/$defs/foundrySideDataGenericArray"
8
+ "$ref": "../util-foundry.json#/$defs/foundrySideDataGenericArray"
9
9
  }
10
10
  },
11
11
  "required": [
@@ -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": [