optolith-database-schema 0.26.5 → 0.27.0

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 (180) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/gen/types.d.ts +896 -190
  3. package/lib/main.d.ts +10 -2
  4. package/lib/main.js +1 -1
  5. package/lib/types/Advantage.d.ts +2 -2
  6. package/lib/types/AnimalDisease.d.ts +1 -1
  7. package/lib/types/Attribute.d.ts +2 -1
  8. package/lib/types/Attribute.js +11 -1
  9. package/lib/types/Blessing.d.ts +1 -1
  10. package/lib/types/Cantrip.d.ts +1 -1
  11. package/lib/types/Ceremony.d.ts +2 -2
  12. package/lib/types/CombatTechnique.d.ts +2 -2
  13. package/lib/types/Condition.d.ts +1 -1
  14. package/lib/types/Culture.d.ts +13 -1
  15. package/lib/types/DerivedCharacteristic.d.ts +10 -9
  16. package/lib/types/DerivedCharacteristic.js +11 -1
  17. package/lib/types/Disadvantage.d.ts +2 -2
  18. package/lib/types/Disease.d.ts +1 -1
  19. package/lib/types/ExperienceLevel.js +6 -0
  20. package/lib/types/FamiliarsTrick.d.ts +1 -1
  21. package/lib/types/Lessons.d.ts +1 -1
  22. package/lib/types/LiturgicalChant.d.ts +2 -2
  23. package/lib/types/MetaCondition.d.ts +1 -1
  24. package/lib/types/PactCategory.d.ts +1 -1
  25. package/lib/types/PactCategory.js +2 -2
  26. package/lib/types/Patron.d.ts +1 -1
  27. package/lib/types/PersonalityTrait.d.ts +1 -1
  28. package/lib/types/Profession.d.ts +26 -2
  29. package/lib/types/Profession.js +5 -5
  30. package/lib/types/Race.d.ts +49 -15
  31. package/lib/types/Race.js +19 -8
  32. package/lib/types/Ritual.d.ts +2 -2
  33. package/lib/types/Service.d.ts +1 -1
  34. package/lib/types/SexPractice.d.ts +1 -1
  35. package/lib/types/Skill.d.ts +1 -1
  36. package/lib/types/SkillGroup.d.ts +2 -1
  37. package/lib/types/SkillGroup.js +11 -1
  38. package/lib/types/SkillModificationLevel.js +3 -0
  39. package/lib/types/SocialStatus.d.ts +1 -1
  40. package/lib/types/SocialStatus.js +3 -3
  41. package/lib/types/Spell.d.ts +2 -2
  42. package/lib/types/State.d.ts +1 -1
  43. package/lib/types/Talisman.d.ts +48 -4
  44. package/lib/types/Talisman.js +56 -1
  45. package/lib/types/_ActivatableSelectOptions.d.ts +766 -928
  46. package/lib/types/_ActivatableSelectOptions.js +3 -66
  47. package/lib/types/_ActivatableSkillApplicationsAndUses.js +3 -3
  48. package/lib/types/_CommonnessRatedAdvantageDisadvantage.d.ts +4 -1
  49. package/lib/types/_CommonnessRatedAdvantageDisadvantage.js +8 -1
  50. package/lib/types/_Enhancements.d.ts +2 -2
  51. package/lib/types/_Enhancements.js +2 -2
  52. package/lib/types/_Influence.d.ts +1 -1
  53. package/lib/types/_MathExpression.d.ts +1 -1
  54. package/lib/types/equipment/EquipmentPackage.d.ts +1 -1
  55. package/lib/types/equipment/item/Ammunition.d.ts +1 -1
  56. package/lib/types/equipment/item/Animal.d.ts +1 -1
  57. package/lib/types/equipment/item/AnimalCare.d.ts +1 -1
  58. package/lib/types/equipment/item/Armor.d.ts +1 -1
  59. package/lib/types/equipment/item/BandageOrRemedy.d.ts +3 -19
  60. package/lib/types/equipment/item/BandageOrRemedy.js +1 -1
  61. package/lib/types/equipment/item/Book.d.ts +1 -1
  62. package/lib/types/equipment/item/CeremonialItem.d.ts +3 -19
  63. package/lib/types/equipment/item/CeremonialItem.js +1 -1
  64. package/lib/types/equipment/item/Clothes.d.ts +3 -19
  65. package/lib/types/equipment/item/Clothes.js +1 -1
  66. package/lib/types/equipment/item/ClothingPackage.d.ts +1 -1
  67. package/lib/types/equipment/item/ClothingPackage.js +1 -1
  68. package/lib/types/equipment/item/Container.d.ts +3 -19
  69. package/lib/types/equipment/item/Container.js +1 -1
  70. package/lib/types/equipment/item/Elixir.d.ts +1 -1
  71. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +3 -19
  72. package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +1 -1
  73. package/lib/types/equipment/item/GemOrPreciousStone.d.ts +1 -1
  74. package/lib/types/equipment/item/IlluminationLightSource.d.ts +3 -19
  75. package/lib/types/equipment/item/IlluminationLightSource.js +1 -1
  76. package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +3 -19
  77. package/lib/types/equipment/item/IlluminationRefillOrSupply.js +1 -1
  78. package/lib/types/equipment/item/Jewelry.d.ts +1 -1
  79. package/lib/types/equipment/item/Laboratory.d.ts +1 -1
  80. package/lib/types/equipment/item/Liebesspielzeug.d.ts +3 -19
  81. package/lib/types/equipment/item/Liebesspielzeug.js +1 -1
  82. package/lib/types/equipment/item/LuxuryGood.d.ts +3 -19
  83. package/lib/types/equipment/item/LuxuryGood.js +1 -1
  84. package/lib/types/equipment/item/MagicalArtifact.d.ts +3 -19
  85. package/lib/types/equipment/item/MagicalArtifact.js +1 -1
  86. package/lib/types/equipment/item/MusicalInstrument.d.ts +3 -19
  87. package/lib/types/equipment/item/MusicalInstrument.js +1 -1
  88. package/lib/types/equipment/item/Newspaper.d.ts +1 -1
  89. package/lib/types/equipment/item/OrienteeringAid.d.ts +3 -19
  90. package/lib/types/equipment/item/Poison.d.ts +1 -1
  91. package/lib/types/equipment/item/RopeOrChain.d.ts +3 -19
  92. package/lib/types/equipment/item/Stationery.d.ts +3 -19
  93. package/lib/types/equipment/item/ThievesTool.d.ts +3 -19
  94. package/lib/types/equipment/item/ToolOfTheTrade.d.ts +1 -1
  95. package/lib/types/equipment/item/TravelGearOrTool.d.ts +3 -19
  96. package/lib/types/equipment/item/TravelGearOrTool.js +1 -1
  97. package/lib/types/equipment/item/Vehicle.d.ts +1 -1
  98. package/lib/types/equipment/item/Weapon.d.ts +5 -37
  99. package/lib/types/equipment/item/Weapon.js +1 -1
  100. package/lib/types/equipment/item/WeaponAccessory.d.ts +3 -19
  101. package/lib/types/equipment/item/WeaponAccessory.js +1 -1
  102. package/lib/types/equipment/item/_Item.d.ts +5 -37
  103. package/lib/types/equipment/item/_Item.js +1 -1
  104. package/lib/types/equipment/item/_MeleeWeapon.d.ts +32 -10
  105. package/lib/types/equipment/item/_MeleeWeapon.js +9 -4
  106. package/lib/types/equipment/item/_RangedWeapon.d.ts +18 -14
  107. package/lib/types/equipment/item/_RangedWeapon.js +9 -4
  108. package/lib/types/equipment/item/_Weapon.d.ts +9 -7
  109. package/lib/types/equipment/item/_Weapon.js +2 -2
  110. package/lib/types/magicalActions/AnimistPower.d.ts +2 -2
  111. package/lib/types/magicalActions/Curse.d.ts +1 -1
  112. package/lib/types/magicalActions/DominationRitual.d.ts +1 -1
  113. package/lib/types/magicalActions/ElvenMagicalSong.d.ts +1 -1
  114. package/lib/types/magicalActions/GeodeRitual.d.ts +1 -1
  115. package/lib/types/magicalActions/JesterTrick.d.ts +1 -1
  116. package/lib/types/magicalActions/MagicalDance.d.ts +1 -1
  117. package/lib/types/magicalActions/MagicalMelody.d.ts +1 -1
  118. package/lib/types/magicalActions/MagicalRune.d.ts +1 -1
  119. package/lib/types/magicalActions/ZibiljaRitual.d.ts +1 -1
  120. package/lib/types/rule/AlternativeRule.d.ts +1 -1
  121. package/lib/types/rule/CoreRule.d.ts +1 -1
  122. package/lib/types/rule/FocusRule.d.ts +1 -1
  123. package/lib/types/rule/OptionalRule.d.ts +1 -1
  124. package/lib/types/source/_PublicationRef.d.ts +4 -4
  125. package/lib/types/source/_PublicationRef.js +53 -6
  126. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +2 -2
  127. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +2 -2
  128. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +2 -2
  129. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +2 -2
  130. package/lib/types/specialAbility/AncestorGlyph.d.ts +2 -2
  131. package/lib/types/specialAbility/BlessedTradition.d.ts +2 -2
  132. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +2 -2
  133. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +2 -2
  134. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +2 -2
  135. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +2 -2
  136. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +2 -2
  137. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +2 -2
  138. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +2 -2
  139. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +2 -2
  140. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +2 -2
  141. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +2 -2
  142. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +2 -2
  143. package/lib/types/specialAbility/LycantropicGift.d.ts +2 -2
  144. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +2 -2
  145. package/lib/types/specialAbility/MagicalSign.d.ts +1 -1
  146. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +2 -2
  147. package/lib/types/specialAbility/MagicalTradition.d.ts +2 -2
  148. package/lib/types/specialAbility/PactGift.d.ts +2 -2
  149. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +2 -2
  150. package/lib/types/specialAbility/Sermon.d.ts +2 -2
  151. package/lib/types/specialAbility/SexSpecialAbility.d.ts +2 -2
  152. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +2 -2
  153. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +2 -2
  154. package/lib/types/specialAbility/VampiricGift.d.ts +2 -2
  155. package/lib/types/specialAbility/Vision.d.ts +2 -2
  156. package/lib/types/specialAbility/sub/Language.d.ts +1 -1
  157. package/lib/types/specialAbility/sub/Script.d.ts +1 -1
  158. package/lib/types/specialAbility/sub/TradeSecret.d.ts +2 -2
  159. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +2 -2
  160. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +2 -2
  161. package/lib/types/traditionArtifacts/Beutelzauber.d.ts +2 -2
  162. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +2 -2
  163. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +2 -2
  164. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +2 -2
  165. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +2 -2
  166. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +2 -2
  167. package/lib/types/traditionArtifacts/Haubenzauber.d.ts +2 -2
  168. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +2 -2
  169. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +2 -2
  170. package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +2 -2
  171. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +2 -2
  172. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +2 -2
  173. package/lib/types/traditionArtifacts/SickleRitual.d.ts +2 -2
  174. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +2 -2
  175. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +2 -2
  176. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +2 -2
  177. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +2 -2
  178. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +2 -2
  179. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +2 -2
  180. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [0.27.0](https://github.com/elyukai/optolith-database-schema/compare/v0.26.5...v0.27.0) (2026-01-29)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * The position values need to be added. Also, the
11
+ "order" value for social statuses has been renamed to "position" to
12
+ align with other specially sorted entities.
13
+
14
+ ### Features
15
+
16
+ * allow deprecation as only source reference ([fb251d1](https://github.com/elyukai/optolith-database-schema/commit/fb251d1bb6e47b9ca6bbe97e37e124188e037816))
17
+ * allow options text with reference ([260f74d](https://github.com/elyukai/optolith-database-schema/commit/260f74dcd2de9d5c43c983a58060524a6581b119))
18
+ * automatic race disadvantages ([21b8fcc](https://github.com/elyukai/optolith-database-schema/commit/21b8fcc7d273109f1399027ceb56253bed7e0971)), closes [#113](https://github.com/elyukai/optolith-database-schema/issues/113)
19
+ * custom sort orders and position values ([aca931d](https://github.com/elyukai/optolith-database-schema/commit/aca931d66818f1e425a6283e846b4c5c10003b2b))
20
+ * talisman melee and ranged uses ([5a1fc2f](https://github.com/elyukai/optolith-database-schema/commit/5a1fc2f2f5dd35b1b426ab4b6f12852082863aaa)), closes [#60](https://github.com/elyukai/optolith-database-schema/issues/60)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * add type parameter name ([d42253c](https://github.com/elyukai/optolith-database-schema/commit/d42253c483b9e2291ba2bd58f3d879c66b1f2991))
26
+ * make unique constraint work with any damage ([8af0910](https://github.com/elyukai/optolith-database-schema/commit/8af09109ba1dd433973aca185f2566978ac89750))
27
+ * src comment and display name ([0a073b5](https://github.com/elyukai/optolith-database-schema/commit/0a073b5d6706a3a87f4ae5935651f28eaed0ad0b))
28
+ * talisman combat use nesting and constraint ([1f8823f](https://github.com/elyukai/optolith-database-schema/commit/1f8823fa5fc075ed60cabfb81276db58e47ecae0))
29
+
5
30
  ## [0.26.5](https://github.com/elyukai/optolith-database-schema/compare/v0.26.4...v0.26.5) (2025-12-29)
6
31
 
7
32