optolith-database-schema 0.24.1 → 0.24.3

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 (84) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/gen/types.d.ts +484 -49
  3. package/lib/main.js +13 -10
  4. package/lib/types/Advantage.d.ts +33 -0
  5. package/lib/types/Disadvantage.d.ts +30 -0
  6. package/lib/types/Profession.d.ts +45 -3
  7. package/lib/types/Profession.js +1 -1
  8. package/lib/types/SkillModificationLevel.js +12 -6
  9. package/lib/types/_ActivatableAdventurePointsValue.d.ts +6 -0
  10. package/lib/types/_ActivatableAutomatic.d.ts +3 -0
  11. package/lib/types/_ActivatableCombat.d.ts +1 -0
  12. package/lib/types/_ActivatableCombat.js +1 -0
  13. package/lib/types/_ActivatableSelectOptionCategory.d.ts +24 -0
  14. package/lib/types/_ActivatableSelectOptions.d.ts +30 -0
  15. package/lib/types/_Identifier.d.ts +3 -0
  16. package/lib/types/_Identifier.js +6 -0
  17. package/lib/types/_IdentifierGroup.d.ts +9 -0
  18. package/lib/types/_IdentifierGroup.js +10 -1
  19. package/lib/types/equipment/item/Elixir.d.ts +1 -0
  20. package/lib/types/equipment/item/Elixir.js +4 -0
  21. package/lib/types/equipment/item/GemOrPreciousStone.d.ts +1 -0
  22. package/lib/types/equipment/item/GemOrPreciousStone.js +5 -1
  23. package/lib/types/index.d.ts +3 -0
  24. package/lib/types/index.js +3 -0
  25. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +28 -0
  26. package/lib/types/prerequisites/PrerequisiteGroups.js +2 -0
  27. package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +3 -0
  28. package/lib/types/prerequisites/single/PersonalityTraitPrerequisite.d.ts +17 -0
  29. package/lib/types/prerequisites/single/PersonalityTraitPrerequisite.js +19 -0
  30. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +32 -0
  31. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +2 -1
  32. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +30 -0
  33. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +30 -0
  34. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +30 -0
  35. package/lib/types/specialAbility/AncestorGlyph.d.ts +30 -0
  36. package/lib/types/specialAbility/BlessedTradition.d.ts +30 -0
  37. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +31 -0
  38. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +30 -0
  39. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +31 -0
  40. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +31 -0
  41. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +31 -0
  42. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +30 -0
  43. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +30 -0
  44. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +30 -0
  45. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +30 -0
  46. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +30 -0
  47. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +30 -0
  48. package/lib/types/specialAbility/LycantropicGift.d.ts +30 -0
  49. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +30 -0
  50. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +30 -0
  51. package/lib/types/specialAbility/MagicalTradition.d.ts +30 -0
  52. package/lib/types/specialAbility/PactGift.d.ts +33 -0
  53. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +30 -0
  54. package/lib/types/specialAbility/Sermon.d.ts +30 -0
  55. package/lib/types/specialAbility/SexSpecialAbility.d.ts +30 -0
  56. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +30 -0
  57. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +30 -0
  58. package/lib/types/specialAbility/VampiricGift.d.ts +30 -0
  59. package/lib/types/specialAbility/Vision.d.ts +30 -0
  60. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +30 -0
  61. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +30 -0
  62. package/lib/types/traditionArtifacts/Beutelzauber.d.ts +1268 -0
  63. package/lib/types/traditionArtifacts/Beutelzauber.js +41 -0
  64. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +30 -0
  65. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +30 -0
  66. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +30 -0
  67. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +30 -0
  68. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +30 -0
  69. package/lib/types/traditionArtifacts/Haubenzauber.d.ts +1268 -0
  70. package/lib/types/traditionArtifacts/Haubenzauber.js +41 -0
  71. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +30 -0
  72. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +30 -0
  73. package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +1268 -0
  74. package/lib/types/traditionArtifacts/Kristallkugelzauber.js +41 -0
  75. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +30 -0
  76. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +30 -0
  77. package/lib/types/traditionArtifacts/SickleRitual.d.ts +30 -0
  78. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +30 -0
  79. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +30 -0
  80. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +30 -0
  81. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +30 -0
  82. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +30 -0
  83. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +30 -0
  84. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,35 @@
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.24.3](https://github.com/elyukai/optolith-database-schema/compare/v0.24.2...v0.24.3) (2025-12-09)
6
+
7
+
8
+ ### Features
9
+
10
+ * add raw value option to elixirs ([f14ecf0](https://github.com/elyukai/optolith-database-schema/commit/f14ecf01b4eb6acbaee8b27abb95e9907a41aed4)), closes [#84](https://github.com/elyukai/optolith-database-schema/issues/84)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * profession variants could not be entered ([df21ff3](https://github.com/elyukai/optolith-database-schema/commit/df21ff3e992c9976a5111de1a46f644f26f8c122))
16
+
17
+ ## [0.24.2](https://github.com/elyukai/optolith-database-schema/compare/v0.24.1...v0.24.2) (2025-12-09)
18
+
19
+
20
+ ### Features
21
+
22
+ * add input option to advanced combat special abilities ([254f683](https://github.com/elyukai/optolith-database-schema/commit/254f683dd219ba8dfefffb30568e7898cbebb974)), closes [#80](https://github.com/elyukai/optolith-database-schema/issues/80)
23
+ * add one blunt side as an option for specific combat techniques ([18e2059](https://github.com/elyukai/optolith-database-schema/commit/18e2059118f1f1ba8af443d5d40636a6e4ceafab)), closes [#79](https://github.com/elyukai/optolith-database-schema/issues/79)
24
+ * add personality trait prerequisite to personality traits ([5f521c1](https://github.com/elyukai/optolith-database-schema/commit/5f521c113d0ae1932062d086747dd4cf21b37124)), closes [#83](https://github.com/elyukai/optolith-database-schema/issues/83)
25
+ * add tradition artifact entities for achaz ([b071ac9](https://github.com/elyukai/optolith-database-schema/commit/b071ac927a28bd1aee38a354406145a4e86bbb03)), closes [#81](https://github.com/elyukai/optolith-database-schema/issues/81)
26
+ * modification level translation in display name ([6995b8c](https://github.com/elyukai/optolith-database-schema/commit/6995b8cebd943be4742e545c93e54208362f2e9c))
27
+ * optional weight for gems and precious stones ([7e93d95](https://github.com/elyukai/optolith-database-schema/commit/7e93d95232efc17b005edf3100788287e42bdc62)), closes [#78](https://github.com/elyukai/optolith-database-schema/issues/78)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * achaz enchantments as select option parent ([71f9d59](https://github.com/elyukai/optolith-database-schema/commit/71f9d5981bd566189713dc2c46b32bdcb0f272d1))
33
+
5
34
  ## [0.24.1](https://github.com/elyukai/optolith-database-schema/compare/v0.24.0...v0.24.1) (2025-12-08)
6
35
 
7
36