5etools-utils 0.14.0 → 0.14.2

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 (152) hide show
  1. package/lib/TestData.js +18 -11
  2. package/package.json +1 -1
  3. package/schema/brew/actions.json +4 -1
  4. package/schema/brew/backgrounds.json +10 -1
  5. package/schema/brew/bestiary/bestiary.json +10 -1
  6. package/schema/brew/charcreationoptions.json +4 -1
  7. package/schema/brew/class/class.json +31 -1
  8. package/schema/brew/conditionsdiseases.json +7 -1
  9. package/schema/brew/cultsboons.json +7 -1
  10. package/schema/brew/deities.json +10 -1
  11. package/schema/brew/feats.json +10 -1
  12. package/schema/brew/items-base.json +10 -1
  13. package/schema/brew/items.json +19 -1
  14. package/schema/brew/languages.json +4 -1
  15. package/schema/brew/magicvariants.json +19 -1
  16. package/schema/brew/objects.json +4 -1
  17. package/schema/brew/optionalfeatures.json +10 -1
  18. package/schema/brew/psionics.json +4 -1
  19. package/schema/brew/races.json +19 -1
  20. package/schema/brew/recipes.json +10 -1
  21. package/schema/brew/rewards.json +4 -1
  22. package/schema/brew/spells/spells.json +10 -1
  23. package/schema/brew/tables.json +1 -1
  24. package/schema/brew/trapshazards.json +10 -1
  25. package/schema/brew/util.json +6 -3
  26. package/schema/brew/variantrules.json +4 -1
  27. package/schema/brew/vehicles.json +10 -1
  28. package/schema/brew-fast/actions.json +4 -1
  29. package/schema/brew-fast/backgrounds.json +10 -1
  30. package/schema/brew-fast/bestiary/bestiary.json +10 -1
  31. package/schema/brew-fast/charcreationoptions.json +4 -1
  32. package/schema/brew-fast/class/class.json +31 -1
  33. package/schema/brew-fast/conditionsdiseases.json +7 -1
  34. package/schema/brew-fast/cultsboons.json +7 -1
  35. package/schema/brew-fast/deities.json +10 -1
  36. package/schema/brew-fast/feats.json +10 -1
  37. package/schema/brew-fast/items-base.json +10 -1
  38. package/schema/brew-fast/items.json +19 -1
  39. package/schema/brew-fast/languages.json +4 -1
  40. package/schema/brew-fast/magicvariants.json +19 -1
  41. package/schema/brew-fast/objects.json +4 -1
  42. package/schema/brew-fast/optionalfeatures.json +10 -1
  43. package/schema/brew-fast/psionics.json +4 -1
  44. package/schema/brew-fast/races.json +19 -1
  45. package/schema/brew-fast/recipes.json +10 -1
  46. package/schema/brew-fast/rewards.json +4 -1
  47. package/schema/brew-fast/spells/spells.json +10 -1
  48. package/schema/brew-fast/tables.json +1 -1
  49. package/schema/brew-fast/trapshazards.json +10 -1
  50. package/schema/brew-fast/util.json +6 -3
  51. package/schema/brew-fast/variantrules.json +4 -1
  52. package/schema/brew-fast/vehicles.json +10 -1
  53. package/schema/site/actions.json +1 -1
  54. package/schema/site/backgrounds.json +1 -1
  55. package/schema/site/bestiary/bestiary.json +1 -1
  56. package/schema/site/charcreationoptions.json +1 -1
  57. package/schema/site/class/class.json +1 -1
  58. package/schema/site/conditionsdiseases.json +1 -1
  59. package/schema/site/cultsboons.json +1 -1
  60. package/schema/site/deities.json +1 -1
  61. package/schema/site/feats.json +1 -1
  62. package/schema/site/items-base.json +1 -1
  63. package/schema/site/items.json +1 -1
  64. package/schema/site/languages.json +1 -1
  65. package/schema/site/magicvariants.json +1 -1
  66. package/schema/site/objects.json +1 -1
  67. package/schema/site/optionalfeatures.json +1 -1
  68. package/schema/site/psionics.json +1 -1
  69. package/schema/site/races.json +1 -1
  70. package/schema/site/recipes.json +1 -1
  71. package/schema/site/rewards.json +1 -1
  72. package/schema/site/spells/spells.json +1 -1
  73. package/schema/site/tables.json +1 -1
  74. package/schema/site/trapshazards.json +1 -1
  75. package/schema/site/util.json +6 -3
  76. package/schema/site/variantrules.json +1 -1
  77. package/schema/site/vehicles.json +1 -1
  78. package/schema/site-fast/actions.json +1 -1
  79. package/schema/site-fast/backgrounds.json +1 -1
  80. package/schema/site-fast/bestiary/bestiary.json +1 -1
  81. package/schema/site-fast/charcreationoptions.json +1 -1
  82. package/schema/site-fast/class/class.json +1 -1
  83. package/schema/site-fast/conditionsdiseases.json +1 -1
  84. package/schema/site-fast/cultsboons.json +1 -1
  85. package/schema/site-fast/deities.json +1 -1
  86. package/schema/site-fast/feats.json +1 -1
  87. package/schema/site-fast/items-base.json +1 -1
  88. package/schema/site-fast/items.json +1 -1
  89. package/schema/site-fast/languages.json +1 -1
  90. package/schema/site-fast/magicvariants.json +1 -1
  91. package/schema/site-fast/objects.json +1 -1
  92. package/schema/site-fast/optionalfeatures.json +1 -1
  93. package/schema/site-fast/psionics.json +1 -1
  94. package/schema/site-fast/races.json +1 -1
  95. package/schema/site-fast/recipes.json +1 -1
  96. package/schema/site-fast/rewards.json +1 -1
  97. package/schema/site-fast/spells/spells.json +1 -1
  98. package/schema/site-fast/tables.json +1 -1
  99. package/schema/site-fast/trapshazards.json +1 -1
  100. package/schema/site-fast/util.json +6 -3
  101. package/schema/site-fast/variantrules.json +1 -1
  102. package/schema/site-fast/vehicles.json +1 -1
  103. package/schema/ua/actions.json +1 -1
  104. package/schema/ua/backgrounds.json +1 -1
  105. package/schema/ua/bestiary/bestiary.json +1 -1
  106. package/schema/ua/charcreationoptions.json +1 -1
  107. package/schema/ua/class/class.json +1 -1
  108. package/schema/ua/conditionsdiseases.json +1 -1
  109. package/schema/ua/cultsboons.json +1 -1
  110. package/schema/ua/deities.json +1 -1
  111. package/schema/ua/feats.json +1 -1
  112. package/schema/ua/items-base.json +1 -1
  113. package/schema/ua/items.json +1 -1
  114. package/schema/ua/languages.json +1 -1
  115. package/schema/ua/magicvariants.json +1 -1
  116. package/schema/ua/objects.json +1 -1
  117. package/schema/ua/optionalfeatures.json +1 -1
  118. package/schema/ua/psionics.json +1 -1
  119. package/schema/ua/races.json +1 -1
  120. package/schema/ua/recipes.json +1 -1
  121. package/schema/ua/rewards.json +1 -1
  122. package/schema/ua/spells/spells.json +1 -1
  123. package/schema/ua/tables.json +1 -1
  124. package/schema/ua/trapshazards.json +1 -1
  125. package/schema/ua/util.json +6 -3
  126. package/schema/ua/variantrules.json +1 -1
  127. package/schema/ua/vehicles.json +1 -1
  128. package/schema/ua-fast/actions.json +1 -1
  129. package/schema/ua-fast/backgrounds.json +1 -1
  130. package/schema/ua-fast/bestiary/bestiary.json +1 -1
  131. package/schema/ua-fast/charcreationoptions.json +1 -1
  132. package/schema/ua-fast/class/class.json +1 -1
  133. package/schema/ua-fast/conditionsdiseases.json +1 -1
  134. package/schema/ua-fast/cultsboons.json +1 -1
  135. package/schema/ua-fast/deities.json +1 -1
  136. package/schema/ua-fast/feats.json +1 -1
  137. package/schema/ua-fast/items-base.json +1 -1
  138. package/schema/ua-fast/items.json +1 -1
  139. package/schema/ua-fast/languages.json +1 -1
  140. package/schema/ua-fast/magicvariants.json +1 -1
  141. package/schema/ua-fast/objects.json +1 -1
  142. package/schema/ua-fast/optionalfeatures.json +1 -1
  143. package/schema/ua-fast/psionics.json +1 -1
  144. package/schema/ua-fast/races.json +1 -1
  145. package/schema/ua-fast/recipes.json +1 -1
  146. package/schema/ua-fast/rewards.json +1 -1
  147. package/schema/ua-fast/spells/spells.json +1 -1
  148. package/schema/ua-fast/tables.json +1 -1
  149. package/schema/ua-fast/trapshazards.json +1 -1
  150. package/schema/ua-fast/util.json +6 -3
  151. package/schema/ua-fast/variantrules.json +1 -1
  152. package/schema/ua-fast/vehicles.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.7.12",
