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
@@ -234,16 +234,16 @@
234
234
  "$ref": "#/$defs/fluff"
235
235
  },
236
236
  "foundrySystem": {
237
- "$ref": "util.json#/$defs/foundrySystemObject"
237
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
238
238
  },
239
239
  "foundryFlags": {
240
- "$ref": "util.json#/$defs/foundryFlagsObject"
240
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
241
241
  },
242
242
  "foundryEffects": {
243
- "$ref": "util.json#/$defs/foundryEffectsArray"
243
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
244
244
  },
245
245
  "foundryImg": {
246
- "$ref": "util.json#/$defs/foundryImg"
246
+ "$ref": "util-foundry.json#/$defs/foundryImg"
247
247
  }
248
248
  },
249
249
  "additionalProperties": false
@@ -478,16 +478,16 @@
478
478
  "$ref": "#/$defs/fluff"
479
479
  },
480
480
  "foundrySystem": {
481
- "$ref": "util.json#/$defs/foundrySystemObject"
481
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
482
482
  },
483
483
  "foundryFlags": {
484
- "$ref": "util.json#/$defs/foundryFlagsObject"
484
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
485
485
  },
486
486
  "foundryEffects": {
487
- "$ref": "util.json#/$defs/foundryEffectsArray"
487
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
488
488
  },
489
489
  "foundryImg": {
490
- "$ref": "util.json#/$defs/foundryImg"
490
+ "$ref": "util-foundry.json#/$defs/foundryImg"
491
491
  },
492
492
  "raceName": {
493
493
  "type": "string"
@@ -813,16 +813,16 @@
813
813
  "$ref": "#/$defs/fluff"
814
814
  },
815
815
  "foundrySystem": {
816
- "$ref": "util.json#/$defs/foundrySystemObject"
816
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
817
817
  },
818
818
  "foundryFlags": {
819
- "$ref": "util.json#/$defs/foundryFlagsObject"
819
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
820
820
  },
821
821
  "foundryEffects": {
822
- "$ref": "util.json#/$defs/foundryEffectsArray"
822
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
823
823
  },
824
824
  "foundryImg": {
825
- "$ref": "util.json#/$defs/foundryImg"
825
+ "$ref": "util-foundry.json#/$defs/foundryImg"
826
826
  }
827
827
  },
828
828
  "additionalProperties": false,
@@ -1061,16 +1061,16 @@
1061
1061
  "$ref": "#/$defs/fluff"
1062
1062
  },
1063
1063
  "foundrySystem": {
1064
- "$ref": "util.json#/$defs/foundrySystemObject"
1064
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
1065
1065
  },
1066
1066
  "foundryFlags": {
1067
- "$ref": "util.json#/$defs/foundryFlagsObject"
1067
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
1068
1068
  },
1069
1069
  "foundryEffects": {
1070
- "$ref": "util.json#/$defs/foundryEffectsArray"
1070
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
1071
1071
  },
1072
1072
  "foundryImg": {
1073
- "$ref": "util.json#/$defs/foundryImg"
1073
+ "$ref": "util-foundry.json#/$defs/foundryImg"
1074
1074
  },
1075
1075
  "_copy": {
1076
1076
  "$ref": "util.json#/$defs/copyBlock_copy_generic"
@@ -1315,16 +1315,16 @@
1315
1315
  "$ref": "#/$defs/fluff"
1316
1316
  },
1317
1317
  "foundrySystem": {
1318
- "$ref": "util.json#/$defs/foundrySystemObject"
1318
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
1319
1319
  },
1320
1320
  "foundryFlags": {
1321
- "$ref": "util.json#/$defs/foundryFlagsObject"
1321
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
1322
1322
  },
1323
1323
  "foundryEffects": {
1324
- "$ref": "util.json#/$defs/foundryEffectsArray"
1324
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
1325
1325
  },
1326
1326
  "foundryImg": {
1327
- "$ref": "util.json#/$defs/foundryImg"
1327
+ "$ref": "util-foundry.json#/$defs/foundryImg"
1328
1328
  },
