optolith-database-schema 0.2.4 → 0.4.1
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 +64 -0
- package/lib/config.d.ts +302 -250
- package/lib/config.js +302 -250
- package/lib/main.d.ts +3 -2
- package/lib/main.js +1 -1
- package/lib/types/Advantage.d.ts +23 -25
- package/lib/types/AnimalDisease.d.ts +18 -212
- package/lib/types/AnimalType.d.ts +9 -13
- package/lib/types/ArcaneBardTradition.d.ts +3 -27
- package/lib/types/ArcaneDancerTradition.d.ts +3 -27
- package/lib/types/Aspect.d.ts +14 -19
- package/lib/types/Attribute.d.ts +17 -23
- package/lib/types/Blessing.d.ts +81 -83
- package/lib/types/Cantrip.d.ts +132 -161
- package/lib/types/Ceremony.d.ts +55 -88
- package/lib/types/CombatTechnique_Close.d.ts +30 -39
- package/lib/types/CombatTechnique_Ranged.d.ts +28 -26
- package/lib/types/Condition.d.ts +18 -31
- package/lib/types/Continent.d.ts +9 -13
- package/lib/types/Culture.d.ts +164 -290
- package/lib/types/Culture.js +38 -0
- package/lib/types/DerivedCharacteristic.d.ts +4 -10
- package/lib/types/Disadvantage.d.ts +20 -24
- package/lib/types/Disease.d.ts +5 -140
- package/lib/types/Element.d.ts +9 -13
- package/lib/types/ExperienceLevel.d.ts +3 -9
- package/lib/types/EyeColor.d.ts +9 -13
- package/lib/types/FamiliarsTrick.d.ts +201 -290
- package/lib/types/HairColor.d.ts +9 -13
- package/lib/types/Lessons_Curriculum.d.ts +77 -138
- package/lib/types/Lessons_Guideline.d.ts +9 -13
- package/lib/types/LiturgicalChant.d.ts +55 -88
- package/lib/types/Locale.d.ts +1 -1
- package/lib/types/Locale.js +1 -1
- package/lib/types/MetaCondition.d.ts +18 -31
- package/lib/types/PactCategory.d.ts +48 -62
- package/lib/types/Patron.d.ts +60 -76
- package/lib/types/Patron.js +20 -0
- package/lib/types/PatronCategory.d.ts +11 -21
- package/lib/types/PersonalityTrait.d.ts +31 -39
- package/lib/types/Profession.d.ts +293 -435
- package/lib/types/Profession.js +6 -0
- package/lib/types/Property.d.ts +9 -13
- package/lib/types/Race.d.ts +95 -192
- package/lib/types/Race.js +11 -0
- package/lib/types/Region.d.ts +9 -13
- package/lib/types/Ritual.d.ts +58 -83
- package/lib/types/Service.d.ts +19 -25
- package/lib/types/Service.js +5 -0
- package/lib/types/SexPractice.d.ts +26 -34
- package/lib/types/Skill.d.ts +73 -102
- package/lib/types/Skill.js +19 -0
- package/lib/types/SkillGroup.d.ts +13 -18
- package/lib/types/SkillModificationLevel.d.ts +72 -76
- package/lib/types/SocialStatus.d.ts +9 -13
- package/lib/types/Spell.d.ts +58 -83
- package/lib/types/State.d.ts +14 -20
- package/lib/types/Talisman.d.ts +40 -54
- package/lib/types/Talisman.js +8 -0
- package/lib/types/TargetCategory.d.ts +21 -16
- package/lib/types/UI.d.ts +1 -5
- package/lib/types/_Activatable.d.ts +646 -1227
- package/lib/types/_Activatable.js +44 -13
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +359 -0
- package/lib/types/_ActivatableSelectOptionCategory.js +8 -0
- package/lib/types/_ActivatableSkill.d.ts +24 -1016
- package/lib/types/_ActivatableSkill.js +1 -32
- package/lib/types/_ActivatableSkillCastingTime.d.ts +69 -0
- package/lib/types/_ActivatableSkillCastingTime.js +5 -0
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +39 -0
- package/lib/types/_ActivatableSkillCheckResultBased.js +16 -0
- package/lib/types/_ActivatableSkillCost.d.ts +223 -0
- package/lib/types/{prerequisites/single/CommonSuggestedByRCPPrerequisite.js → _ActivatableSkillCost.js} +0 -0
- package/lib/types/_ActivatableSkillDuration.d.ts +138 -0
- package/lib/types/_ActivatableSkillDuration.js +13 -0
- package/lib/types/_ActivatableSkillEffect.d.ts +68 -0
- package/lib/types/{equipment/_Armor.js → _ActivatableSkillEffect.js} +0 -3
- package/lib/types/_ActivatableSkillRange.d.ts +107 -0
- package/lib/types/_ActivatableSkillRange.js +5 -0
- package/lib/types/_ActivatableSkillTargetCategory.d.ts +39 -0
- package/lib/types/_ActivatableSkillTargetCategory.js +1 -0
- package/lib/types/_AlternativeNames.d.ts +11 -0
- package/lib/types/_AlternativeNames.js +1 -0
- package/lib/types/_ArcaneTradition.d.ts +28 -0
- package/lib/types/_ArcaneTradition.js +4 -0
- package/lib/types/_Blessed.d.ts +22 -0
- package/lib/types/_Blessed.js +1 -0
- package/lib/types/_DiseasePoison.d.ts +114 -0
- package/lib/types/_DiseasePoison.js +15 -0
- package/lib/types/_Enhancements.d.ts +16 -20
- package/lib/types/_I18n.d.ts +1 -5
- package/lib/types/_Identifier.d.ts +32 -0
- package/lib/types/_Identifier.js +32 -0
- package/lib/types/_Influence.d.ts +27 -32
- package/lib/types/_LocaleMap.d.ts +10 -0
- package/lib/types/_LocaleMap.js +1 -0
- package/lib/types/_NonEmptyString.d.ts +9 -0
- package/lib/types/_NonEmptyString.js +1 -0
- package/lib/types/_Prerequisite.d.ts +61 -65
- package/lib/types/_ResponsiveText.d.ts +54 -0
- package/lib/types/_ResponsiveText.js +1 -0
- package/lib/types/_Sex.d.ts +4 -5
- package/lib/types/_Sex.js +8 -1
- package/lib/types/_SimpleReferences.d.ts +334 -0
- package/lib/types/_SimpleReferences.js +1 -0
- package/lib/types/_SkillCheck.d.ts +12 -20
- package/lib/types/_SkillCheck.js +11 -1
- package/lib/types/_Spellwork.d.ts +18 -0
- package/lib/types/_Spellwork.js +1 -0
- package/lib/types/equipment/EquipmentPackage.d.ts +24 -28
- package/lib/types/equipment/item/Alchemicum.d.ts +6 -0
- package/lib/types/equipment/item/Alchemicum.js +5 -0
- package/lib/types/equipment/item/Ammunition.d.ts +31 -0
- package/lib/types/equipment/item/Ammunition.js +5 -0
- package/lib/types/equipment/item/Animal.d.ts +18 -0
- package/lib/types/equipment/item/Animal.js +5 -0
- package/lib/types/equipment/item/AnimalCare.d.ts +48 -0
- package/lib/types/equipment/item/AnimalCare.js +5 -0
- package/lib/types/equipment/item/Armor.d.ts +185 -0
- package/lib/types/equipment/item/Armor.js +5 -0
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +36 -0
- package/lib/types/equipment/item/BandageOrRemedy.js +5 -0
- package/lib/types/equipment/item/Book.d.ts +60 -0
- package/lib/types/equipment/item/Book.js +5 -0
- package/lib/types/equipment/item/CeremonialItem.d.ts +41 -0
- package/lib/types/equipment/item/CeremonialItem.js +5 -0
- package/lib/types/equipment/item/Clothes.d.ts +6 -0
- package/lib/types/equipment/item/Clothes.js +5 -0
- package/lib/types/equipment/item/Container.d.ts +6 -0
- package/lib/types/equipment/item/Container.js +5 -0
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +28 -0
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +5 -0
- package/lib/types/equipment/item/GemOrPreciousStone.d.ts +43 -0
- package/lib/types/equipment/item/GemOrPreciousStone.js +5 -0
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +62 -0
- package/lib/types/equipment/item/IlluminationLightSource.js +9 -0
- package/lib/types/equipment/item/IlluminationRefillsOrSupplies.d.ts +6 -0
- package/lib/types/equipment/item/IlluminationRefillsOrSupplies.js +5 -0
- package/lib/types/equipment/item/Jewelry.d.ts +60 -0
- package/lib/types/equipment/item/Jewelry.js +5 -0
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +6 -0
- package/lib/types/equipment/item/Liebesspielzeug.js +5 -0
- package/lib/types/equipment/item/LuxuryGood.d.ts +36 -0
- package/lib/types/equipment/item/LuxuryGood.js +5 -0
- package/lib/types/equipment/item/MagicalArtifact.d.ts +39 -0
- package/lib/types/equipment/item/MagicalArtifact.js +5 -0
- package/lib/types/equipment/item/MusicalInstrument.d.ts +22 -0
- package/lib/types/equipment/item/MusicalInstrument.js +5 -0
- package/lib/types/equipment/item/OrienteeringAid.d.ts +6 -0
- package/lib/types/equipment/item/OrienteeringAid.js +5 -0
- package/lib/types/equipment/item/Poison.d.ts +165 -0
- package/lib/types/equipment/item/Poison.js +12 -0
- package/lib/types/equipment/item/RopeOrChain.d.ts +6 -0
- package/lib/types/equipment/item/RopeOrChain.js +5 -0
- package/lib/types/equipment/item/Stationary.d.ts +6 -0
- package/lib/types/equipment/item/Stationary.js +5 -0
- package/lib/types/equipment/item/ThievesTool.d.ts +6 -0
- package/lib/types/equipment/item/ThievesTool.js +5 -0
- package/lib/types/equipment/item/ToolOfTheTrade.d.ts +56 -0
- package/lib/types/equipment/item/ToolOfTheTrade.js +5 -0
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +6 -0
- package/lib/types/equipment/item/TravelGearOrTool.js +5 -0
- package/lib/types/equipment/item/Vehicle.d.ts +18 -0
- package/lib/types/equipment/item/Vehicle.js +5 -0
- package/lib/types/equipment/item/Weapon.d.ts +152 -0
- package/lib/types/equipment/item/Weapon.js +5 -0
- package/lib/types/equipment/item/WeaponAccessory.d.ts +6 -0
- package/lib/types/equipment/item/WeaponAccessory.js +5 -0
- package/lib/types/equipment/item/_Item.d.ts +163 -0
- package/lib/types/equipment/item/_Item.js +1 -0
- package/lib/types/equipment/item/_MeleeWeapon.d.ts +115 -0
- package/lib/types/equipment/item/_MeleeWeapon.js +4 -0
- package/lib/types/equipment/item/_RangedWeapon.d.ts +110 -0
- package/lib/types/equipment/item/_RangedWeapon.js +4 -0
- package/lib/types/equipment/item/_Weapon.d.ts +57 -0
- package/lib/types/equipment/{_Weapon.js → item/_Weapon.js} +0 -3
- package/lib/types/equipment/item/sub/ArmorType.d.ts +36 -0
- package/lib/types/equipment/{ArmorType.js → item/sub/ArmorType.js} +1 -1
- package/lib/types/equipment/item/sub/Reach.d.ts +27 -0
- package/lib/types/equipment/{Reach.js → item/sub/Reach.js} +1 -1
- package/lib/types/magicalActions/AnimistPower.d.ts +170 -225
- package/lib/types/magicalActions/AnimistPower_Tribe.d.ts +9 -13
- package/lib/types/magicalActions/Curse.d.ts +116 -184
- package/lib/types/magicalActions/DominationRitual.d.ts +98 -136
- package/lib/types/magicalActions/ElvenMagicalSong.d.ts +79 -123
- package/lib/types/magicalActions/GeodeRitual.d.ts +126 -111
- package/lib/types/magicalActions/JesterTrick.d.ts +117 -109
- package/lib/types/magicalActions/MagicalDance.d.ts +71 -138
- package/lib/types/magicalActions/MagicalMelody.d.ts +65 -75
- package/lib/types/magicalActions/MagicalRune.d.ts +155 -189
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +57 -65
- package/lib/types/magicalActions/_MusicTradition.d.ts +21 -13
- package/lib/types/magicalActions/_MusicTradition.js +10 -1
- package/lib/types/magicalActions/_SkillReference.d.ts +1 -1
- package/lib/types/prerequisites/DisplayOption.d.ts +7 -8
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +195 -16
- package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +0 -3
- package/lib/types/prerequisites/single/AnimistPowerPrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/CulturePrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/EnhancementPrerequisite.d.ts +17 -14
- package/lib/types/prerequisites/single/InfluencePrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/PactPrerequisite.d.ts +5 -14
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +5 -6
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.js +5 -1
- package/lib/types/prerequisites/single/PublicationPrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/RacePrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/RatedPrerequisite.d.ts +32 -41
- package/lib/types/prerequisites/single/RulePrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/SexPrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/SocialStatusPrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/StatePrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/TextPrerequisite.d.ts +9 -14
- package/lib/types/prerequisites/single/TextPrerequisite.js +5 -1
- package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +18 -12
- package/lib/types/prerequisites/single/TraditionPrerequisite.js +18 -1
- package/lib/types/rule/CoreRule.d.ts +256 -206
- package/lib/types/rule/CoreRule.js +5 -0
- package/lib/types/rule/FocusRule.d.ts +19 -24
- package/lib/types/rule/FocusRule_Subject.d.ts +9 -13
- package/lib/types/rule/OptionalRule.d.ts +12 -35
- package/lib/types/rule/_Rule.d.ts +20 -0
- package/lib/types/rule/_Rule.js +1 -0
- package/lib/types/source/Publication.d.ts +39 -56
- package/lib/types/source/Publication.js +10 -0
- package/lib/types/source/_Erratum.d.ts +2 -1
- package/lib/types/source/_PublicationRef.d.ts +43 -37
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +13 -17
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/AncestorGlyph.d.ts +8 -12
- package/lib/types/specialAbility/BlessedTradition.d.ts +95 -123
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +9 -13
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +9 -13
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +13 -17
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +10 -18
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +1 -1
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/LycantropicGift.d.ts +8 -12
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/MagicalTradition.d.ts +38 -58
- package/lib/types/specialAbility/PactGift.d.ts +73 -62
- package/lib/types/specialAbility/PactGift.js +10 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +16 -23
- package/lib/types/specialAbility/Sermon.d.ts +8 -12
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/VampiricGift.d.ts +8 -12
- package/lib/types/specialAbility/Vision.d.ts +8 -12
- package/lib/types/specialAbility/_Tradition.d.ts +12 -0
- package/lib/types/specialAbility/_Tradition.js +1 -0
- package/lib/types/specialAbility/sub/Language.d.ts +78 -104
- package/lib/types/specialAbility/sub/Script.d.ts +24 -51
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +14 -20
- package/lib/types/specialAbility/sub/_LanguageScript.d.ts +13 -0
- package/lib/types/specialAbility/sub/_LanguageScript.js +1 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +31 -34
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +45 -25
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +20 -24
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +20 -24
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +21 -25
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +21 -25
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +20 -24
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +19 -24
- package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +24 -16
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +9 -13
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +9 -13
- package/lib/types/traditionArtifacts/sub/Brew.d.ts +9 -13
- package/lib/validation/schema.d.ts +11 -2
- package/lib/validation/schema.js +16 -4
- package/package.json +8 -7
- package/schema/Advantage.schema.json +49 -42
- package/schema/AnimalDisease.schema.json +17 -325
- package/schema/AnimalType.schema.json +17 -15
- package/schema/ArcaneBardTradition.schema.json +4 -42
- package/schema/ArcaneDancerTradition.schema.json +4 -42
- package/schema/Aspect.schema.json +21 -20
- package/schema/Attribute.schema.json +27 -27
- package/schema/Blessing.schema.json +202 -147
- package/schema/Cantrip.schema.json +352 -292
- package/schema/Ceremony.schema.json +90 -149
- package/schema/CombatTechnique_Close.schema.json +56 -67
- package/schema/CombatTechnique_Ranged.schema.json +46 -30
- package/schema/Condition.schema.json +46 -50
- package/schema/Continent.schema.json +18 -15
- package/schema/Culture.schema.json +324 -495
- package/schema/DerivedCharacteristic.schema.json +8 -8
- package/schema/Disadvantage.schema.json +45 -40
- package/schema/Disease.schema.json +7 -193
- package/schema/Element.schema.json +18 -15
- package/schema/ExperienceLevel.schema.json +5 -5
- package/schema/EyeColor.schema.json +17 -15
- package/schema/FamiliarsTrick.schema.json +491 -513
- package/schema/HairColor.schema.json +17 -15
- package/schema/Kirchenpraegung.schema.json +4 -4
- package/schema/Lessons_Curriculum.schema.json +234 -236
- package/schema/Lessons_Guideline.schema.json +17 -15
- package/schema/LiturgicalChant.schema.json +90 -149
- package/schema/Locale.schema.json +5 -5
- package/schema/MetaCondition.schema.json +46 -50
- package/schema/PactCategory.schema.json +101 -89
- package/schema/Patron.schema.json +151 -229
- package/schema/PatronCategory.schema.json +18 -27
- package/schema/PersonalityTrait.schema.json +50 -57
- package/schema/Profession.schema.json +833 -993
- package/schema/Property.schema.json +18 -16
- package/schema/Race.schema.json +170 -311
- package/schema/Region.schema.json +17 -15
- package/schema/Ritual.schema.json +111 -158
- package/schema/Service.schema.json +33 -51
- package/schema/SexPractice.schema.json +37 -39
- package/schema/Skill.schema.json +95 -162
- package/schema/SkillGroup.schema.json +23 -22
- package/schema/SkillModificationLevel.schema.json +93 -82
- package/schema/SocialStatus.schema.json +17 -15
- package/schema/Spell.schema.json +110 -158
- package/schema/State.schema.json +26 -25
- package/schema/Talisman.schema.json +60 -121
- package/schema/TargetCategory.schema.json +35 -20
- package/schema/UI.schema.json +830 -834
- package/schema/_Activatable.schema.json +1612 -2261
- package/schema/_ActivatableSelectOptionCategory.schema.json +1172 -0
- package/schema/_ActivatableSkill.schema.json +96 -1692
- package/schema/_ActivatableSkillCastingTime.schema.json +177 -0
- package/schema/_ActivatableSkillCheckResultBased.schema.json +57 -0
- package/schema/_ActivatableSkillCost.schema.json +448 -0
- package/schema/_ActivatableSkillDuration.schema.json +335 -0
- package/schema/_ActivatableSkillEffect.schema.json +153 -0
- package/schema/_ActivatableSkillRange.schema.json +241 -0
- package/schema/_ActivatableSkillTargetCategory.schema.json +145 -0
- package/schema/_AlternativeNames.schema.json +23 -0
- package/schema/_ArcaneTradition.schema.json +51 -0
- package/schema/_Blessed.schema.json +64 -0
- package/schema/_CommonnessRatedAdvantageDisadvantage.schema.json +2 -2
- package/schema/_Dice.schema.json +3 -3
- package/schema/_DiseasePoison.schema.json +140 -0
- package/schema/_Enhancements.schema.json +29 -26
- package/schema/_I18n.schema.json +8 -12
- package/schema/_Identifier.schema.json +73 -22
- package/schema/_ImprovementCost.schema.json +2 -2
- package/schema/_Influence.schema.json +48 -45
- package/schema/_NonEmptyString.schema.json +14 -0
- package/schema/_Prerequisite.schema.json +830 -651
- package/schema/_ResponsiveText.schema.json +66 -0
- package/schema/_Sex.schema.json +6 -28
- package/schema/_SimpleReferences.schema.json +586 -0
- package/schema/_SkillCheck.schema.json +10 -69
- package/schema/_Spellwork.schema.json +54 -0
- package/schema/equipment/EquipmentPackage.schema.json +37 -32
- package/schema/equipment/item/Alchemicum.schema.json +10 -0
- package/schema/equipment/item/Ammunition.schema.json +56 -0
- package/schema/equipment/item/Animal.schema.json +36 -0
- package/schema/equipment/item/AnimalCare.schema.json +124 -0
- package/schema/equipment/item/Armor.schema.json +309 -0
- package/schema/equipment/item/BandageOrRemedy.schema.json +53 -0
- package/schema/equipment/item/Book.schema.json +89 -0
- package/schema/equipment/item/CeremonialItem.schema.json +59 -0
- package/schema/equipment/item/Clothes.schema.json +10 -0
- package/schema/equipment/item/Container.schema.json +10 -0
- package/schema/equipment/item/EquipmentOfBlessedOnes.schema.json +46 -0
- package/schema/equipment/item/GemOrPreciousStone.schema.json +69 -0
- package/schema/equipment/item/IlluminationLightSource.schema.json +122 -0
- package/schema/equipment/item/IlluminationRefillsOrSupplies.schema.json +10 -0
- package/schema/equipment/item/Jewelry.schema.json +113 -0
- package/schema/equipment/item/Liebesspielzeug.schema.json +10 -0
- package/schema/equipment/item/LuxuryGood.schema.json +53 -0
- package/schema/equipment/item/MagicalArtifact.schema.json +64 -0
- package/schema/equipment/item/MusicalInstrument.schema.json +41 -0
- package/schema/equipment/item/OrienteeringAid.schema.json +10 -0
- package/schema/equipment/item/Poison.schema.json +369 -0
- package/schema/equipment/item/RopeOrChain.schema.json +10 -0
- package/schema/equipment/item/Stationary.schema.json +10 -0
- package/schema/equipment/item/ThievesTool.schema.json +10 -0
- package/schema/equipment/item/ToolOfTheTrade.schema.json +82 -0
- package/schema/equipment/item/TravelGearOrTool.schema.json +10 -0
- package/schema/equipment/item/Vehicle.schema.json +36 -0
- package/schema/equipment/item/Weapon.schema.json +265 -0
- package/schema/equipment/item/WeaponAccessory.schema.json +10 -0
- package/schema/equipment/item/_Item.schema.json +403 -0
- package/schema/equipment/item/_MeleeWeapon.schema.json +180 -0
- package/schema/equipment/item/_RangedWeapon.schema.json +186 -0
- package/schema/equipment/item/_Weapon.schema.json +99 -0
- package/schema/equipment/item/sub/ArmorType.schema.json +53 -0
- package/schema/equipment/{Reach.schema.json → item/sub/Reach.schema.json} +18 -16
- package/schema/magicalActions/AnimistPower.schema.json +427 -402
- package/schema/magicalActions/AnimistPower_Tribe.schema.json +17 -15
- package/schema/magicalActions/Curse.schema.json +293 -313
- package/schema/magicalActions/DominationRitual.schema.json +233 -220
- package/schema/magicalActions/ElvenMagicalSong.schema.json +132 -154
- package/schema/magicalActions/GeodeRitual.schema.json +296 -220
- package/schema/magicalActions/JesterTrick.schema.json +269 -198
- package/schema/magicalActions/MagicalDance.schema.json +147 -251
- package/schema/magicalActions/MagicalMelody.schema.json +129 -164
- package/schema/magicalActions/MagicalRune.schema.json +341 -323
- package/schema/magicalActions/ZibiljaRitual.schema.json +139 -112
- package/schema/magicalActions/_MusicTradition.schema.json +44 -14
- package/schema/magicalActions/_SkillReference.schema.json +4 -4
- package/schema/prerequisites/ConditionalPrerequisites.schema.json +3 -3
- package/schema/prerequisites/DisplayOption.schema.json +33 -15
- package/schema/prerequisites/PrerequisiteGroups.schema.json +845 -62
- package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +13 -25
- package/schema/prerequisites/single/AnimistPowerPrerequisite.schema.json +4 -7
- package/schema/prerequisites/single/CulturePrerequisite.schema.json +4 -8
- package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +30 -23
- package/schema/prerequisites/single/InfluencePrerequisite.schema.json +3 -7
- package/schema/prerequisites/single/PactPrerequisite.schema.json +9 -19
- package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +10 -33
- package/schema/prerequisites/single/PublicationPrerequisite.schema.json +3 -7
- package/schema/prerequisites/single/RacePrerequisite.schema.json +4 -8
- package/schema/prerequisites/single/RatedPrerequisite.schema.json +104 -107
- package/schema/prerequisites/single/RulePrerequisite.schema.json +4 -8
- package/schema/prerequisites/single/SexPrerequisite.schema.json +4 -8
- package/schema/prerequisites/single/SocialStatusPrerequisite.schema.json +3 -7
- package/schema/prerequisites/single/StatePrerequisite.schema.json +4 -8
- package/schema/prerequisites/single/TextPrerequisite.schema.json +13 -34
- package/schema/prerequisites/single/TraditionPrerequisite.schema.json +22 -68
- package/schema/rule/CoreRule.schema.json +1295 -859
- package/schema/rule/FocusRule.schema.json +34 -30
- package/schema/rule/FocusRule_Subject.schema.json +17 -15
- package/schema/rule/OptionalRule.schema.json +24 -56
- package/schema/rule/_Rule.schema.json +59 -0
- package/schema/source/Publication.schema.json +47 -117
- package/schema/source/_Erratum.schema.json +5 -6
- package/schema/source/_PublicationRef.schema.json +103 -59
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +41 -38
- package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/AncestorGlyph.schema.json +33 -30
- package/schema/specialAbility/BlessedTradition.schema.json +251 -224
- package/schema/specialAbility/BrawlingSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +36 -34
- package/schema/specialAbility/CombatSpecialAbility.schema.json +41 -38
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +39 -61
- package/schema/specialAbility/CommandSpecialAbility.schema.json +16 -16
- package/schema/specialAbility/FamiliarSpecialAbility.schema.json +33 -30
- package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +33 -30
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +33 -30
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +36 -33
- package/schema/specialAbility/LycantropicGift.schema.json +33 -30
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +36 -33
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/MagicalTradition.schema.json +66 -87
- package/schema/specialAbility/PactGift.schema.json +196 -174
- package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +39 -38
- package/schema/specialAbility/Sermon.schema.json +33 -30
- package/schema/specialAbility/SexSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +33 -30
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +34 -31
- package/schema/specialAbility/VampiricGift.schema.json +33 -30
- package/schema/specialAbility/Vision.schema.json +33 -30
- package/schema/specialAbility/_Tradition.schema.json +23 -0
- package/schema/specialAbility/sub/Language.schema.json +170 -162
- package/schema/specialAbility/sub/Script.schema.json +35 -72
- package/schema/specialAbility/sub/TradeSecret.schema.json +26 -25
- package/schema/specialAbility/sub/_LanguageScript.schema.json +26 -0
- package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/AttireEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/BowlEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/CauldronEnchantment.schema.json +63 -56
- package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/DaggerRitual.schema.json +132 -43
- package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +46 -43
- package/schema/traditionArtifacts/OrbEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/RingEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/SickleRitual.schema.json +46 -43
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +47 -43
- package/schema/traditionArtifacts/ToyEnchantment.schema.json +47 -43
- package/schema/traditionArtifacts/Trinkhornzauber.schema.json +46 -43
- package/schema/traditionArtifacts/WandEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/WeaponEnchantment.schema.json +46 -50
- package/schema/traditionArtifacts/sub/AnimalShape.schema.json +53 -25
- package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +17 -15
- package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +17 -15
- package/schema/traditionArtifacts/sub/Brew.schema.json +17 -15
- package/lib/types/MagicalTraditionPlaceholder.d.ts +0 -32
- package/lib/types/MagicalTraditionPlaceholder.js +0 -5
- package/lib/types/Poison.d.ts +0 -208
- package/lib/types/Poison.js +0 -5
- package/lib/types/equipment/ArmorType.d.ts +0 -31
- package/lib/types/equipment/Item.d.ts +0 -308
- package/lib/types/equipment/Item.js +0 -35
- package/lib/types/equipment/ItemGroup.d.ts +0 -31
- package/lib/types/equipment/ItemGroup.js +0 -5
- package/lib/types/equipment/Reach.d.ts +0 -31
- package/lib/types/equipment/_Armor.d.ts +0 -70
- package/lib/types/equipment/_Weapon.d.ts +0 -330
- package/lib/types/prerequisites/single/CommonSuggestedByRCPPrerequisite.d.ts +0 -3
- package/schema/MagicalTraditionPlaceholder.schema.json +0 -45
- package/schema/Poison.schema.json +0 -417
- package/schema/equipment/ArmorType.schema.json +0 -45
- package/schema/equipment/Item.schema.json +0 -621
- package/schema/equipment/ItemGroup.schema.json +0 -45
- package/schema/equipment/_Armor.schema.json +0 -125
- package/schema/equipment/_Weapon.schema.json +0 -664
- package/schema/prerequisites/single/CommonSuggestedByRCPPrerequisite.schema.json +0 -18
|
@@ -1,244 +1,1027 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
3
|
"$id": "/prerequisites/PrerequisiteGroups.schema.json",
|
|
4
|
-
"
|
|
4
|
+
"$defs": {
|
|
5
5
|
"DerivedCharacteristicPrerequisiteGroup": {
|
|
6
6
|
"oneOf": [
|
|
7
7
|
{
|
|
8
|
-
"
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"tag": {
|
|
11
|
+
"const": "Rule"
|
|
12
|
+
},
|
|
13
|
+
"rule": {
|
|
14
|
+
"$ref": "./single/RulePrerequisite.schema.json#/$defs/RulePrerequisite"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"required": [
|
|
18
|
+
"tag",
|
|
19
|
+
"rule"
|
|
20
|
+
],
|
|
21
|
+
"additionalProperties": false
|
|
9
22
|
}
|
|
10
23
|
]
|
|
11
24
|
},
|
|
12
25
|
"PublicationPrerequisiteGroup": {
|
|
13
26
|
"oneOf": [
|
|
14
27
|
{
|
|
15
|
-
"
|
|
28
|
+
"type": "object",
|
|
29
|
+
"properties": {
|
|
30
|
+
"tag": {
|
|
31
|
+
"const": "Publication"
|
|
32
|
+
},
|
|
33
|
+
"publication": {
|
|
34
|
+
"$ref": "./single/PublicationPrerequisite.schema.json#/$defs/PublicationPrerequisite"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"required": [
|
|
38
|
+
"tag",
|
|
39
|
+
"publication"
|
|
40
|
+
],
|
|
41
|
+
"additionalProperties": false
|
|
16
42
|
}
|
|
17
43
|
]
|
|
18
44
|
},
|
|
19
45
|
"GeneralPrerequisiteGroup": {
|
|
20
46
|
"oneOf": [
|
|
21
47
|
{
|
|
22
|
-
"
|
|
48
|
+
"type": "object",
|
|
49
|
+
"properties": {
|
|
50
|
+
"tag": {
|
|
51
|
+
"const": "Sex"
|
|
52
|
+
},
|
|
53
|
+
"sex": {
|
|
54
|
+
"$ref": "./single/SexPrerequisite.schema.json#/$defs/SexPrerequisite"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"required": [
|
|
58
|
+
"tag",
|
|
59
|
+
"sex"
|
|
60
|
+
],
|
|
61
|
+
"additionalProperties": false
|
|
23
62
|
},
|
|
24
63
|
{
|
|
25
|
-
"
|
|
64
|
+
"type": "object",
|
|
65
|
+
"properties": {
|
|
66
|
+
"tag": {
|
|
67
|
+
"const": "Race"
|
|
68
|
+
},
|
|
69
|
+
"race": {
|
|
70
|
+
"$ref": "./single/RacePrerequisite.schema.json#/$defs/RacePrerequisite"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"required": [
|
|
74
|
+
"tag",
|
|
75
|
+
"race"
|
|
76
|
+
],
|
|
77
|
+
"additionalProperties": false
|
|
26
78
|
},
|
|
27
79
|
{
|
|
28
|
-
"
|
|
80
|
+
"type": "object",
|
|
81
|
+
"properties": {
|
|
82
|
+
"tag": {
|
|
83
|
+
"const": "Culture"
|
|
84
|
+
},
|
|
85
|
+
"culture": {
|
|
86
|
+
"$ref": "./single/CulturePrerequisite.schema.json#/$defs/CulturePrerequisite"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"required": [
|
|
90
|
+
"tag",
|
|
91
|
+
"culture"
|
|
92
|
+
],
|
|
93
|
+
"additionalProperties": false
|
|
29
94
|
},
|
|
30
95
|
{
|
|
31
|
-
"
|
|
96
|
+
"type": "object",
|
|
97
|
+
"properties": {
|
|
98
|
+
"tag": {
|
|
99
|
+
"const": "Pact"
|
|
100
|
+
},
|
|
101
|
+
"pact": {
|
|
102
|
+
"$ref": "./single/PactPrerequisite.schema.json#/$defs/PactPrerequisite"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"required": [
|
|
106
|
+
"tag",
|
|
107
|
+
"pact"
|
|
108
|
+
],
|
|
109
|
+
"additionalProperties": false
|
|
32
110
|
},
|
|
33
111
|
{
|
|
34
|
-
"
|
|
112
|
+
"type": "object",
|
|
113
|
+
"properties": {
|
|
114
|
+
"tag": {
|
|
115
|
+
"const": "SocialStatus"
|
|
116
|
+
},
|
|
117
|
+
"social_status": {
|
|
118
|
+
"$ref": "./single/SocialStatusPrerequisite.schema.json#/$defs/SocialStatusPrerequisite"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"required": [
|
|
122
|
+
"tag",
|
|
123
|
+
"social_status"
|
|
124
|
+
],
|
|
125
|
+
"additionalProperties": false
|
|
35
126
|
},
|
|
36
127
|
{
|
|
37
|
-
"
|
|
128
|
+
"type": "object",
|
|
129
|
+
"properties": {
|
|
130
|
+
"tag": {
|
|
131
|
+
"const": "State"
|
|
132
|
+
},
|
|
133
|
+
"state": {
|
|
134
|
+
"$ref": "./single/StatePrerequisite.schema.json#/$defs/StatePrerequisite"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"required": [
|
|
138
|
+
"tag",
|
|
139
|
+
"state"
|
|
140
|
+
],
|
|
141
|
+
"additionalProperties": false
|
|
38
142
|
},
|
|
39
143
|
{
|
|
40
|
-
"
|
|
144
|
+
"type": "object",
|
|
145
|
+
"properties": {
|
|
146
|
+
"tag": {
|
|
147
|
+
"const": "Rule"
|
|
148
|
+
},
|
|
149
|
+
"rule": {
|
|
150
|
+
"$ref": "./single/RulePrerequisite.schema.json#/$defs/RulePrerequisite"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"required": [
|
|
154
|
+
"tag",
|
|
155
|
+
"rule"
|
|
156
|
+
],
|
|
157
|
+
"additionalProperties": false
|
|
41
158
|
},
|
|
42
159
|
{
|
|
43
|
-
"
|
|
160
|
+
"type": "object",
|
|
161
|
+
"properties": {
|
|
162
|
+
"tag": {
|
|
163
|
+
"const": "PrimaryAttribute"
|
|
164
|
+
},
|
|
165
|
+
"primary_attribute": {
|
|
166
|
+
"$ref": "./single/PrimaryAttributePrerequisite.schema.json#/$defs/PrimaryAttributePrerequisite"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"required": [
|
|
170
|
+
"tag",
|
|
171
|
+
"primary_attribute"
|
|
172
|
+
],
|
|
173
|
+
"additionalProperties": false
|
|
44
174
|
},
|
|
45
175
|
{
|
|
46
|
-
"
|
|
176
|
+
"type": "object",
|
|
177
|
+
"properties": {
|
|
178
|
+
"tag": {
|
|
179
|
+
"const": "Activatable"
|
|
180
|
+
},
|
|
181
|
+
"activatable": {
|
|
182
|
+
"$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatablePrerequisite"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"required": [
|
|
186
|
+
"tag",
|
|
187
|
+
"activatable"
|
|
188
|
+
],
|
|
189
|
+
"additionalProperties": false
|
|
47
190
|
},
|
|
48
191
|
{
|
|
49
|
-
"
|
|
192
|
+
"type": "object",
|
|
193
|
+
"properties": {
|
|
194
|
+
"tag": {
|
|
195
|
+
"const": "ActivatableSet"
|
|
196
|
+
},
|
|
197
|
+
"activatable_set": {
|
|
198
|
+
"$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatableSetPrerequisite"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
"required": [
|
|
202
|
+
"tag",
|
|
203
|
+
"activatable_set"
|
|
204
|
+
],
|
|
205
|
+
"additionalProperties": false
|
|
50
206
|
},
|
|
51
207
|
{
|
|
52
|
-
"
|
|
208
|
+
"type": "object",
|
|
209
|
+
"properties": {
|
|
210
|
+
"tag": {
|
|
211
|
+
"const": "ActivatableOptionSet"
|
|
212
|
+
},
|
|
213
|
+
"activatable_option_set": {
|
|
214
|
+
"$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatableOptionSetPrerequisite"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"required": [
|
|
218
|
+
"tag",
|
|
219
|
+
"activatable_option_set"
|
|
220
|
+
],
|
|
221
|
+
"additionalProperties": false
|
|
53
222
|
},
|
|
54
223
|
{
|
|
55
|
-
"
|
|
224
|
+
"type": "object",
|
|
225
|
+
"properties": {
|
|
226
|
+
"tag": {
|
|
227
|
+
"const": "BlessedTradition"
|
|
228
|
+
},
|
|
229
|
+
"blessed_tradition": {
|
|
230
|
+
"$ref": "./single/TraditionPrerequisite.schema.json#/$defs/BlessedTraditionPrerequisite"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"required": [
|
|
234
|
+
"tag",
|
|
235
|
+
"blessed_tradition"
|
|
236
|
+
],
|
|
237
|
+
"additionalProperties": false
|
|
56
238
|
},
|
|
57
239
|
{
|
|
58
|
-
"
|
|
240
|
+
"type": "object",
|
|
241
|
+
"properties": {
|
|
242
|
+
"tag": {
|
|
243
|
+
"const": "MagicalTradition"
|
|
244
|
+
},
|
|
245
|
+
"magical_tradition": {
|
|
246
|
+
"$ref": "./single/TraditionPrerequisite.schema.json#/$defs/MagicalTraditionPrerequisite"
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"required": [
|
|
250
|
+
"tag",
|
|
251
|
+
"magical_tradition"
|
|
252
|
+
],
|
|
253
|
+
"additionalProperties": false
|
|
59
254
|
},
|
|
60
255
|
{
|
|
61
|
-
"
|
|
256
|
+
"type": "object",
|
|
257
|
+
"properties": {
|
|
258
|
+
"tag": {
|
|
259
|
+
"const": "Rated"
|
|
260
|
+
},
|
|
261
|
+
"rated": {
|
|
262
|
+
"$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedPrerequisite"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"required": [
|
|
266
|
+
"tag",
|
|
267
|
+
"rated"
|
|
268
|
+
],
|
|
269
|
+
"additionalProperties": false
|
|
62
270
|
},
|
|
63
271
|
{
|
|
64
|
-
"
|
|
272
|
+
"type": "object",
|
|
273
|
+
"properties": {
|
|
274
|
+
"tag": {
|
|
275
|
+
"const": "RatedSet"
|
|
276
|
+
},
|
|
277
|
+
"rated_set": {
|
|
278
|
+
"$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedSetPrerequisite"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"required": [
|
|
282
|
+
"tag",
|
|
283
|
+
"rated_set"
|
|
284
|
+
],
|
|
285
|
+
"additionalProperties": false
|
|
65
286
|
},
|
|
66
287
|
{
|
|
67
|
-
"
|
|
288
|
+
"type": "object",
|
|
289
|
+
"properties": {
|
|
290
|
+
"tag": {
|
|
291
|
+
"const": "RatedMinimumNumber"
|
|
292
|
+
},
|
|
293
|
+
"rated_minimum_number": {
|
|
294
|
+
"$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedMinimumNumberPrerequisite"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"required": [
|
|
298
|
+
"tag",
|
|
299
|
+
"rated_minimum_number"
|
|
300
|
+
],
|
|
301
|
+
"additionalProperties": false
|
|
68
302
|
},
|
|
69
303
|
{
|
|
70
|
-
"
|
|
304
|
+
"type": "object",
|
|
305
|
+
"properties": {
|
|
306
|
+
"tag": {
|
|
307
|
+
"const": "ExternalEnhancement"
|
|
308
|
+
},
|
|
309
|
+
"external_enhancement": {
|
|
310
|
+
"$ref": "./single/EnhancementPrerequisite.schema.json#/$defs/ExternalEnhancementPrerequisite"
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
"required": [
|
|
314
|
+
"tag",
|
|
315
|
+
"external_enhancement"
|
|
316
|
+
],
|
|
317
|
+
"additionalProperties": false
|
|
71
318
|
},
|
|
72
319
|
{
|
|
73
|
-
"
|
|
320
|
+
"type": "object",
|
|
321
|
+
"properties": {
|
|
322
|
+
"tag": {
|
|
323
|
+
"const": "Text"
|
|
324
|
+
},
|
|
325
|
+
"text": {
|
|
326
|
+
"$ref": "./single/TextPrerequisite.schema.json#/$defs/TextPrerequisite"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"required": [
|
|
330
|
+
"tag",
|
|
331
|
+
"text"
|
|
332
|
+
],
|
|
333
|
+
"additionalProperties": false
|
|
74
334
|
}
|
|
75
335
|
]
|
|
76
336
|
},
|
|
77
337
|
"ProfessionPrerequisiteGroup": {
|
|
78
338
|
"oneOf": [
|
|
79
339
|
{
|
|
80
|
-
"
|
|
340
|
+
"type": "object",
|
|
341
|
+
"properties": {
|
|
342
|
+
"tag": {
|
|
343
|
+
"const": "Sex"
|
|
344
|
+
},
|
|
345
|
+
"sex": {
|
|
346
|
+
"$ref": "./single/SexPrerequisite.schema.json#/$defs/SexPrerequisite"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"required": [
|
|
350
|
+
"tag",
|
|
351
|
+
"sex"
|
|
352
|
+
],
|
|
353
|
+
"additionalProperties": false
|
|
81
354
|
},
|
|
82
355
|
{
|
|
83
|
-
"
|
|
356
|
+
"type": "object",
|
|
357
|
+
"properties": {
|
|
358
|
+
"tag": {
|
|
359
|
+
"const": "Race"
|
|
360
|
+
},
|
|
361
|
+
"race": {
|
|
362
|
+
"$ref": "./single/RacePrerequisite.schema.json#/$defs/RacePrerequisite"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"required": [
|
|
366
|
+
"tag",
|
|
367
|
+
"race"
|
|
368
|
+
],
|
|
369
|
+
"additionalProperties": false
|
|
84
370
|
},
|
|
85
371
|
{
|
|
86
|
-
"
|
|
372
|
+
"type": "object",
|
|
373
|
+
"properties": {
|
|
374
|
+
"tag": {
|
|
375
|
+
"const": "Culture"
|
|
376
|
+
},
|
|
377
|
+
"culture": {
|
|
378
|
+
"$ref": "./single/CulturePrerequisite.schema.json#/$defs/CulturePrerequisite"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"required": [
|
|
382
|
+
"tag",
|
|
383
|
+
"culture"
|
|
384
|
+
],
|
|
385
|
+
"additionalProperties": false
|
|
87
386
|
},
|
|
88
387
|
{
|
|
89
|
-
"
|
|
388
|
+
"type": "object",
|
|
389
|
+
"properties": {
|
|
390
|
+
"tag": {
|
|
391
|
+
"const": "Activatable"
|
|
392
|
+
},
|
|
393
|
+
"activatable": {
|
|
394
|
+
"$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatablePrerequisite"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"required": [
|
|
398
|
+
"tag",
|
|
399
|
+
"activatable"
|
|
400
|
+
],
|
|
401
|
+
"additionalProperties": false
|
|
90
402
|
},
|
|
91
403
|
{
|
|
92
|
-
"
|
|
404
|
+
"type": "object",
|
|
405
|
+
"properties": {
|
|
406
|
+
"tag": {
|
|
407
|
+
"const": "Rated"
|
|
408
|
+
},
|
|
409
|
+
"rated": {
|
|
410
|
+
"$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedPrerequisite"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
"required": [
|
|
414
|
+
"tag",
|
|
415
|
+
"rated"
|
|
416
|
+
],
|
|
417
|
+
"additionalProperties": false
|
|
93
418
|
}
|
|
94
419
|
]
|
|
95
420
|
},
|
|
96
421
|
"AdvantageDisadvantagePrerequisiteGroup": {
|
|
97
422
|
"oneOf": [
|
|
98
423
|
{
|
|
99
|
-
"
|
|
424
|
+
"type": "object",
|
|
425
|
+
"properties": {
|
|
426
|
+
"tag": {
|
|
427
|
+
"const": "CommonSuggestedByRCP"
|
|
428
|
+
},
|
|
429
|
+
"common_suggested_by_rcp": {
|
|
430
|
+
"type": "object",
|
|
431
|
+
"properties": {},
|
|
432
|
+
"required": [],
|
|
433
|
+
"additionalProperties": false
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"required": [
|
|
437
|
+
"tag",
|
|
438
|
+
"common_suggested_by_rcp"
|
|
439
|
+
],
|
|
440
|
+
"additionalProperties": false
|
|
100
441
|
},
|
|
101
442
|
{
|
|
102
|
-
"
|
|
443
|
+
"type": "object",
|
|
444
|
+
"properties": {
|
|
445
|
+
"tag": {
|
|
446
|
+
"const": "Sex"
|
|
447
|
+
},
|
|
448
|
+
"sex": {
|
|
449
|
+
"$ref": "./single/SexPrerequisite.schema.json#/$defs/SexPrerequisite"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"required": [
|
|
453
|
+
"tag",
|
|
454
|
+
"sex"
|
|
455
|
+
],
|
|
456
|
+
"additionalProperties": false
|
|
103
457
|
},
|
|
104
458
|
{
|
|
105
|
-
"
|
|
459
|
+
"type": "object",
|
|
460
|
+
"properties": {
|
|
461
|
+
"tag": {
|
|
462
|
+
"const": "Race"
|
|
463
|
+
},
|
|
464
|
+
"race": {
|
|
465
|
+
"$ref": "./single/RacePrerequisite.schema.json#/$defs/RacePrerequisite"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"required": [
|
|
469
|
+
"tag",
|
|
470
|
+
"race"
|
|
471
|
+
],
|
|
472
|
+
"additionalProperties": false
|
|
106
473
|
},
|
|
107
474
|
{
|
|
108
|
-
"
|
|
475
|
+
"type": "object",
|
|
476
|
+
"properties": {
|
|
477
|
+
"tag": {
|
|
478
|
+
"const": "Culture"
|
|
479
|
+
},
|
|
480
|
+
"culture": {
|
|
481
|
+
"$ref": "./single/CulturePrerequisite.schema.json#/$defs/CulturePrerequisite"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
"required": [
|
|
485
|
+
"tag",
|
|
486
|
+
"culture"
|
|
487
|
+
],
|
|
488
|
+
"additionalProperties": false
|
|
109
489
|
},
|
|
110
490
|
{
|
|
111
|
-
"
|
|
491
|
+
"type": "object",
|
|
492
|
+
"properties": {
|
|
493
|
+
"tag": {
|
|
494
|
+
"const": "Pact"
|
|
495
|
+
},
|
|
496
|
+
"pact": {
|
|
497
|
+
"$ref": "./single/PactPrerequisite.schema.json#/$defs/PactPrerequisite"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
"required": [
|
|
501
|
+
"tag",
|
|
502
|
+
"pact"
|
|
503
|
+
],
|
|
504
|
+
"additionalProperties": false
|
|
112
505
|
},
|
|
113
506
|
{
|
|
114
|
-
"
|
|
507
|
+
"type": "object",
|
|
508
|
+
"properties": {
|
|
509
|
+
"tag": {
|
|
510
|
+
"const": "SocialStatus"
|
|
511
|
+
},
|
|
512
|
+
"social_status": {
|
|
513
|
+
"$ref": "./single/SocialStatusPrerequisite.schema.json#/$defs/SocialStatusPrerequisite"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"required": [
|
|
517
|
+
"tag",
|
|
518
|
+
"social_status"
|
|
519
|
+
],
|
|
520
|
+
"additionalProperties": false
|
|
115
521
|
},
|
|
116
522
|
{
|
|
117
|
-
"
|
|
523
|
+
"type": "object",
|
|
524
|
+
"properties": {
|
|
525
|
+
"tag": {
|
|
526
|
+
"const": "State"
|
|
527
|
+
},
|
|
528
|
+
"state": {
|
|
529
|
+
"$ref": "./single/StatePrerequisite.schema.json#/$defs/StatePrerequisite"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
"required": [
|
|
533
|
+
"tag",
|
|
534
|
+
"state"
|
|
535
|
+
],
|
|
536
|
+
"additionalProperties": false
|
|
118
537
|
},
|
|
119
538
|
{
|
|
120
|
-
"
|
|
539
|
+
"type": "object",
|
|
540
|
+
"properties": {
|
|
541
|
+
"tag": {
|
|
542
|
+
"const": "Rule"
|
|
543
|
+
},
|
|
544
|
+
"rule": {
|
|
545
|
+
"$ref": "./single/RulePrerequisite.schema.json#/$defs/RulePrerequisite"
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
"required": [
|
|
549
|
+
"tag",
|
|
550
|
+
"rule"
|
|
551
|
+
],
|
|
552
|
+
"additionalProperties": false
|
|
121
553
|
},
|
|
122
554
|
{
|
|
123
|
-
"
|
|
555
|
+
"type": "object",
|
|
556
|
+
"properties": {
|
|
557
|
+
"tag": {
|
|
558
|
+
"const": "PrimaryAttribute"
|
|
559
|
+
},
|
|
560
|
+
"primary_attribute": {
|
|
561
|
+
"$ref": "./single/PrimaryAttributePrerequisite.schema.json#/$defs/PrimaryAttributePrerequisite"
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
"required": [
|
|
565
|
+
"tag",
|
|
566
|
+
"primary_attribute"
|
|
567
|
+
],
|
|
568
|
+
"additionalProperties": false
|
|
124
569
|
},
|
|
125
570
|
{
|
|
126
|
-
"
|
|
571
|
+
"type": "object",
|
|
572
|
+
"properties": {
|
|
573
|
+
"tag": {
|
|
574
|
+
"const": "Activatable"
|
|
575
|
+
},
|
|
576
|
+
"activatable": {
|
|
577
|
+
"$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatablePrerequisite"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
"required": [
|
|
581
|
+
"tag",
|
|
582
|
+
"activatable"
|
|
583
|
+
],
|
|
584
|
+
"additionalProperties": false
|
|
127
585
|
},
|
|
128
586
|
{
|
|
129
|
-
"
|
|
587
|
+
"type": "object",
|
|
588
|
+
"properties": {
|
|
589
|
+
"tag": {
|
|
590
|
+
"const": "ActivatableSet"
|
|
591
|
+
},
|
|
592
|
+
"activatable_set": {
|
|
593
|
+
"$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatableSetPrerequisite"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
"required": [
|
|
597
|
+
"tag",
|
|
598
|
+
"activatable_set"
|
|
599
|
+
],
|
|
600
|
+
"additionalProperties": false
|
|
130
601
|
},
|
|
131
602
|
{
|
|
132
|
-
"
|
|
603
|
+
"type": "object",
|
|
604
|
+
"properties": {
|
|
605
|
+
"tag": {
|
|
606
|
+
"const": "ActivatableOptionSet"
|
|
607
|
+
},
|
|
608
|
+
"activatable_option_set": {
|
|
609
|
+
"$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatableOptionSetPrerequisite"
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
"required": [
|
|
613
|
+
"tag",
|
|
614
|
+
"activatable_option_set"
|
|
615
|
+
],
|
|
616
|
+
"additionalProperties": false
|
|
133
617
|
},
|
|
134
618
|
{
|
|
135
|
-
"
|
|
619
|
+
"type": "object",
|
|
620
|
+
"properties": {
|
|
621
|
+
"tag": {
|
|
622
|
+
"const": "BlessedTradition"
|
|
623
|
+
},
|
|
624
|
+
"blessed_tradition": {
|
|
625
|
+
"$ref": "./single/TraditionPrerequisite.schema.json#/$defs/BlessedTraditionPrerequisite"
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
"required": [
|
|
629
|
+
"tag",
|
|
630
|
+
"blessed_tradition"
|
|
631
|
+
],
|
|
632
|
+
"additionalProperties": false
|
|
136
633
|
},
|
|
137
634
|
{
|
|
138
|
-
"
|
|
635
|
+
"type": "object",
|
|
636
|
+
"properties": {
|
|
637
|
+
"tag": {
|
|
638
|
+
"const": "MagicalTradition"
|
|
639
|
+
},
|
|
640
|
+
"magical_tradition": {
|
|
641
|
+
"$ref": "./single/TraditionPrerequisite.schema.json#/$defs/MagicalTraditionPrerequisite"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"required": [
|
|
645
|
+
"tag",
|
|
646
|
+
"magical_tradition"
|
|
647
|
+
],
|
|
648
|
+
"additionalProperties": false
|
|
139
649
|
},
|
|
140
650
|
{
|
|
141
|
-
"
|
|
651
|
+
"type": "object",
|
|
652
|
+
"properties": {
|
|
653
|
+
"tag": {
|
|
654
|
+
"const": "Rated"
|
|
655
|
+
},
|
|
656
|
+
"rated": {
|
|
657
|
+
"$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedPrerequisite"
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
"required": [
|
|
661
|
+
"tag",
|
|
662
|
+
"rated"
|
|
663
|
+
],
|
|
664
|
+
"additionalProperties": false
|
|
142
665
|
},
|
|
143
666
|
{
|
|
144
|
-
"
|
|
667
|
+
"type": "object",
|
|
668
|
+
"properties": {
|
|
669
|
+
"tag": {
|
|
670
|
+
"const": "RatedSet"
|
|
671
|
+
},
|
|
672
|
+
"rated_set": {
|
|
673
|
+
"$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedSetPrerequisite"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
"required": [
|
|
677
|
+
"tag",
|
|
678
|
+
"rated_set"
|
|
679
|
+
],
|
|
680
|
+
"additionalProperties": false
|
|
145
681
|
},
|
|
146
682
|
{
|
|
147
|
-
"
|
|
683
|
+
"type": "object",
|
|
684
|
+
"properties": {
|
|
685
|
+
"tag": {
|
|
686
|
+
"const": "RatedMinimumNumber"
|
|
687
|
+
},
|
|
688
|
+
"rated_minimum_number": {
|
|
689
|
+
"$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedMinimumNumberPrerequisite"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"required": [
|
|
693
|
+
"tag",
|
|
694
|
+
"rated_minimum_number"
|
|
695
|
+
],
|
|
696
|
+
"additionalProperties": false
|
|
148
697
|
},
|
|
149
698
|
{
|
|
150
|
-
"
|
|
699
|
+
"type": "object",
|
|
700
|
+
"properties": {
|
|
701
|
+
"tag": {
|
|
702
|
+
"const": "ExternalEnhancement"
|
|
703
|
+
},
|
|
704
|
+
"external_enhancement": {
|
|
705
|
+
"$ref": "./single/EnhancementPrerequisite.schema.json#/$defs/ExternalEnhancementPrerequisite"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"required": [
|
|
709
|
+
"tag",
|
|
710
|
+
"external_enhancement"
|
|
711
|
+
],
|
|
712
|
+
"additionalProperties": false
|
|
151
713
|
},
|
|
152
714
|
{
|
|
153
|
-
"
|
|
715
|
+
"type": "object",
|
|
716
|
+
"properties": {
|
|
717
|
+
"tag": {
|
|
718
|
+
"const": "Text"
|
|
719
|
+
},
|
|
720
|
+
"text": {
|
|
721
|
+
"$ref": "./single/TextPrerequisite.schema.json#/$defs/TextPrerequisite"
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
"required": [
|
|
725
|
+
"tag",
|
|
726
|
+
"text"
|
|
727
|
+
],
|
|
728
|
+
"additionalProperties": false
|
|
154
729
|
}
|
|
155
730
|
]
|
|
156
731
|
},
|
|
157
732
|
"ArcaneTraditionPrerequisiteGroup": {
|
|
158
733
|
"oneOf": [
|
|
159
734
|
{
|
|
160
|
-
"
|
|
735
|
+
"type": "object",
|
|
736
|
+
"properties": {
|
|
737
|
+
"tag": {
|
|
738
|
+
"const": "Sex"
|
|
739
|
+
},
|
|
740
|
+
"sex": {
|
|
741
|
+
"$ref": "./single/SexPrerequisite.schema.json#/$defs/SexPrerequisite"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"required": [
|
|
745
|
+
"tag",
|
|
746
|
+
"sex"
|
|
747
|
+
],
|
|
748
|
+
"additionalProperties": false
|
|
161
749
|
},
|
|
162
750
|
{
|
|
163
|
-
"
|
|
751
|
+
"type": "object",
|
|
752
|
+
"properties": {
|
|
753
|
+
"tag": {
|
|
754
|
+
"const": "Culture"
|
|
755
|
+
},
|
|
756
|
+
"culture": {
|
|
757
|
+
"$ref": "./single/CulturePrerequisite.schema.json#/$defs/CulturePrerequisite"
|
|
758
|
+
}
|
|
759
|
+
},
|
|
760
|
+
"required": [
|
|
761
|
+
"tag",
|
|
762
|
+
"culture"
|
|
763
|
+
],
|
|
764
|
+
"additionalProperties": false
|
|
164
765
|
}
|
|
165
766
|
]
|
|
166
767
|
},
|
|
167
768
|
"PersonalityTraitPrerequisiteGroup": {
|
|
168
769
|
"oneOf": [
|
|
169
770
|
{
|
|
170
|
-
"
|
|
771
|
+
"type": "object",
|
|
772
|
+
"properties": {
|
|
773
|
+
"tag": {
|
|
774
|
+
"const": "Culture"
|
|
775
|
+
},
|
|
776
|
+
"culture": {
|
|
777
|
+
"$ref": "./single/CulturePrerequisite.schema.json#/$defs/CulturePrerequisite"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
"required": [
|
|
781
|
+
"tag",
|
|
782
|
+
"culture"
|
|
783
|
+
],
|
|
784
|
+
"additionalProperties": false
|
|
171
785
|
},
|
|
172
786
|
{
|
|
173
|
-
"
|
|
787
|
+
"type": "object",
|
|
788
|
+
"properties": {
|
|
789
|
+
"tag": {
|
|
790
|
+
"const": "Text"
|
|
791
|
+
},
|
|
792
|
+
"text": {
|
|
793
|
+
"$ref": "./single/TextPrerequisite.schema.json#/$defs/TextPrerequisite"
|
|
794
|
+
}
|
|
795
|
+
},
|
|
796
|
+
"required": [
|
|
797
|
+
"tag",
|
|
798
|
+
"text"
|
|
799
|
+
],
|
|
800
|
+
"additionalProperties": false
|
|
174
801
|
}
|
|
175
802
|
]
|
|
176
803
|
},
|
|
177
804
|
"SpellworkPrerequisiteGroup": {
|
|
178
805
|
"oneOf": [
|
|
179
806
|
{
|
|
180
|
-
"
|
|
807
|
+
"type": "object",
|
|
808
|
+
"properties": {
|
|
809
|
+
"tag": {
|
|
810
|
+
"const": "Rule"
|
|
811
|
+
},
|
|
812
|
+
"rule": {
|
|
813
|
+
"$ref": "./single/RulePrerequisite.schema.json#/$defs/RulePrerequisite"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"required": [
|
|
817
|
+
"tag",
|
|
818
|
+
"rule"
|
|
819
|
+
],
|
|
820
|
+
"additionalProperties": false
|
|
181
821
|
},
|
|
182
822
|
{
|
|
183
|
-
"
|
|
823
|
+
"type": "object",
|
|
824
|
+
"properties": {
|
|
825
|
+
"tag": {
|
|
826
|
+
"const": "Rated"
|
|
827
|
+
},
|
|
828
|
+
"rated": {
|
|
829
|
+
"$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedPrerequisite"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"required": [
|
|
833
|
+
"tag",
|
|
834
|
+
"rated"
|
|
835
|
+
],
|
|
836
|
+
"additionalProperties": false
|
|
184
837
|
}
|
|
185
838
|
]
|
|
186
839
|
},
|
|
187
840
|
"LiturgyPrerequisiteGroup": {
|
|
188
841
|
"oneOf": [
|
|
189
842
|
{
|
|
190
|
-
"
|
|
843
|
+
"type": "object",
|
|
844
|
+
"properties": {
|
|
845
|
+
"tag": {
|
|
846
|
+
"const": "Rule"
|
|
847
|
+
},
|
|
848
|
+
"rule": {
|
|
849
|
+
"$ref": "./single/RulePrerequisite.schema.json#/$defs/RulePrerequisite"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
"required": [
|
|
853
|
+
"tag",
|
|
854
|
+
"rule"
|
|
855
|
+
],
|
|
856
|
+
"additionalProperties": false
|
|
191
857
|
}
|
|
192
858
|
]
|
|
193
859
|
},
|
|
194
860
|
"InfluencePrerequisiteGroup": {
|
|
195
861
|
"oneOf": [
|
|
196
862
|
{
|
|
197
|
-
"
|
|
863
|
+
"type": "object",
|
|
864
|
+
"properties": {
|
|
865
|
+
"tag": {
|
|
866
|
+
"const": "Influence"
|
|
867
|
+
},
|
|
868
|
+
"influence": {
|
|
869
|
+
"$ref": "./single/InfluencePrerequisite.schema.json#/$defs/InfluencePrerequisite"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
"required": [
|
|
873
|
+
"tag",
|
|
874
|
+
"influence"
|
|
875
|
+
],
|
|
876
|
+
"additionalProperties": false
|
|
198
877
|
},
|
|
199
878
|
{
|
|
200
|
-
"
|
|
879
|
+
"type": "object",
|
|
880
|
+
"properties": {
|
|
881
|
+
"tag": {
|
|
882
|
+
"const": "Text"
|
|
883
|
+
},
|
|
884
|
+
"text": {
|
|
885
|
+
"$ref": "./single/TextPrerequisite.schema.json#/$defs/TextPrerequisite"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"tag",
|
|
890
|
+
"text"
|
|
891
|
+
],
|
|
892
|
+
"additionalProperties": false
|
|
201
893
|
}
|
|
202
894
|
]
|
|
203
895
|
},
|
|
204
896
|
"LanguagePrerequisiteGroup": {
|
|
205
897
|
"oneOf": [
|
|
206
898
|
{
|
|
207
|
-
"
|
|
899
|
+
"type": "object",
|
|
900
|
+
"properties": {
|
|
901
|
+
"tag": {
|
|
902
|
+
"const": "Race"
|
|
903
|
+
},
|
|
904
|
+
"race": {
|
|
905
|
+
"$ref": "./single/RacePrerequisite.schema.json#/$defs/RacePrerequisite"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"required": [
|
|
909
|
+
"tag",
|
|
910
|
+
"race"
|
|
911
|
+
],
|
|
912
|
+
"additionalProperties": false
|
|
208
913
|
},
|
|
209
914
|
{
|
|
210
|
-
"
|
|
915
|
+
"type": "object",
|
|
916
|
+
"properties": {
|
|
917
|
+
"tag": {
|
|
918
|
+
"const": "Activatable"
|
|
919
|
+
},
|
|
920
|
+
"activatable": {
|
|
921
|
+
"$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatablePrerequisite"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
"required": [
|
|
925
|
+
"tag",
|
|
926
|
+
"activatable"
|
|
927
|
+
],
|
|
928
|
+
"additionalProperties": false
|
|
211
929
|
},
|
|
212
930
|
{
|
|
213
|
-
"
|
|
931
|
+
"type": "object",
|
|
932
|
+
"properties": {
|
|
933
|
+
"tag": {
|
|
934
|
+
"const": "Text"
|
|
935
|
+
},
|
|
936
|
+
"text": {
|
|
937
|
+
"$ref": "./single/TextPrerequisite.schema.json#/$defs/TextPrerequisite"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"required": [
|
|
941
|
+
"tag",
|
|
942
|
+
"text"
|
|
943
|
+
],
|
|
944
|
+
"additionalProperties": false
|
|
214
945
|
}
|
|
215
946
|
]
|
|
216
947
|
},
|
|
217
948
|
"AnimistPowerPrerequisiteGroup": {
|
|
218
949
|
"oneOf": [
|
|
219
950
|
{
|
|
220
|
-
"
|
|
951
|
+
"type": "object",
|
|
952
|
+
"properties": {
|
|
953
|
+
"tag": {
|
|
954
|
+
"const": "AnimistPower"
|
|
955
|
+
},
|
|
956
|
+
"animist_power": {
|
|
957
|
+
"$ref": "./single/AnimistPowerPrerequisite.schema.json#/$defs/AnimistPowerPrerequisite"
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
"required": [
|
|
961
|
+
"tag",
|
|
962
|
+
"animist_power"
|
|
963
|
+
],
|
|
964
|
+
"additionalProperties": false
|
|
221
965
|
}
|
|
222
966
|
]
|
|
223
967
|
},
|
|
224
968
|
"GeodeRitualPrerequisiteGroup": {
|
|
225
969
|
"oneOf": [
|
|
226
970
|
{
|
|
227
|
-
"
|
|
971
|
+
"type": "object",
|
|
972
|
+
"properties": {
|
|
973
|
+
"tag": {
|
|
974
|
+
"const": "Influence"
|
|
975
|
+
},
|
|
976
|
+
"influence": {
|
|
977
|
+
"$ref": "./single/InfluencePrerequisite.schema.json#/$defs/InfluencePrerequisite"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"required": [
|
|
981
|
+
"tag",
|
|
982
|
+
"influence"
|
|
983
|
+
],
|
|
984
|
+
"additionalProperties": false
|
|
228
985
|
}
|
|
229
986
|
]
|
|
230
987
|
},
|
|
231
988
|
"EnhancementPrerequisiteGroup": {
|
|
232
989
|
"oneOf": [
|
|
233
990
|
{
|
|
234
|
-
"
|
|
991
|
+
"type": "object",
|
|
992
|
+
"properties": {
|
|
993
|
+
"tag": {
|
|
994
|
+
"const": "InternalEnhancement"
|
|
995
|
+
},
|
|
996
|
+
"internal_enhancement": {
|
|
997
|
+
"$ref": "./single/EnhancementPrerequisite.schema.json#/$defs/InternalEnhancementPrerequisite"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
"required": [
|
|
1001
|
+
"tag",
|
|
1002
|
+
"internal_enhancement"
|
|
1003
|
+
],
|
|
1004
|
+
"additionalProperties": false
|
|
235
1005
|
}
|
|
236
1006
|
]
|
|
237
1007
|
},
|
|
238
1008
|
"PreconditionGroup": {
|
|
239
1009
|
"oneOf": [
|
|
240
1010
|
{
|
|
241
|
-
"
|
|
1011
|
+
"type": "object",
|
|
1012
|
+
"properties": {
|
|
1013
|
+
"tag": {
|
|
1014
|
+
"const": "Publication"
|
|
1015
|
+
},
|
|
1016
|
+
"publication": {
|
|
1017
|
+
"$ref": "./single/PublicationPrerequisite.schema.json#/$defs/PublicationPrerequisite"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
"required": [
|
|
1021
|
+
"tag",
|
|
1022
|
+
"publication"
|
|
1023
|
+
],
|
|
1024
|
+
"additionalProperties": false
|
|
242
1025
|
}
|
|
243
1026
|
]
|
|
244
1027
|
}
|