4
+ "version": "1.7.13",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "featData": {
@@ -147,6 +147,9 @@
147
147
  "foundryImg": {
148
148
  "$ref": "util-foundry.json#/$defs/foundryImg"
149
149
  },
150
+ "foundryAdvice": {
151
+ "$ref": "entry.json"
152
+ },
150
153
  "_foundryMerge": {
151
154
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
152
155
  }
@@ -298,6 +301,9 @@
298
301
  "foundryImg": {
299
302
  "$ref": "util-foundry.json#/$defs/foundryImg"
300
303
  },
304
+ "foundryAdvice": {
305
+ "$ref": "entry.json"
306
+ },
301
307
  "_foundryMerge": {
302
308
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
303
309
  }
@@ -452,6 +458,9 @@
452
458
  "foundryImg": {
453
459
  "$ref": "util-foundry.json#/$defs/foundryImg"
454
460
  },
461
+ "foundryAdvice": {
462
+ "$ref": "entry.json"
463
+ },
455
464
  "_foundryMerge": {
456
465
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
457
466
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.6.15",
4
+ "version": "1.6.16",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -467,6 +467,9 @@
467
467
  "foundryImg": {
468
468
  "$ref": "util-foundry.json#/$defs/foundryImg"
469
469
  },
470
+ "foundryAdvice": {
471
+ "$ref": "entry.json"
472
+ },
470
473
  "_foundryMerge": {
471
474
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
472
475
  },
@@ -848,6 +851,9 @@
848
851
  "foundryImg": {
849
852
  "$ref": "util-foundry.json#/$defs/foundryImg"
850
853
  },
854
+ "foundryAdvice": {
855
+ "$ref": "entry.json"
856
+ },
851
857
  "_foundryMerge": {
852
858
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
853
859
  },
@@ -1233,6 +1239,9 @@
1233
1239
  "foundryImg": {
1234
1240
  "$ref": "util-foundry.json#/$defs/foundryImg"
1235
1241
  },
1242
+ "foundryAdvice": {
1243
+ "$ref": "entry.json"
1244
+ },
1236
1245
  "_foundryMerge": {
1237
1246
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
1238
1247
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items.json",
4
- "version": "1.14.26",
4
+ "version": "1.14.27",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -521,6 +521,9 @@
521
521
  "foundryImg": {
522
522
  "$ref": "util-foundry.json#/$defs/foundryImg"
523
523
  },
524
+ "foundryAdvice": {
525
+ "$ref": "entry.json"
526
+ },
524
527
  "_foundryMerge": {
525
528
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
526
529
  },
@@ -1055,6 +1058,9 @@
1055
1058
  "foundryImg": {
1056
1059
  "$ref": "util-foundry.json#/$defs/foundryImg"
1057
1060
  },
1061
+ "foundryAdvice": {
1062
+ "$ref": "entry.json"
1063
+ },
1058
1064
  "_foundryMerge": {
1059
1065
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
1060
1066
  },
@@ -1591,6 +1597,9 @@
1591
1597
  "foundryImg": {
1592
1598
  "$ref": "util-foundry.json#/$defs/foundryImg"
1593
1599
  },
1600
+ "foundryAdvice": {
1601
+ "$ref": "entry.json"
1602
+ },
1594
1603
  "_foundryMerge": {
1595
1604
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
1596
1605
  },
@@ -2125,6 +2134,9 @@
2125
2134
  "foundryImg": {
2126
2135
  "$ref": "util-foundry.json#/$defs/foundryImg"
2127
2136
  },
2137
+ "foundryAdvice": {
2138
+ "$ref": "entry.json"
2139
+ },
2128
2140
  "_foundryMerge": {
2129
2141
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
2130
2142
  },
@@ -2666,6 +2678,9 @@
2666
2678
  "foundryImg": {
2667
2679
  "$ref": "util-foundry.json#/$defs/foundryImg"
2668
2680
  },
2681
+ "foundryAdvice": {
2682
+ "$ref": "entry.json"
2683
+ },
2669
2684
  "_foundryMerge": {
2670
2685
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
2671
2686
  },
@@ -3204,6 +3219,9 @@
3204
3219
  "foundryImg": {
3205
3220
  "$ref": "util-foundry.json#/$defs/foundryImg"
3206
3221
  },
3222
+ "foundryAdvice": {
3223
+ "$ref": "entry.json"
3224
+ },
3207
3225
  "_foundryMerge": {
3208
3226
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
3209
3227
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "languages.json",
4
- "version": "1.1.15",
4
+ "version": "1.1.16",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "language": {
@@ -79,6 +79,9 @@
79
79
  },
80
80
  "foundryImg": {
81
81
  "$ref": "util-foundry.json#/$defs/foundryImg"
82
+ },
83
+ "foundryAdvice": {
84
+ "$ref": "entry.json"
82
85
  }
83
86
  },
84
87
  "required": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.9.16",
4
+ "version": "1.9.17",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantDataBase": {
@@ -613,6 +613,9 @@
613
613
  "foundryImg": {
614
614
  "$ref": "util-foundry.json#/$defs/foundryImg"
615
615
  },
616
+ "foundryAdvice": {
617
+ "$ref": "entry.json"
618
+ },
616
619
  "_foundryMerge": {
617
620
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
618
621
  }
@@ -1231,6 +1234,9 @@
1231
1234
  "foundryImg": {
1232
1235
  "$ref": "util-foundry.json#/$defs/foundryImg"
1233
1236
  },
1237
+ "foundryAdvice": {
1238
+ "$ref": "entry.json"
1239
+ },
1234
1240
  "_foundryMerge": {
1235
1241
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
1236
1242
  },
@@ -1853,6 +1859,9 @@
1853
1859
  "foundryImg": {
1854
1860
  "$ref": "util-foundry.json#/$defs/foundryImg"
1855
1861
  },
1862
+ "foundryAdvice": {
1863
+ "$ref": "entry.json"
1864
+ },
1856
1865
  "_foundryMerge": {
1857
1866
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
1858
1867
  }
@@ -2476,6 +2485,9 @@
2476
2485
  "foundryImg": {
2477
2486
  "$ref": "util-foundry.json#/$defs/foundryImg"
2478
2487
  },
2488
+ "foundryAdvice": {
2489
+ "$ref": "entry.json"
2490
+ },
2479
2491
  "_foundryMerge": {
2480
2492
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
2481
2493
  },
@@ -3100,6 +3112,9 @@
3100
3112
  "foundryImg": {
3101
3113
  "$ref": "util-foundry.json#/$defs/foundryImg"
3102
3114
  },
3115
+ "foundryAdvice": {
3116
+ "$ref": "entry.json"
3117
+ },
3103
3118
  "_foundryMerge": {
3104
3119
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
3105
3120
  },
@@ -3725,6 +3740,9 @@
3725
3740
  "foundryImg": {
3726
3741
  "$ref": "util-foundry.json#/$defs/foundryImg"
3727
3742
  },
3743
+ "foundryAdvice": {
3744
+ "$ref": "entry.json"
3745
+ },
3728
3746
  "_foundryMerge": {
3729
3747
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
3730
3748
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "objects.json",
4
- "version": "1.3.10",
4
+ "version": "1.3.11",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "object": {
@@ -162,6 +162,9 @@
162
162
  "foundryImg": {
163
163
  "$ref": "util-foundry.json#/$defs/foundryImg"
164
164
  },
165
+ "foundryAdvice": {
166
+ "$ref": "entry.json"
167
+ },
165
168
  "tokenUrl": {
166
169
  "$ref": "util-token.json#/$defs/tokenUrl"
167
170
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "optionalfeatures.json",
4
- "version": "1.12.9",
4
+ "version": "1.12.10",
5
5
  "title": "Optional Features",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -133,6 +133,9 @@
133
133
  "foundryImg": {
134
134
  "$ref": "util-foundry.json#/$defs/foundryImg"
135
135
  },
136
+ "foundryAdvice": {
137
+ "$ref": "entry.json"
138
+ },
136
139
  "_foundryMerge": {
137
140
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
138
141
  }
@@ -269,6 +272,9 @@
269
272
  "foundryImg": {
270
273
  "$ref": "util-foundry.json#/$defs/foundryImg"
271
274
  },
275
+ "foundryAdvice": {
276
+ "$ref": "entry.json"
277
+ },
272
278
  "_foundryMerge": {
273
279
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
274
280
  }
@@ -409,6 +415,9 @@
409
415
  "foundryImg": {
410
416
  "$ref": "util-foundry.json#/$defs/foundryImg"
411
417
  },
418
+ "foundryAdvice": {
419
+ "$ref": "entry.json"
420
+ },
412
421
  "_foundryMerge": {
413
422
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
414
423
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "psionics.json",
4
- "version": "1.2.3",
4
+ "version": "1.2.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "psionic": {
@@ -163,6 +163,9 @@
163
163
  "foundryImg": {
164
164
  "$ref": "util-foundry.json#/$defs/foundryImg"
165
165
  },
166
+ "foundryAdvice": {
167
+ "$ref": "entry.json"
168
+ },
166
169
  "_foundryMerge": {
167
170
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
168
171
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "races.json",
4
- "version": "1.12.14",
4
+ "version": "1.12.15",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "sharedData": {
@@ -269,6 +269,9 @@
269
269
  "foundryImg": {
270
270
  "$ref": "util-foundry.json#/$defs/foundryImg"
271
271
  },
272
+ "foundryAdvice": {
273
+ "$ref": "entry.json"
274
+ },
272
275
  "_foundryMerge": {
273
276
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
274
277
  }
@@ -540,6 +543,9 @@
540
543
  "foundryImg": {
541
544
  "$ref": "util-foundry.json#/$defs/foundryImg"
542
545
  },
546
+ "foundryAdvice": {
547
+ "$ref": "entry.json"
548
+ },
543
549
  "_foundryMerge": {
544
550
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
545
551
  },
@@ -896,6 +902,9 @@
896
902
  "foundryImg": {
897
903
  "$ref": "util-foundry.json#/$defs/foundryImg"
898
904
  },
905
+ "foundryAdvice": {
906
+ "$ref": "entry.json"
907
+ },
899
908
  "_foundryMerge": {
900
909
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
901
910
  }
@@ -1171,6 +1180,9 @@
1171
1180
  "foundryImg": {
1172
1181
  "$ref": "util-foundry.json#/$defs/foundryImg"
1173
1182
  },
1183
+ "foundryAdvice": {
1184
+ "$ref": "entry.json"
1185
+ },
1174
1186
  "_foundryMerge": {
1175
1187
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
1176
1188
  },
@@ -1452,6 +1464,9 @@
1452
1464
  "foundryImg": {
1453
1465
  "$ref": "util-foundry.json#/$defs/foundryImg"
1454
1466
  },
1467
+ "foundryAdvice": {
1468
+ "$ref": "entry.json"
1469
+ },
1455
1470
  "_foundryMerge": {
1456
1471
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
1457
1472
  },
@@ -1740,6 +1755,9 @@
1740
1755
  "foundryImg": {
1741
1756
  "$ref": "util-foundry.json#/$defs/foundryImg"
1742
1757
  },
1758
+ "foundryAdvice": {
1759
+ "$ref": "entry.json"
1760
+ },
1743
1761
  "_foundryMerge": {
1744
1762
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
1745
1763
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "recipes.json",
4
- "version": "1.5.8",
4
+ "version": "1.5.9",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "recipeData": {
@@ -200,6 +200,9 @@
200
200
  },
201
201
  "foundryImg": {
202
202
  "$ref": "util-foundry.json#/$defs/foundryImg"
203
+ },
204
+ "foundryAdvice": {
205
+ "$ref": "entry.json"
203
206
  }
204
207
  },
205
208
  "additionalProperties": false
@@ -402,6 +405,9 @@
402
405
  },
403
406
  "foundryImg": {
404
407
  "$ref": "util-foundry.json#/$defs/foundryImg"
408
+ },
409
+ "foundryAdvice": {
410
+ "$ref": "entry.json"
405
411
  }
406
412
  },
407
413
  "additionalProperties": false,
@@ -609,6 +615,9 @@
609
615
  "foundryImg": {
610
616
  "$ref": "util-foundry.json#/$defs/foundryImg"
611
617
  },
618
+ "foundryAdvice": {
619
+ "$ref": "entry.json"
620
+ },
612
621
  "_copy": {
613
622
  "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
614
623
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.2.3",
4
+ "version": "1.2.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "reward": {
@@ -85,6 +85,9 @@
85
85
  "foundryImg": {
86
86
  "$ref": "util-foundry.json#/$defs/foundryImg"
87
87
  },
88
+ "foundryAdvice": {
89
+ "$ref": "entry.json"
90
+ },
88
91
  "_foundryMerge": {
89
92
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
90
93
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "spells.json",
4
- "version": "1.9.23",
4
+ "version": "1.9.24",
5
5
  "title": "Spells",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -559,6 +559,9 @@
559
559
  "foundryImg": {
560
560
  "$ref": "../util-foundry.json#/$defs/foundryImg"
561
561
  },
562
+ "foundryAdvice": {
563
+ "$ref": "../entry.json"
564
+ },
562
565
  "_foundryMerge": {
563
566
  "$ref": "../util-foundry.json#/$defs/foundryMergeObject"
564
567
  }
@@ -1121,6 +1124,9 @@
1121
1124
  "foundryImg": {
1122
1125
  "$ref": "../util-foundry.json#/$defs/foundryImg"
1123
1126
  },
1127
+ "foundryAdvice": {
1128
+ "$ref": "../entry.json"
1129
+ },
1124
1130
  "_foundryMerge": {
1125
1131
  "$ref": "../util-foundry.json#/$defs/foundryMergeObject"
1126
1132
  }
@@ -1691,6 +1697,9 @@
1691
1697
  "foundryImg": {
1692
1698
  "$ref": "../util-foundry.json#/$defs/foundryImg"
1693
1699
  },
1700
+ "foundryAdvice": {
1701
+ "$ref": "../entry.json"
1702
+ },
1694
1703
  "_foundryMerge": {
1695
1704
  "$ref": "../util-foundry.json#/$defs/foundryMergeObject"
1696
1705
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "tables.json",
4
- "version": "1.1.11",
4
+ "version": "1.1.12",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "tableData": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "trapshazards.json",
4
- "version": "1.4.7",
4
+ "version": "1.4.8",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_trapHazardTier": {
@@ -145,6 +145,9 @@
145
145
  },
146
146
  "foundryImg": {
147
147
  "$ref": "util-foundry.json#/$defs/foundryImg"
148
+ },
149
+ "foundryAdvice": {
150
+ "$ref": "entry.json"
148
151
  }
149
152
  },
150
153
  "additionalProperties": false,
@@ -258,6 +261,9 @@
258
261
  },
259
262
  "foundryImg": {
260
263
  "$ref": "util-foundry.json#/$defs/foundryImg"
264
+ },
265
+ "foundryAdvice": {
266
+ "$ref": "entry.json"
261
267
  }
262
268
  },
263
269
  "additionalProperties": false,
@@ -339,6 +345,9 @@
339
345
  "foundryImg": {
340
346
  "$ref": "util-foundry.json#/$defs/foundryImg"
341
347
  },
348
+ "foundryAdvice": {
349
+ "$ref": "entry.json"
350
+ },
342
351
  "_foundryMerge": {
343
352
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
344
353
  }
@@ -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.17.28",
6
+ "version": "1.17.29",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -189,13 +189,16 @@
189
189
  "description": "A tag used in the renderer, e.g. \"creature\"",
190
190
  "type": "string",
191
191
  "markdownDescription": "A tag used in the renderer, e.g. "creature""
192
+ },
193
+ "edition": {
194
+ "$ref": "util-edition.json#/$defs/edition"
192
195
  }
193
196
  },
194
197
  "additionalProperties": false,
195
198
  "required": [
196
- "tag",
197
199
  "uid"
198
- ]
200
+ ],
201
+ "minProperties": 2
199
202
  }
200
203
  ]
201
204
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "variantrules.json",
4
- "version": "1.1.13",
4
+ "version": "1.1.14",
5
5
  "title": "RulesArray",
6
6
  "type": "object",
7
7
  "properties": {
@@ -67,6 +67,9 @@
67
67
  },
68
68
  "foundryImg": {
69
69
  "$ref": "util-foundry.json#/$defs/foundryImg"
70
+ },
71
+ "foundryAdvice": {
72
+ "$ref": "entry.json"
70
73
  }
71
74
  },
