optolith-database-schema 0.24.0 → 0.24.2
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 +30 -0
- package/gen/types.d.ts +501 -52
- package/lib/main.js +13 -10
- package/lib/types/Advantage.d.ts +33 -0
- package/lib/types/Blessing.d.ts +9 -1
- package/lib/types/Blessing.js +2 -1
- package/lib/types/Disadvantage.d.ts +30 -0
- package/lib/types/Locale.d.ts +19 -1
- package/lib/types/Locale.js +19 -1
- package/lib/types/Profession.d.ts +42 -0
- package/lib/types/SkillModificationLevel.js +12 -6
- package/lib/types/_ActivatableAdventurePointsValue.d.ts +6 -0
- package/lib/types/_ActivatableAutomatic.d.ts +3 -0
- package/lib/types/_ActivatableCombat.d.ts +1 -0
- package/lib/types/_ActivatableCombat.js +1 -0
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +24 -0
- package/lib/types/_ActivatableSelectOptions.d.ts +30 -0
- package/lib/types/_Identifier.d.ts +3 -0
- package/lib/types/_Identifier.js +6 -0
- package/lib/types/_IdentifierGroup.d.ts +9 -0
- package/lib/types/_IdentifierGroup.js +10 -1
- package/lib/types/equipment/item/GemOrPreciousStone.d.ts +1 -0
- package/lib/types/equipment/item/GemOrPreciousStone.js +5 -1
- package/lib/types/index.d.ts +3 -0
- package/lib/types/index.js +3 -0
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +30 -2
- package/lib/types/prerequisites/PrerequisiteGroups.js +2 -0
- package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +3 -0
- package/lib/types/prerequisites/single/PactPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/PactPrerequisite.js +1 -1
- package/lib/types/prerequisites/single/PersonalityTraitPrerequisite.d.ts +17 -0
- package/lib/types/prerequisites/single/PersonalityTraitPrerequisite.js +19 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +2 -1
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/AncestorGlyph.d.ts +30 -0
- package/lib/types/specialAbility/BlessedTradition.d.ts +30 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +31 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +31 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +31 -0
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +31 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/LycantropicGift.d.ts +30 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/MagicalTradition.d.ts +30 -0
- package/lib/types/specialAbility/PactGift.d.ts +33 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/Sermon.d.ts +30 -0
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/VampiricGift.d.ts +30 -0
- package/lib/types/specialAbility/Vision.d.ts +30 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/Beutelzauber.d.ts +1268 -0
- package/lib/types/traditionArtifacts/Beutelzauber.js +41 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +30 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/Haubenzauber.d.ts +1268 -0
- package/lib/types/traditionArtifacts/Haubenzauber.js +41 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +30 -0
- package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +1268 -0
- package/lib/types/traditionArtifacts/Kristallkugelzauber.js +41 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +30 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +30 -0
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +30 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,36 @@
|
|
|
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.2](https://github.com/elyukai/optolith-database-schema/compare/v0.24.1...v0.24.2) (2025-12-09)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 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)
|
|
11
|
+
* 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)
|
|
12
|
+
* 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)
|
|
13
|
+
* 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)
|
|
14
|
+
* modification level translation in display name ([6995b8c](https://github.com/elyukai/optolith-database-schema/commit/6995b8cebd943be4742e545c93e54208362f2e9c))
|
|
15
|
+
* 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)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* achaz enchantments as select option parent ([71f9d59](https://github.com/elyukai/optolith-database-schema/commit/71f9d5981bd566189713dc2c46b32bdcb0f272d1))
|
|
21
|
+
|
|
22
|
+
## [0.24.1](https://github.com/elyukai/optolith-database-schema/compare/v0.24.0...v0.24.1) (2025-12-08)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* add and adjust translation strings ([5cd59ca](https://github.com/elyukai/optolith-database-schema/commit/5cd59ca6ce600c0ffbc62ef49e0609cc02cfd3d2))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* double name ([d2b8a44](https://github.com/elyukai/optolith-database-schema/commit/d2b8a4450dc032c3411190b58bea9c1ee7df94d7))
|
|
33
|
+
* fixed blessing range without values ([0751823](https://github.com/elyukai/optolith-database-schema/commit/075182370c4ed81ea30af1c8552aa95fcd2aa669))
|
|
34
|
+
|
|
5
35
|
## [0.24.0](https://github.com/elyukai/optolith-database-schema/compare/v0.23.2...v0.24.0) (2025-12-05)
|
|
6
36
|
|
|
7
37
|
|