optolith-database-schema 0.26.3 → 0.27.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 +48 -0
- package/gen/types.d.ts +985 -202
- package/lib/main.d.ts +10 -2
- package/lib/main.js +1 -1
- package/lib/types/Advantage.d.ts +2 -2
- package/lib/types/Advantage.js +1 -1
- package/lib/types/AnimalDisease.d.ts +1 -1
- package/lib/types/AnimalDisease.js +1 -1
- package/lib/types/AnimalType.js +1 -1
- package/lib/types/ArcaneBardTradition.js +1 -1
- package/lib/types/ArcaneDancerTradition.js +1 -1
- package/lib/types/Aspect.js +1 -1
- package/lib/types/Attribute.d.ts +2 -1
- package/lib/types/Attribute.js +12 -2
- package/lib/types/Blessing.d.ts +1 -1
- package/lib/types/Blessing.js +1 -1
- package/lib/types/Cantrip.d.ts +1 -1
- package/lib/types/Cantrip.js +1 -1
- package/lib/types/Ceremony.d.ts +36 -6
- package/lib/types/Ceremony.js +1 -1
- package/lib/types/CombatTechnique.d.ts +2 -2
- package/lib/types/CombatTechnique.js +2 -2
- package/lib/types/Condition.d.ts +1 -1
- package/lib/types/Condition.js +1 -1
- package/lib/types/Continent.js +1 -1
- package/lib/types/Culture.d.ts +13 -1
- package/lib/types/Culture.js +1 -1
- package/lib/types/DerivedCharacteristic.d.ts +10 -9
- package/lib/types/DerivedCharacteristic.js +12 -2
- package/lib/types/Disadvantage.d.ts +2 -2
- package/lib/types/Disadvantage.js +1 -1
- package/lib/types/Disease.d.ts +1 -1
- package/lib/types/Disease.js +1 -1
- package/lib/types/Element.js +1 -1
- package/lib/types/ExperienceLevel.js +7 -1
- package/lib/types/EyeColor.js +1 -1
- package/lib/types/FamiliarsTrick.d.ts +1 -1
- package/lib/types/FamiliarsTrick.js +3 -1
- package/lib/types/HairColor.js +1 -1
- package/lib/types/HomunculusType.js +1 -1
- package/lib/types/Lessons.d.ts +1 -1
- package/lib/types/Lessons.js +3 -3
- package/lib/types/LiturgicalChant.d.ts +36 -6
- package/lib/types/LiturgicalChant.js +1 -1
- package/lib/types/MetaCondition.d.ts +1 -1
- package/lib/types/MetaCondition.js +1 -1
- package/lib/types/PactCategory.d.ts +1 -1
- package/lib/types/PactCategory.js +7 -7
- package/lib/types/Patron.d.ts +1 -1
- package/lib/types/Patron.js +1 -1
- package/lib/types/PatronCategory.js +1 -1
- package/lib/types/PersonalityTrait.d.ts +1 -1
- package/lib/types/PersonalityTrait.js +1 -1
- package/lib/types/Profession.d.ts +40 -2
- package/lib/types/Profession.js +11 -11
- package/lib/types/Property.js +1 -1
- package/lib/types/Race.d.ts +49 -15
- package/lib/types/Race.js +21 -11
- package/lib/types/Region.js +1 -1
- package/lib/types/Ritual.d.ts +36 -6
- package/lib/types/Ritual.js +1 -1
- package/lib/types/Service.d.ts +1 -1
- package/lib/types/Service.js +1 -1
- package/lib/types/SexPractice.d.ts +1 -1
- package/lib/types/SexPractice.js +1 -1
- package/lib/types/Skill.d.ts +1 -1
- package/lib/types/Skill.js +2 -2
- package/lib/types/SkillGroup.d.ts +2 -1
- package/lib/types/SkillGroup.js +12 -2
- package/lib/types/SkillModificationLevel.js +5 -2
- package/lib/types/SocialStatus.d.ts +1 -1
- package/lib/types/SocialStatus.js +4 -4
- package/lib/types/Spell.d.ts +36 -6
- package/lib/types/Spell.js +1 -1
- package/lib/types/State.d.ts +1 -1
- package/lib/types/State.js +1 -1
- package/lib/types/Talisman.d.ts +48 -4
- package/lib/types/Talisman.js +57 -2
- package/lib/types/TargetCategory.js +1 -1
- package/lib/types/_ActivatableAdventurePointsValue.js +3 -0
- package/lib/types/_ActivatableSelectOptions.d.ts +766 -928
- package/lib/types/_ActivatableSelectOptions.js +5 -68
- package/lib/types/_ActivatableSkill.d.ts +70 -12
- package/lib/types/_ActivatableSkillApplicationsAndUses.js +7 -7
- package/lib/types/_ActivatableSkillCost.d.ts +66 -8
- package/lib/types/_ActivatableSkillCost.js +59 -15
- package/lib/types/_CommonnessRatedAdvantageDisadvantage.d.ts +4 -1
- package/lib/types/_CommonnessRatedAdvantageDisadvantage.js +8 -1
- package/lib/types/_Enhancements.d.ts +2 -2
- package/lib/types/_Enhancements.js +4 -4
- package/lib/types/_IdentifierGroup.d.ts +1 -0
- package/lib/types/_IdentifierGroup.js +1 -0
- package/lib/types/_Influence.d.ts +1 -1
- package/lib/types/_Influence.js +1 -1
- package/lib/types/_MathExpression.d.ts +1 -1
- package/lib/types/_SkillCheck.d.ts +1 -0
- package/lib/types/_SkillCheck.js +7 -18
- package/lib/types/equipment/EquipmentPackage.d.ts +1 -1
- package/lib/types/equipment/EquipmentPackage.js +1 -1
- package/lib/types/equipment/item/Ammunition.d.ts +1 -1
- package/lib/types/equipment/item/Ammunition.js +1 -1
- package/lib/types/equipment/item/Animal.d.ts +1 -1
- package/lib/types/equipment/item/Animal.js +1 -1
- package/lib/types/equipment/item/AnimalCare.d.ts +1 -1
- package/lib/types/equipment/item/AnimalCare.js +1 -1
- package/lib/types/equipment/item/Armor.d.ts +1 -1
- package/lib/types/equipment/item/Armor.js +1 -1
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +3 -19
- package/lib/types/equipment/item/BandageOrRemedy.js +2 -2
- package/lib/types/equipment/item/Book.d.ts +1 -1
- package/lib/types/equipment/item/Book.js +1 -1
- package/lib/types/equipment/item/CeremonialItem.d.ts +3 -19
- package/lib/types/equipment/item/CeremonialItem.js +2 -2
- package/lib/types/equipment/item/Clothes.d.ts +3 -19
- package/lib/types/equipment/item/Clothes.js +2 -2
- package/lib/types/equipment/item/ClothingPackage.d.ts +1 -1
- package/lib/types/equipment/item/ClothingPackage.js +2 -2
- package/lib/types/equipment/item/Container.d.ts +3 -19
- package/lib/types/equipment/item/Container.js +2 -2
- package/lib/types/equipment/item/Elixir.d.ts +1 -1
- package/lib/types/equipment/item/Elixir.js +1 -1
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +3 -19
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +2 -2
- package/lib/types/equipment/item/GemOrPreciousStone.d.ts +1 -1
- package/lib/types/equipment/item/GemOrPreciousStone.js +1 -1
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +3 -19
- package/lib/types/equipment/item/IlluminationLightSource.js +2 -2
- package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +3 -19
- package/lib/types/equipment/item/IlluminationRefillOrSupply.js +2 -2
- package/lib/types/equipment/item/Jewelry.d.ts +1 -1
- package/lib/types/equipment/item/Jewelry.js +1 -1
- package/lib/types/equipment/item/Laboratory.d.ts +1 -1
- package/lib/types/equipment/item/Laboratory.js +1 -1
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +3 -19
- package/lib/types/equipment/item/Liebesspielzeug.js +2 -2
- package/lib/types/equipment/item/LuxuryGood.d.ts +3 -19
- package/lib/types/equipment/item/LuxuryGood.js +2 -2
- package/lib/types/equipment/item/MagicalArtifact.d.ts +3 -19
- package/lib/types/equipment/item/MagicalArtifact.js +2 -2
- package/lib/types/equipment/item/MusicalInstrument.d.ts +3 -19
- package/lib/types/equipment/item/MusicalInstrument.js +2 -2
- package/lib/types/equipment/item/Newspaper.d.ts +1 -1
- package/lib/types/equipment/item/Newspaper.js +1 -1
- package/lib/types/equipment/item/OrienteeringAid.d.ts +3 -19
- package/lib/types/equipment/item/Poison.d.ts +1 -1
- package/lib/types/equipment/item/Poison.js +1 -1
- package/lib/types/equipment/item/RopeOrChain.d.ts +3 -19
- package/lib/types/equipment/item/Stationery.d.ts +3 -19
- package/lib/types/equipment/item/ThievesTool.d.ts +3 -19
- package/lib/types/equipment/item/ToolOfTheTrade.d.ts +1 -1
- package/lib/types/equipment/item/ToolOfTheTrade.js +1 -1
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +3 -19
- package/lib/types/equipment/item/TravelGearOrTool.js +2 -2
- package/lib/types/equipment/item/Vehicle.d.ts +1 -1
- package/lib/types/equipment/item/Vehicle.js +1 -1
- package/lib/types/equipment/item/Weapon.d.ts +5 -37
- package/lib/types/equipment/item/Weapon.js +2 -2
- package/lib/types/equipment/item/WeaponAccessory.d.ts +3 -19
- package/lib/types/equipment/item/WeaponAccessory.js +2 -2
- package/lib/types/equipment/item/_Item.d.ts +5 -37
- package/lib/types/equipment/item/_Item.js +2 -2
- package/lib/types/equipment/item/_MeleeWeapon.d.ts +32 -10
- package/lib/types/equipment/item/_MeleeWeapon.js +9 -4
- package/lib/types/equipment/item/_RangedWeapon.d.ts +18 -14
- package/lib/types/equipment/item/_RangedWeapon.js +9 -4
- package/lib/types/equipment/item/_Weapon.d.ts +9 -7
- package/lib/types/equipment/item/_Weapon.js +2 -2
- package/lib/types/equipment/item/sub/ArmorType.js +1 -1
- package/lib/types/equipment/item/sub/Reach.js +1 -1
- package/lib/types/magicalActions/AnimistPower.d.ts +2 -2
- package/lib/types/magicalActions/AnimistPower.js +1 -1
- package/lib/types/magicalActions/AnimistPower_Tribe.js +1 -1
- package/lib/types/magicalActions/Curse.d.ts +2 -1
- package/lib/types/magicalActions/Curse.js +1 -1
- package/lib/types/magicalActions/DominationRitual.d.ts +2 -1
- package/lib/types/magicalActions/DominationRitual.js +1 -1
- package/lib/types/magicalActions/ElvenMagicalSong.d.ts +2 -1
- package/lib/types/magicalActions/ElvenMagicalSong.js +1 -1
- package/lib/types/magicalActions/GeodeRitual.d.ts +5 -5
- package/lib/types/magicalActions/GeodeRitual.js +3 -3
- package/lib/types/magicalActions/JesterTrick.d.ts +2 -1
- package/lib/types/magicalActions/JesterTrick.js +1 -1
- package/lib/types/magicalActions/MagicalDance.d.ts +1 -1
- package/lib/types/magicalActions/MagicalDance.js +1 -1
- package/lib/types/magicalActions/MagicalMelody.d.ts +2 -1
- package/lib/types/magicalActions/MagicalMelody.js +1 -1
- package/lib/types/magicalActions/MagicalRune.d.ts +1 -1
- package/lib/types/magicalActions/MagicalRune.js +2 -2
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +6 -5
- package/lib/types/magicalActions/ZibiljaRitual.js +1 -1
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +29 -0
- package/lib/types/prerequisites/PrerequisiteGroups.js +1 -0
- package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +1 -0
- package/lib/types/rule/AlternativeRule.d.ts +1 -1
- package/lib/types/rule/AlternativeRule.js +1 -1
- package/lib/types/rule/AlternativeRule_PlayerType.js +1 -1
- package/lib/types/rule/CoreRule.d.ts +1 -1
- package/lib/types/rule/CoreRule.js +1 -1
- package/lib/types/rule/FocusRule.d.ts +1 -1
- package/lib/types/rule/FocusRule.js +1 -1
- package/lib/types/rule/FocusRule_Subject.js +1 -1
- package/lib/types/rule/OptionalRule.d.ts +1 -1
- package/lib/types/rule/OptionalRule.js +1 -1
- package/lib/types/source/Publication.js +1 -1
- package/lib/types/source/_PublicationRef.d.ts +4 -4
- package/lib/types/source/_PublicationRef.js +53 -6
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +1 -1
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +1 -1
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +1 -1
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +1 -1
- package/lib/types/specialAbility/AncestorGlyph.d.ts +2 -2
- package/lib/types/specialAbility/AncestorGlyph.js +1 -1
- package/lib/types/specialAbility/BlessedTradition.d.ts +2 -2
- package/lib/types/specialAbility/BlessedTradition.js +1 -1
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +1 -1
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +1 -1
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/CombatSpecialAbility.js +1 -1
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +1 -1
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/CommandSpecialAbility.js +1 -1
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +1 -1
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +1 -1
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/FatePointSpecialAbility.js +1 -1
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/GeneralSpecialAbility.js +1 -1
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/KarmaSpecialAbility.js +1 -1
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +1 -1
- package/lib/types/specialAbility/LycantropicGift.d.ts +2 -2
- package/lib/types/specialAbility/LycantropicGift.js +1 -1
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +1 -1
- package/lib/types/specialAbility/MagicalSign.d.ts +5 -5
- package/lib/types/specialAbility/MagicalSign.js +3 -3
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/MagicalSpecialAbility.js +1 -1
- package/lib/types/specialAbility/MagicalTradition.d.ts +2 -2
- package/lib/types/specialAbility/MagicalTradition.js +1 -1
- package/lib/types/specialAbility/PactGift.d.ts +2 -2
- package/lib/types/specialAbility/PactGift.js +1 -1
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/Sermon.d.ts +2 -2
- package/lib/types/specialAbility/Sermon.js +1 -1
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/SexSpecialAbility.js +1 -1
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +1 -1
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +1 -1
- package/lib/types/specialAbility/VampiricGift.d.ts +2 -2
- package/lib/types/specialAbility/VampiricGift.js +1 -1
- package/lib/types/specialAbility/Vision.d.ts +2 -2
- package/lib/types/specialAbility/Vision.js +1 -1
- package/lib/types/specialAbility/sub/Language.d.ts +1 -1
- package/lib/types/specialAbility/sub/Language.js +2 -2
- package/lib/types/specialAbility/sub/Script.d.ts +1 -1
- package/lib/types/specialAbility/sub/Script.js +1 -1
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +2 -2
- package/lib/types/specialAbility/sub/TradeSecret.js +4 -4
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/AttireEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/Beutelzauber.d.ts +2 -2
- package/lib/types/traditionArtifacts/Beutelzauber.js +1 -1
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/BowlEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +2 -2
- package/lib/types/traditionArtifacts/DaggerRitual.js +1 -1
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +3 -1
- package/lib/types/traditionArtifacts/Haubenzauber.d.ts +2 -2
- package/lib/types/traditionArtifacts/Haubenzauber.js +1 -1
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +2 -2
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +1 -1
- package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +2 -2
- package/lib/types/traditionArtifacts/Kristallkugelzauber.js +1 -1
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/OrbEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/RingEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +2 -2
- package/lib/types/traditionArtifacts/SickleRitual.js +1 -1
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/StaffEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/ToyEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +2 -2
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +1 -1
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/WandEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +1 -1
- package/lib/types/traditionArtifacts/sub/AnimalShape.js +1 -1
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +1 -1
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +1 -1
- package/lib/types/traditionArtifacts/sub/Brew.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,54 @@
|
|
|
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.27.0](https://github.com/elyukai/optolith-database-schema/compare/v0.26.5...v0.27.0) (2026-01-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* The position values need to be added. Also, the
|
|
11
|
+
"order" value for social statuses has been renamed to "position" to
|
|
12
|
+
align with other specially sorted entities.
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* allow deprecation as only source reference ([fb251d1](https://github.com/elyukai/optolith-database-schema/commit/fb251d1bb6e47b9ca6bbe97e37e124188e037816))
|
|
17
|
+
* allow options text with reference ([260f74d](https://github.com/elyukai/optolith-database-schema/commit/260f74dcd2de9d5c43c983a58060524a6581b119))
|
|
18
|
+
* automatic race disadvantages ([21b8fcc](https://github.com/elyukai/optolith-database-schema/commit/21b8fcc7d273109f1399027ceb56253bed7e0971)), closes [#113](https://github.com/elyukai/optolith-database-schema/issues/113)
|
|
19
|
+
* custom sort orders and position values ([aca931d](https://github.com/elyukai/optolith-database-schema/commit/aca931d66818f1e425a6283e846b4c5c10003b2b))
|
|
20
|
+
* talisman melee and ranged uses ([5a1fc2f](https://github.com/elyukai/optolith-database-schema/commit/5a1fc2f2f5dd35b1b426ab4b6f12852082863aaa)), closes [#60](https://github.com/elyukai/optolith-database-schema/issues/60)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* add type parameter name ([d42253c](https://github.com/elyukai/optolith-database-schema/commit/d42253c483b9e2291ba2bd58f3d879c66b1f2991))
|
|
26
|
+
* make unique constraint work with any damage ([8af0910](https://github.com/elyukai/optolith-database-schema/commit/8af09109ba1dd433973aca185f2566978ac89750))
|
|
27
|
+
* src comment and display name ([0a073b5](https://github.com/elyukai/optolith-database-schema/commit/0a073b5d6706a3a87f4ae5935651f28eaed0ad0b))
|
|
28
|
+
* talisman combat use nesting and constraint ([1f8823f](https://github.com/elyukai/optolith-database-schema/commit/1f8823fa5fc075ed60cabfb81276db58e47ecae0))
|
|
29
|
+
|
|
30
|
+
## [0.26.5](https://github.com/elyukai/optolith-database-schema/compare/v0.26.4...v0.26.5) (2025-12-29)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* add some display names ([6cb3f40](https://github.com/elyukai/optolith-database-schema/commit/6cb3f40f7e1cb43ec02fcb48030b72613d194701))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* duplicate cost map translation identifier ([6fad16b](https://github.com/elyukai/optolith-database-schema/commit/6fad16bf98ede7dc3f41ec6afb153eb2ad4b9d84))
|
|
41
|
+
|
|
42
|
+
## [0.26.4](https://github.com/elyukai/optolith-database-schema/compare/v0.26.3...v0.26.4) (2025-12-29)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Features
|
|
46
|
+
|
|
47
|
+
* add object as skill check penalty ([f3ea105](https://github.com/elyukai/optolith-database-schema/commit/f3ea105280387cbfb70c988aecd4285fb9e91572)), closes [#101](https://github.com/elyukai/optolith-database-schema/issues/101)
|
|
48
|
+
* add race as requirable select option ([e3bd65f](https://github.com/elyukai/optolith-database-schema/commit/e3bd65f71194c136130265d5bff24d9fe71f3dcc)), closes [#99](https://github.com/elyukai/optolith-database-schema/issues/99)
|
|
49
|
+
* add rated option to enhancement prerequisite ([ae43d2a](https://github.com/elyukai/optolith-database-schema/commit/ae43d2ab12e9313260b96bac931a75e730d69423)), closes [#103](https://github.com/elyukai/optolith-database-schema/issues/103)
|
|
50
|
+
* add sustained skill cost map ([1fd987d](https://github.com/elyukai/optolith-database-schema/commit/1fd987de4fe3b0a5e72eaa49f95252c9cb7e6cdb)), closes [#102](https://github.com/elyukai/optolith-database-schema/issues/102)
|
|
51
|
+
* warding circle text is optional ([8a4903e](https://github.com/elyukai/optolith-database-schema/commit/8a4903ebdcd1e2e8c77a220cc272421913f42493)), closes [#105](https://github.com/elyukai/optolith-database-schema/issues/105)
|
|
52
|
+
|
|
5
53
|
## [0.26.3](https://github.com/elyukai/optolith-database-schema/compare/v0.26.2...v0.26.3) (2025-12-28)
|
|
6
54
|
|
|
7
55
|
|