@optolith/database-schema 0.42.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/AUTHORS +1 -0
- package/CHANGELOG.md +1789 -0
- package/LICENSE +378 -0
- package/README.md +34 -0
- package/gen/types.d.ts +24682 -0
- package/lib/cache/activatableSelectOptions.d.ts +18 -0
- package/lib/cache/activatableSelectOptions.js +762 -0
- package/lib/cache/ancestorBloodAdvantages.d.ts +4 -0
- package/lib/cache/ancestorBloodAdvantages.js +13 -0
- package/lib/cache/index.d.ts +31 -0
- package/lib/cache/index.js +22 -0
- package/lib/cache/internal.d.ts +4 -0
- package/lib/cache/internal.js +1 -0
- package/lib/cache/magicalAndBlessedAdvantagesAndDisadvantages.d.ts +3 -0
- package/lib/cache/magicalAndBlessedAdvantagesAndDisadvantages.js +103 -0
- package/lib/cache/newApplicationsAndUses.d.ts +22 -0
- package/lib/cache/newApplicationsAndUses.js +12 -0
- package/lib/main.d.ts +17 -0
- package/lib/main.js +226 -0
- package/lib/test.d.ts +1 -0
- package/lib/test.js +11 -0
- package/lib/types/Advantage.d.ts +1193 -0
- package/lib/types/Advantage.js +58 -0
- package/lib/types/AnimalDisease.d.ts +91 -0
- package/lib/types/AnimalDisease.js +35 -0
- package/lib/types/AnimalType.d.ts +6 -0
- package/lib/types/AnimalType.js +21 -0
- package/lib/types/ArcaneBardTradition.d.ts +30 -0
- package/lib/types/ArcaneBardTradition.js +14 -0
- package/lib/types/ArcaneDancerTradition.d.ts +30 -0
- package/lib/types/ArcaneDancerTradition.js +14 -0
- package/lib/types/Aspect.d.ts +7 -0
- package/lib/types/Aspect.js +27 -0
- package/lib/types/Attribute.d.ts +19 -0
- package/lib/types/Attribute.js +49 -0
- package/lib/types/Blessing.d.ts +106 -0
- package/lib/types/Blessing.js +102 -0
- package/lib/types/Cantrip.d.ts +134 -0
- package/lib/types/Cantrip.js +166 -0
- package/lib/types/Ceremony.d.ts +685 -0
- package/lib/types/Ceremony.js +94 -0
- package/lib/types/CombatTechnique.d.ts +153 -0
- package/lib/types/CombatTechnique.js +133 -0
- package/lib/types/Condition.d.ts +53 -0
- package/lib/types/Condition.js +38 -0
- package/lib/types/Continent.d.ts +6 -0
- package/lib/types/Continent.js +22 -0
- package/lib/types/Culture.d.ts +158 -0
- package/lib/types/Culture.js +374 -0
- package/lib/types/DerivedCharacteristic.d.ts +267 -0
- package/lib/types/DerivedCharacteristic.js +227 -0
- package/lib/types/Disadvantage.d.ts +1120 -0
- package/lib/types/Disadvantage.js +59 -0
- package/lib/types/Disease.d.ts +111 -0
- package/lib/types/Disease.js +35 -0
- package/lib/types/Element.d.ts +6 -0
- package/lib/types/Element.js +21 -0
- package/lib/types/ExperienceLevel.d.ts +13 -0
- package/lib/types/ExperienceLevel.js +56 -0
- package/lib/types/EyeColor.d.ts +6 -0
- package/lib/types/EyeColor.js +21 -0
- package/lib/types/FamiliarsTrick.d.ts +192 -0
- package/lib/types/FamiliarsTrick.js +202 -0
- package/lib/types/HairColor.d.ts +6 -0
- package/lib/types/HairColor.js +21 -0
- package/lib/types/HomunculusType.d.ts +6 -0
- package/lib/types/HomunculusType.js +15 -0
- package/lib/types/Influence.d.ts +80 -0
- package/lib/types/Influence.js +52 -0
- package/lib/types/Lessons.d.ts +181 -0
- package/lib/types/Lessons.js +230 -0
- package/lib/types/LiturgicalChant.d.ts +685 -0
- package/lib/types/LiturgicalChant.js +94 -0
- package/lib/types/Locale.d.ts +1607 -0
- package/lib/types/Locale.js +1747 -0
- package/lib/types/MetaCondition.d.ts +53 -0
- package/lib/types/MetaCondition.js +39 -0
- package/lib/types/PactCategory.d.ts +75 -0
- package/lib/types/PactCategory.js +102 -0
- package/lib/types/Patron.d.ts +101 -0
- package/lib/types/Patron.js +203 -0
- package/lib/types/PatronCategory.d.ts +7 -0
- package/lib/types/PatronCategory.js +26 -0
- package/lib/types/PersonalityTrait.d.ts +81 -0
- package/lib/types/PersonalityTrait.js +58 -0
- package/lib/types/Profession.d.ts +2120 -0
- package/lib/types/Profession.js +631 -0
- package/lib/types/Property.d.ts +7 -0
- package/lib/types/Property.js +26 -0
- package/lib/types/Race.d.ts +207 -0
- package/lib/types/Race.js +332 -0
- package/lib/types/Region.d.ts +6 -0
- package/lib/types/Region.js +21 -0
- package/lib/types/Ritual.d.ts +688 -0
- package/lib/types/Ritual.js +96 -0
- package/lib/types/Service.d.ts +56 -0
- package/lib/types/Service.js +45 -0
- package/lib/types/SexPractice.d.ts +51 -0
- package/lib/types/SexPractice.js +39 -0
- package/lib/types/Skill.d.ts +116 -0
- package/lib/types/Skill.js +139 -0
- package/lib/types/SkillGroup.d.ts +17 -0
- package/lib/types/SkillGroup.js +45 -0
- package/lib/types/SkillModificationLevel.d.ts +34 -0
- package/lib/types/SkillModificationLevel.js +116 -0
- package/lib/types/SocialStatus.d.ts +7 -0
- package/lib/types/SocialStatus.js +26 -0
- package/lib/types/Spell.d.ts +688 -0
- package/lib/types/Spell.js +96 -0
- package/lib/types/State.d.ts +52 -0
- package/lib/types/State.js +31 -0
- package/lib/types/Talisman.d.ts +135 -0
- package/lib/types/Talisman.js +168 -0
- package/lib/types/TargetCategory.d.ts +7 -0
- package/lib/types/TargetCategory.js +26 -0
- package/lib/types/_Activatable.d.ts +12 -0
- package/lib/types/_Activatable.js +43 -0
- package/lib/types/_ActivatableAdvanced.d.ts +50 -0
- package/lib/types/_ActivatableAdvanced.js +101 -0
- package/lib/types/_ActivatableAdventurePointsValue.d.ts +159 -0
- package/lib/types/_ActivatableAdventurePointsValue.js +148 -0
- package/lib/types/_ActivatableAutomatic.d.ts +74 -0
- package/lib/types/_ActivatableAutomatic.js +64 -0
- package/lib/types/_ActivatableCombat.d.ts +123 -0
- package/lib/types/_ActivatableCombat.js +350 -0
- package/lib/types/_ActivatableNames.d.ts +15 -0
- package/lib/types/_ActivatableNames.js +26 -0
- package/lib/types/_ActivatableNonMundane.d.ts +387 -0
- package/lib/types/_ActivatableNonMundane.js +536 -0
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +1380 -0
- package/lib/types/_ActivatableSelectOptionCategory.js +478 -0
- package/lib/types/_ActivatableSelectOptions.d.ts +1077 -0
- package/lib/types/_ActivatableSelectOptions.js +218 -0
- package/lib/types/_ActivatableSkill.d.ts +1231 -0
- package/lib/types/_ActivatableSkill.js +89 -0
- package/lib/types/_ActivatableSkillApplicationsAndUses.d.ts +109 -0
- package/lib/types/_ActivatableSkillApplicationsAndUses.js +80 -0
- package/lib/types/_ActivatableSkillCastingTime.d.ts +66 -0
- package/lib/types/_ActivatableSkillCastingTime.js +92 -0
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +27 -0
- package/lib/types/_ActivatableSkillCheckResultBased.js +45 -0
- package/lib/types/_ActivatableSkillCost.d.ts +366 -0
- package/lib/types/_ActivatableSkillCost.js +280 -0
- package/lib/types/_ActivatableSkillDuration.d.ts +204 -0
- package/lib/types/_ActivatableSkillDuration.js +138 -0
- package/lib/types/_ActivatableSkillEffect.d.ts +16 -0
- package/lib/types/_ActivatableSkillEffect.js +65 -0
- package/lib/types/_ActivatableSkillRange.d.ts +62 -0
- package/lib/types/_ActivatableSkillRange.js +106 -0
- package/lib/types/_ActivatableSkillTargetCategory.d.ts +14 -0
- package/lib/types/_ActivatableSkillTargetCategory.js +30 -0
- package/lib/types/_AlternativeNames.d.ts +5 -0
- package/lib/types/_AlternativeNames.js +14 -0
- package/lib/types/_ArcaneTradition.d.ts +30 -0
- package/lib/types/_ArcaneTradition.js +14 -0
- package/lib/types/_Blessed.d.ts +8 -0
- package/lib/types/_Blessed.js +22 -0
- package/lib/types/_Color.d.ts +19 -0
- package/lib/types/_Color.js +27 -0
- package/lib/types/_CommonnessRatedAdvantageDisadvantage.d.ts +7 -0
- package/lib/types/_CommonnessRatedAdvantageDisadvantage.js +19 -0
- package/lib/types/_Dice.d.ts +6 -0
- package/lib/types/_Dice.js +23 -0
- package/lib/types/_DiseasePoison.d.ts +59 -0
- package/lib/types/_DiseasePoison.js +110 -0
- package/lib/types/_Enhancements.d.ts +170 -0
- package/lib/types/_Enhancements.js +80 -0
- package/lib/types/_Identifier.d.ts +170 -0
- package/lib/types/_Identifier.js +325 -0
- package/lib/types/_IdentifierGroup.d.ts +413 -0
- package/lib/types/_IdentifierGroup.js +333 -0
- package/lib/types/_ImprovementCost.d.ts +7 -0
- package/lib/types/_ImprovementCost.js +10 -0
- package/lib/types/_MathExpression.d.ts +12 -0
- package/lib/types/_MathExpression.js +36 -0
- package/lib/types/_Prerequisite.d.ts +421 -0
- package/lib/types/_Prerequisite.js +163 -0
- package/lib/types/_ResponsiveText.d.ts +13 -0
- package/lib/types/_ResponsiveText.js +43 -0
- package/lib/types/_Sex.d.ts +5 -0
- package/lib/types/_Sex.js +8 -0
- package/lib/types/_SizeCategory.d.ts +15 -0
- package/lib/types/_SizeCategory.js +24 -0
- package/lib/types/_SkillCheck.d.ts +11 -0
- package/lib/types/_SkillCheck.js +23 -0
- package/lib/types/_Spellwork.d.ts +17 -0
- package/lib/types/_Spellwork.js +39 -0
- package/lib/types/equipment/EquipmentPackage.d.ts +85 -0
- package/lib/types/equipment/EquipmentPackage.js +41 -0
- package/lib/types/equipment/item/Ammunition.d.ts +72 -0
- package/lib/types/equipment/item/Ammunition.js +44 -0
- package/lib/types/equipment/item/Animal.d.ts +72 -0
- package/lib/types/equipment/item/Animal.js +22 -0
- package/lib/types/equipment/item/AnimalCare.d.ts +87 -0
- package/lib/types/equipment/item/AnimalCare.js +58 -0
- package/lib/types/equipment/item/Armor.d.ts +166 -0
- package/lib/types/equipment/item/Armor.js +181 -0
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +201 -0
- package/lib/types/equipment/item/BandageOrRemedy.js +48 -0
- package/lib/types/equipment/item/Book.d.ts +169 -0
- package/lib/types/equipment/item/Book.js +271 -0
- package/lib/types/equipment/item/CeremonialItem.d.ts +202 -0
- package/lib/types/equipment/item/CeremonialItem.js +53 -0
- package/lib/types/equipment/item/Clothes.d.ts +201 -0
- package/lib/types/equipment/item/Clothes.js +48 -0
- package/lib/types/equipment/item/ClothingPackage.d.ts +63 -0
- package/lib/types/equipment/item/ClothingPackage.js +21 -0
- package/lib/types/equipment/item/Container.d.ts +201 -0
- package/lib/types/equipment/item/Container.js +48 -0
- package/lib/types/equipment/item/Elixir.d.ts +119 -0
- package/lib/types/equipment/item/Elixir.js +110 -0
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +215 -0
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +44 -0
- package/lib/types/equipment/item/GemOrPreciousStone.d.ts +74 -0
- package/lib/types/equipment/item/GemOrPreciousStone.js +52 -0
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +210 -0
- package/lib/types/equipment/item/IlluminationLightSource.js +78 -0
- package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +201 -0
- package/lib/types/equipment/item/IlluminationRefillOrSupply.js +48 -0
- package/lib/types/equipment/item/Jewelry.d.ts +74 -0
- package/lib/types/equipment/item/Jewelry.js +46 -0
- package/lib/types/equipment/item/Laboratory.d.ts +81 -0
- package/lib/types/equipment/item/Laboratory.js +34 -0
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +201 -0
- package/lib/types/equipment/item/Liebesspielzeug.js +48 -0
- package/lib/types/equipment/item/LuxuryGood.d.ts +201 -0
- package/lib/types/equipment/item/LuxuryGood.js +48 -0
- package/lib/types/equipment/item/MagicalArtifact.d.ts +204 -0
- package/lib/types/equipment/item/MagicalArtifact.js +82 -0
- package/lib/types/equipment/item/MusicalInstrument.d.ts +201 -0
- package/lib/types/equipment/item/MusicalInstrument.js +48 -0
- package/lib/types/equipment/item/Newspaper.d.ts +67 -0
- package/lib/types/equipment/item/Newspaper.js +36 -0
- package/lib/types/equipment/item/OrienteeringAid.d.ts +200 -0
- package/lib/types/equipment/item/OrienteeringAid.js +2 -0
- package/lib/types/equipment/item/Poison.d.ts +621 -0
- package/lib/types/equipment/item/Poison.js +486 -0
- package/lib/types/equipment/item/RopeOrChain.d.ts +200 -0
- package/lib/types/equipment/item/RopeOrChain.js +2 -0
- package/lib/types/equipment/item/Stationery.d.ts +200 -0
- package/lib/types/equipment/item/Stationery.js +2 -0
- package/lib/types/equipment/item/ThievesTool.d.ts +200 -0
- package/lib/types/equipment/item/ThievesTool.js +2 -0
- package/lib/types/equipment/item/ToolOfTheTrade.d.ts +83 -0
- package/lib/types/equipment/item/ToolOfTheTrade.js +34 -0
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +201 -0
- package/lib/types/equipment/item/TravelGearOrTool.js +48 -0
- package/lib/types/equipment/item/Vehicle.d.ts +80 -0
- package/lib/types/equipment/item/Vehicle.js +30 -0
- package/lib/types/equipment/item/Weapon.d.ts +225 -0
- package/lib/types/equipment/item/Weapon.js +132 -0
- package/lib/types/equipment/item/WeaponAccessory.d.ts +201 -0
- package/lib/types/equipment/item/WeaponAccessory.js +48 -0
- package/lib/types/equipment/item/WorkingSupernaturalCreature.d.ts +72 -0
- package/lib/types/equipment/item/WorkingSupernaturalCreature.js +44 -0
- package/lib/types/equipment/item/_Herbary.d.ts +76 -0
- package/lib/types/equipment/item/_Herbary.js +48 -0
- package/lib/types/equipment/item/_Item.d.ts +414 -0
- package/lib/types/equipment/item/_Item.js +254 -0
- package/lib/types/equipment/item/_MeleeWeapon.d.ts +62 -0
- package/lib/types/equipment/item/_MeleeWeapon.js +100 -0
- package/lib/types/equipment/item/_RangedWeapon.d.ts +38 -0
- package/lib/types/equipment/item/_RangedWeapon.js +93 -0
- package/lib/types/equipment/item/_Weapon.d.ts +25 -0
- package/lib/types/equipment/item/_Weapon.js +77 -0
- package/lib/types/equipment/item/sub/ArmorType.d.ts +7 -0
- package/lib/types/equipment/item/sub/ArmorType.js +25 -0
- package/lib/types/equipment/item/sub/Reach.d.ts +7 -0
- package/lib/types/equipment/item/sub/Reach.js +28 -0
- package/lib/types/index.d.ts +160 -0
- package/lib/types/index.js +160 -0
- package/lib/types/magicalActions/AnimistPower.d.ts +302 -0
- package/lib/types/magicalActions/AnimistPower.js +204 -0
- package/lib/types/magicalActions/AnimistPower_Tribe.d.ts +30 -0
- package/lib/types/magicalActions/AnimistPower_Tribe.js +26 -0
- package/lib/types/magicalActions/Bannzeichen.d.ts +244 -0
- package/lib/types/magicalActions/Bannzeichen.js +231 -0
- package/lib/types/magicalActions/Curse.d.ts +219 -0
- package/lib/types/magicalActions/Curse.js +133 -0
- package/lib/types/magicalActions/DominationRitual.d.ts +204 -0
- package/lib/types/magicalActions/DominationRitual.js +133 -0
- package/lib/types/magicalActions/ElvenMagicalSong.d.ts +126 -0
- package/lib/types/magicalActions/ElvenMagicalSong.js +117 -0
- package/lib/types/magicalActions/GeodeRitual.d.ts +227 -0
- package/lib/types/magicalActions/GeodeRitual.js +142 -0
- package/lib/types/magicalActions/GoblinRitual.d.ts +286 -0
- package/lib/types/magicalActions/GoblinRitual.js +196 -0
- package/lib/types/magicalActions/JesterTrick.d.ts +305 -0
- package/lib/types/magicalActions/JesterTrick.js +160 -0
- package/lib/types/magicalActions/MagicalDance.d.ts +129 -0
- package/lib/types/magicalActions/MagicalDance.js +119 -0
- package/lib/types/magicalActions/MagicalMelody.d.ts +133 -0
- package/lib/types/magicalActions/MagicalMelody.js +123 -0
- package/lib/types/magicalActions/MagicalRune.d.ts +279 -0
- package/lib/types/magicalActions/MagicalRune.js +292 -0
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +420 -0
- package/lib/types/magicalActions/ZibiljaRitual.js +90 -0
- package/lib/types/magicalActions/_MusicTradition.d.ts +17 -0
- package/lib/types/magicalActions/_MusicTradition.js +43 -0
- package/lib/types/prerequisites/ConditionalPrerequisites.d.ts +42 -0
- package/lib/types/prerequisites/ConditionalPrerequisites.js +9 -0
- package/lib/types/prerequisites/DisplayOption.d.ts +13 -0
- package/lib/types/prerequisites/DisplayOption.js +27 -0
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +2053 -0
- package/lib/types/prerequisites/PrerequisiteGroups.js +180 -0
- package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +133 -0
- package/lib/types/prerequisites/single/ActivatablePrerequisite.js +32 -0
- package/lib/types/prerequisites/single/AncestorBloodPrerequisite.d.ts +4 -0
- package/lib/types/prerequisites/single/AncestorBloodPrerequisite.js +4 -0
- package/lib/types/prerequisites/single/AnimistPowerPrerequisite.d.ts +18 -0
- package/lib/types/prerequisites/single/AnimistPowerPrerequisite.js +24 -0
- package/lib/types/prerequisites/single/CulturePrerequisite.d.ts +16 -0
- package/lib/types/prerequisites/single/CulturePrerequisite.js +16 -0
- package/lib/types/prerequisites/single/EnhancementPrerequisite.d.ts +4 -0
- package/lib/types/prerequisites/single/EnhancementPrerequisite.js +12 -0
- package/lib/types/prerequisites/single/InfluencePrerequisite.d.ts +17 -0
- package/lib/types/prerequisites/single/InfluencePrerequisite.js +19 -0
- package/lib/types/prerequisites/single/PactPrerequisite.d.ts +18 -0
- package/lib/types/prerequisites/single/PactPrerequisite.js +24 -0
- package/lib/types/prerequisites/single/PersonalityTraitPrerequisite.d.ts +17 -0
- package/lib/types/prerequisites/single/PersonalityTraitPrerequisite.js +19 -0
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +20 -0
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.js +25 -0
- package/lib/types/prerequisites/single/ProfessionPrerequisite.d.ts +16 -0
- package/lib/types/prerequisites/single/ProfessionPrerequisite.js +16 -0
- package/lib/types/prerequisites/single/PublicationPrerequisite.d.ts +16 -0
- package/lib/types/prerequisites/single/PublicationPrerequisite.js +15 -0
- package/lib/types/prerequisites/single/RacePrerequisite.d.ts +17 -0
- package/lib/types/prerequisites/single/RacePrerequisite.js +19 -0
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.d.ts +51 -0
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.js +82 -0
- package/lib/types/prerequisites/single/RatedPrerequisite.d.ts +26 -0
- package/lib/types/prerequisites/single/RatedPrerequisite.js +19 -0
- package/lib/types/prerequisites/single/RatedSumPrerequisite.d.ts +17 -0
- package/lib/types/prerequisites/single/RatedSumPrerequisite.js +19 -0
- package/lib/types/prerequisites/single/RulePrerequisite.d.ts +19 -0
- package/lib/types/prerequisites/single/RulePrerequisite.js +15 -0
- package/lib/types/prerequisites/single/SexPrerequisite.d.ts +19 -0
- package/lib/types/prerequisites/single/SexPrerequisite.js +15 -0
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.d.ts +7 -0
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.js +17 -0
- package/lib/types/prerequisites/single/SocialStatusPrerequisite.d.ts +16 -0
- package/lib/types/prerequisites/single/SocialStatusPrerequisite.js +16 -0
- package/lib/types/prerequisites/single/StatePrerequisite.d.ts +16 -0
- package/lib/types/prerequisites/single/StatePrerequisite.js +15 -0
- package/lib/types/prerequisites/single/TextPrerequisite.d.ts +19 -0
- package/lib/types/prerequisites/single/TextPrerequisite.js +53 -0
- package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +37 -0
- package/lib/types/prerequisites/single/TraditionPrerequisite.js +42 -0
- package/lib/types/rule/AlternativeRule.d.ts +54 -0
- package/lib/types/rule/AlternativeRule.js +40 -0
- package/lib/types/rule/AlternativeRule_PlayerType.d.ts +6 -0
- package/lib/types/rule/AlternativeRule_PlayerType.js +16 -0
- package/lib/types/rule/CoreRule.d.ts +143 -0
- package/lib/types/rule/CoreRule.js +181 -0
- package/lib/types/rule/FocusRule.d.ts +79 -0
- package/lib/types/rule/FocusRule.js +48 -0
- package/lib/types/rule/FocusRule_Subject.d.ts +6 -0
- package/lib/types/rule/FocusRule_Subject.js +22 -0
- package/lib/types/rule/OptionalRule.d.ts +83 -0
- package/lib/types/rule/OptionalRule.js +59 -0
- package/lib/types/source/Publication.d.ts +50 -0
- package/lib/types/source/Publication.js +64 -0
- package/lib/types/source/_Erratum.d.ts +12 -0
- package/lib/types/source/_Erratum.js +22 -0
- package/lib/types/source/_PublicationRef.d.ts +168 -0
- package/lib/types/source/_PublicationRef.js +164 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +1234 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +52 -0
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +1116 -0
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +47 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +1116 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +47 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +1116 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +47 -0
- package/lib/types/specialAbility/AncestorGlyph.d.ts +1063 -0
- package/lib/types/specialAbility/AncestorGlyph.js +48 -0
- package/lib/types/specialAbility/BlessedTradition.d.ts +1141 -0
- package/lib/types/specialAbility/BlessedTradition.js +147 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +1127 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +46 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +1117 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +53 -0
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +1235 -0
- package/lib/types/specialAbility/CombatSpecialAbility.js +52 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +1286 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +54 -0
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +1127 -0
- package/lib/types/specialAbility/CommandSpecialAbility.js +46 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +1062 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +43 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +1062 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +43 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +1116 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.js +46 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +1117 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.js +47 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +1062 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.js +43 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +1165 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +49 -0
- package/lib/types/specialAbility/LycantropicGift.d.ts +1062 -0
- package/lib/types/specialAbility/LycantropicGift.js +43 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +1165 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +49 -0
- package/lib/types/specialAbility/MagicalSign.d.ts +127 -0
- package/lib/types/specialAbility/MagicalSign.js +66 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +1117 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.js +47 -0
- package/lib/types/specialAbility/MagicalTradition.d.ts +1138 -0
- package/lib/types/specialAbility/MagicalTradition.js +115 -0
- package/lib/types/specialAbility/PactGift.d.ts +1143 -0
- package/lib/types/specialAbility/PactGift.js +76 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +1064 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +54 -0
- package/lib/types/specialAbility/Sermon.d.ts +1062 -0
- package/lib/types/specialAbility/Sermon.js +43 -0
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +1116 -0
- package/lib/types/specialAbility/SexSpecialAbility.js +46 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +1062 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +43 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +1111 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +46 -0
- package/lib/types/specialAbility/VampiricGift.d.ts +1062 -0
- package/lib/types/specialAbility/VampiricGift.js +43 -0
- package/lib/types/specialAbility/Vision.d.ts +1062 -0
- package/lib/types/specialAbility/Vision.js +43 -0
- package/lib/types/specialAbility/_Tradition.d.ts +5 -0
- package/lib/types/specialAbility/_Tradition.js +14 -0
- package/lib/types/specialAbility/sub/Language.d.ts +108 -0
- package/lib/types/specialAbility/sub/Language.js +98 -0
- package/lib/types/specialAbility/sub/Script.d.ts +62 -0
- package/lib/types/specialAbility/sub/Script.js +50 -0
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +972 -0
- package/lib/types/specialAbility/sub/TradeSecret.js +76 -0
- package/lib/types/specialAbility/sub/_LanguageScript.d.ts +5 -0
- package/lib/types/specialAbility/sub/_LanguageScript.js +15 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +1282 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +50 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +1282 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.js +50 -0
- package/lib/types/traditionArtifacts/Beutelzauber.d.ts +1282 -0
- package/lib/types/traditionArtifacts/Beutelzauber.js +50 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +1282 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.js +50 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +1283 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +55 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +1282 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +50 -0
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +1294 -0
- package/lib/types/traditionArtifacts/DaggerRitual.js +85 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +1282 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +52 -0
- package/lib/types/traditionArtifacts/Haubenzauber.d.ts +1282 -0
- package/lib/types/traditionArtifacts/Haubenzauber.js +50 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +1282 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +50 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +1282 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +50 -0
- package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +1282 -0
- package/lib/types/traditionArtifacts/Kristallkugelzauber.js +50 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +1282 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.js +50 -0
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +1282 -0
- package/lib/types/traditionArtifacts/RingEnchantment.js +50 -0
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +1282 -0
- package/lib/types/traditionArtifacts/SickleRitual.js +50 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +1282 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +50 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +1286 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.js +55 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +1282 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.js +50 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +1282 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +50 -0
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +1231 -0
- package/lib/types/traditionArtifacts/WandEnchantment.js +49 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +1282 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +50 -0
- package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +8 -0
- package/lib/types/traditionArtifacts/sub/AnimalShape.js +24 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +6 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +15 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +8 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +23 -0
- package/lib/types/traditionArtifacts/sub/Brew.d.ts +6 -0
- package/lib/types/traditionArtifacts/sub/Brew.js +15 -0
- package/package.json +61 -0
|
@@ -0,0 +1,688 @@
|
|
|
1
|
+
import * as DB from "tsondb/schema/dsl";
|
|
2
|
+
export declare const Spell: DB.Entity<"Spell", {
|
|
3
|
+
check: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"SkillCheck", DB.Array<DB.ReferenceIdentifier>, []>>, true>;
|
|
4
|
+
check_penalty: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"SkillCheckPenalty", {
|
|
5
|
+
Spirit: DB.EnumCase<null>;
|
|
6
|
+
HalfOfSpirit: DB.EnumCase<null>;
|
|
7
|
+
Toughness: DB.EnumCase<null>;
|
|
8
|
+
HigherOfSpiritAndToughness: DB.EnumCase<null>;
|
|
9
|
+
SummoningDifficulty: DB.EnumCase<null>;
|
|
10
|
+
CreationDifficulty: DB.EnumCase<null>;
|
|
11
|
+
Object: DB.EnumCase<null>;
|
|
12
|
+
}, []>>, false>;
|
|
13
|
+
parameters: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"FastPerformanceParameters", {
|
|
14
|
+
OneTime: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FastOneTimePerformanceParameters", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"OneTimePerformanceParameters", DB.Object<{
|
|
15
|
+
casting_time: DB.MemberDecl<DB.TypeArgument<DB.Param<"CastingTime", DB.Type>>, true>;
|
|
16
|
+
cost: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"OneTimeCost", {
|
|
17
|
+
Single: DB.EnumCase<DB.IncludeIdentifier<[], DB.Enum<"SingleOneTimeCost", {
|
|
18
|
+
Modifiable: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ModifiableOneTimeCost", DB.Object<{
|
|
19
|
+
initial_modification_level: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
20
|
+
permanent_value: DB.MemberDecl<DB.Integer, false>;
|
|
21
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"ModifiableOneTimeCostTranslation", {
|
|
22
|
+
replacement: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextReplace", DB.Object<{
|
|
23
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
24
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
25
|
+
}>, []>>, true>;
|
|
26
|
+
}>, false>;
|
|
27
|
+
}>, []>>>;
|
|
28
|
+
NonModifiable: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"NonModifiableOneTimeCost", DB.Object<{
|
|
29
|
+
is_minimum: DB.MemberDecl<DB.Boolean, false>;
|
|
30
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
31
|
+
permanent_value: DB.MemberDecl<DB.Integer, false>;
|
|
32
|
+
per: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"NonModifiableOneTimeCostPerCountable", DB.Object<{
|
|
33
|
+
minimum_total: DB.MemberDecl<DB.Integer, false>;
|
|
34
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"NonModifiableOneTimeCostPerCountableTranslation", {
|
|
35
|
+
countable: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveText", DB.Object<{
|
|
36
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
37
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
38
|
+
}>, []>>, true>;
|
|
39
|
+
}>, true>;
|
|
40
|
+
}>, []>>, false>;
|
|
41
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"NonModifiableOneTimeCostTranslation", {
|
|
42
|
+
note: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
43
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
44
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
45
|
+
}>, []>>, true>;
|
|
46
|
+
}>, false>;
|
|
47
|
+
}>, []>>>;
|
|
48
|
+
Indefinite: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"IndefiniteOneTimeCost", DB.Object<{
|
|
49
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"IndefiniteOneTimeCostTranslation", {
|
|
50
|
+
description: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveText", DB.Object<{
|
|
51
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
52
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
53
|
+
}>, []>>, true>;
|
|
54
|
+
}>, true>;
|
|
55
|
+
}>, []>>>;
|
|
56
|
+
}, []>>>;
|
|
57
|
+
Conjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"MultipleOneTimeCosts", DB.Array<DB.IncludeIdentifier<[], DB.Enum<"SingleOneTimeCost", {
|
|
58
|
+
Modifiable: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ModifiableOneTimeCost", DB.Object<{
|
|
59
|
+
initial_modification_level: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
60
|
+
permanent_value: DB.MemberDecl<DB.Integer, false>;
|
|
61
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"ModifiableOneTimeCostTranslation", {
|
|
62
|
+
replacement: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextReplace", DB.Object<{
|
|
63
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
64
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
65
|
+
}>, []>>, true>;
|
|
66
|
+
}>, false>;
|
|
67
|
+
}>, []>>>;
|
|
68
|
+
NonModifiable: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"NonModifiableOneTimeCost", DB.Object<{
|
|
69
|
+
is_minimum: DB.MemberDecl<DB.Boolean, false>;
|
|
70
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
71
|
+
permanent_value: DB.MemberDecl<DB.Integer, false>;
|
|
72
|
+
per: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"NonModifiableOneTimeCostPerCountable", DB.Object<{
|
|
73
|
+
minimum_total: DB.MemberDecl<DB.Integer, false>;
|
|
74
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"NonModifiableOneTimeCostPerCountableTranslation", {
|
|
75
|
+
countable: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveText", DB.Object<{
|
|
76
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
77
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
78
|
+
}>, []>>, true>;
|
|
79
|
+
}>, true>;
|
|
80
|
+
}>, []>>, false>;
|
|
81
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"NonModifiableOneTimeCostTranslation", {
|
|
82
|
+
note: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
83
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
84
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
85
|
+
}>, []>>, true>;
|
|
86
|
+
}>, false>;
|
|
87
|
+
}>, []>>>;
|
|
88
|
+
Indefinite: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"IndefiniteOneTimeCost", DB.Object<{
|
|
89
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"IndefiniteOneTimeCostTranslation", {
|
|
90
|
+
description: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveText", DB.Object<{
|
|
91
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
92
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
93
|
+
}>, []>>, true>;
|
|
94
|
+
}>, true>;
|
|
95
|
+
}>, []>>>;
|
|
96
|
+
}, []>>>, []>>>;
|
|
97
|
+
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"MultipleOneTimeCosts", DB.Array<DB.IncludeIdentifier<[], DB.Enum<"SingleOneTimeCost", {
|
|
98
|
+
Modifiable: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ModifiableOneTimeCost", DB.Object<{
|
|
99
|
+
initial_modification_level: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
100
|
+
permanent_value: DB.MemberDecl<DB.Integer, false>;
|
|
101
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"ModifiableOneTimeCostTranslation", {
|
|
102
|
+
replacement: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextReplace", DB.Object<{
|
|
103
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
104
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
105
|
+
}>, []>>, true>;
|
|
106
|
+
}>, false>;
|
|
107
|
+
}>, []>>>;
|
|
108
|
+
NonModifiable: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"NonModifiableOneTimeCost", DB.Object<{
|
|
109
|
+
is_minimum: DB.MemberDecl<DB.Boolean, false>;
|
|
110
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
111
|
+
permanent_value: DB.MemberDecl<DB.Integer, false>;
|
|
112
|
+
per: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"NonModifiableOneTimeCostPerCountable", DB.Object<{
|
|
113
|
+
minimum_total: DB.MemberDecl<DB.Integer, false>;
|
|
114
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"NonModifiableOneTimeCostPerCountableTranslation", {
|
|
115
|
+
countable: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveText", DB.Object<{
|
|
116
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
117
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
118
|
+
}>, []>>, true>;
|
|
119
|
+
}>, true>;
|
|
120
|
+
}>, []>>, false>;
|
|
121
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"NonModifiableOneTimeCostTranslation", {
|
|
122
|
+
note: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
123
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
124
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
125
|
+
}>, []>>, true>;
|
|
126
|
+
}>, false>;
|
|
127
|
+
}>, []>>>;
|
|
128
|
+
Indefinite: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"IndefiniteOneTimeCost", DB.Object<{
|
|
129
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"IndefiniteOneTimeCostTranslation", {
|
|
130
|
+
description: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveText", DB.Object<{
|
|
131
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
132
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
133
|
+
}>, []>>, true>;
|
|
134
|
+
}>, true>;
|
|
135
|
+
}>, []>>>;
|
|
136
|
+
}, []>>>, []>>>;
|
|
137
|
+
Map: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"OneTimeCostMap", DB.Object<{
|
|
138
|
+
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"OneTimeCostMapOption", DB.Object<{
|
|
139
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
140
|
+
permanent_value: DB.MemberDecl<DB.Integer, false>;
|
|
141
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"OneTimeCostMapOptionTranslation", {
|
|
142
|
+
label: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
143
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
144
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
145
|
+
}>, []>>, true>;
|
|
146
|
+
label_standalone: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
147
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
148
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
149
|
+
}>, []>>, false>;
|
|
150
|
+
}>, false>;
|
|
151
|
+
}>, []>>>, true>;
|
|
152
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"MapStyle", {
|
|
153
|
+
Compressed: DB.EnumCase<null>;
|
|
154
|
+
Verbose: DB.EnumCase<null>;
|
|
155
|
+
}, []>>, false>;
|
|
156
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"OneTimeCostMapTranslation", {
|
|
157
|
+
list_prepend: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
158
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
159
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
160
|
+
}>, []>>, false>;
|
|
161
|
+
list_append: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
162
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
163
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
164
|
+
}>, []>>, false>;
|
|
165
|
+
replacement: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
166
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
167
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
168
|
+
}>, []>>, false>;
|
|
169
|
+
}>, false>;
|
|
170
|
+
}>, []>>>;
|
|
171
|
+
}, []>>, true>;
|
|
172
|
+
range: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"Range", DB.Object<{
|
|
173
|
+
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"RangeValue", {
|
|
174
|
+
Modifiable: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ModifiableRange", DB.Object<{
|
|
175
|
+
is_maximum: DB.MemberDecl<DB.Boolean, false>;
|
|
176
|
+
initial_modification_level: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
177
|
+
is_radius: DB.MemberDecl<DB.Boolean, false>;
|
|
178
|
+
}>, []>>>;
|
|
179
|
+
Sight: DB.EnumCase<null>;
|
|
180
|
+
Self: DB.EnumCase<null>;
|
|
181
|
+
Global: DB.EnumCase<null>;
|
|
182
|
+
Touch: DB.EnumCase<null>;
|
|
183
|
+
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedRange", DB.Object<{
|
|
184
|
+
is_maximum: DB.MemberDecl<DB.Boolean, false>;
|
|
185
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
186
|
+
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"RangeUnit", {
|
|
187
|
+
Steps: DB.EnumCase<null>;
|
|
188
|
+
Miles: DB.EnumCase<null>;
|
|
189
|
+
}, []>>, true>;
|
|
190
|
+
is_radius: DB.MemberDecl<DB.Boolean, false>;
|
|
191
|
+
}>, []>>>;
|
|
192
|
+
CheckResultBased: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"CheckResultBasedRange", DB.Object<{
|
|
193
|
+
is_maximum: DB.MemberDecl<DB.Boolean, false>;
|
|
194
|
+
base: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"CheckResultValue", {
|
|
195
|
+
QualityLevels: DB.EnumCase<null>;
|
|
196
|
+
SkillPoints: DB.EnumCase<null>;
|
|
197
|
+
SkillRating: DB.EnumCase<null>;
|
|
198
|
+
}, []>>, true>;
|
|
199
|
+
modifier: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"CheckResultBasedModifier", DB.Object<{
|
|
200
|
+
arithmetic: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"CheckResultArithmetic", {
|
|
201
|
+
Multiply: DB.EnumCase<null>;
|
|
202
|
+
Divide: DB.EnumCase<null>;
|
|
203
|
+
}, []>>, true>;
|
|
204
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
205
|
+
}>, []>>, false>;
|
|
206
|
+
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"RangeUnit", {
|
|
207
|
+
Steps: DB.EnumCase<null>;
|
|
208
|
+
Miles: DB.EnumCase<null>;
|
|
209
|
+
}, []>>, true>;
|
|
210
|
+
is_radius: DB.MemberDecl<DB.Boolean, false>;
|
|
211
|
+
}>, []>>>;
|
|
212
|
+
}, []>>, true>;
|
|
213
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"RangeTranslation", {
|
|
214
|
+
note: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
215
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
216
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
217
|
+
}>, []>>, false>;
|
|
218
|
+
replacement: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextReplace", DB.Object<{
|
|
219
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
220
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
221
|
+
}>, []>>, false>;
|
|
222
|
+
}>, false>;
|
|
223
|
+
}>, []>>, true>;
|
|
224
|
+
duration: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationForOneTime", {
|
|
225
|
+
Immediate: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Immediate", DB.Object<{
|
|
226
|
+
maximum: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
227
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
228
|
+
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
229
|
+
Seconds: DB.EnumCase<null>;
|
|
230
|
+
Minutes: DB.EnumCase<null>;
|
|
231
|
+
Hours: DB.EnumCase<null>;
|
|
232
|
+
Days: DB.EnumCase<null>;
|
|
233
|
+
Weeks: DB.EnumCase<null>;
|
|
234
|
+
Months: DB.EnumCase<null>;
|
|
235
|
+
Years: DB.EnumCase<null>;
|
|
236
|
+
Centuries: DB.EnumCase<null>;
|
|
237
|
+
Actions: DB.EnumCase<null>;
|
|
238
|
+
CombatRounds: DB.EnumCase<null>;
|
|
239
|
+
}, []>>, true>;
|
|
240
|
+
}>, []>>, false>;
|
|
241
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"ImmediateTranslation", {
|
|
242
|
+
replacement: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextReplace", DB.Object<{
|
|
243
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
244
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
245
|
+
}>, []>>, false>;
|
|
246
|
+
}>, false>;
|
|
247
|
+
}>, []>>>;
|
|
248
|
+
Permanent: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"PermanentDuration", DB.Object<{
|
|
249
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"PermanentDurationTranslation", {
|
|
250
|
+
replacement: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextReplace", DB.Object<{
|
|
251
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
252
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
253
|
+
}>, []>>, false>;
|
|
254
|
+
}>, false>;
|
|
255
|
+
}>, []>>>;
|
|
256
|
+
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedDuration", DB.Object<{
|
|
257
|
+
is_maximum: DB.MemberDecl<DB.Boolean, false>;
|
|
258
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
259
|
+
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
260
|
+
Seconds: DB.EnumCase<null>;
|
|
261
|
+
Minutes: DB.EnumCase<null>;
|
|
262
|
+
Hours: DB.EnumCase<null>;
|
|
263
|
+
Days: DB.EnumCase<null>;
|
|
264
|
+
Weeks: DB.EnumCase<null>;
|
|
265
|
+
Months: DB.EnumCase<null>;
|
|
266
|
+
Years: DB.EnumCase<null>;
|
|
267
|
+
Centuries: DB.EnumCase<null>;
|
|
268
|
+
Actions: DB.EnumCase<null>;
|
|
269
|
+
CombatRounds: DB.EnumCase<null>;
|
|
270
|
+
}, []>>, true>;
|
|
271
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"FixedDurationTranslation", {
|
|
272
|
+
replacement: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextReplace", DB.Object<{
|
|
273
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
274
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
275
|
+
}>, []>>, false>;
|
|
276
|
+
}>, false>;
|
|
277
|
+
}>, []>>>;
|
|
278
|
+
CheckResultBased: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"CheckResultBasedDuration", DB.Object<{
|
|
279
|
+
is_maximum: DB.MemberDecl<DB.Boolean, false>;
|
|
280
|
+
base: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"CheckResultValue", {
|
|
281
|
+
QualityLevels: DB.EnumCase<null>;
|
|
282
|
+
SkillPoints: DB.EnumCase<null>;
|
|
283
|
+
SkillRating: DB.EnumCase<null>;
|
|
284
|
+
}, []>>, true>;
|
|
285
|
+
modifier: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"CheckResultBasedModifier", DB.Object<{
|
|
286
|
+
arithmetic: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"CheckResultArithmetic", {
|
|
287
|
+
Multiply: DB.EnumCase<null>;
|
|
288
|
+
Divide: DB.EnumCase<null>;
|
|
289
|
+
}, []>>, true>;
|
|
290
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
291
|
+
}>, []>>, false>;
|
|
292
|
+
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
293
|
+
Seconds: DB.EnumCase<null>;
|
|
294
|
+
Minutes: DB.EnumCase<null>;
|
|
295
|
+
Hours: DB.EnumCase<null>;
|
|
296
|
+
Days: DB.EnumCase<null>;
|
|
297
|
+
Weeks: DB.EnumCase<null>;
|
|
298
|
+
Months: DB.EnumCase<null>;
|
|
299
|
+
Years: DB.EnumCase<null>;
|
|
300
|
+
Centuries: DB.EnumCase<null>;
|
|
301
|
+
Actions: DB.EnumCase<null>;
|
|
302
|
+
CombatRounds: DB.EnumCase<null>;
|
|
303
|
+
}, []>>, true>;
|
|
304
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"CheckResultBasedDurationTranslation", {
|
|
305
|
+
replacement: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextReplace", DB.Object<{
|
|
306
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
307
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
308
|
+
}>, []>>, false>;
|
|
309
|
+
}>, false>;
|
|
310
|
+
}>, []>>>;
|
|
311
|
+
Indefinite: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"IndefiniteDuration", DB.Object<{
|
|
312
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"IndefiniteDurationTranslation", {
|
|
313
|
+
description: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveText", DB.Object<{
|
|
314
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
315
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
316
|
+
}>, []>>, true>;
|
|
317
|
+
}>, true>;
|
|
318
|
+
}>, []>>>;
|
|
319
|
+
}, []>>, true>;
|
|
320
|
+
}>, [CastingTime: DB.Param<"CastingTime", DB.Type>]>>, []>>>;
|
|
321
|
+
Sustained: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FastSustainedPerformanceParameters", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"SustainedPerformanceParameters", DB.Object<{
|
|
322
|
+
casting_time: DB.MemberDecl<DB.TypeArgument<DB.Param<"CastingTime", DB.Type>>, true>;
|
|
323
|
+
cost: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"SustainedCost", {
|
|
324
|
+
Modifiable: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ModifiableSustainedCost", DB.Object<{
|
|
325
|
+
initial_modification_level: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
326
|
+
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
327
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
328
|
+
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
329
|
+
Seconds: DB.EnumCase<null>;
|
|
330
|
+
Minutes: DB.EnumCase<null>;
|
|
331
|
+
Hours: DB.EnumCase<null>;
|
|
332
|
+
Days: DB.EnumCase<null>;
|
|
333
|
+
Weeks: DB.EnumCase<null>;
|
|
334
|
+
Months: DB.EnumCase<null>;
|
|
335
|
+
Years: DB.EnumCase<null>;
|
|
336
|
+
Centuries: DB.EnumCase<null>;
|
|
337
|
+
Actions: DB.EnumCase<null>;
|
|
338
|
+
CombatRounds: DB.EnumCase<null>;
|
|
339
|
+
}, []>>, true>;
|
|
340
|
+
}>, []>>, true>;
|
|
341
|
+
}>, []>>>;
|
|
342
|
+
NonModifiable: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"NonModifiableSustainedCost", DB.Object<{
|
|
343
|
+
is_minimum: DB.MemberDecl<DB.Boolean, false>;
|
|
344
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
345
|
+
per: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"NonModifiableSustainedCostPerCountable", DB.Object<{
|
|
346
|
+
minimum_total: DB.MemberDecl<DB.Integer, false>;
|
|
347
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"NonModifiableSustainedCostPerCountableTranslation", {
|
|
348
|
+
countable: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveText", DB.Object<{
|
|
349
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
350
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
351
|
+
}>, []>>, true>;
|
|
352
|
+
}>, true>;
|
|
353
|
+
}>, []>>, false>;
|
|
354
|
+
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
355
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
356
|
+
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
357
|
+
Seconds: DB.EnumCase<null>;
|
|
358
|
+
Minutes: DB.EnumCase<null>;
|
|
359
|
+
Hours: DB.EnumCase<null>;
|
|
360
|
+
Days: DB.EnumCase<null>;
|
|
361
|
+
Weeks: DB.EnumCase<null>;
|
|
362
|
+
Months: DB.EnumCase<null>;
|
|
363
|
+
Years: DB.EnumCase<null>;
|
|
364
|
+
Centuries: DB.EnumCase<null>;
|
|
365
|
+
Actions: DB.EnumCase<null>;
|
|
366
|
+
CombatRounds: DB.EnumCase<null>;
|
|
367
|
+
}, []>>, true>;
|
|
368
|
+
}>, []>>, true>;
|
|
369
|
+
}>, []>>>;
|
|
370
|
+
Map: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"SustainedCostMap", DB.Object<{
|
|
371
|
+
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"SustainedCostMapOption", DB.Object<{
|
|
372
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
373
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"SustainedCostMapOptionTranslation", {
|
|
374
|
+
label: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
375
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
376
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
377
|
+
}>, []>>, true>;
|
|
378
|
+
standaloneLabel: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
379
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
380
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
381
|
+
}>, []>>, false>;
|
|
382
|
+
}>, false>;
|
|
383
|
+
}>, []>>>, true>;
|
|
384
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"SustainedCostMapTranslation", {
|
|
385
|
+
listPrefix: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
386
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
387
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
388
|
+
}>, []>>, false>;
|
|
389
|
+
listSuffix: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
390
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
391
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
392
|
+
}>, []>>, false>;
|
|
393
|
+
replacement: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
394
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
395
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
396
|
+
}>, []>>, false>;
|
|
397
|
+
}>, false>;
|
|
398
|
+
}>, []>>>;
|
|
399
|
+
}, []>>, true>;
|
|
400
|
+
range: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"Range", DB.Object<{
|
|
401
|
+
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"RangeValue", {
|
|
402
|
+
Modifiable: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ModifiableRange", DB.Object<{
|
|
403
|
+
is_maximum: DB.MemberDecl<DB.Boolean, false>;
|
|
404
|
+
initial_modification_level: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
405
|
+
is_radius: DB.MemberDecl<DB.Boolean, false>;
|
|
406
|
+
}>, []>>>;
|
|
407
|
+
Sight: DB.EnumCase<null>;
|
|
408
|
+
Self: DB.EnumCase<null>;
|
|
409
|
+
Global: DB.EnumCase<null>;
|
|
410
|
+
Touch: DB.EnumCase<null>;
|
|
411
|
+
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedRange", DB.Object<{
|
|
412
|
+
is_maximum: DB.MemberDecl<DB.Boolean, false>;
|
|
413
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
414
|
+
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"RangeUnit", {
|
|
415
|
+
Steps: DB.EnumCase<null>;
|
|
416
|
+
Miles: DB.EnumCase<null>;
|
|
417
|
+
}, []>>, true>;
|
|
418
|
+
is_radius: DB.MemberDecl<DB.Boolean, false>;
|
|
419
|
+
}>, []>>>;
|
|
420
|
+
CheckResultBased: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"CheckResultBasedRange", DB.Object<{
|
|
421
|
+
is_maximum: DB.MemberDecl<DB.Boolean, false>;
|
|
422
|
+
base: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"CheckResultValue", {
|
|
423
|
+
QualityLevels: DB.EnumCase<null>;
|
|
424
|
+
SkillPoints: DB.EnumCase<null>;
|
|
425
|
+
SkillRating: DB.EnumCase<null>;
|
|
426
|
+
}, []>>, true>;
|
|
427
|
+
modifier: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"CheckResultBasedModifier", DB.Object<{
|
|
428
|
+
arithmetic: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"CheckResultArithmetic", {
|
|
429
|
+
Multiply: DB.EnumCase<null>;
|
|
430
|
+
Divide: DB.EnumCase<null>;
|
|
431
|
+
}, []>>, true>;
|
|
432
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
433
|
+
}>, []>>, false>;
|
|
434
|
+
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"RangeUnit", {
|
|
435
|
+
Steps: DB.EnumCase<null>;
|
|
436
|
+
Miles: DB.EnumCase<null>;
|
|
437
|
+
}, []>>, true>;
|
|
438
|
+
is_radius: DB.MemberDecl<DB.Boolean, false>;
|
|
439
|
+
}>, []>>>;
|
|
440
|
+
}, []>>, true>;
|
|
441
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"RangeTranslation", {
|
|
442
|
+
note: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextOptional", DB.Object<{
|
|
443
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
444
|
+
compressed: DB.MemberDecl<DB.String, false>;
|
|
445
|
+
}>, []>>, false>;
|
|
446
|
+
replacement: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ResponsiveTextReplace", DB.Object<{
|
|
447
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
448
|
+
compressed: DB.MemberDecl<DB.String, true>;
|
|
449
|
+
}>, []>>, false>;
|
|
450
|
+
}>, false>;
|
|
451
|
+
}>, []>>, true>;
|
|
452
|
+
duration: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationForSustained", DB.Object<{
|
|
453
|
+
maximum: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
454
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
455
|
+
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
456
|
+
Seconds: DB.EnumCase<null>;
|
|
457
|
+
Minutes: DB.EnumCase<null>;
|
|
458
|
+
Hours: DB.EnumCase<null>;
|
|
459
|
+
Days: DB.EnumCase<null>;
|
|
460
|
+
Weeks: DB.EnumCase<null>;
|
|
461
|
+
Months: DB.EnumCase<null>;
|
|
462
|
+
Years: DB.EnumCase<null>;
|
|
463
|
+
Centuries: DB.EnumCase<null>;
|
|
464
|
+
Actions: DB.EnumCase<null>;
|
|
465
|
+
CombatRounds: DB.EnumCase<null>;
|
|
466
|
+
}, []>>, true>;
|
|
467
|
+
}>, []>>, true>;
|
|
468
|
+
}>, []>>, false>;
|
|
469
|
+
}>, [CastingTime: DB.Param<"CastingTime", DB.Type>]>>, []>>>;
|
|
470
|
+
}, []>>, true>;
|
|
471
|
+
target: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"AffectedTargetCategories", DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"SpecificAffectedTargetCategory", DB.Object<{
|
|
472
|
+
id: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"SpecificAffectedTargetCategoryIdentifier", {
|
|
473
|
+
Self: DB.EnumCase<null>;
|
|
474
|
+
Zone: DB.EnumCase<null>;
|
|
475
|
+
LiturgicalChantsAndCeremonies: DB.EnumCase<null>;
|
|
476
|
+
Cantrips: DB.EnumCase<null>;
|
|
477
|
+
Spellworks: DB.EnumCase<null>;
|
|
478
|
+
Predefined: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
479
|
+
}, []>>, true>;
|
|
480
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"SpecificAffectedTargetCategoryTranslation", {
|
|
481
|
+
note: DB.MemberDecl<DB.String, true>;
|
|
482
|
+
}>, false>;
|
|
483
|
+
}>, []>>>, []>>, true>;
|
|
484
|
+
property: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
485
|
+
traditions: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"SpellworkTraditions", {
|
|
486
|
+
General: DB.EnumCase<null>;
|
|
487
|
+
Specific: DB.EnumCase<DB.Array<DB.ReferenceIdentifier>>;
|
|
488
|
+
}, []>>, true>;
|
|
489
|
+
improvement_cost: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ImprovementCost", {
|
|
490
|
+
A: DB.EnumCase<null>;
|
|
491
|
+
B: DB.EnumCase<null>;
|
|
492
|
+
C: DB.EnumCase<null>;
|
|
493
|
+
D: DB.EnumCase<null>;
|
|
494
|
+
}, []>>, true>;
|
|
495
|
+
prerequisites: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"SpellworkPrerequisites", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"PlainPrerequisites", DB.Array<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.Enum<"PrerequisitesElement", {
|
|
496
|
+
Single: DB.EnumCase<DB.TypeArgument<DB.Param<"T", DB.Type>>>;
|
|
497
|
+
Disjunction: DB.EnumCase<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"PrerequisitesDisjunction", DB.Object<{
|
|
498
|
+
list: DB.MemberDecl<DB.Array<DB.TypeArgument<DB.Param<"T", DB.Type>>>, true>;
|
|
499
|
+
display_option: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DisplayOption", {
|
|
500
|
+
Hide: DB.EnumCase<null>;
|
|
501
|
+
ReplaceWith: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ReplacementDisplayOption", DB.Object<{
|
|
502
|
+
sentence_type: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"SentenceType", {
|
|
503
|
+
Standalone: DB.EnumCase<null>;
|
|
504
|
+
Connected: DB.EnumCase<null>;
|
|
505
|
+
}, []>>, false>;
|
|
506
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"ReplacementDisplayOptionTranslation", {
|
|
507
|
+
replacement: DB.MemberDecl<DB.String, true>;
|
|
508
|
+
}>, true>;
|
|
509
|
+
}>, []>>>;
|
|
510
|
+
}, []>>, false>;
|
|
511
|
+
}>, [T: DB.Param<"T", DB.Type>]>>>;
|
|
512
|
+
Group: DB.EnumCase<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"PrerequisiteGroup", DB.Object<{
|
|
513
|
+
list: DB.MemberDecl<DB.Array<DB.TypeArgument<DB.Param<"T", DB.Type>>>, true>;
|
|
514
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"PrerequisiteGroupTranslation", {
|
|
515
|
+
text: DB.MemberDecl<DB.String, true>;
|
|
516
|
+
}>, true>;
|
|
517
|
+
}>, [T: DB.Param<"T", DB.Type>]>>>;
|
|
518
|
+
}, [T: DB.Param<"T", DB.Type>]>>>, [T: DB.Param<"T", DB.Type>]>>, []>>, false>;
|
|
519
|
+
reversalis: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"Reversalis", DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ReversalisEffect", DB.Object<{
|
|
520
|
+
property: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
521
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"ReversalisEffectTranslation", {
|
|
522
|
+
effect: DB.MemberDecl<DB.String, true>;
|
|
523
|
+
}>, true>;
|
|
524
|
+
}>, []>>>, []>>, false>;
|
|
525
|
+
src: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"PublicationRefs", DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"PublicationRef", DB.Object<{
|
|
526
|
+
id: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
527
|
+
occurrences: DB.MemberDecl<DB.NestedEntityMap<string, {
|
|
528
|
+
initial: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"InitialOccurrence", DB.Object<{
|
|
529
|
+
printing: DB.MemberDecl<DB.Integer, false>;
|
|
530
|
+
pages: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"PageRange", DB.Object<{
|
|
531
|
+
first_page: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"Page", {
|
|
532
|
+
InsideCoverFront: DB.EnumCase<null>;
|
|
533
|
+
InsideCoverBack: DB.EnumCase<null>;
|
|
534
|
+
Numbered: DB.EnumCase<DB.Integer>;
|
|
535
|
+
}, []>>, true>;
|
|
536
|
+
last_page: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"Page", {
|
|
537
|
+
InsideCoverFront: DB.EnumCase<null>;
|
|
538
|
+
InsideCoverBack: DB.EnumCase<null>;
|
|
539
|
+
Numbered: DB.EnumCase<DB.Integer>;
|
|
540
|
+
}, []>>, false>;
|
|
541
|
+
}>, []>>>, true>;
|
|
542
|
+
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
543
|
+
}>, []>>, true>;
|
|
544
|
+
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
545
|
+
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
546
|
+
printing: DB.MemberDecl<DB.Integer, true>;
|
|
547
|
+
pages: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"PageRange", DB.Object<{
|
|
548
|
+
first_page: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"Page", {
|
|
549
|
+
InsideCoverFront: DB.EnumCase<null>;
|
|
550
|
+
InsideCoverBack: DB.EnumCase<null>;
|
|
551
|
+
Numbered: DB.EnumCase<DB.Integer>;
|
|
552
|
+
}, []>>, true>;
|
|
553
|
+
last_page: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"Page", {
|
|
554
|
+
InsideCoverFront: DB.EnumCase<null>;
|
|
555
|
+
InsideCoverBack: DB.EnumCase<null>;
|
|
556
|
+
Numbered: DB.EnumCase<DB.Integer>;
|
|
557
|
+
}, []>>, false>;
|
|
558
|
+
}>, []>>>, true>;
|
|
559
|
+
}>, []>>>;
|
|
560
|
+
Deprecated: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Deprecation", DB.Object<{
|
|
561
|
+
printing: DB.MemberDecl<DB.Integer, true>;
|
|
562
|
+
}>, []>>>;
|
|
563
|
+
}, []>>>, false>;
|
|
564
|
+
}>, true>;
|
|
565
|
+
}>, []>>>, []>>, true>;
|
|
566
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"SpellTranslation", {
|
|
567
|
+
name: DB.MemberDecl<DB.String, true>;
|
|
568
|
+
effect: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ActivatableSkillEffect", {
|
|
569
|
+
Plain: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ActivatableSkillPlainEffect", DB.Object<{
|
|
570
|
+
text: DB.MemberDecl<DB.String, true>;
|
|
571
|
+
}>, []>>>;
|
|
572
|
+
ForEachQualityLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ActivatableSkillEffectForEachQualityLevel", DB.Object<{
|
|
573
|
+
text_before: DB.MemberDecl<DB.String, true>;
|
|
574
|
+
quality_levels: DB.MemberDecl<DB.Array<DB.String>, true>;
|
|
575
|
+
text_after: DB.MemberDecl<DB.String, false>;
|
|
576
|
+
}>, []>>>;
|
|
577
|
+
ForEachTwoQualityLevels: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ActivatableSkillEffectForEachTwoQualityLevels", DB.Object<{
|
|
578
|
+
text_before: DB.MemberDecl<DB.String, true>;
|
|
579
|
+
quality_levels: DB.MemberDecl<DB.Array<DB.String>, true>;
|
|
580
|
+
text_after: DB.MemberDecl<DB.String, false>;
|
|
581
|
+
}>, []>>>;
|
|
582
|
+
}, []>>, true>;
|
|
583
|
+
casting_time: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"OldParameter", DB.Object<{
|
|
584
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
585
|
+
abbr: DB.MemberDecl<DB.String, true>;
|
|
586
|
+
}>, []>>, false>;
|
|
587
|
+
cost: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"OldParameter", DB.Object<{
|
|
588
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
589
|
+
abbr: DB.MemberDecl<DB.String, true>;
|
|
590
|
+
}>, []>>, false>;
|
|
591
|
+
range: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"OldParameter", DB.Object<{
|
|
592
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
593
|
+
abbr: DB.MemberDecl<DB.String, true>;
|
|
594
|
+
}>, []>>, false>;
|
|
595
|
+
duration: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"OldParameter", DB.Object<{
|
|
596
|
+
full: DB.MemberDecl<DB.String, true>;
|
|
597
|
+
abbr: DB.MemberDecl<DB.String, true>;
|
|
598
|
+
}>, []>>, false>;
|
|
599
|
+
target: DB.MemberDecl<DB.String, false>;
|
|
600
|
+
errata: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"Errata", DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"Erratum", DB.Object<{
|
|
601
|
+
date: DB.MemberDecl<DB.Date, true>;
|
|
602
|
+
description: DB.MemberDecl<DB.String, true>;
|
|
603
|
+
}>, []>>>, []>>, false>;
|
|
604
|
+
}>, true>;
|
|
605
|
+
enhancements: DB.MemberDecl<DB.ChildEntities<DB.Entity<"Enhancement", {
|
|
606
|
+
parent: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"SkillWithEnhancementsIdentifier", {
|
|
607
|
+
Spell: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
608
|
+
Ritual: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
609
|
+
LiturgicalChant: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
610
|
+
Ceremony: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
611
|
+
}, []>>, true>;
|
|
612
|
+
skill_rating: DB.MemberDecl<DB.Integer, true>;
|
|
613
|
+
adventure_points_modifier: DB.MemberDecl<DB.Integer, true>;
|
|
614
|
+
prerequisites: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"EnhancementPrerequisites", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"PlainPrerequisites", DB.Array<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.Enum<"PrerequisitesElement", {
|
|
615
|
+
Single: DB.EnumCase<DB.TypeArgument<DB.Param<"T", DB.Type>>>;
|
|
616
|
+
Disjunction: DB.EnumCase<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"PrerequisitesDisjunction", DB.Object<{
|
|
617
|
+
list: DB.MemberDecl<DB.Array<DB.TypeArgument<DB.Param<"T", DB.Type>>>, true>;
|
|
618
|
+
display_option: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DisplayOption", {
|
|
619
|
+
Hide: DB.EnumCase<null>;
|
|
620
|
+
ReplaceWith: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ReplacementDisplayOption", DB.Object<{
|
|
621
|
+
sentence_type: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"SentenceType", {
|
|
622
|
+
Standalone: DB.EnumCase<null>;
|
|
623
|
+
Connected: DB.EnumCase<null>;
|
|
624
|
+
}, []>>, false>;
|
|
625
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"ReplacementDisplayOptionTranslation", {
|
|
626
|
+
replacement: DB.MemberDecl<DB.String, true>;
|
|
627
|
+
}>, true>;
|
|
628
|
+
}>, []>>>;
|
|
629
|
+
}, []>>, false>;
|
|
630
|
+
}>, [T: DB.Param<"T", DB.Type>]>>>;
|
|
631
|
+
Group: DB.EnumCase<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"PrerequisiteGroup", DB.Object<{
|
|
632
|
+
list: DB.MemberDecl<DB.Array<DB.TypeArgument<DB.Param<"T", DB.Type>>>, true>;
|
|
633
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"PrerequisiteGroupTranslation", {
|
|
634
|
+
text: DB.MemberDecl<DB.String, true>;
|
|
635
|
+
}>, true>;
|
|
636
|
+
}>, [T: DB.Param<"T", DB.Type>]>>>;
|
|
637
|
+
}, [T: DB.Param<"T", DB.Type>]>>>, [T: DB.Param<"T", DB.Type>]>>, []>>, false>;
|
|
638
|
+
src: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"PublicationRefs", DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"PublicationRef", DB.Object<{
|
|
639
|
+
id: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
640
|
+
occurrences: DB.MemberDecl<DB.NestedEntityMap<string, {
|
|
641
|
+
initial: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"InitialOccurrence", DB.Object<{
|
|
642
|
+
printing: DB.MemberDecl<DB.Integer, false>;
|
|
643
|
+
pages: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"PageRange", DB.Object<{
|
|
644
|
+
first_page: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"Page", {
|
|
645
|
+
InsideCoverFront: DB.EnumCase<null>;
|
|
646
|
+
InsideCoverBack: DB.EnumCase<null>;
|
|
647
|
+
Numbered: DB.EnumCase<DB.Integer>;
|
|
648
|
+
}, []>>, true>;
|
|
649
|
+
last_page: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"Page", {
|
|
650
|
+
InsideCoverFront: DB.EnumCase<null>;
|
|
651
|
+
InsideCoverBack: DB.EnumCase<null>;
|
|
652
|
+
Numbered: DB.EnumCase<DB.Integer>;
|
|
653
|
+
}, []>>, false>;
|
|
654
|
+
}>, []>>>, true>;
|
|
655
|
+
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
656
|
+
}>, []>>, true>;
|
|
657
|
+
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
658
|
+
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
659
|
+
printing: DB.MemberDecl<DB.Integer, true>;
|
|
660
|
+
pages: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"PageRange", DB.Object<{
|
|
661
|
+
first_page: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"Page", {
|
|
662
|
+
InsideCoverFront: DB.EnumCase<null>;
|
|
663
|
+
InsideCoverBack: DB.EnumCase<null>;
|
|
664
|
+
Numbered: DB.EnumCase<DB.Integer>;
|
|
665
|
+
}, []>>, true>;
|
|
666
|
+
last_page: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"Page", {
|
|
667
|
+
InsideCoverFront: DB.EnumCase<null>;
|
|
668
|
+
InsideCoverBack: DB.EnumCase<null>;
|
|
669
|
+
Numbered: DB.EnumCase<DB.Integer>;
|
|
670
|
+
}, []>>, false>;
|
|
671
|
+
}>, []>>>, true>;
|
|
672
|
+
}>, []>>>;
|
|
673
|
+
Deprecated: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Deprecation", DB.Object<{
|
|
674
|
+
printing: DB.MemberDecl<DB.Integer, true>;
|
|
675
|
+
}>, []>>>;
|
|
676
|
+
}, []>>>, false>;
|
|
677
|
+
}>, true>;
|
|
678
|
+
}>, []>>>, []>>, false>;
|
|
679
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"EnhancementTranslation", {
|
|
680
|
+
name: DB.MemberDecl<DB.String, true>;
|
|
681
|
+
effect: DB.MemberDecl<DB.String, true>;
|
|
682
|
+
errata: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"Errata", DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"Erratum", DB.Object<{
|
|
683
|
+
date: DB.MemberDecl<DB.Date, true>;
|
|
684
|
+
description: DB.MemberDecl<DB.String, true>;
|
|
685
|
+
}>, []>>>, []>>, false>;
|
|
686
|
+
}>, true>;
|
|
687
|
+
}, "parent">>, true>;
|
|
688
|
+
}, undefined>;
|