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",
@@ -4354,182 +4354,6 @@
4354
4354
  "type": "string"
4355
4355
  }
4356
4356
  ]
4357
- },
4358
- "foundrySystemObject": {
4359
- "type": "object"
4360
- },
4361
- "foundryFlagsObject": {
4362
- "type": "object"
4363
- },
4364
- "foundryAdvancementObject": {
4365
- "type": "object"
4366
- },
4367
- "foundryAdvancementsArray": {
4368
- "type": "array",
4369
- "minItems": 1,
4370
- "items": {
4371
- "$ref": "#/$defs/foundryAdvancementObject"
4372
- },
4373
- "uniqueItems": true
4374
- },
4375
- "foundryImg": {
4376
- "type": "string"
4377
- },
4378
- "foundrySubEntitiesObject": {
4379
- "description": "A 5etools-data-like object of additional entities to import.",
4380
- "type": "object"
4381
- },
4382
- "foundryEffectObject": {
4383
- "type": "object",
4384
- "properties": {
4385
- "name": {
4386
- "type": "string"
4387
- },
4388
- "img": {
4389
- "type": "string"
4390
- },
4391
- "changes": {
4392
- "type": "array",
4393
- "items": {
4394
- "type": "object",
4395
- "properties": {
4396
- "key": {
4397
- "type": "string"
4398
- },
4399
- "mode": {
4400
- "type": [
4401
- "string",
4402
- "integer"
4403
- ]
4404
- },
4405
- "value": true,
4406
- "priority": {
4407
- "type": [
4408
- "string",
4409
- "integer"
4410
- ]
4411
- }
4412
- },
4413
- "required": [
4414
- "key",
4415
- "mode",
4416
- "value"
4417
- ],
4418
- "additionalProperties": false
4419
- }
4420
- },
4421
- "flags": {
4422
- "type": "object"
4423
- },
4424
- "duration": {
4425
- "type": "object"
4426
- },
4427
- "disabled": {
4428
- "const": true
4429
- },
4430
- "transfer": {
4431
- "const": true
4432
- }
4433
- },
4434
- "required": [
4435
- "changes"
4436
- ],
4437
- "additionalProperties": false
4438
- },
4439
- "foundryEffectsArray": {
4440
- "type": "array",
4441
- "items": {
4442
- "$ref": "#/$defs/foundryEffectObject"
4443
- },
4444
- "minItems": 1,
4445
- "uniqueItems": true
4446
- },
4447
- "foundrySideDataGenericObject": {
4448
- "type": "object",
4449
- "properties": {
4450
- "name": {
4451
- "type": "string"
4452
- },
4453
- "source": {
4454
- "$ref": "util.json#/$defs/source"
4455
- },
4456
- "system": {
4457
- "$ref": "#/$defs/foundrySystemObject"
4458
- },
4459
- "effects": {
4460
- "type": "array",
4461
- "items": {
4462
- "$ref": "#/$defs/foundryEffectObject"
4463
- }
4464
- },
4465
- "flags": {
4466
- "$ref": "util.json#/$defs/foundryFlagsObject"
4467
- },
4468
- "img": {
4469
- "type": "string"
4470
- }
4471
- },
4472
- "required": [
4473
- "name",
4474
- "source"
4475
- ],
4476
- "additionalProperties": false
4477
- },
4478
- "foundrySideDataGenericArray": {
4479
- "type": "array",
4480
- "minItems": 1,
4481
- "uniqueItems": true,
4482
- "items": {
4483
- "$ref": "#/$defs/foundrySideDataGenericObject"
4484
- }
4485
- },
4486
- "foundrySideDataGenericFeatureArray": {
4487
- "type": "array",
4488
- "minItems": 1,
4489
- "uniqueItems": true,
4490
- "items": {
4491
- "type": "object",
4492
- "properties": {
4493
- "name": {
4494
- "type": "string"
4495
- },
4496
- "source": {
4497
- "$ref": "util.json#/$defs/source"
4498
- },
4499
- "entries": {
4500
- "type": "array",
4501
- "items": {
4502
- "$ref": "entry.json"
4503
- }
4504
- },
4505
- "isIgnored": {
4506
- "const": true
4507
- },
4508
- "ignoreSrdEffects": {
4509
- "const": true
4510
- },
4511
- "system": {
4512
- "$ref": "#/$defs/foundrySystemObject"
4513
- },
4514
- "actorDataMod": {
4515
- "type": "object"
4516
- },
4517
- "effects": {
4518
- "type": "array",
4519
- "items": {
4520
- "$ref": "#/$defs/foundryEffectObject"
4521
- }
4522
- },
4523
- "img": {
4524
- "type": "string"
4525
- }
4526
- },
4527
- "required": [
4528
- "name",
4529
- "source"
4530
- ],
4531
- "additionalProperties": false
4532
- }
4533
4357
  }
4534
4358
  }
4535
4359
  }