optolith-database-schema 0.29.0 → 0.30.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 (76) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/gen/types.d.ts +326 -66
  3. package/lib/types/Advantage.d.ts +23 -23
  4. package/lib/types/DerivedCharacteristic.d.ts +162 -0
  5. package/lib/types/DerivedCharacteristic.js +124 -0
  6. package/lib/types/Disadvantage.d.ts +21 -21
  7. package/lib/types/Locale.d.ts +83 -2
  8. package/lib/types/Locale.js +90 -2
  9. package/lib/types/_ActivatableAdventurePointsValue.d.ts +4 -4
  10. package/lib/types/_ActivatableAutomatic.d.ts +2 -2
  11. package/lib/types/_ActivatableCombat.d.ts +9 -11
  12. package/lib/types/_ActivatableCombat.js +12 -28
  13. package/lib/types/_ActivatableNonMundane.d.ts +18 -38
  14. package/lib/types/_ActivatableNonMundane.js +55 -23
  15. package/lib/types/_ActivatableSelectOptionCategory.d.ts +32 -32
  16. package/lib/types/_ActivatableSelectOptions.d.ts +22 -22
  17. package/lib/types/_IdentifierGroup.d.ts +9 -5
  18. package/lib/types/_IdentifierGroup.js +9 -108
  19. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +178 -8
  20. package/lib/types/prerequisites/PrerequisiteGroups.js +9 -0
  21. package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +2 -2
  22. package/lib/types/rule/FocusRule.d.ts +1 -1
  23. package/lib/types/rule/FocusRule.js +1 -1
  24. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +30 -32
  25. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +21 -21
  26. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +21 -21
  27. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +21 -21
  28. package/lib/types/specialAbility/AncestorGlyph.d.ts +21 -21
  29. package/lib/types/specialAbility/BlessedTradition.d.ts +21 -21
  30. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +30 -32
  31. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +21 -21
  32. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +30 -32
  33. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +30 -32
  34. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +30 -32
  35. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +21 -21
  36. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +21 -21
  37. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +21 -21
  38. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +21 -21
  39. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +21 -21
  40. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +21 -21
  41. package/lib/types/specialAbility/LycantropicGift.d.ts +21 -21
  42. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +21 -21
  43. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +21 -21
  44. package/lib/types/specialAbility/MagicalTradition.d.ts +21 -21
  45. package/lib/types/specialAbility/PactGift.d.ts +23 -23
  46. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +21 -21
  47. package/lib/types/specialAbility/Sermon.d.ts +21 -21
  48. package/lib/types/specialAbility/SexSpecialAbility.d.ts +21 -21
  49. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +21 -21
  50. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +21 -21
  51. package/lib/types/specialAbility/SkillStyleSpecialAbility.js +2 -2
  52. package/lib/types/specialAbility/VampiricGift.d.ts +21 -21
  53. package/lib/types/specialAbility/Vision.d.ts +21 -21
  54. package/lib/types/specialAbility/sub/TradeSecret.d.ts +19 -19
  55. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +30 -40
  56. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +30 -40
  57. package/lib/types/traditionArtifacts/Beutelzauber.d.ts +30 -40
  58. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +30 -40
  59. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +30 -40
  60. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +30 -40
  61. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +30 -40
  62. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +30 -40
  63. package/lib/types/traditionArtifacts/Haubenzauber.d.ts +30 -40
  64. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +30 -40
  65. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +30 -40
  66. package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +30 -40
  67. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +30 -40
  68. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +30 -40
  69. package/lib/types/traditionArtifacts/SickleRitual.d.ts +30 -40
  70. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +30 -40
  71. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +30 -40
  72. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +30 -40
  73. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +30 -40
  74. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +30 -40
  75. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +30 -40
  76. package/package.json +5 -3
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.30.0](https://github.com/elyukai/optolith-database-schema/compare/v0.29.1...v0.30.0) (2026-02-12)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * adjust for activatable display
11
+ * require focus rule subjects
12
+ * more advanced identifier options
13
+
14
+ ### Features
15
+
16
+ * add more translations ([b2a0d58](https://github.com/elyukai/optolith-database-schema/commit/b2a0d5820240fd3b89461c1742b894981c1acdbd))
17
+ * add optional derived characteristic description ([403d4bc](https://github.com/elyukai/optolith-database-schema/commit/403d4bc1e3768a78d4bc71778c80b29c3a13d91e))
18
+ * adjust for activatable display ([40c07ba](https://github.com/elyukai/optolith-database-schema/commit/40c07baa30361b7955f478b840717e06767054cb))
19
+ * more advanced identifier options ([e0ac1e3](https://github.com/elyukai/optolith-database-schema/commit/e0ac1e31e4c9d19f6dacff60a120c08311a165bf)), closes [#120](https://github.com/elyukai/optolith-database-schema/issues/120)
20
+ * require focus rule subjects ([78b69fb](https://github.com/elyukai/optolith-database-schema/commit/78b69fbe7063ba39301392382f8e8429284e7220))
21
+
22
+ ## [0.29.1](https://github.com/elyukai/optolith-database-schema/compare/v0.29.0...v0.29.1) (2026-02-09)
23
+
24
+
25
+ ### Features
26
+
27
+ * include all derived characteristic settings ([3c0469e](https://github.com/elyukai/optolith-database-schema/commit/3c0469e4148d8bd314e3c949a42a7e0ca593f87c))
28
+ * values and translations for derived characteristic base value calculation ([f55bb9f](https://github.com/elyukai/optolith-database-schema/commit/f55bb9f6c292b79c8d45d8b620f641b8bc2fc1e8))
29
+
5
30
  ## [0.29.0](https://github.com/elyukai/optolith-database-schema/compare/v0.28.3...v0.29.0) (2026-02-09)
6
31
 
7
32