72
75
  "required": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "vehicles.json",
4
- "version": "1.7.14",
4
+ "version": "1.7.15",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -488,6 +488,9 @@
488
488
  "foundryImg": {
489
489
  "$ref": "util-foundry.json#/$defs/foundryImg"
490
490
  },
491
+ "foundryAdvice": {
492
+ "$ref": "entry.json"
493
+ },
491
494
  "tokenUrl": {
492
495
  "$ref": "util-token.json#/$defs/tokenUrl"
493
496
  },
@@ -690,6 +693,9 @@
690
693
  "foundryImg": {
691
694
  "$ref": "util-foundry.json#/$defs/foundryImg"
692
695
  },
696
+ "foundryAdvice": {
697
+ "$ref": "entry.json"
698
+ },
693
699
  "tokenUrl": {
694
700
  "$ref": "util-token.json#/$defs/tokenUrl"
695
701
  },
@@ -897,6 +903,9 @@
897
903
  "foundryImg": {
898
904
  "$ref": "util-foundry.json#/$defs/foundryImg"
899
905
  },
906
+ "foundryAdvice": {
907
+ "$ref": "entry.json"
908
+ },
900
909
  "tokenUrl": {
901
910
  "$ref": "util-token.json#/$defs/tokenUrl"
902
911
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "actions.json",
4
- "version": "1.2.7",
4
+ "version": "1.2.8",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "action": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "backgrounds.json",
4
- "version": "1.3.12",
4
+ "version": "1.3.13",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "backgroundData": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.52",
3
+ "version": "1.21.53",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "charcreationoptions.json",
4
- "version": "1.2.5",
4
+ "version": "1.2.6",
5
5
  "title": "Character Creation Options",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.10",
3
+ "version": "2.12.11",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "conditionsdiseases.json",
4
- "version": "1.2.10",
4
+ "version": "1.2.11",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_conditionDiseaseBase": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "cultsboons.json",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "cult": {