optolith-database-schema 0.28.3 → 0.29.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 +13 -0
- package/gen/types.d.ts +7 -612
- package/lib/cache/activatableSelectOptions.d.ts +18 -0
- package/lib/cache/activatableSelectOptions.js +761 -0
- package/lib/cache/ancestorBloodAdvantages.d.ts +4 -0
- package/lib/cache/ancestorBloodAdvantages.js +13 -0
- package/lib/cache/index.d.ts +31 -0
- package/lib/cache/index.js +22 -0
- package/lib/cache/internal.d.ts +4 -0
- package/lib/cache/internal.js +1 -0
- package/lib/cache/magicalAndBlessedAdvantagesAndDisadvantages.d.ts +3 -0
- package/lib/cache/magicalAndBlessedAdvantagesAndDisadvantages.js +103 -0
- package/lib/cache/newApplicationsAndUses.d.ts +22 -0
- package/lib/cache/newApplicationsAndUses.js +12 -0
- package/lib/types/Advantage.d.ts +3 -3
- package/lib/types/AnimalDisease.d.ts +1 -1
- package/lib/types/Blessing.d.ts +1 -1
- package/lib/types/Cantrip.d.ts +1 -1
- package/lib/types/Ceremony.d.ts +2 -2
- package/lib/types/CombatTechnique.d.ts +2 -2
- package/lib/types/Condition.d.ts +1 -1
- package/lib/types/Culture.d.ts +1 -1
- package/lib/types/DerivedCharacteristic.d.ts +1 -1
- package/lib/types/Disadvantage.d.ts +3 -3
- package/lib/types/Disease.d.ts +1 -1
- package/lib/types/FamiliarsTrick.d.ts +1 -1
- package/lib/types/Lessons.d.ts +1 -1
- package/lib/types/LiturgicalChant.d.ts +2 -2
- package/lib/types/Locale.d.ts +5 -0
- package/lib/types/Locale.js +9 -0
- package/lib/types/MetaCondition.d.ts +1 -1
- package/lib/types/PactCategory.d.ts +1 -1
- package/lib/types/Patron.d.ts +1 -1
- package/lib/types/PersonalityTrait.d.ts +1 -1
- package/lib/types/Profession.d.ts +2 -2
- package/lib/types/Race.d.ts +1 -1
- package/lib/types/Ritual.d.ts +2 -2
- package/lib/types/Service.d.ts +1 -1
- package/lib/types/SexPractice.d.ts +1 -1
- package/lib/types/Skill.d.ts +1 -1
- package/lib/types/Spell.d.ts +2 -2
- package/lib/types/State.d.ts +1 -1
- package/lib/types/Talisman.d.ts +1 -1
- package/lib/types/_ActivatableSelectOptions.d.ts +2 -2
- package/lib/types/_Enhancements.d.ts +2 -2
- package/lib/types/_Influence.d.ts +1 -1
- package/lib/types/equipment/EquipmentPackage.d.ts +1 -1
- package/lib/types/equipment/item/Ammunition.d.ts +1 -1
- package/lib/types/equipment/item/Animal.d.ts +1 -1
- package/lib/types/equipment/item/AnimalCare.d.ts +1 -1
- package/lib/types/equipment/item/Armor.d.ts +1 -1
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +1 -1
- package/lib/types/equipment/item/Book.d.ts +1 -1
- package/lib/types/equipment/item/CeremonialItem.d.ts +1 -1
- package/lib/types/equipment/item/Clothes.d.ts +1 -1
- package/lib/types/equipment/item/ClothingPackage.d.ts +1 -1
- package/lib/types/equipment/item/Container.d.ts +1 -1
- package/lib/types/equipment/item/Elixir.d.ts +1 -1
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +1 -1
- package/lib/types/equipment/item/GemOrPreciousStone.d.ts +1 -1
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +1 -1
- package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +1 -1
- package/lib/types/equipment/item/Jewelry.d.ts +1 -1
- package/lib/types/equipment/item/Laboratory.d.ts +1 -1
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +1 -1
- package/lib/types/equipment/item/LuxuryGood.d.ts +1 -1
- package/lib/types/equipment/item/MagicalArtifact.d.ts +1 -1
- package/lib/types/equipment/item/MusicalInstrument.d.ts +1 -1
- package/lib/types/equipment/item/Newspaper.d.ts +1 -1
- package/lib/types/equipment/item/OrienteeringAid.d.ts +1 -1
- package/lib/types/equipment/item/Poison.d.ts +1 -1
- package/lib/types/equipment/item/RopeOrChain.d.ts +1 -1
- package/lib/types/equipment/item/Stationery.d.ts +1 -1
- package/lib/types/equipment/item/ThievesTool.d.ts +1 -1
- package/lib/types/equipment/item/ToolOfTheTrade.d.ts +1 -1
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +1 -1
- package/lib/types/equipment/item/Vehicle.d.ts +1 -1
- package/lib/types/equipment/item/Weapon.d.ts +1 -1
- package/lib/types/equipment/item/WeaponAccessory.d.ts +1 -1
- package/lib/types/equipment/item/_Item.d.ts +1 -1
- package/lib/types/magicalActions/AnimistPower.d.ts +2 -2
- package/lib/types/magicalActions/Curse.d.ts +1 -1
- package/lib/types/magicalActions/DominationRitual.d.ts +1 -1
- package/lib/types/magicalActions/ElvenMagicalSong.d.ts +1 -1
- package/lib/types/magicalActions/GeodeRitual.d.ts +1 -1
- package/lib/types/magicalActions/JesterTrick.d.ts +1 -1
- package/lib/types/magicalActions/MagicalDance.d.ts +1 -1
- package/lib/types/magicalActions/MagicalMelody.d.ts +1 -1
- package/lib/types/magicalActions/MagicalRune.d.ts +1 -1
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +1 -1
- package/lib/types/rule/AlternativeRule.d.ts +1 -1
- package/lib/types/rule/CoreRule.d.ts +1 -1
- package/lib/types/rule/FocusRule.d.ts +1 -1
- package/lib/types/rule/OptionalRule.d.ts +1 -1
- package/lib/types/source/_PublicationRef.d.ts +4 -4
- package/lib/types/source/_PublicationRef.js +34 -30
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/AncestorGlyph.d.ts +3 -3
- package/lib/types/specialAbility/BlessedTradition.d.ts +4 -4
- package/lib/types/specialAbility/BlessedTradition.js +2 -2
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/LycantropicGift.d.ts +3 -3
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/MagicalSign.d.ts +1 -1
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/MagicalTradition.d.ts +3 -3
- package/lib/types/specialAbility/PactGift.d.ts +3 -3
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/Sermon.d.ts +3 -3
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/VampiricGift.d.ts +3 -3
- package/lib/types/specialAbility/Vision.d.ts +3 -3
- package/lib/types/specialAbility/sub/Language.d.ts +1 -1
- package/lib/types/specialAbility/sub/Script.d.ts +1 -1
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +3 -3
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/Beutelzauber.d.ts +3 -3
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +3 -3
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/Haubenzauber.d.ts +3 -3
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +3 -3
- package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +3 -3
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +3 -3
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +3 -3
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +3 -3
- package/package.json +5 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
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.29.0](https://github.com/elyukai/optolith-database-schema/compare/v0.28.3...v0.29.0) (2026-02-09)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* adjust cache builder for current database
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* add some translation strings ([55d2273](https://github.com/elyukai/optolith-database-schema/commit/55d227322346b204720b9f3a4eb32c586d26c45e))
|
|
15
|
+
* adjust cache builder for current database ([9407cb5](https://github.com/elyukai/optolith-database-schema/commit/9407cb57670d8b50ba72cf5e856534447f249218))
|
|
16
|
+
* **cache:** export other relevant types ([0b80c3b](https://github.com/elyukai/optolith-database-schema/commit/0b80c3bf02d1037459d8a2f19280a29082893acc))
|
|
17
|
+
|
|
5
18
|
## [0.28.3](https://github.com/elyukai/optolith-database-schema/compare/v0.28.2...v0.28.3) (2026-02-05)
|
|
6
19
|
|
|
7
20
|
## [0.28.2](https://github.com/elyukai/optolith-database-schema/compare/v0.28.1...v0.28.2) (2026-02-05)
|