optolith-database-schema 0.26.3 → 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 (319) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/gen/types.d.ts +985 -202
  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/Advantage.js +1 -1
  7. package/lib/types/AnimalDisease.d.ts +1 -1
  8. package/lib/types/AnimalDisease.js +1 -1
  9. package/lib/types/AnimalType.js +1 -1
  10. package/lib/types/ArcaneBardTradition.js +1 -1
  11. package/lib/types/ArcaneDancerTradition.js +1 -1
  12. package/lib/types/Aspect.js +1 -1
  13. package/lib/types/Attribute.d.ts +2 -1
  14. package/lib/types/Attribute.js +12 -2
  15. package/lib/types/Blessing.d.ts +1 -1
  16. package/lib/types/Blessing.js +1 -1
  17. package/lib/types/Cantrip.d.ts +1 -1
  18. package/lib/types/Cantrip.js +1 -1
  19. package/lib/types/Ceremony.d.ts +36 -6
  20. package/lib/types/Ceremony.js +1 -1
  21. package/lib/types/CombatTechnique.d.ts +2 -2
  22. package/lib/types/CombatTechnique.js +2 -2
  23. package/lib/types/Condition.d.ts +1 -1
  24. package/lib/types/Condition.js +1 -1
  25. package/lib/types/Continent.js +1 -1
  26. package/lib/types/Culture.d.ts +13 -1
  27. package/lib/types/Culture.js +1 -1
  28. package/lib/types/DerivedCharacteristic.d.ts +10 -9
  29. package/lib/types/DerivedCharacteristic.js +12 -2
  30. package/lib/types/Disadvantage.d.ts +2 -2
  31. package/lib/types/Disadvantage.js +1 -1
  32. package/lib/types/Disease.d.ts +1 -1
  33. package/lib/types/Disease.js +1 -1
  34. package/lib/types/Element.js +1 -1
  35. package/lib/types/ExperienceLevel.js +7 -1
  36. package/lib/types/EyeColor.js +1 -1
  37. package/lib/types/FamiliarsTrick.d.ts +1 -1
  38. package/lib/types/FamiliarsTrick.js +3 -1
  39. package/lib/types/HairColor.js +1 -1
  40. package/lib/types/HomunculusType.js +1 -1
  41. package/lib/types/Lessons.d.ts +1 -1
  42. package/lib/types/Lessons.js +3 -3
  43. package/lib/types/LiturgicalChant.d.ts +36 -6
  44. package/lib/types/LiturgicalChant.js +1 -1
  45. package/lib/types/MetaCondition.d.ts +1 -1
  46. package/lib/types/MetaCondition.js +1 -1
  47. package/lib/types/PactCategory.d.ts +1 -1
  48. package/lib/types/PactCategory.js +7 -7
  49. package/lib/types/Patron.d.ts +1 -1
  50. package/lib/types/Patron.js +1 -1
  51. package/lib/types/PatronCategory.js +1 -1
  52. package/lib/types/PersonalityTrait.d.ts +1 -1
  53. package/lib/types/PersonalityTrait.js +1 -1
  54. package/lib/types/Profession.d.ts +40 -2
  55. package/lib/types/Profession.js +11 -11
  56. package/lib/types/Property.js +1 -1
  57. package/lib/types/Race.d.ts +49 -15
  58. package/lib/types/Race.js +21 -11
  59. package/lib/types/Region.js +1 -1
  60. package/lib/types/Ritual.d.ts +36 -6
  61. package/lib/types/Ritual.js +1 -1
  62. package/lib/types/Service.d.ts +1 -1
  63. package/lib/types/Service.js +1 -1
  64. package/lib/types/SexPractice.d.ts +1 -1
  65. package/lib/types/SexPractice.js +1 -1
  66. package/lib/types/Skill.d.ts +1 -1
  67. package/lib/types/Skill.js +2 -2
  68. package/lib/types/SkillGroup.d.ts +2 -1
  69. package/lib/types/SkillGroup.js +12 -2
  70. package/lib/types/SkillModificationLevel.js +5 -2
  71. package/lib/types/SocialStatus.d.ts +1 -1
  72. package/lib/types/SocialStatus.js +4 -4
  73. package/lib/types/Spell.d.ts +36 -6
  74. package/lib/types/Spell.js +1 -1
  75. package/lib/types/State.d.ts +1 -1
  76. package/lib/types/State.js +1 -1
  77. package/lib/types/Talisman.d.ts +48 -4
  78. package/lib/types/Talisman.js +57 -2
  79. package/lib/types/TargetCategory.js +1 -1
  80. package/lib/types/_ActivatableAdventurePointsValue.js +3 -0
  81. package/lib/types/_ActivatableSelectOptions.d.ts +766 -928
  82. package/lib/types/_ActivatableSelectOptions.js +5 -68
  83. package/lib/types/_ActivatableSkill.d.ts +70 -12
  84. package/lib/types/_ActivatableSkillApplicationsAndUses.js +7 -7
  85. package/lib/types/_ActivatableSkillCost.d.ts +66 -8
  86. package/lib/types/_ActivatableSkillCost.js +59 -15
  87. package/lib/types/_CommonnessRatedAdvantageDisadvantage.d.ts +4 -1
  88. package/lib/types/_CommonnessRatedAdvantageDisadvantage.js +8 -1
  89. package/lib/types/_Enhancements.d.ts +2 -2
  90. package/lib/types/_Enhancements.js +4 -4
  91. package/lib/types/_IdentifierGroup.d.ts +1 -0
  92. package/lib/types/_IdentifierGroup.js +1 -0
  93. package/lib/types/_Influence.d.ts +1 -1
  94. package/lib/types/_Influence.js +1 -1
  95. package/lib/types/_MathExpression.d.ts +1 -1
  96. package/lib/types/_SkillCheck.d.ts +1 -0
  97. package/lib/types/_SkillCheck.js +7 -18
  98. package/lib/types/equipment/EquipmentPackage.d.ts +1 -1
  99. package/lib/types/equipment/EquipmentPackage.js +1 -1
  100. package/lib/types/equipment/item/Ammunition.d.ts +1 -1
  101. package/lib/types/equipment/item/Ammunition.js +1 -1
  102. package/lib/types/equipment/item/Animal.d.ts +1 -1
  103. package/lib/types/equipment/item/Animal.js +1 -1
  104. package/lib/types/equipment/item/AnimalCare.d.ts +1 -1
  105. package/lib/types/equipment/item/AnimalCare.js +1 -1
  106. package/lib/types/equipment/item/Armor.d.ts +1 -1
  107. package/lib/types/equipment/item/Armor.js +1 -1
  108. package/lib/types/equipment/item/BandageOrRemedy.d.ts +3 -19
  109. package/lib/types/equipment/item/BandageOrRemedy.js +2 -2
  110. package/lib/types/equipment/item/Book.d.ts +1 -1
  111. package/lib/types/equipment/item/Book.js +1 -1
  112. package/lib/types/equipment/item/CeremonialItem.d.ts +3 -19
  113. package/lib/types/equipment/item/CeremonialItem.js +2 -2
  114. package/lib/types/equipment/item/Clothes.d.ts +3 -19
  115. package/lib/types/equipment/item/Clothes.js +2 -2
  116. package/lib/types/equipment/item/ClothingPackage.d.ts +1 -1
  117. package/lib/types/equipment/item/ClothingPackage.js +2 -2
  118. package/lib/types/equipment/item/Container.d.ts +3 -19
  119. package/lib/types/equipment/item/Container.js +2 -2
  120. package/lib/types/equipment/item/Elixir.d.ts +1 -1
  121. package/lib/types/equipment/item/Elixir.js +1 -1
  122. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +3 -19
  123. package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +2 -2
  124. package/lib/types/equipment/item/GemOrPreciousStone.d.ts +1 -1
  125. package/lib/types/equipment/item/GemOrPreciousStone.js +1 -1
  126. package/lib/types/equipment/item/IlluminationLightSource.d.ts +3 -19
  127. package/lib/types/equipment/item/IlluminationLightSource.js +2 -2
  128. package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +3 -19
  129. package/lib/types/equipment/item/IlluminationRefillOrSupply.js +2 -2
  130. package/lib/types/equipment/item/Jewelry.d.ts +1 -1
  131. package/lib/types/equipment/item/Jewelry.js +1 -1
  132. package/lib/types/equipment/item/Laboratory.d.ts +1 -1
  133. package/lib/types/equipment/item/Laboratory.js +1 -1
  134. package/lib/types/equipment/item/Liebesspielzeug.d.ts +3 -19
  135. package/lib/types/equipment/item/Liebesspielzeug.js +2 -2
  136. package/lib/types/equipment/item/LuxuryGood.d.ts +3 -19
  137. package/lib/types/equipment/item/LuxuryGood.js +2 -2
  138. package/lib/types/equipment/item/MagicalArtifact.d.ts +3 -19
  139. package/lib/types/equipment/item/MagicalArtifact.js +2 -2
  140. package/lib/types/equipment/item/MusicalInstrument.d.ts +3 -19
  141. package/lib/types/equipment/item/MusicalInstrument.js +2 -2
  142. package/lib/types/equipment/item/Newspaper.d.ts +1 -1
  143. package/lib/types/equipment/item/Newspaper.js +1 -1
  144. package/lib/types/equipment/item/OrienteeringAid.d.ts +3 -19
  145. package/lib/types/equipment/item/Poison.d.ts +1 -1
  146. package/lib/types/equipment/item/Poison.js +1 -1
  147. package/lib/types/equipment/item/RopeOrChain.d.ts +3 -19
  148. package/lib/types/equipment/item/Stationery.d.ts +3 -19
  149. package/lib/types/equipment/item/ThievesTool.d.ts +3 -19
  150. package/lib/types/equipment/item/ToolOfTheTrade.d.ts +1 -1
  151. package/lib/types/equipment/item/ToolOfTheTrade.js +1 -1
  152. package/lib/types/equipment/item/TravelGearOrTool.d.ts +3 -19
  153. package/lib/types/equipment/item/TravelGearOrTool.js +2 -2
  154. package/lib/types/equipment/item/Vehicle.d.ts +1 -1
  155. package/lib/types/equipment/item/Vehicle.js +1 -1
  156. package/lib/types/equipment/item/Weapon.d.ts +5 -37
  157. package/lib/types/equipment/item/Weapon.js +2 -2
  158. package/lib/types/equipment/item/WeaponAccessory.d.ts +3 -19
  159. package/lib/types/equipment/item/WeaponAccessory.js +2 -2
  160. package/lib/types/equipment/item/_Item.d.ts +5 -37
  161. package/lib/types/equipment/item/_Item.js +2 -2
  162. package/lib/types/equipment/item/_MeleeWeapon.d.ts +32 -10
  163. package/lib/types/equipment/item/_MeleeWeapon.js +9 -4
  164. package/lib/types/equipment/item/_RangedWeapon.d.ts +18 -14
  165. package/lib/types/equipment/item/_RangedWeapon.js +9 -4
  166. package/lib/types/equipment/item/_Weapon.d.ts +9 -7
  167. package/lib/types/equipment/item/_Weapon.js +2 -2
  168. package/lib/types/equipment/item/sub/ArmorType.js +1 -1
  169. package/lib/types/equipment/item/sub/Reach.js +1 -1
  170. package/lib/types/magicalActions/AnimistPower.d.ts +2 -2
  171. package/lib/types/magicalActions/AnimistPower.js +1 -1
  172. package/lib/types/magicalActions/AnimistPower_Tribe.js +1 -1
  173. package/lib/types/magicalActions/Curse.d.ts +2 -1
  174. package/lib/types/magicalActions/Curse.js +1 -1
  175. package/lib/types/magicalActions/DominationRitual.d.ts +2 -1
  176. package/lib/types/magicalActions/DominationRitual.js +1 -1
  177. package/lib/types/magicalActions/ElvenMagicalSong.d.ts +2 -1
  178. package/lib/types/magicalActions/ElvenMagicalSong.js +1 -1
  179. package/lib/types/magicalActions/GeodeRitual.d.ts +5 -5
  180. package/lib/types/magicalActions/GeodeRitual.js +3 -3
  181. package/lib/types/magicalActions/JesterTrick.d.ts +2 -1
  182. package/lib/types/magicalActions/JesterTrick.js +1 -1
  183. package/lib/types/magicalActions/MagicalDance.d.ts +1 -1
  184. package/lib/types/magicalActions/MagicalDance.js +1 -1
  185. package/lib/types/magicalActions/MagicalMelody.d.ts +2 -1
  186. package/lib/types/magicalActions/MagicalMelody.js +1 -1
  187. package/lib/types/magicalActions/MagicalRune.d.ts +1 -1
  188. package/lib/types/magicalActions/MagicalRune.js +2 -2
  189. package/lib/types/magicalActions/ZibiljaRitual.d.ts +6 -5
  190. package/lib/types/magicalActions/ZibiljaRitual.js +1 -1
  191. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +29 -0
  192. package/lib/types/prerequisites/PrerequisiteGroups.js +1 -0
  193. package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +1 -0
  194. package/lib/types/rule/AlternativeRule.d.ts +1 -1
  195. package/lib/types/rule/AlternativeRule.js +1 -1
  196. package/lib/types/rule/AlternativeRule_PlayerType.js +1 -1
  197. package/lib/types/rule/CoreRule.d.ts +1 -1
  198. package/lib/types/rule/CoreRule.js +1 -1
  199. package/lib/types/rule/FocusRule.d.ts +1 -1
  200. package/lib/types/rule/FocusRule.js +1 -1
  201. package/lib/types/rule/FocusRule_Subject.js +1 -1
  202. package/lib/types/rule/OptionalRule.d.ts +1 -1
  203. package/lib/types/rule/OptionalRule.js +1 -1
  204. package/lib/types/source/Publication.js +1 -1
  205. package/lib/types/source/_PublicationRef.d.ts +4 -4
  206. package/lib/types/source/_PublicationRef.js +53 -6
  207. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +2 -2
  208. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +1 -1
  209. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +2 -2
  210. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +1 -1
  211. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +2 -2
  212. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +1 -1
  213. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +2 -2
  214. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +1 -1
  215. package/lib/types/specialAbility/AncestorGlyph.d.ts +2 -2
  216. package/lib/types/specialAbility/AncestorGlyph.js +1 -1
  217. package/lib/types/specialAbility/BlessedTradition.d.ts +2 -2
  218. package/lib/types/specialAbility/BlessedTradition.js +1 -1
  219. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +2 -2
  220. package/lib/types/specialAbility/BrawlingSpecialAbility.js +1 -1
  221. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +2 -2
  222. package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +1 -1
  223. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +2 -2
  224. package/lib/types/specialAbility/CombatSpecialAbility.js +1 -1
  225. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +2 -2
  226. package/lib/types/specialAbility/CombatStyleSpecialAbility.js +1 -1
  227. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +2 -2
  228. package/lib/types/specialAbility/CommandSpecialAbility.js +1 -1
  229. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +2 -2
  230. package/lib/types/specialAbility/FamiliarSpecialAbility.js +1 -1
  231. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +2 -2
  232. package/lib/types/specialAbility/FatePointSexSpecialAbility.js +1 -1
  233. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +2 -2
  234. package/lib/types/specialAbility/FatePointSpecialAbility.js +1 -1
  235. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +2 -2
  236. package/lib/types/specialAbility/GeneralSpecialAbility.js +1 -1
  237. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +2 -2
  238. package/lib/types/specialAbility/KarmaSpecialAbility.js +1 -1
  239. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +2 -2
  240. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +1 -1
  241. package/lib/types/specialAbility/LycantropicGift.d.ts +2 -2
  242. package/lib/types/specialAbility/LycantropicGift.js +1 -1
  243. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +2 -2
  244. package/lib/types/specialAbility/MagicStyleSpecialAbility.js +1 -1
  245. package/lib/types/specialAbility/MagicalSign.d.ts +5 -5
  246. package/lib/types/specialAbility/MagicalSign.js +3 -3
  247. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +2 -2
  248. package/lib/types/specialAbility/MagicalSpecialAbility.js +1 -1
  249. package/lib/types/specialAbility/MagicalTradition.d.ts +2 -2
  250. package/lib/types/specialAbility/MagicalTradition.js +1 -1
  251. package/lib/types/specialAbility/PactGift.d.ts +2 -2
  252. package/lib/types/specialAbility/PactGift.js +1 -1
  253. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +3 -3
  254. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +2 -2
  255. package/lib/types/specialAbility/Sermon.d.ts +2 -2
  256. package/lib/types/specialAbility/Sermon.js +1 -1
  257. package/lib/types/specialAbility/SexSpecialAbility.d.ts +2 -2
  258. package/lib/types/specialAbility/SexSpecialAbility.js +1 -1
  259. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +2 -2
  260. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +1 -1
  261. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +2 -2
  262. package/lib/types/specialAbility/SkillStyleSpecialAbility.js +1 -1
  263. package/lib/types/specialAbility/VampiricGift.d.ts +2 -2
  264. package/lib/types/specialAbility/VampiricGift.js +1 -1
  265. package/lib/types/specialAbility/Vision.d.ts +2 -2
  266. package/lib/types/specialAbility/Vision.js +1 -1
  267. package/lib/types/specialAbility/sub/Language.d.ts +1 -1
  268. package/lib/types/specialAbility/sub/Language.js +2 -2
  269. package/lib/types/specialAbility/sub/Script.d.ts +1 -1
  270. package/lib/types/specialAbility/sub/Script.js +1 -1
  271. package/lib/types/specialAbility/sub/TradeSecret.d.ts +2 -2
  272. package/lib/types/specialAbility/sub/TradeSecret.js +4 -4
  273. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +2 -2
  274. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +1 -1
  275. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +2 -2
  276. package/lib/types/traditionArtifacts/AttireEnchantment.js +1 -1
  277. package/lib/types/traditionArtifacts/Beutelzauber.d.ts +2 -2
  278. package/lib/types/traditionArtifacts/Beutelzauber.js +1 -1
  279. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +2 -2
  280. package/lib/types/traditionArtifacts/BowlEnchantment.js +1 -1
  281. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +2 -2
  282. package/lib/types/traditionArtifacts/CauldronEnchantment.js +1 -1
  283. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +2 -2
  284. package/lib/types/traditionArtifacts/ChronicleEnchantment.js +1 -1
  285. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +2 -2
  286. package/lib/types/traditionArtifacts/DaggerRitual.js +1 -1
  287. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +2 -2
  288. package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +3 -1
  289. package/lib/types/traditionArtifacts/Haubenzauber.d.ts +2 -2
  290. package/lib/types/traditionArtifacts/Haubenzauber.js +1 -1
  291. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +2 -2
  292. package/lib/types/traditionArtifacts/InstrumentEnchantment.js +1 -1
  293. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +2 -2
  294. package/lib/types/traditionArtifacts/Krallenkettenzauber.js +1 -1
  295. package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +2 -2
  296. package/lib/types/traditionArtifacts/Kristallkugelzauber.js +1 -1
  297. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +2 -2
  298. package/lib/types/traditionArtifacts/OrbEnchantment.js +1 -1
  299. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +2 -2
  300. package/lib/types/traditionArtifacts/RingEnchantment.js +1 -1
  301. package/lib/types/traditionArtifacts/SickleRitual.d.ts +2 -2
  302. package/lib/types/traditionArtifacts/SickleRitual.js +1 -1
  303. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +2 -2
  304. package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +1 -1
  305. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +2 -2
  306. package/lib/types/traditionArtifacts/StaffEnchantment.js +1 -1
  307. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +2 -2
  308. package/lib/types/traditionArtifacts/ToyEnchantment.js +1 -1
  309. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +2 -2
  310. package/lib/types/traditionArtifacts/Trinkhornzauber.js +1 -1
  311. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +2 -2
  312. package/lib/types/traditionArtifacts/WandEnchantment.js +1 -1
  313. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +2 -2
  314. package/lib/types/traditionArtifacts/WeaponEnchantment.js +1 -1
  315. package/lib/types/traditionArtifacts/sub/AnimalShape.js +1 -1
  316. package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +1 -1
  317. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +1 -1
  318. package/lib/types/traditionArtifacts/sub/Brew.js +1 -1
  319. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -2,6 +2,54 @@
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
+
30
+ ## [0.26.5](https://github.com/elyukai/optolith-database-schema/compare/v0.26.4...v0.26.5) (2025-12-29)
31
+
32
+
33
+ ### Features
34
+
35
+ * add some display names ([6cb3f40](https://github.com/elyukai/optolith-database-schema/commit/6cb3f40f7e1cb43ec02fcb48030b72613d194701))
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * duplicate cost map translation identifier ([6fad16b](https://github.com/elyukai/optolith-database-schema/commit/6fad16bf98ede7dc3f41ec6afb153eb2ad4b9d84))
41
+
42
+ ## [0.26.4](https://github.com/elyukai/optolith-database-schema/compare/v0.26.3...v0.26.4) (2025-12-29)
43
+
44
+
45
+ ### Features
46
+
47
+ * add object as skill check penalty ([f3ea105](https://github.com/elyukai/optolith-database-schema/commit/f3ea105280387cbfb70c988aecd4285fb9e91572)), closes [#101](https://github.com/elyukai/optolith-database-schema/issues/101)
48
+ * add race as requirable select option ([e3bd65f](https://github.com/elyukai/optolith-database-schema/commit/e3bd65f71194c136130265d5bff24d9fe71f3dcc)), closes [#99](https://github.com/elyukai/optolith-database-schema/issues/99)
49
+ * add rated option to enhancement prerequisite ([ae43d2a](https://github.com/elyukai/optolith-database-schema/commit/ae43d2ab12e9313260b96bac931a75e730d69423)), closes [#103](https://github.com/elyukai/optolith-database-schema/issues/103)
50
+ * add sustained skill cost map ([1fd987d](https://github.com/elyukai/optolith-database-schema/commit/1fd987de4fe3b0a5e72eaa49f95252c9cb7e6cdb)), closes [#102](https://github.com/elyukai/optolith-database-schema/issues/102)
51
+ * warding circle text is optional ([8a4903e](https://github.com/elyukai/optolith-database-schema/commit/8a4903ebdcd1e2e8c77a220cc272421913f42493)), closes [#105](https://github.com/elyukai/optolith-database-schema/issues/105)
52
+
5
53
  ## [0.26.3](https://github.com/elyukai/optolith-database-schema/compare/v0.26.2...v0.26.3) (2025-12-28)
6
54
 
7
55