optolith-database-schema 0.1.5 → 0.1.9
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 +31 -0
- package/config/directories.d.ts +4 -0
- package/config/directories.js +14 -0
- package/lib/config.d.ts +228 -0
- package/lib/config.js +224 -0
- package/lib/main.d.ts +16 -0
- package/lib/main.js +111 -1
- package/lib/types/Advantage.d.ts +5 -4
- package/lib/types/Advantage.js +2 -1
- package/lib/types/ArcaneBardTradition.d.ts +2 -1
- package/lib/types/ArcaneBardTradition.js +2 -1
- package/lib/types/ArcaneDancerTradition.d.ts +2 -1
- package/lib/types/ArcaneDancerTradition.js +2 -1
- package/lib/types/Aspect.d.ts +1 -0
- package/lib/types/Aspect.js +2 -1
- package/lib/types/Attribute.d.ts +2 -1
- package/lib/types/Attribute.js +3 -1
- package/lib/types/Blessing.d.ts +4 -3
- package/lib/types/Blessing.js +2 -1
- package/lib/types/Cantrip.d.ts +9 -13
- package/lib/types/Cantrip.js +2 -1
- package/lib/types/Ceremony.d.ts +8 -7
- package/lib/types/Ceremony.js +2 -1
- package/lib/types/CombatTechnique_Close.d.ts +4 -3
- package/lib/types/CombatTechnique_Close.js +2 -1
- package/lib/types/CombatTechnique_Ranged.d.ts +4 -3
- package/lib/types/CombatTechnique_Ranged.js +2 -1
- package/lib/types/Condition.d.ts +3 -2
- package/lib/types/Condition.js +2 -1
- package/lib/types/Continent.d.ts +1 -0
- package/lib/types/Continent.js +2 -1
- package/lib/types/Culture.d.ts +5 -4
- package/lib/types/Culture.js +2 -1
- package/lib/types/DerivedCharacteristic.d.ts +3 -2
- package/lib/types/DerivedCharacteristic.js +2 -1
- package/lib/types/Disadvantage.d.ts +5 -4
- package/lib/types/Disadvantage.js +2 -1
- package/lib/types/Element.d.ts +1 -0
- package/lib/types/Element.js +2 -1
- package/lib/types/ExperienceLevel.d.ts +1 -0
- package/lib/types/ExperienceLevel.js +2 -1
- package/lib/types/EyeColor.d.ts +1 -0
- package/lib/types/EyeColor.js +2 -1
- package/lib/types/FamiliarsTrick.d.ts +4 -3
- package/lib/types/FamiliarsTrick.js +2 -1
- package/lib/types/FamiliarsTrick_AnimalType.d.ts +1 -0
- package/lib/types/FamiliarsTrick_AnimalType.js +2 -1
- package/lib/types/HairColor.d.ts +1 -0
- package/lib/types/HairColor.js +2 -1
- package/lib/types/Lessons_Curriculum.d.ts +3 -2
- package/lib/types/Lessons_Curriculum.js +2 -1
- package/lib/types/Lessons_Guideline.d.ts +1 -0
- package/lib/types/Lessons_Guideline.js +2 -1
- package/lib/types/LiturgicalChant.d.ts +8 -7
- package/lib/types/LiturgicalChant.js +2 -1
- package/lib/types/Locale.d.ts +3 -2
- package/lib/types/Locale.js +2 -1
- package/lib/types/MetaCondition.d.ts +3 -2
- package/lib/types/MetaCondition.js +2 -1
- package/lib/types/PactCategory.d.ts +3 -2
- package/lib/types/PactCategory.js +2 -1
- package/lib/types/Patron.d.ts +2 -1
- package/lib/types/Patron.js +2 -1
- package/lib/types/PatronCategory.d.ts +1 -0
- package/lib/types/PatronCategory.js +2 -1
- package/lib/types/Property.d.ts +2 -1
- package/lib/types/Property.js +2 -1
- package/lib/types/Race.d.ts +4 -3
- package/lib/types/Race.js +2 -1
- package/lib/types/Region.d.ts +1 -0
- package/lib/types/Region.js +2 -1
- package/lib/types/Ritual.d.ts +8 -7
- package/lib/types/Ritual.js +2 -1
- package/lib/types/Service.d.ts +3 -2
- package/lib/types/Service.js +2 -1
- package/lib/types/SexPractice.d.ts +2 -1
- package/lib/types/SexPractice.js +2 -1
- package/lib/types/Skill.d.ts +5 -4
- package/lib/types/Skill.js +2 -1
- package/lib/types/SkillGroup.d.ts +2 -1
- package/lib/types/SkillGroup.js +2 -1
- package/lib/types/SkillModificationLevel.d.ts +1 -0
- package/lib/types/SkillModificationLevel.js +2 -0
- package/lib/types/SocialStatus.d.ts +1 -0
- package/lib/types/SocialStatus.js +2 -1
- package/lib/types/Spell.d.ts +8 -7
- package/lib/types/Spell.js +2 -1
- package/lib/types/State.d.ts +3 -2
- package/lib/types/State.js +2 -1
- package/lib/types/TargetCategory.d.ts +1 -0
- package/lib/types/TargetCategory.js +2 -1
- package/lib/types/_Activatable.d.ts +7 -114
- package/lib/types/_ActivatableSkill.d.ts +1 -1
- package/lib/types/_Enhancements.d.ts +3 -3
- package/lib/types/_Influence.d.ts +3 -3
- package/lib/types/_Prerequisite.d.ts +1 -1
- package/lib/types/magicalActions/AnimistPower.d.ts +6 -5
- package/lib/types/magicalActions/AnimistPower.js +2 -1
- package/lib/types/magicalActions/AnimistPower_Tribe.d.ts +1 -0
- package/lib/types/magicalActions/AnimistPower_Tribe.js +2 -1
- package/lib/types/magicalActions/Curse.d.ts +5 -4
- package/lib/types/magicalActions/Curse.js +2 -1
- package/lib/types/magicalActions/DominationRitual.d.ts +5 -4
- package/lib/types/magicalActions/DominationRitual.js +2 -1
- package/lib/types/magicalActions/ElvenMagicalSong.d.ts +7 -6
- package/lib/types/magicalActions/ElvenMagicalSong.js +2 -1
- package/lib/types/magicalActions/GeodeRitual.d.ts +7 -6
- package/lib/types/magicalActions/GeodeRitual.js +2 -1
- package/lib/types/magicalActions/JesterTrick.d.ts +6 -5
- package/lib/types/magicalActions/JesterTrick.js +2 -1
- package/lib/types/magicalActions/MagicalDance.d.ts +7 -6
- package/lib/types/magicalActions/MagicalDance.js +2 -1
- package/lib/types/magicalActions/MagicalMelody.d.ts +8 -7
- package/lib/types/magicalActions/MagicalMelody.js +2 -1
- package/lib/types/magicalActions/MagicalRune.d.ts +6 -5
- package/lib/types/magicalActions/MagicalRune.js +2 -1
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +6 -5
- package/lib/types/magicalActions/ZibiljaRitual.js +2 -1
- package/lib/types/prerequisites/ConditionalPrerequisites.d.ts +1 -1
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +17 -17
- package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +3 -3
- package/lib/types/prerequisites/single/AnimistPowerPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/CulturePrerequisite.d.ts +2 -2
- package/lib/types/prerequisites/single/EnhancementPrerequisite.d.ts +2 -2
- package/lib/types/prerequisites/single/InfluencePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/PactPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/PublicationPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/RacePrerequisite.d.ts +2 -2
- package/lib/types/prerequisites/single/RatedPrerequisite.d.ts +2 -2
- package/lib/types/prerequisites/single/RulePrerequisite.d.ts +2 -2
- package/lib/types/prerequisites/single/SexPrerequisite.d.ts +2 -2
- package/lib/types/prerequisites/single/SocialStatusPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/StatePrerequisite.d.ts +2 -2
- package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +1 -1
- package/lib/types/rule/FocusRule.d.ts +3 -2
- package/lib/types/rule/FocusRule.js +2 -1
- package/lib/types/rule/FocusRule_Subject.d.ts +1 -0
- package/lib/types/rule/FocusRule_Subject.js +2 -1
- package/lib/types/rule/OptionalRule.d.ts +3 -2
- package/lib/types/rule/OptionalRule.js +2 -1
- package/lib/types/source/Publication.d.ts +87 -0
- package/lib/types/source/Publication.js +2 -1
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +2 -1
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +2 -1
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +2 -1
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +2 -1
- package/lib/types/specialAbility/AncestorGlyph.d.ts +5 -4
- package/lib/types/specialAbility/AncestorGlyph.js +2 -1
- package/lib/types/specialAbility/BlessedTradition.d.ts +6 -5
- package/lib/types/specialAbility/BlessedTradition.js +2 -1
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +2 -1
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +2 -1
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/CombatSpecialAbility.js +2 -1
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +2 -1
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +8 -7
- package/lib/types/specialAbility/CommandSpecialAbility.js +3 -2
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +2 -1
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +2 -1
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/FatePointSpecialAbility.js +2 -1
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/GeneralSpecialAbility.js +2 -1
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/KarmaSpecialAbility.js +2 -1
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +8 -7
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +3 -2
- package/lib/types/specialAbility/LycantropicGift.d.ts +5 -4
- package/lib/types/specialAbility/LycantropicGift.js +2 -1
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +2 -1
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/MagicalSpecialAbility.js +2 -1
- package/lib/types/specialAbility/MagicalTradition.d.ts +6 -5
- package/lib/types/specialAbility/MagicalTradition.js +2 -1
- package/lib/types/specialAbility/PactGift.d.ts +6 -5
- package/lib/types/specialAbility/PactGift.js +2 -1
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +2 -1
- package/lib/types/specialAbility/Sermon.d.ts +5 -4
- package/lib/types/specialAbility/Sermon.js +2 -1
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/SexSpecialAbility.js +2 -1
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +5 -4
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +2 -1
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +8 -7
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +3 -2
- package/lib/types/specialAbility/VampiricGift.d.ts +5 -4
- package/lib/types/specialAbility/VampiricGift.js +2 -1
- package/lib/types/specialAbility/Vision.d.ts +5 -4
- package/lib/types/specialAbility/Vision.js +2 -1
- package/lib/types/specialAbility/sub/Language.d.ts +4 -3
- package/lib/types/specialAbility/sub/Language.js +2 -1
- package/lib/types/specialAbility/sub/Script.d.ts +3 -2
- package/lib/types/specialAbility/sub/Script.js +2 -1
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +4 -3
- package/lib/types/specialAbility/sub/TradeSecret.js +2 -1
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/AttireEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/BowlEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +5 -4
- package/lib/types/traditionArtifacts/DaggerRitual.js +2 -1
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +5 -4
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +2 -1
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/OrbEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/RingEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +5 -4
- package/lib/types/traditionArtifacts/SickleRitual.js +2 -1
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/StaffEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/ToyEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +5 -4
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +2 -1
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/WandEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +5 -4
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +2 -1
- package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +1 -0
- package/lib/types/traditionArtifacts/sub/AnimalShape.js +2 -1
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +1 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +2 -1
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +4 -3
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +3 -2
- package/lib/types/traditionArtifacts/sub/Brew.d.ts +1 -0
- package/lib/types/traditionArtifacts/sub/Brew.js +2 -1
- package/lib/validation/schema.d.ts +10 -0
- package/lib/validation/schema.js +20 -0
- package/package.json +4 -2
- package/schema/Advantage.schema.json +1 -1
- package/schema/ArcaneBardTradition.schema.json +1 -1
- package/schema/ArcaneDancerTradition.schema.json +1 -1
- package/schema/Aspect.schema.json +1 -1
- package/schema/Attribute.schema.json +1 -1
- package/schema/Blessing.schema.json +1 -1
- package/schema/Cantrip.schema.json +5 -10
- package/schema/Ceremony.schema.json +1 -1
- package/schema/CombatTechnique_Close.schema.json +1 -1
- package/schema/CombatTechnique_Ranged.schema.json +1 -1
- package/schema/Condition.schema.json +1 -1
- package/schema/Continent.schema.json +1 -1
- package/schema/Culture.schema.json +1 -1
- package/schema/DerivedCharacteristic.schema.json +1 -1
- package/schema/Disadvantage.schema.json +1 -1
- package/schema/Element.schema.json +1 -1
- package/schema/ExperienceLevel.schema.json +1 -1
- package/schema/EyeColor.schema.json +1 -1
- package/schema/FamiliarsTrick.schema.json +1 -1
- package/schema/FamiliarsTrick_AnimalType.schema.json +1 -1
- package/schema/HairColor.schema.json +1 -1
- package/schema/Lessons_Curriculum.schema.json +1 -1
- package/schema/Lessons_Guideline.schema.json +1 -1
- package/schema/LiturgicalChant.schema.json +1 -1
- package/schema/Locale.schema.json +1 -1
- package/schema/MetaCondition.schema.json +1 -1
- package/schema/PactCategory.schema.json +1 -1
- package/schema/Patron.schema.json +1 -1
- package/schema/PatronCategory.schema.json +1 -1
- package/schema/Property.schema.json +1 -1
- package/schema/Race.schema.json +1 -1
- package/schema/Region.schema.json +1 -1
- package/schema/Ritual.schema.json +1 -1
- package/schema/Service.schema.json +1 -1
- package/schema/SexPractice.schema.json +1 -1
- package/schema/Skill.schema.json +1 -1
- package/schema/SkillGroup.schema.json +1 -1
- package/schema/SkillModificationLevel.schema.json +1 -1
- package/schema/SocialStatus.schema.json +1 -1
- package/schema/Spell.schema.json +1 -1
- package/schema/State.schema.json +1 -1
- package/schema/TargetCategory.schema.json +1 -1
- package/schema/_Activatable.schema.json +3 -198
- package/schema/_ActivatableSkill.schema.json +1 -1
- package/schema/_CommonnessRatedAdvantageDisadvantage.schema.json +1 -1
- package/schema/_Enhancements.schema.json +1 -1
- package/schema/_I18n.schema.json +1 -1
- package/schema/_Identifier.schema.json +1 -1
- package/schema/_ImprovementCost.schema.json +1 -1
- package/schema/_Influence.schema.json +1 -1
- package/schema/_Prerequisite.schema.json +1 -1
- package/schema/_Sex.schema.json +1 -1
- package/schema/_SkillCheck.schema.json +1 -1
- package/schema/magicalActions/AnimistPower.schema.json +1 -1
- package/schema/magicalActions/AnimistPower_Tribe.schema.json +1 -1
- package/schema/magicalActions/Curse.schema.json +1 -1
- package/schema/magicalActions/DominationRitual.schema.json +1 -1
- package/schema/magicalActions/ElvenMagicalSong.schema.json +1 -1
- package/schema/magicalActions/GeodeRitual.schema.json +1 -1
- package/schema/magicalActions/JesterTrick.schema.json +1 -1
- package/schema/magicalActions/MagicalDance.schema.json +1 -1
- package/schema/magicalActions/MagicalMelody.schema.json +1 -1
- package/schema/magicalActions/MagicalRune.schema.json +1 -1
- package/schema/magicalActions/ZibiljaRitual.schema.json +1 -1
- package/schema/magicalActions/_MusicTradition.schema.json +1 -1
- package/schema/magicalActions/_SkillReference.schema.json +1 -1
- package/schema/prerequisites/ConditionalPrerequisites.schema.json +1 -1
- package/schema/prerequisites/DisplayOption.schema.json +1 -1
- package/schema/prerequisites/PrerequisiteGroups.schema.json +1 -1
- package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/AnimistPowerPrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/CommonSuggestedByRCPPrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/CulturePrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/InfluencePrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/PactPrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/PublicationPrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/RacePrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/RatedPrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/RulePrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/SexPrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/SocialStatusPrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/StatePrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/TextPrerequisite.schema.json +1 -1
- package/schema/prerequisites/single/TraditionPrerequisite.schema.json +1 -1
- package/schema/rule/FocusRule.schema.json +1 -1
- package/schema/rule/FocusRule_Subject.schema.json +1 -1
- package/schema/rule/OptionalRule.schema.json +1 -1
- package/schema/source/Publication.schema.json +1 -1
- package/schema/source/_Erratum.schema.json +1 -1
- package/schema/source/_PublicationRef.schema.json +1 -1
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/AncestorGlyph.schema.json +1 -1
- package/schema/specialAbility/BlessedTradition.schema.json +1 -1
- package/schema/specialAbility/BrawlingSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/CombatSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/CommandSpecialAbility.schema.json +4 -4
- package/schema/specialAbility/FamiliarSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +4 -4
- package/schema/specialAbility/LycantropicGift.schema.json +1 -1
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/MagicalTradition.schema.json +1 -1
- package/schema/specialAbility/PactGift.schema.json +1 -1
- package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/Sermon.schema.json +1 -1
- package/schema/specialAbility/SexSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +1 -1
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +4 -4
- package/schema/specialAbility/VampiricGift.schema.json +1 -1
- package/schema/specialAbility/Vision.schema.json +1 -1
- package/schema/specialAbility/sub/Language.schema.json +1 -1
- package/schema/specialAbility/sub/Script.schema.json +1 -1
- package/schema/specialAbility/sub/TradeSecret.schema.json +1 -1
- package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/AttireEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/BowlEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/CauldronEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/DaggerRitual.schema.json +1 -1
- package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +1 -1
- package/schema/traditionArtifacts/OrbEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/RingEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/SickleRitual.schema.json +1 -1
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/ToyEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/Trinkhornzauber.schema.json +1 -1
- package/schema/traditionArtifacts/WandEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/WeaponEnchantment.schema.json +1 -1
- package/schema/traditionArtifacts/sub/AnimalShape.schema.json +1 -1
- package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +1 -1
- package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +4 -4
- package/schema/traditionArtifacts/sub/Brew.schema.json +1 -1
package/lib/types/Advantage.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main Advantage
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
6
|
-
import * as Activatable from "./_Activatable";
|
|
7
|
-
import { AdvantageDisadvantagePrerequisites } from "./_Prerequisite";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
|
+
import * as Activatable from "./_Activatable.js";
|
|
7
|
+
import { AdvantageDisadvantagePrerequisites } from "./_Prerequisite.js";
|
|
8
8
|
/**
|
|
9
9
|
* @title Advantage
|
|
10
10
|
*/
|
|
@@ -50,3 +50,4 @@ export declare type Advantage = {
|
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Advantage>;
|
package/lib/types/Advantage.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main ArcaneBardTradition
|
|
3
3
|
*/
|
|
4
|
-
import { ArcaneTraditionPrerequisites } from "./_Prerequisite";
|
|
4
|
+
import { ArcaneTraditionPrerequisites } from "./_Prerequisite.js";
|
|
5
5
|
/**
|
|
6
6
|
* @title Arcane Bard Tradition
|
|
7
7
|
*/
|
|
@@ -30,3 +30,4 @@ export declare type ArcaneBardTradition = {
|
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<ArcaneBardTradition>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main ArcaneDancerTradition
|
|
3
3
|
*/
|
|
4
|
-
import { ArcaneTraditionPrerequisites } from "./_Prerequisite";
|
|
4
|
+
import { ArcaneTraditionPrerequisites } from "./_Prerequisite.js";
|
|
5
5
|
/**
|
|
6
6
|
* @title Arcane Dancer Tradition
|
|
7
7
|
*/
|
|
@@ -30,3 +30,4 @@ export declare type ArcaneDancerTradition = {
|
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<ArcaneDancerTradition>;
|
package/lib/types/Aspect.d.ts
CHANGED
package/lib/types/Aspect.js
CHANGED
package/lib/types/Attribute.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main Attribute
|
|
3
3
|
*/
|
|
4
|
-
import { ReferencialIntegrityValidators } from "../validation/integrity";
|
|
4
|
+
import { ReferencialIntegrityValidators } from "../validation/integrity.js";
|
|
5
5
|
/**
|
|
6
6
|
* @title Attribute
|
|
7
7
|
*/
|
|
@@ -40,3 +40,4 @@ export declare type Attribute = {
|
|
|
40
40
|
};
|
|
41
41
|
};
|
|
42
42
|
export declare const validateIntegrity: (attribute: Attribute, { checkLocaleId }: ReferencialIntegrityValidators) => string[];
|
|
43
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Attribute>;
|
package/lib/types/Attribute.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main Attribute
|
|
3
3
|
*/
|
|
4
|
-
import { getReferencialIntegrityErrorsForTranslatable } from "../validation/integrity";
|
|
4
|
+
import { getReferencialIntegrityErrorsForTranslatable } from "../validation/integrity.js";
|
|
5
|
+
import { validateSchemaCreator } from "../validation/schema.js";
|
|
5
6
|
export const validateIntegrity = (attribute, { checkLocaleId }) => getReferencialIntegrityErrorsForTranslatable(attribute, checkLocaleId);
|
|
7
|
+
export const validateSchema = validateSchemaCreator(import.meta.url);
|
package/lib/types/Blessing.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main Blessing
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
6
|
-
import { Duration, TargetCategory } from "./_ActivatableSkill";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
|
+
import { Duration, TargetCategory } from "./_ActivatableSkill.js";
|
|
7
7
|
/**
|
|
8
8
|
* @title Blessing
|
|
9
9
|
*/
|
|
@@ -121,4 +121,5 @@ declare type PerformanceParameters = {
|
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
123
|
};
|
|
124
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Blessing>;
|
|
124
125
|
export {};
|
package/lib/types/Blessing.js
CHANGED
package/lib/types/Cantrip.d.ts
CHANGED
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main Spell
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
6
|
-
import { Duration, Effect, TargetCategory } from "./_ActivatableSkill";
|
|
7
|
-
import { Enhancements } from "./_Enhancements";
|
|
8
|
-
import { ImprovementCost } from "./_ImprovementCost";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
|
+
import { Duration, Effect, TargetCategory } from "./_ActivatableSkill.js";
|
|
7
|
+
import { Enhancements } from "./_Enhancements.js";
|
|
9
8
|
/**
|
|
10
|
-
* @title
|
|
9
|
+
* @title Cantrip
|
|
11
10
|
*/
|
|
12
|
-
export declare type
|
|
11
|
+
export declare type Cantrip = {
|
|
13
12
|
/**
|
|
14
|
-
* The
|
|
13
|
+
* The cantrip's identifier. An unique, increasing integer.
|
|
15
14
|
* @integer
|
|
16
15
|
* @minimum 1
|
|
17
16
|
*/
|
|
18
17
|
id: number;
|
|
19
18
|
/**
|
|
20
|
-
* Measurable parameters of a
|
|
19
|
+
* Measurable parameters of a cantrip.
|
|
21
20
|
*/
|
|
22
21
|
parameters: PerformanceParameters;
|
|
23
22
|
/**
|
|
@@ -30,10 +29,6 @@ export declare type Spell = {
|
|
|
30
29
|
* @minimum 1
|
|
31
30
|
*/
|
|
32
31
|
property_id: number;
|
|
33
|
-
/**
|
|
34
|
-
* States which column is used to improve the skill.
|
|
35
|
-
*/
|
|
36
|
-
improvement_cost: ImprovementCost;
|
|
37
32
|
/**
|
|
38
33
|
* A note specifying the dissemination of the cantrip in different traditions.
|
|
39
34
|
* Sometimes a cantrip is exclusively available to one or more specific
|
|
@@ -217,4 +212,5 @@ export declare type CommonNote = {
|
|
|
217
212
|
*/
|
|
218
213
|
id: number;
|
|
219
214
|
};
|
|
215
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Cantrip>;
|
|
220
216
|
export {};
|
package/lib/types/Cantrip.js
CHANGED
package/lib/types/Ceremony.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main Ceremony
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
6
|
-
import { Effect, SlowPerformanceParameters, TargetCategory } from "./_ActivatableSkill";
|
|
7
|
-
import { Enhancements } from "./_Enhancements";
|
|
8
|
-
import { ImprovementCost } from "./_ImprovementCost";
|
|
9
|
-
import { LiturgyPrerequisites } from "./_Prerequisite";
|
|
10
|
-
import { SkillCheck, SkillCheckPenalty } from "./_SkillCheck";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
|
+
import { Effect, SlowPerformanceParameters, TargetCategory } from "./_ActivatableSkill.js";
|
|
7
|
+
import { Enhancements } from "./_Enhancements.js";
|
|
8
|
+
import { ImprovementCost } from "./_ImprovementCost.js";
|
|
9
|
+
import { LiturgyPrerequisites } from "./_Prerequisite.js";
|
|
10
|
+
import { SkillCheck, SkillCheckPenalty } from "./_SkillCheck.js";
|
|
11
11
|
/**
|
|
12
12
|
* @title Ceremony
|
|
13
13
|
*/
|
|
@@ -142,3 +142,4 @@ export declare type Tradition = {
|
|
|
142
142
|
id: number;
|
|
143
143
|
}[];
|
|
144
144
|
};
|
|
145
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Ceremony>;
|
package/lib/types/Ceremony.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main CloseCombatTechnique
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
6
|
-
import { ImprovementCost } from "./_ImprovementCost";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
|
+
import { ImprovementCost } from "./_ImprovementCost.js";
|
|
7
7
|
/**
|
|
8
8
|
* @title Close Combat Technique
|
|
9
9
|
*/
|
|
@@ -77,4 +77,5 @@ declare type Parrying = {
|
|
|
77
77
|
* @minimum 1
|
|
78
78
|
*/
|
|
79
79
|
declare type PrimaryAttribute = number;
|
|
80
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<CloseCombatTechnique>;
|
|
80
81
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main RangedCombatTechnique
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
6
|
-
import { ImprovementCost } from "./_ImprovementCost";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
|
+
import { ImprovementCost } from "./_ImprovementCost.js";
|
|
7
7
|
/**
|
|
8
8
|
* @title Ranged Combat Technique
|
|
9
9
|
*/
|
|
@@ -59,4 +59,5 @@ export declare type RangedCombatTechnique = {
|
|
|
59
59
|
* @minimum 1
|
|
60
60
|
*/
|
|
61
61
|
declare type PrimaryAttribute = number;
|
|
62
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<RangedCombatTechnique>;
|
|
62
63
|
export {};
|
package/lib/types/Condition.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main Condition
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
6
|
/**
|
|
7
7
|
* @title Condition
|
|
8
8
|
*/
|
|
@@ -48,4 +48,5 @@ export declare type Condition = {
|
|
|
48
48
|
* @minLength 1
|
|
49
49
|
*/
|
|
50
50
|
declare type Effect = string;
|
|
51
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Condition>;
|
|
51
52
|
export {};
|
package/lib/types/Condition.js
CHANGED
package/lib/types/Continent.d.ts
CHANGED
package/lib/types/Continent.js
CHANGED
package/lib/types/Culture.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main Culture
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
6
|
-
import { CommonnessRatedAdvantageDisadvantage } from "./_CommonnessRatedAdvantageDisadvantage";
|
|
7
|
-
import { BinarySex } from "./_Sex";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
|
+
import { CommonnessRatedAdvantageDisadvantage } from "./_CommonnessRatedAdvantageDisadvantage.js";
|
|
7
|
+
import { BinarySex } from "./_Sex.js";
|
|
8
8
|
/**
|
|
9
9
|
* @title Culture
|
|
10
10
|
*/
|
|
@@ -491,4 +491,5 @@ declare type Name = {
|
|
|
491
491
|
*/
|
|
492
492
|
note?: string;
|
|
493
493
|
};
|
|
494
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Culture>;
|
|
494
495
|
export {};
|
package/lib/types/Culture.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main DerivedCharacteristic
|
|
3
3
|
*/
|
|
4
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
5
|
-
import { DerivedCharacteristicPrerequisites } from "./_Prerequisite";
|
|
4
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
5
|
+
import { DerivedCharacteristicPrerequisites } from "./_Prerequisite.js";
|
|
6
6
|
/**
|
|
7
7
|
* @title Derived Characteristic
|
|
8
8
|
*/
|
|
@@ -62,4 +62,5 @@ declare type Calculation = {
|
|
|
62
62
|
*/
|
|
63
63
|
no_primary?: string;
|
|
64
64
|
};
|
|
65
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<DerivedCharacteristic>;
|
|
65
66
|
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main Disadvantage
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
6
|
-
import * as Activatable from "./_Activatable";
|
|
7
|
-
import { AdvantageDisadvantagePrerequisites } from "./_Prerequisite";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
|
+
import * as Activatable from "./_Activatable.js";
|
|
7
|
+
import { AdvantageDisadvantagePrerequisites } from "./_Prerequisite.js";
|
|
8
8
|
/**
|
|
9
9
|
* @title Disadvantage
|
|
10
10
|
*/
|
|
@@ -48,3 +48,4 @@ export declare type Disadvantage = {
|
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Disadvantage>;
|
package/lib/types/Element.d.ts
CHANGED
package/lib/types/Element.js
CHANGED
package/lib/types/EyeColor.d.ts
CHANGED
package/lib/types/EyeColor.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main FamiliarsTrick
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
6
|
-
import { Duration } from "./_ActivatableSkill";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
|
+
import { Duration } from "./_ActivatableSkill.js";
|
|
7
7
|
/**
|
|
8
8
|
* @title Familiar's Trick
|
|
9
9
|
*/
|
|
@@ -331,4 +331,5 @@ declare type PerformanceParameters = {
|
|
|
331
331
|
interval: Duration.UnitValue;
|
|
332
332
|
};
|
|
333
333
|
};
|
|
334
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<FamiliarsTrick>;
|
|
334
335
|
export {};
|
package/lib/types/HairColor.d.ts
CHANGED
package/lib/types/HairColor.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main Curriculum
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
6
|
/**
|
|
7
7
|
* This is a curriculum of a specified academy, containing the guideline,
|
|
8
8
|
* elective and restricted spellworks as well as the lesson packages of that
|
|
@@ -294,4 +294,5 @@ declare type SpellworkId = {
|
|
|
294
294
|
*/
|
|
295
295
|
id: number;
|
|
296
296
|
};
|
|
297
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Curriculum>;
|
|
297
298
|
export {};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main LiturgicalChant
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
6
|
-
import { Effect, FastPerformanceParameters, TargetCategory } from "./_ActivatableSkill";
|
|
7
|
-
import { Enhancements } from "./_Enhancements";
|
|
8
|
-
import { ImprovementCost } from "./_ImprovementCost";
|
|
9
|
-
import { LiturgyPrerequisites } from "./_Prerequisite";
|
|
10
|
-
import { SkillCheck, SkillCheckPenalty } from "./_SkillCheck";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
|
+
import { Effect, FastPerformanceParameters, TargetCategory } from "./_ActivatableSkill.js";
|
|
7
|
+
import { Enhancements } from "./_Enhancements.js";
|
|
8
|
+
import { ImprovementCost } from "./_ImprovementCost.js";
|
|
9
|
+
import { LiturgyPrerequisites } from "./_Prerequisite.js";
|
|
10
|
+
import { SkillCheck, SkillCheckPenalty } from "./_SkillCheck.js";
|
|
11
11
|
/**
|
|
12
12
|
* @title Liturgical Chant
|
|
13
13
|
*/
|
|
@@ -142,3 +142,4 @@ export declare type Tradition = {
|
|
|
142
142
|
id: number;
|
|
143
143
|
}[];
|
|
144
144
|
};
|
|
145
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<LiturgicalChant>;
|
package/lib/types/Locale.d.ts
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* @title Supported locales
|
|
6
6
|
*/
|
|
7
|
-
declare type Locales = Locale[];
|
|
7
|
+
export declare type Locales = Locale[];
|
|
8
8
|
/**
|
|
9
9
|
* @title Supported locale
|
|
10
10
|
*/
|
|
11
|
-
declare type Locale = {
|
|
11
|
+
export declare type Locale = {
|
|
12
12
|
/**
|
|
13
13
|
* The locale's identifier. An IETF language tag (BCP47).
|
|
14
14
|
* @pattern ^[a-z]{2}-[A-Z]{2}$
|
|
@@ -36,3 +36,4 @@ declare type Locale = {
|
|
|
36
36
|
*/
|
|
37
37
|
is_missing_implementation?: boolean;
|
|
38
38
|
};
|
|
39
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Locales>;
|
package/lib/types/Locale.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @main MetaCondition
|
|
3
3
|
*/
|
|
4
|
-
import { Errata } from "./source/_Erratum";
|
|
5
|
-
import { PublicationRefs } from "./source/_PublicationRef";
|
|
4
|
+
import { Errata } from "./source/_Erratum.js";
|
|
5
|
+
import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
6
6
|
/**
|
|
7
7
|
* Meta Conditions are rule elements that work like conditions in the sense that
|
|
8
8
|
* they have four levels with different effects, but which are not explicitly
|
|
@@ -51,4 +51,5 @@ export declare type MetaCondition = {
|
|
|
51
51
|
* @minLength 1
|
|
52
52
|
*/
|
|
53
53
|
declare type Effect = string;
|
|
54
|
+
export declare const validateSchema: import("../validation/schema.js").TypeValidator<MetaCondition>;
|
|
54
55
|
export {};
|