1329
1329
  "raceName": {
1330
1330
  "type": "string"
@@ -1575,16 +1575,16 @@
1575
1575
  "$ref": "#/$defs/fluff"
1576
1576
  },
1577
1577
  "foundrySystem": {
1578
- "$ref": "util.json#/$defs/foundrySystemObject"
1578
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
1579
1579
  },
1580
1580
  "foundryFlags": {
1581
- "$ref": "util.json#/$defs/foundryFlagsObject"
1581
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
1582
1582
  },
1583
1583
  "foundryEffects": {
1584
- "$ref": "util.json#/$defs/foundryEffectsArray"
1584
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
1585
1585
  },
1586
1586
  "foundryImg": {
1587
- "$ref": "util.json#/$defs/foundryImg"
1587
+ "$ref": "util-foundry.json#/$defs/foundryImg"
1588
1588
  },
1589
1589
  "raceName": {
1590
1590
  "type": "string"
@@ -186,7 +186,7 @@
186
186
  "$ref": "util.json#/$defs/fluffObject"
187
187
  },
188
188
  "foundryImg": {
189
- "$ref": "util.json#/$defs/foundryImg"
189
+ "$ref": "util-foundry.json#/$defs/foundryImg"
190
190
  }
191
191
  },
192
192
  "additionalProperties": false
@@ -375,7 +375,7 @@
375
375
  "$ref": "util.json#/$defs/fluffObject"
376
376
  },
377
377
  "foundryImg": {
378
- "$ref": "util.json#/$defs/foundryImg"
378
+ "$ref": "util-foundry.json#/$defs/foundryImg"
379
379
  }
380
380
  },
381
381
  "additionalProperties": false,
@@ -568,7 +568,7 @@
568
568
  "$ref": "util.json#/$defs/fluffObject"
569
569
  },
570
570
  "foundryImg": {
571
- "$ref": "util.json#/$defs/foundryImg"
571
+ "$ref": "util-foundry.json#/$defs/foundryImg"
572
572
  },
573
573
  "_copy": {
574
574
  "$ref": "util.json#/$defs/copyBlock_copy_generic"
@@ -74,16 +74,16 @@
74
74
  "type": "boolean"
75
75
  },
76
76
  "foundrySystem": {
77
- "$ref": "util.json#/$defs/foundrySystemObject"
77
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
78
78
  },
79
79
  "foundryFlags": {
80
- "$ref": "util.json#/$defs/foundryFlagsObject"
80
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
81
81
  },
82
82
  "foundryEffects": {
83
- "$ref": "util.json#/$defs/foundryEffectsArray"
83
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
84
84
  },
85
85
  "foundryImg": {
86
- "$ref": "util.json#/$defs/foundryImg"
86
+ "$ref": "util-foundry.json#/$defs/foundryImg"
87
87
  }
88
88
  },
89
89
  "required": [
@@ -5,7 +5,7 @@
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "spell": {
8
- "$ref": "../util.json#/$defs/foundrySideDataGenericArray"
8
+ "$ref": "../util-foundry.json#/$defs/foundrySideDataGenericArray"
9
9
  }
10
10
  },
11
11
  "required": [
@@ -537,16 +537,16 @@
537
537
  "$ref": "roll20.json#/properties/spell"
538
538
  },
539
539
  "foundrySystem": {
540
- "$ref": "../util.json#/$defs/foundrySystemObject"
540
+ "$ref": "../util-foundry.json#/$defs/foundrySystemObject"
541
541
  },
542
542
  "foundryFlags": {
543
- "$ref": "../util.json#/$defs/foundryFlagsObject"
543
+ "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
544
544
  },
545
545
  "foundryEffects": {
546
- "$ref": "../util.json#/$defs/foundryEffectsArray"
546
+ "$ref": "../util-foundry.json#/$defs/foundryEffectsArray"
547
547
  },
548
548
  "foundryImg": {
549
- "$ref": "../util.json#/$defs/foundryImg"
549
+ "$ref": "../util-foundry.json#/$defs/foundryImg"
550
550
  }
