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.
- package/CHANGELOG.md +25 -0
- package/gen/types.d.ts +326 -66
- package/lib/types/Advantage.d.ts +23 -23
- package/lib/types/DerivedCharacteristic.d.ts +162 -0
- package/lib/types/DerivedCharacteristic.js +124 -0
- package/lib/types/Disadvantage.d.ts +21 -21
- package/lib/types/Locale.d.ts +83 -2
- package/lib/types/Locale.js +90 -2
- package/lib/types/_ActivatableAdventurePointsValue.d.ts +4 -4
- package/lib/types/_ActivatableAutomatic.d.ts +2 -2
- package/lib/types/_ActivatableCombat.d.ts +9 -11
- package/lib/types/_ActivatableCombat.js +12 -28
- package/lib/types/_ActivatableNonMundane.d.ts +18 -38
- package/lib/types/_ActivatableNonMundane.js +55 -23
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +32 -32
- package/lib/types/_ActivatableSelectOptions.d.ts +22 -22
- package/lib/types/_IdentifierGroup.d.ts +9 -5
- package/lib/types/_IdentifierGroup.js +9 -108
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +178 -8
- package/lib/types/prerequisites/PrerequisiteGroups.js +9 -0
- package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +2 -2
- package/lib/types/rule/FocusRule.d.ts +1 -1
- package/lib/types/rule/FocusRule.js +1 -1
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +30 -32
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/AncestorGlyph.d.ts +21 -21
- package/lib/types/specialAbility/BlessedTradition.d.ts +21 -21
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +30 -32
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +30 -32
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +30 -32
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +30 -32
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/LycantropicGift.d.ts +21 -21
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/MagicalTradition.d.ts +21 -21
- package/lib/types/specialAbility/PactGift.d.ts +23 -23
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/Sermon.d.ts +21 -21
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +21 -21
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/VampiricGift.d.ts +21 -21
- package/lib/types/specialAbility/Vision.d.ts +21 -21
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +19 -19
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/Beutelzauber.d.ts +30 -40
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +30 -40
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/Haubenzauber.d.ts +30 -40
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +30 -40
- package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +30 -40
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +30 -40
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +30 -40
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +30 -40
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +30 -40
- 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
|
|