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/schema/Skill.schema.json
CHANGED
package/schema/Spell.schema.json
CHANGED
package/schema/State.schema.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "_Activatable.schema.json",
|
|
3
|
+
"$id": "/_Activatable.schema.json",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"Id": {
|
|
6
6
|
"description": "The activatable entry's identifier. An unique, increasing integer.",
|
|
@@ -353,201 +353,6 @@
|
|
|
353
353
|
],
|
|
354
354
|
"additionalProperties": false
|
|
355
355
|
},
|
|
356
|
-
{
|
|
357
|
-
"type": "object",
|
|
358
|
-
"properties": {
|
|
359
|
-
"tag": {
|
|
360
|
-
"const": "Skills"
|
|
361
|
-
},
|
|
362
|
-
"groups": {
|
|
363
|
-
"description": "Only include entries of the specified groups.",
|
|
364
|
-
"type": "array",
|
|
365
|
-
"items": {
|
|
366
|
-
"type": "object",
|
|
367
|
-
"properties": {
|
|
368
|
-
"id": {
|
|
369
|
-
"description": "The skill group's identifier.",
|
|
370
|
-
"type": "integer",
|
|
371
|
-
"maximum": 5,
|
|
372
|
-
"minimum": 1
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
"required": [
|
|
376
|
-
"id"
|
|
377
|
-
],
|
|
378
|
-
"additionalProperties": false
|
|
379
|
-
},
|
|
380
|
-
"minItems": 1
|
|
381
|
-
},
|
|
382
|
-
"specific": {
|
|
383
|
-
"description": "Only include (`Intersection`) or exclude (`Difference`) specific skills.",
|
|
384
|
-
"type": "object",
|
|
385
|
-
"properties": {
|
|
386
|
-
"operation": {
|
|
387
|
-
"oneOf": [
|
|
388
|
-
{
|
|
389
|
-
"type": "object",
|
|
390
|
-
"properties": {
|
|
391
|
-
"tag": {
|
|
392
|
-
"const": "Intersection"
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
"required": [
|
|
396
|
-
"tag"
|
|
397
|
-
],
|
|
398
|
-
"additionalProperties": false
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"type": "object",
|
|
402
|
-
"properties": {
|
|
403
|
-
"tag": {
|
|
404
|
-
"const": "Difference"
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
|
-
"required": [
|
|
408
|
-
"tag"
|
|
409
|
-
],
|
|
410
|
-
"additionalProperties": false
|
|
411
|
-
}
|
|
412
|
-
]
|
|
413
|
-
},
|
|
414
|
-
"list": {
|
|
415
|
-
"description": "The list of specific skills.",
|
|
416
|
-
"type": "array",
|
|
417
|
-
"items": {
|
|
418
|
-
"type": "object",
|
|
419
|
-
"properties": {
|
|
420
|
-
"id": {
|
|
421
|
-
"description": "The skill's identifier.",
|
|
422
|
-
"type": "integer",
|
|
423
|
-
"maximum": 59,
|
|
424
|
-
"minimum": 1
|
|
425
|
-
}
|
|
426
|
-
},
|
|
427
|
-
"required": [
|
|
428
|
-
"id"
|
|
429
|
-
],
|
|
430
|
-
"additionalProperties": false
|
|
431
|
-
},
|
|
432
|
-
"minItems": 1,
|
|
433
|
-
"uniqueItems": true
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
"required": [
|
|
437
|
-
"operation",
|
|
438
|
-
"list"
|
|
439
|
-
],
|
|
440
|
-
"additionalProperties": false
|
|
441
|
-
},
|
|
442
|
-
"skill_applications": {
|
|
443
|
-
"description": "Registers new applications, which get enabled once this entry is\nactivated with its respective select option. It specifies an entry-unique\nidentifier, the skill it belongs to is derived from the select option\nautomatically. A translation can be left out if its name equals the name\nof the origin entry.",
|
|
444
|
-
"$ref": "#/definitions/SkillApplications"
|
|
445
|
-
},
|
|
446
|
-
"skill_uses": {
|
|
447
|
-
"description": "Registers uses, which get enabled once this entry is activated with its\nrespective select option. It specifies an entry-unique identifier, the\nskill it belongs to is derived from the select option automatically. A\ntranslation can be left out if its name equals the name of the origin\nentry.",
|
|
448
|
-
"$ref": "#/definitions/SkillUses"
|
|
449
|
-
},
|
|
450
|
-
"prerequisites": {
|
|
451
|
-
"description": "Generate prerequisites for each entry of the category.",
|
|
452
|
-
"type": "array",
|
|
453
|
-
"items": {
|
|
454
|
-
"oneOf": [
|
|
455
|
-
{
|
|
456
|
-
"type": "object",
|
|
457
|
-
"properties": {
|
|
458
|
-
"tag": {
|
|
459
|
-
"const": "Self"
|
|
460
|
-
},
|
|
461
|
-
"value": {
|
|
462
|
-
"description": "The entry requires itself on a certain Skill Rating.",
|
|
463
|
-
"type": "integer",
|
|
464
|
-
"minimum": 1
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
"required": [
|
|
468
|
-
"tag",
|
|
469
|
-
"value"
|
|
470
|
-
],
|
|
471
|
-
"additionalProperties": false
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"$ref": "#/definitions/OptionOptionPrerequisite"
|
|
475
|
-
}
|
|
476
|
-
]
|
|
477
|
-
},
|
|
478
|
-
"minItems": 1
|
|
479
|
-
},
|
|
480
|
-
"ap_value": {
|
|
481
|
-
"description": "Generate AP values for each entry.",
|
|
482
|
-
"oneOf": [
|
|
483
|
-
{
|
|
484
|
-
"type": "object",
|
|
485
|
-
"properties": {
|
|
486
|
-
"tag": {
|
|
487
|
-
"const": "DerivedFromImprovementCost"
|
|
488
|
-
},
|
|
489
|
-
"multiplier": {
|
|
490
|
-
"description": "This number is multiplied with the improvement cost of the entry\n(A = 1 to D = 4).",
|
|
491
|
-
"type": "integer",
|
|
492
|
-
"minimum": 2
|
|
493
|
-
}
|
|
494
|
-
},
|
|
495
|
-
"required": [
|
|
496
|
-
"tag"
|
|
497
|
-
],
|
|
498
|
-
"additionalProperties": false
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"type": "object",
|
|
502
|
-
"properties": {
|
|
503
|
-
"tag": {
|
|
504
|
-
"const": "Fixed"
|
|
505
|
-
},
|
|
506
|
-
"map": {
|
|
507
|
-
"description": "A mapping of skill identifiers to their specific AP values.",
|
|
508
|
-
"type": "array",
|
|
509
|
-
"items": {
|
|
510
|
-
"type": "object",
|
|
511
|
-
"properties": {
|
|
512
|
-
"skill_id": {
|
|
513
|
-
"description": "The skill's identifier.",
|
|
514
|
-
"type": "integer",
|
|
515
|
-
"minimum": 1
|
|
516
|
-
},
|
|
517
|
-
"ap_value": {
|
|
518
|
-
"description": "The AP value for the specified entry.",
|
|
519
|
-
"type": "integer",
|
|
520
|
-
"minimum": 1
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
"required": [
|
|
524
|
-
"skill_id",
|
|
525
|
-
"ap_value"
|
|
526
|
-
],
|
|
527
|
-
"additionalProperties": false
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
"default": {
|
|
531
|
-
"description": "The default value of an entry. Used as a fallback if no value is\nfound in `list`.",
|
|
532
|
-
"type": "integer",
|
|
533
|
-
"minimum": 1
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
"required": [
|
|
537
|
-
"tag",
|
|
538
|
-
"map",
|
|
539
|
-
"default"
|
|
540
|
-
],
|
|
541
|
-
"additionalProperties": false
|
|
542
|
-
}
|
|
543
|
-
]
|
|
544
|
-
}
|
|
545
|
-
},
|
|
546
|
-
"required": [
|
|
547
|
-
"tag"
|
|
548
|
-
],
|
|
549
|
-
"additionalProperties": false
|
|
550
|
-
},
|
|
551
356
|
{
|
|
552
357
|
"type": "object",
|
|
553
358
|
"properties": {
|
|
@@ -922,7 +727,7 @@
|
|
|
922
727
|
"items": {
|
|
923
728
|
"type": "object",
|
|
924
729
|
"properties": {
|
|
925
|
-
"
|
|
730
|
+
"id": {
|
|
926
731
|
"description": "The skill's identifier.",
|
|
927
732
|
"type": "integer",
|
|
928
733
|
"minimum": 1
|
|
@@ -934,7 +739,7 @@
|
|
|
934
739
|
}
|
|
935
740
|
},
|
|
936
741
|
"required": [
|
|
937
|
-
"
|
|
742
|
+
"id",
|
|
938
743
|
"ap_value"
|
|
939
744
|
],
|
|
940
745
|
"additionalProperties": false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "_CommonnessRatedAdvantageDisadvantage.schema.json",
|
|
3
|
+
"$id": "/_CommonnessRatedAdvantageDisadvantage.schema.json",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CommonnessRatedAdvantageDisadvantage": {
|
|
6
6
|
"title": "Commonness-rated Advantage/Disadvantage",
|
package/schema/_I18n.schema.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "_I18n.schema.json",
|
|
3
|
+
"$id": "/_I18n.schema.json",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"PluralizationCategories": {
|
|
6
6
|
"description": "The item can be present in multiple pluralization categories; this object\nunifies handling of them. Not all of the options must be present, however,\nevery possible category for that language should be defined. This means, that\ndifferent languages may have a different amount of properties defined here.\nMore information on pluralization and the Intl.PluralRules API on\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/PluralRules,\nhttps://unicode-org.github.io/cldr/ldml/tr35-numbers.html#Language_Plural_Rules and\nhttp://cldr.unicode.org/index/cldr-spec/plural-rules.\n\nFrom the third link:\n\n> The minimal pairs are those that are required for correct grammar. So\n> because 0 and 1 don't have to form a minimal pair (it is ok—even though\n> often not optimal—to say '0 people') , 0 doesn't establish a separate\n> category. However, implementations are encouraged to provide the ability to\n> have special plural messages for 0 in particular, so that more natural\n> language can be used:\n>\n> — None of your friends are online.\n>\n> rather than\n>\n> — You have 0 friends online.",
|
package/schema/_Sex.schema.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "magicalActions/_MusicTradition.schema.json",
|
|
3
|
+
"$id": "/magicalActions/_MusicTradition.schema.json",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"MusicTraditionReference": {
|
|
6
6
|
"description": "A reference to a music tradition with the music-tradition-specific name of\nthe entry",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "magicalActions/_SkillReference.schema.json",
|
|
3
|
+
"$id": "/magicalActions/_SkillReference.schema.json",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"SkillReference": {
|
|
6
6
|
"description": "A reference to a skill used for performing melodies.",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "prerequisites/single/ActivatablePrerequisite.schema.json",
|
|
3
|
+
"$id": "/prerequisites/single/ActivatablePrerequisite.schema.json",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ActivatablePrerequisite": {
|
|
6
6
|
"title": "Activatable Prerequisite",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "prerequisites/single/AnimistPowerPrerequisite.schema.json",
|
|
3
|
+
"$id": "/prerequisites/single/AnimistPowerPrerequisite.schema.json",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"AnimistPowerPrerequisite": {
|
|
6
6
|
"title": "Animist Power Prerequisite",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "prerequisites/single/CommonSuggestedByRCPPrerequisite.schema.json",
|
|
3
|
+
"$id": "/prerequisites/single/CommonSuggestedByRCPPrerequisite.schema.json",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CommonSuggestedByRCPPrerequisite": {
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "prerequisites/single/CulturePrerequisite.schema.json",
|
|
3
|
+
"$id": "/prerequisites/single/CulturePrerequisite.schema.json",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CulturePrerequisite": {
|
|
6
6
|
"title": "Culture Prerequisite",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "prerequisites/single/EnhancementPrerequisite.schema.json",
|
|
3
|
+
"$id": "/prerequisites/single/EnhancementPrerequisite.schema.json",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ExternalEnhancementPrerequisite": {
|
|
6
6
|
"title": "External Enhancement Prerequisite",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
-
"$id": "prerequisites/single/InfluencePrerequisite.schema.json",
|
|
3
|
+
"$id": "/prerequisites/single/InfluencePrerequisite.schema.json",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"InfluencePrerequisite": {
|
|
6
6
|
"title": "Influence Prerequisite",
|