551
551
  },
552
552
  "additionalProperties": false
@@ -1085,16 +1085,16 @@
1085
1085
  "$ref": "roll20.json#/properties/spell"
1086
1086
  },
1087
1087
  "foundrySystem": {
1088
- "$ref": "../util.json#/$defs/foundrySystemObject"
1088
+ "$ref": "../util-foundry.json#/$defs/foundrySystemObject"
1089
1089
  },
1090
1090
  "foundryFlags": {
1091
- "$ref": "../util.json#/$defs/foundryFlagsObject"
1091
+ "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
1092
1092
  },
1093
1093
  "foundryEffects": {
1094
- "$ref": "../util.json#/$defs/foundryEffectsArray"
1094
+ "$ref": "../util-foundry.json#/$defs/foundryEffectsArray"
1095
1095
  },
1096
1096
  "foundryImg": {
1097
- "$ref": "../util.json#/$defs/foundryImg"
1097
+ "$ref": "../util-foundry.json#/$defs/foundryImg"
1098
1098
  }
1099
1099
  },
1100
1100
  "additionalProperties": false,
@@ -1641,16 +1641,16 @@
1641
1641
  "$ref": "roll20.json#/properties/spell"
1642
1642
  },
1643
1643
  "foundrySystem": {
1644
- "$ref": "../util.json#/$defs/foundrySystemObject"
1644
+ "$ref": "../util-foundry.json#/$defs/foundrySystemObject"
1645
1645
  },
1646
1646
  "foundryFlags": {
1647
- "$ref": "../util.json#/$defs/foundryFlagsObject"
1647
+ "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
1648
1648
  },
1649
1649
  "foundryEffects": {
1650
- "$ref": "../util.json#/$defs/foundryEffectsArray"
1650
+ "$ref": "../util-foundry.json#/$defs/foundryEffectsArray"
1651
1651
  },
1652
1652
  "foundryImg": {
1653
- "$ref": "../util.json#/$defs/foundryImg"
1653
+ "$ref": "../util-foundry.json#/$defs/foundryImg"
1654
1654
  },
1655
1655
  "_copy": {
1656
1656
  "$ref": "../util.json#/$defs/copyBlock_copy_generic"
@@ -171,7 +171,7 @@
171
171
  }
172
172
  },
173
173
  "foundryImg": {
174
- "$ref": "util.json#/$defs/foundryImg"
174
+ "$ref": "util-foundry.json#/$defs/foundryImg"
175
175
  }
176
176
  },
177
177
  "dependencies": {
@@ -84,7 +84,7 @@
84
84
  "$ref": "util.json#/$defs/fluffObject"
85
85
  },
86
86
  "foundryImg": {
87
- "$ref": "util.json#/$defs/foundryImg"
87
+ "$ref": "util-foundry.json#/$defs/foundryImg"
88
88
  }
89
89
  },
90
90
  "additionalProperties": false,
@@ -198,7 +198,7 @@
198
198
  "$ref": "util.json#/$defs/fluffObject"
199
199
  },
200
200
  "foundryImg": {
201
- "$ref": "util.json#/$defs/foundryImg"
201
+ "$ref": "util-foundry.json#/$defs/foundryImg"
202
202
  }
203
203
  },
204
204
  "additionalProperties": false,
@@ -259,16 +259,16 @@
259
259
  "type": "boolean"
260
260
  },
261
261
  "foundrySystem": {
262
- "$ref": "util.json#/$defs/foundrySystemObject"
262
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
263
263
  },
264
264
  "foundryFlags": {
265
- "$ref": "util.json#/$defs/foundryFlagsObject"
265
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
266
266
  },
267
267
  "foundryEffects": {
268
- "$ref": "util.json#/$defs/foundryEffectsArray"
268
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
269
269
  },
270
270
  "foundryImg": {
271
- "$ref": "util.json#/$defs/foundryImg"
271
+ "$ref": "util-foundry.json#/$defs/foundryImg"
272
272
  }
273
273
  },
274
274
  "additionalProperties": false,
@@ -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
+ }