@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,1747 @@
|
|
|
1
|
+
import * as DB from "tsondb/schema/dsl";
|
|
2
|
+
export const Locale = DB.Entity(import.meta.url, {
|
|
3
|
+
name: "Locale",
|
|
4
|
+
namePlural: "Locales",
|
|
5
|
+
comment: "A supported locale. The locale is used to identify the language and region of the content.",
|
|
6
|
+
type: () => DB.Object({
|
|
7
|
+
name: DB.Required({
|
|
8
|
+
comment: "Name of the language in its language.",
|
|
9
|
+
type: DB.String({ minLength: 1 }),
|
|
10
|
+
}),
|
|
11
|
+
region: DB.Required({
|
|
12
|
+
comment: "Region in which the language is spoken in its language.",
|
|
13
|
+
type: DB.String({ minLength: 1 }),
|
|
14
|
+
}),
|
|
15
|
+
is_missing_implementation: DB.Required({
|
|
16
|
+
comment: "The language is not (fully) implemented and thus needs to be excluded from stable releases.",
|
|
17
|
+
type: DB.Boolean(),
|
|
18
|
+
}),
|
|
19
|
+
measurementAdjustments: DB.Optional({
|
|
20
|
+
comment: "Measurement adjustments for units used in the locale.",
|
|
21
|
+
type: DB.IncludeIdentifier(LocaleMeasurementAdjustments),
|
|
22
|
+
}),
|
|
23
|
+
translations: DB.Optional({
|
|
24
|
+
// TODO: Make Required again once translations are added for all locales
|
|
25
|
+
comment: "The translations strings for the locale.",
|
|
26
|
+
// prettier-ignore
|
|
27
|
+
type: DB.TranslationObject({
|
|
28
|
+
// Menu
|
|
29
|
+
"About {$app}": null,
|
|
30
|
+
"Preferences …": null,
|
|
31
|
+
"Services": null,
|
|
32
|
+
"Hide {$app}": null,
|
|
33
|
+
"Hide Others": null,
|
|
34
|
+
"Show All": null,
|
|
35
|
+
"Quit {$app}": null,
|
|
36
|
+
".input {$os :string} {{File}}": null,
|
|
37
|
+
"Close": null,
|
|
38
|
+
"Quit": null,
|
|
39
|
+
"Edit": null,
|
|
40
|
+
"Undo": null,
|
|
41
|
+
"Redo": null,
|
|
42
|
+
"Cut": null,
|
|
43
|
+
"Copy": null,
|
|
44
|
+
"Paste": null,
|
|
45
|
+
"Delete": null,
|
|
46
|
+
"Select All": null,
|
|
47
|
+
"View": null,
|
|
48
|
+
"Toggle Full Screen": null,
|
|
49
|
+
"Window": null,
|
|
50
|
+
"Minimize": null,
|
|
51
|
+
"Zoom": null,
|
|
52
|
+
"Main Window": null,
|
|
53
|
+
"Bring All to Front": null,
|
|
54
|
+
// Settings Window
|
|
55
|
+
"Settings": null,
|
|
56
|
+
"Main Language": null,
|
|
57
|
+
"System Language": null,
|
|
58
|
+
"Fallback Language": null,
|
|
59
|
+
"No fallback language": null,
|
|
60
|
+
"Appearance": null,
|
|
61
|
+
"Auto": null,
|
|
62
|
+
"Light": null,
|
|
63
|
+
"Dark": null,
|
|
64
|
+
"Edit characters after creation": null,
|
|
65
|
+
"Show animations": null,
|
|
66
|
+
"Check for updates": null,
|
|
67
|
+
// Updater Window
|
|
68
|
+
"Updater": null,
|
|
69
|
+
"Checking for updates …": null,
|
|
70
|
+
"New version available": null,
|
|
71
|
+
/**
|
|
72
|
+
* - `0`: Version number
|
|
73
|
+
*/
|
|
74
|
+
"Version {$version} is available! Do you wish to download and install?": null,
|
|
75
|
+
"Download": null,
|
|
76
|
+
"Download Later": null,
|
|
77
|
+
"Downloading update …": null,
|
|
78
|
+
"Update downloaded": null,
|
|
79
|
+
"Quit and Install": null,
|
|
80
|
+
"Install Later": null,
|
|
81
|
+
"No update available": null,
|
|
82
|
+
"You're running the latest version available.": null,
|
|
83
|
+
// Main Window
|
|
84
|
+
"Characters": null,
|
|
85
|
+
"Groups": null,
|
|
86
|
+
"Library": null,
|
|
87
|
+
"FAQ": null,
|
|
88
|
+
"About": null,
|
|
89
|
+
"Imprint": null,
|
|
90
|
+
"Third-Party Licenses": null,
|
|
91
|
+
"Last Changes": null,
|
|
92
|
+
"Profile": null,
|
|
93
|
+
"Overview": null,
|
|
94
|
+
"Personal Data": null,
|
|
95
|
+
"Character Sheet": null,
|
|
96
|
+
"Pact": null,
|
|
97
|
+
"Rule Set": null,
|
|
98
|
+
"Race, Culture & Profession": null,
|
|
99
|
+
"Race": null,
|
|
100
|
+
"Culture": null,
|
|
101
|
+
"Profession": null,
|
|
102
|
+
"Attributes": null,
|
|
103
|
+
"Advantages & Disadvantages": null,
|
|
104
|
+
"Advantages": null,
|
|
105
|
+
"Disadvantages": null,
|
|
106
|
+
"Abilities": null,
|
|
107
|
+
"Skills": null,
|
|
108
|
+
"Combat Techniques": null,
|
|
109
|
+
"Special Abilities": null,
|
|
110
|
+
"Spells": null,
|
|
111
|
+
"Liturgical Chants": null,
|
|
112
|
+
"Belongings": null,
|
|
113
|
+
"Equipment": null,
|
|
114
|
+
"Hit Zone Armor": null,
|
|
115
|
+
"Pets": null,
|
|
116
|
+
/**
|
|
117
|
+
* - `0`: AP left
|
|
118
|
+
*/
|
|
119
|
+
"{$value} AP Remaining": null,
|
|
120
|
+
"Save": null,
|
|
121
|
+
"Show Settings": null,
|
|
122
|
+
"Toggle DevTools": null,
|
|
123
|
+
// Adventure Points
|
|
124
|
+
"Adventure Points": null,
|
|
125
|
+
"AP": null,
|
|
126
|
+
/**
|
|
127
|
+
* - `0`: AP value
|
|
128
|
+
*/
|
|
129
|
+
".input {$value :number} {{{$value} Adventure Points}}": null,
|
|
130
|
+
"{$value} Adventure Points": null,
|
|
131
|
+
/**
|
|
132
|
+
* - `0`: AP value
|
|
133
|
+
*/
|
|
134
|
+
"{$value} AP": null,
|
|
135
|
+
/**
|
|
136
|
+
* - `0`: AP Total
|
|
137
|
+
*/
|
|
138
|
+
"{$value} Total AP": null,
|
|
139
|
+
/**
|
|
140
|
+
* - `0`: AP Spent
|
|
141
|
+
*/
|
|
142
|
+
"{$value} AP Spent": null,
|
|
143
|
+
/**
|
|
144
|
+
* - `0`: Current AP spent on advantages
|
|
145
|
+
* - `1`: Maximum possible AP spent on advantages
|
|
146
|
+
*/
|
|
147
|
+
"{$value}/{$max} AP spent on advantages": null,
|
|
148
|
+
/**
|
|
149
|
+
* - `0`: Current AP spent on magic advantages
|
|
150
|
+
* - `1`: Maximum possible AP spent on magic advantages
|
|
151
|
+
*/
|
|
152
|
+
"Thereof {$value}/{$max} on magic advantages": null,
|
|
153
|
+
/**
|
|
154
|
+
* - `0`: Current AP spent on blessed advantages
|
|
155
|
+
* - `1`: Maximum possible AP spent on blessed advantages
|
|
156
|
+
*/
|
|
157
|
+
"Thereof {$value}/{$max} on blessed advantages": null,
|
|
158
|
+
/**
|
|
159
|
+
* - `0`: Current AP spent on disadvantages
|
|
160
|
+
* - `1`: Maximum possible AP spent on disadvantages
|
|
161
|
+
*/
|
|
162
|
+
"{$value}/{$max} AP received from disadvantages": null,
|
|
163
|
+
/**
|
|
164
|
+
* - `0`: Current AP spent on magic disadvantages
|
|
165
|
+
* - `1`: Maximum possible AP spent on magic disadvantages
|
|
166
|
+
*/
|
|
167
|
+
"Thereof {$value}/{$max} from magic disadvantages": null,
|
|
168
|
+
/**
|
|
169
|
+
* - `0`: Current AP spent on blessed disadvantages
|
|
170
|
+
* - `1`: Maximum possible AP spent on blessed disadvantages
|
|
171
|
+
*/
|
|
172
|
+
"Thereof {$value}/{$max} from blessed disadvantages": null,
|
|
173
|
+
/**
|
|
174
|
+
* - `0`: AP spent on race
|
|
175
|
+
*/
|
|
176
|
+
"{$value} AP spent on race": null,
|
|
177
|
+
/**
|
|
178
|
+
* - `0`: AP spent on profession
|
|
179
|
+
*/
|
|
180
|
+
"{$value} AP spent on profession": null,
|
|
181
|
+
/**
|
|
182
|
+
* - `0`: AP spent on attributes
|
|
183
|
+
*/
|
|
184
|
+
"{$value} AP spent on attributes": null,
|
|
185
|
+
/**
|
|
186
|
+
* - `0`: AP spent on skills
|
|
187
|
+
*/
|
|
188
|
+
"{$value} AP spent on skills": null,
|
|
189
|
+
/**
|
|
190
|
+
* - `0`: AP spent on combat techniques
|
|
191
|
+
*/
|
|
192
|
+
"{$value} AP spent on combat techniques": null,
|
|
193
|
+
/**
|
|
194
|
+
* - `0`: AP spent on spells
|
|
195
|
+
*/
|
|
196
|
+
"{$value} AP spent on spells": null,
|
|
197
|
+
/**
|
|
198
|
+
* - `0`: AP spent on cantrips
|
|
199
|
+
*/
|
|
200
|
+
"{$value} AP spent on cantrips": null,
|
|
201
|
+
/**
|
|
202
|
+
* - `0`: AP spent on liturgical chants
|
|
203
|
+
*/
|
|
204
|
+
"{$value} AP spent on liturgical chants": null,
|
|
205
|
+
/**
|
|
206
|
+
* - `0`: AP spent on blessings
|
|
207
|
+
*/
|
|
208
|
+
"{$value} AP spent on blessings": null,
|
|
209
|
+
/**
|
|
210
|
+
* - `0`: AP spent on special abilities
|
|
211
|
+
*/
|
|
212
|
+
"{$value} AP spent on special abilities": null,
|
|
213
|
+
/**
|
|
214
|
+
* - `0`: AP spent on energies (LP/AE/KP)
|
|
215
|
+
*/
|
|
216
|
+
"{$value} AP spent on improving/buying back LP/AE/KP": null,
|
|
217
|
+
"header.dialogs.herosaved": null,
|
|
218
|
+
"header.dialogs.allsaved": null,
|
|
219
|
+
"header.dialogs.everythingelsesaved": null,
|
|
220
|
+
"header.dialogs.saveconfigerror.title": null,
|
|
221
|
+
"header.dialogs.saveconfigerror.message": null,
|
|
222
|
+
"header.dialogs.saveheroeserror.title": null,
|
|
223
|
+
"header.dialogs.saveheroeserror.message": null,
|
|
224
|
+
/**
|
|
225
|
+
* - `0`: Weight in kg
|
|
226
|
+
*/
|
|
227
|
+
"general.weightvalue": null,
|
|
228
|
+
/**
|
|
229
|
+
* - `0`: Price in silverthalers
|
|
230
|
+
*/
|
|
231
|
+
"general.pricevalue": null,
|
|
232
|
+
/**
|
|
233
|
+
* - `0`: Length in cm
|
|
234
|
+
*/
|
|
235
|
+
"general.lengthvalue": null,
|
|
236
|
+
/**
|
|
237
|
+
* As in *2D6*.
|
|
238
|
+
*/
|
|
239
|
+
"D": null,
|
|
240
|
+
"{$count}D{$sides}": null,
|
|
241
|
+
"general.none": null,
|
|
242
|
+
"general.or": null,
|
|
243
|
+
"general.and": null,
|
|
244
|
+
"general.error": null,
|
|
245
|
+
"general.errorcode": null,
|
|
246
|
+
"general.emptylistplaceholder": null,
|
|
247
|
+
"general.emptylistnoresultsplaceholder": null,
|
|
248
|
+
"No Results": null,
|
|
249
|
+
"Search": null,
|
|
250
|
+
"Sort By": null,
|
|
251
|
+
"Name": null,
|
|
252
|
+
"Date Modified": null,
|
|
253
|
+
"Group": null,
|
|
254
|
+
"Property": null,
|
|
255
|
+
"general.filters.sort.bylocation": null,
|
|
256
|
+
"general.filters.sort.bycost": null,
|
|
257
|
+
"general.filters.sort.byweight": null,
|
|
258
|
+
"general.filters.showactivatedentries": null,
|
|
259
|
+
"Done": null,
|
|
260
|
+
"OK": null,
|
|
261
|
+
"Cancel": null,
|
|
262
|
+
"Create": null,
|
|
263
|
+
"Apply": null,
|
|
264
|
+
"Add": null,
|
|
265
|
+
"Not enough AP": null,
|
|
266
|
+
".input {$value :number} {{You are missing {$value} Adventure Points to do this.}}": null,
|
|
267
|
+
"Exceeding Adventure Points limit for advantages": null,
|
|
268
|
+
"You cannot spend more than {$max} AP on advantages. You would exceed this limit by {$over} AP.": null,
|
|
269
|
+
"Exceeding Adventure Points limit for magical advantages": null,
|
|
270
|
+
"You cannot spend more than {$max} AP on magical advantages. You would exceed this limit by {$over} AP.": null,
|
|
271
|
+
"Exceeding Adventure Points limit for blessed advantages": null,
|
|
272
|
+
"You cannot spend more than {$max} AP on blessed advantages. You would exceed this limit by {$over} AP.": null,
|
|
273
|
+
"Exceeding Adventure Points limit for disadvantages": null,
|
|
274
|
+
"You cannot receive more than {$max} AP from disadvantages. You would exceed this limit by {$over} AP.": null,
|
|
275
|
+
"Exceeding Adventure Points limit for magical disadvantages": null,
|
|
276
|
+
"You cannot receive more than {$max} AP from magical disadvantages. You would exceed this limit by {$over} AP.": null,
|
|
277
|
+
"Exceeding Adventure Points limit for blessed disadvantages": null,
|
|
278
|
+
"You cannot receive more than {$max} AP from blessed disadvantages. You would exceed this limit by {$over} AP.": null,
|
|
279
|
+
"heroes.filters.origin.allheroes": null,
|
|
280
|
+
"heroes.filters.origin.ownheroes": null,
|
|
281
|
+
"heroes.filters.origin.sharedheroes": null,
|
|
282
|
+
"Import": null,
|
|
283
|
+
"New Character": null,
|
|
284
|
+
"Duplicate Character": null,
|
|
285
|
+
"Export Character as OPTLC file": null,
|
|
286
|
+
"Delete Character": null,
|
|
287
|
+
"Open Character": null,
|
|
288
|
+
"heroes.saveherobtn": null,
|
|
289
|
+
"heroes.unsavedhero.name": null,
|
|
290
|
+
"heroes.list.adventurepoints": null,
|
|
291
|
+
"heroes.dialogs.herosaved": null,
|
|
292
|
+
"heroes.dialogs.importheroerror.title": null,
|
|
293
|
+
"heroes.dialogs.importheroerror.message": null,
|
|
294
|
+
"heroes.dialogs.heroexportsavelocation.title": null,
|
|
295
|
+
"heroes.dialogs.herojsonsaveerror.title": null,
|
|
296
|
+
"heroes.dialogs.herojsonsaveerror.message": null,
|
|
297
|
+
"heroes.dialogs.unsavedactions.title": null,
|
|
298
|
+
"heroes.dialogs.unsavedactions.message": null,
|
|
299
|
+
"heroes.dialogs.unsavedactions.quit": null,
|
|
300
|
+
"heroes.dialogs.unsavedactions.saveandquit": null,
|
|
301
|
+
/**
|
|
302
|
+
* - `0`: Name of the hero to delete
|
|
303
|
+
*/
|
|
304
|
+
"heroes.dialogs.deletehero.title": null,
|
|
305
|
+
"heroes.dialogs.deletehero.message": null,
|
|
306
|
+
"heroes.dialogs.herocreation.title": null,
|
|
307
|
+
"heroes.dialogs.herocreation.nameofhero": null,
|
|
308
|
+
"heroes.dialogs.herocreation.sex.placeholder": null,
|
|
309
|
+
"heroes.dialogs.herocreation.sex.male": null,
|
|
310
|
+
"heroes.dialogs.herocreation.sex.female": null,
|
|
311
|
+
"heroes.dialogs.herocreation.experiencelevel.placeholder": null,
|
|
312
|
+
"heroes.dialogs.herocreation.startbtn": null,
|
|
313
|
+
"wiki.chooseacategory": null,
|
|
314
|
+
"wiki.chooseacategorytodisplayalist": null,
|
|
315
|
+
"wiki.filters.races": null,
|
|
316
|
+
"wiki.filters.cultures": null,
|
|
317
|
+
"wiki.filters.professions": null,
|
|
318
|
+
"wiki.filters.advantages": null,
|
|
319
|
+
"wiki.filters.disadvantages": null,
|
|
320
|
+
"wiki.filters.skills": null,
|
|
321
|
+
"wiki.filters.skills.all": null,
|
|
322
|
+
"wiki.filters.combattechniques": null,
|
|
323
|
+
"wiki.filters.combattechniques.all": null,
|
|
324
|
+
"wiki.filters.magic": null,
|
|
325
|
+
"wiki.filters.magic.all": null,
|
|
326
|
+
"wiki.filters.liturgicalchants": null,
|
|
327
|
+
"wiki.filters.liturgicalchants.all": null,
|
|
328
|
+
"wiki.filters.specialabilities": null,
|
|
329
|
+
"wiki.filters.specialabilities.all": null,
|
|
330
|
+
"wiki.filters.itemtemplates": null,
|
|
331
|
+
"wiki.filters.itemtemplates.all": null,
|
|
332
|
+
"Edit Name": null,
|
|
333
|
+
"Change Name": null,
|
|
334
|
+
"Edit Profession Name": null,
|
|
335
|
+
"Change Profession Name": null,
|
|
336
|
+
"Add AP": null,
|
|
337
|
+
"Add Adventure Points": null,
|
|
338
|
+
"How many Adventure Points do you want to add?": null,
|
|
339
|
+
"Finish Character Creation": null,
|
|
340
|
+
"Select New Avatar": null,
|
|
341
|
+
"Delete Avatar": null,
|
|
342
|
+
"profile.dialogs.changeheroavatar.title": null,
|
|
343
|
+
"profile.dialogs.changeheroavatar.selectfilebtn": null,
|
|
344
|
+
"profile.dialogs.changeheroavatar.imagefiletype": null,
|
|
345
|
+
"profile.dialogs.changeheroavatar.invalidfilewarning": null,
|
|
346
|
+
// Personal Data
|
|
347
|
+
"Male": null,
|
|
348
|
+
"Female": null,
|
|
349
|
+
"Bal’Thani": null,
|
|
350
|
+
"Tsajana": null,
|
|
351
|
+
"Family": null,
|
|
352
|
+
"Place of Birth": null,
|
|
353
|
+
"Date of Birth": null,
|
|
354
|
+
"Age": null,
|
|
355
|
+
"Hair Color": null,
|
|
356
|
+
"Eye Color": null,
|
|
357
|
+
"Size": null,
|
|
358
|
+
"Weight": null,
|
|
359
|
+
"Title": null,
|
|
360
|
+
"Social Status": null,
|
|
361
|
+
"Characteristics": null,
|
|
362
|
+
"Other Information": null,
|
|
363
|
+
"Reroll Eye Color": null,
|
|
364
|
+
"Reroll Hair Color": null,
|
|
365
|
+
"Reroll Size": null,
|
|
366
|
+
"Reroll Weight": null,
|
|
367
|
+
"personaldata.cultureareaknowledge": null,
|
|
368
|
+
"You can save up no more than 10 AP to use later during the game, and you cannot begin the game with a negative AP balance.": null,
|
|
369
|
+
"sheets.printtopdfbtn": null,
|
|
370
|
+
"sheets.dialogs.pdfexportsavelocation.title": null,
|
|
371
|
+
"sheets.dialogs.pdfsaved": null,
|
|
372
|
+
"sheets.dialogs.pdfsaveerror.title": null,
|
|
373
|
+
"sheets.dialogs.pdfsaveerror.message": null,
|
|
374
|
+
"sheets.dialogs.pdfcreationerror.title": null,
|
|
375
|
+
"sheets.dialogs.pdfcreationerror.message": null,
|
|
376
|
+
"sheets.showattributevalues": null,
|
|
377
|
+
"sheets.useparchment": null,
|
|
378
|
+
"sheets.zoomfactor": null,
|
|
379
|
+
"sheets.charactersheet": null,
|
|
380
|
+
"sheets.attributemodifiers.title": null,
|
|
381
|
+
"sheets.mainsheet.title": null,
|
|
382
|
+
"sheets.mainsheet.name": null,
|
|
383
|
+
"sheets.mainsheet.family": null,
|
|
384
|
+
"sheets.mainsheet.placeofbirth": null,
|
|
385
|
+
"sheets.mainsheet.dateofbirth": null,
|
|
386
|
+
"sheets.mainsheet.age": null,
|
|
387
|
+
"sheets.mainsheet.sex": null,
|
|
388
|
+
"sheets.mainsheet.race": null,
|
|
389
|
+
"sheets.mainsheet.size": null,
|
|
390
|
+
"sheets.mainsheet.weight": null,
|
|
391
|
+
"sheets.mainsheet.haircolor": null,
|
|
392
|
+
"sheets.mainsheet.eyecolor": null,
|
|
393
|
+
"sheets.mainsheet.culture": null,
|
|
394
|
+
"sheets.mainsheet.socialstatus": null,
|
|
395
|
+
"sheets.mainsheet.profession": null,
|
|
396
|
+
"sheets.mainsheet.rank": null,
|
|
397
|
+
"sheets.mainsheet.characteristics": null,
|
|
398
|
+
"sheets.mainsheet.otherinfo": null,
|
|
399
|
+
"sheets.mainsheet.experiencelevellabel": null,
|
|
400
|
+
"sheets.mainsheet.totalaplabel": null,
|
|
401
|
+
"sheets.mainsheet.apcollectedlabel": null,
|
|
402
|
+
"sheets.mainsheet.apspentlabel": null,
|
|
403
|
+
"sheets.mainsheet.avatarlabel": null,
|
|
404
|
+
"sheets.mainsheet.advantages": null,
|
|
405
|
+
"sheets.mainsheet.disadvantages": null,
|
|
406
|
+
"sheets.mainsheet.generalspecialabilites": null,
|
|
407
|
+
"sheets.mainsheet.fatepoints": null,
|
|
408
|
+
"sheets.mainsheet.derivedcharacteristics.labels.value": null,
|
|
409
|
+
"sheets.mainsheet.derivedcharacteristics.labels.bonuspenalty": null,
|
|
410
|
+
"sheets.mainsheet.derivedcharacteristics.labels.bonus": null,
|
|
411
|
+
"sheets.mainsheet.derivedcharacteristics.labels.bought": null,
|
|
412
|
+
"sheets.mainsheet.derivedcharacteristics.labels.max": null,
|
|
413
|
+
"sheets.mainsheet.derivedcharacteristics.labels.current": null,
|
|
414
|
+
"sheets.mainsheet.derivedcharacteristics.labels.basestat": null,
|
|
415
|
+
"sheets.mainsheet.derivedcharacteristics.labels.permanentlylostboughtback": null,
|
|
416
|
+
"sheets.gamestatssheet.title": null,
|
|
417
|
+
"sheets.gamestatssheet.skillstable.title": null,
|
|
418
|
+
"sheets.gamestatssheet.skillstable.labels.skill": null,
|
|
419
|
+
"sheets.gamestatssheet.skillstable.labels.check": null,
|
|
420
|
+
"sheets.gamestatssheet.skillstable.labels.encumbrance": null,
|
|
421
|
+
"sheets.gamestatssheet.skillstable.labels.improvementcost": null,
|
|
422
|
+
"sheets.gamestatssheet.skillstable.labels.skillrating": null,
|
|
423
|
+
"sheets.gamestatssheet.skillstable.labels.routinechecks": null,
|
|
424
|
+
"sheets.gamestatssheet.skillstable.labels.notes": null,
|
|
425
|
+
"sheets.gamestatssheet.skillstable.encumbrance.yes": null,
|
|
426
|
+
"sheets.gamestatssheet.skillstable.encumbrance.no": null,
|
|
427
|
+
"sheets.gamestatssheet.skillstable.encumbrance.maybe": null,
|
|
428
|
+
"sheets.gamestatssheet.skillstable.groups.pages": null,
|
|
429
|
+
"sheets.gamestatssheet.languages.title": null,
|
|
430
|
+
"sheets.gamestatssheet.languages.nativetongue": null,
|
|
431
|
+
"sheets.gamestatssheet.knownscripts.title": null,
|
|
432
|
+
"sheets.gamestatssheet.routinechecks.title": null,
|
|
433
|
+
"sheets.gamestatssheet.routinechecks.textRow1": null,
|
|
434
|
+
"sheets.gamestatssheet.routinechecks.textRow2": null,
|
|
435
|
+
"sheets.gamestatssheet.routinechecks.textRow3": null,
|
|
436
|
+
"sheets.gamestatssheet.routinechecks.textRow4": null,
|
|
437
|
+
"sheets.gamestatssheet.routinechecks.labels.checkmod": null,
|
|
438
|
+
"sheets.gamestatssheet.routinechecks.labels.neededsr": null,
|
|
439
|
+
"sheets.gamestatssheet.routinechecks.from3on": null,
|
|
440
|
+
"sheets.gamestatssheet.qualitylevels.title": null,
|
|
441
|
+
"sheets.gamestatssheet.qualitylevels.labels.skillpoints": null,
|
|
442
|
+
"sheets.gamestatssheet.qualitylevels.labels.qualitylevel": null,
|
|
443
|
+
"sheets.combatsheet.title": null,
|
|
444
|
+
"sheets.combatsheet.combattechniquestable.title": null,
|
|
445
|
+
"sheets.combatsheet.combattechniquestable.labels.combattechnique": null,
|
|
446
|
+
"sheets.combatsheet.combattechniquestable.labels.primaryattribute": null,
|
|
447
|
+
"sheets.combatsheet.combattechniquestable.labels.improvementcost": null,
|
|
448
|
+
"sheets.combatsheet.combattechniquestable.labels.combattechniquerating": null,
|
|
449
|
+
"sheets.combatsheet.combattechniquestable.labels.attackrangecombat": null,
|
|
450
|
+
"sheets.combatsheet.combattechniquestable.labels.parry": null,
|
|
451
|
+
"sheets.combatsheet.lifepoints.title": null,
|
|
452
|
+
"sheets.combatsheet.lifepoints.max": null,
|
|
453
|
+
"sheets.combatsheet.lifepoints.current": null,
|
|
454
|
+
"sheets.combatsheet.lifepoints.pain1": null,
|
|
455
|
+
"sheets.combatsheet.lifepoints.pain2": null,
|
|
456
|
+
"sheets.combatsheet.lifepoints.pain3": null,
|
|
457
|
+
"sheets.combatsheet.lifepoints.pain4": null,
|
|
458
|
+
"sheets.combatsheet.lifepoints.dying": null,
|
|
459
|
+
"sheets.combatsheet.closecombatweapons": null,
|
|
460
|
+
"sheets.combatsheet.closecombatweapons.labels.weapon": null,
|
|
461
|
+
"sheets.combatsheet.closecombatweapons.labels.combattechnique": null,
|
|
462
|
+
"sheets.combatsheet.closecombatweapons.labels.damagebonus": null,
|
|
463
|
+
"sheets.combatsheet.closecombatweapons.labels.damagepoints": null,
|
|
464
|
+
"sheets.combatsheet.closecombatweapons.labels.attackparrymodifier": null,
|
|
465
|
+
"sheets.combatsheet.closecombatweapons.labels.reach": null,
|
|
466
|
+
"sheets.combatsheet.closecombatweapons.labels.breakingpointrating": null,
|
|
467
|
+
"sheets.combatsheet.closecombatweapons.labels.damaged": null,
|
|
468
|
+
"sheets.combatsheet.closecombatweapons.labels.attack": null,
|
|
469
|
+
"sheets.combatsheet.closecombatweapons.labels.parry": null,
|
|
470
|
+
"sheets.combatsheet.closecombatweapons.labels.weight": null,
|
|
471
|
+
"sheets.combatsheet.rangedcombatweapons": null,
|
|
472
|
+
"sheets.combatsheet.rangedcombatweapons.labels.weapon": null,
|
|
473
|
+
"sheets.combatsheet.rangedcombatweapons.labels.combattechnique": null,
|
|
474
|
+
"sheets.combatsheet.rangedcombatweapons.labels.reloadtime": null,
|
|
475
|
+
"sheets.combatsheet.rangedcombatweapons.labels.damagepoints": null,
|
|
476
|
+
"sheets.combatsheet.rangedcombatweapons.labels.ammunition": null,
|
|
477
|
+
"sheets.combatsheet.rangedcombatweapons.labels.rangebrackets": null,
|
|
478
|
+
"sheets.combatsheet.rangedcombatweapons.labels.breakingpointrating": null,
|
|
479
|
+
"sheets.combatsheet.rangedcombatweapons.labels.damaged": null,
|
|
480
|
+
"sheets.combatsheet.rangedcombatweapons.labels.rangedcombat": null,
|
|
481
|
+
"sheets.combatsheet.rangedcombatweapons.labels.weight": null,
|
|
482
|
+
"sheets.combatsheet.armors.title": null,
|
|
483
|
+
"sheets.combatsheet.armors.labels.armor": null,
|
|
484
|
+
"sheets.combatsheet.armors.labels.sturdinessrating": null,
|
|
485
|
+
"sheets.combatsheet.armors.labels.wear": null,
|
|
486
|
+
"sheets.combatsheet.armors.labels.protection": null,
|
|
487
|
+
"sheets.combatsheet.armors.labels.encumbrance": null,
|
|
488
|
+
"sheets.combatsheet.armors.labels.movementinitiative": null,
|
|
489
|
+
"sheets.combatsheet.armors.labels.carriedwhereexamples": null,
|
|
490
|
+
"sheets.combatsheet.armors.labels.head": null,
|
|
491
|
+
"sheets.combatsheet.armors.labels.torso": null,
|
|
492
|
+
"sheets.combatsheet.armors.labels.leftarm": null,
|
|
493
|
+
"sheets.combatsheet.armors.labels.rightarm": null,
|
|
494
|
+
"sheets.combatsheet.armors.labels.leftleg": null,
|
|
495
|
+
"sheets.combatsheet.armors.labels.rightleg": null,
|
|
496
|
+
"sheets.combatsheet.armors.labels.weight": null,
|
|
497
|
+
"sheets.combatsheet.shieldparryingweapon.title": null,
|
|
498
|
+
"sheets.combatsheet.shieldparryingweapon.labels.shieldparryingweapon": null,
|
|
499
|
+
"sheets.combatsheet.shieldparryingweapon.labels.structurepoints": null,
|
|
500
|
+
"sheets.combatsheet.shieldparryingweapon.labels.breakingpointrating": null,
|
|
501
|
+
"sheets.combatsheet.shieldparryingweapon.labels.damaged": null,
|
|
502
|
+
"sheets.combatsheet.shieldparryingweapon.labels.attackparrymodifier": null,
|
|
503
|
+
"sheets.combatsheet.shieldparryingweapon.labels.weight": null,
|
|
504
|
+
"sheets.combatsheet.actions": null,
|
|
505
|
+
"sheets.combatsheet.combatspecialabilities": null,
|
|
506
|
+
"sheets.combatsheet.conditions": null,
|
|
507
|
+
"sheets.combatsheet.states": null,
|
|
508
|
+
"sheets.belongingssheet.title": null,
|
|
509
|
+
"sheets.belongingssheet.equipmenttable.title": null,
|
|
510
|
+
"sheets.belongingssheet.equipmenttable.labels.item": null,
|
|
511
|
+
"sheets.belongingssheet.equipmenttable.labels.number": null,
|
|
512
|
+
"sheets.belongingssheet.equipmenttable.labels.price": null,
|
|
513
|
+
"sheets.belongingssheet.equipmenttable.labels.weight": null,
|
|
514
|
+
"sheets.belongingssheet.equipmenttable.labels.carriedwhere": null,
|
|
515
|
+
"sheets.belongingssheet.equipmenttable.labels.total": null,
|
|
516
|
+
"sheets.belongingssheet.purse.title": null,
|
|
517
|
+
"sheets.belongingssheet.purse.ducats": null,
|
|
518
|
+
"sheets.belongingssheet.purse.silverthalers": null,
|
|
519
|
+
"sheets.belongingssheet.purse.halers": null,
|
|
520
|
+
"sheets.belongingssheet.purse.kreutzers": null,
|
|
521
|
+
"sheets.belongingssheet.purse.gems": null,
|
|
522
|
+
"sheets.belongingssheet.purse.jewelry": null,
|
|
523
|
+
"sheets.belongingssheet.purse.other": null,
|
|
524
|
+
"sheets.belongingssheet.carryingcapacity.title": null,
|
|
525
|
+
"sheets.belongingssheet.carryingcapacity.calc": null,
|
|
526
|
+
"sheets.belongingssheet.carryingcapacity.label": null,
|
|
527
|
+
"sheets.belongingssheet.animal.title": null,
|
|
528
|
+
"sheets.belongingssheet.animal.name": null,
|
|
529
|
+
"sheets.belongingssheet.animal.sizecategory": null,
|
|
530
|
+
"sheets.belongingssheet.animal.type": null,
|
|
531
|
+
"sheets.belongingssheet.animal.ap": null,
|
|
532
|
+
"sheets.belongingssheet.animal.protection": null,
|
|
533
|
+
"sheets.belongingssheet.animal.attackname": null,
|
|
534
|
+
"sheets.belongingssheet.animal.attack": null,
|
|
535
|
+
"sheets.belongingssheet.animal.parry": null,
|
|
536
|
+
"sheets.belongingssheet.animal.damagepoints": null,
|
|
537
|
+
"sheets.belongingssheet.animal.reach": null,
|
|
538
|
+
"sheets.belongingssheet.animal.actions": null,
|
|
539
|
+
"sheets.belongingssheet.animal.skills": null,
|
|
540
|
+
"sheets.belongingssheet.animal.specialabilities": null,
|
|
541
|
+
"sheets.belongingssheet.animal.notes": null,
|
|
542
|
+
"sheets.spellssheet.title": null,
|
|
543
|
+
"sheets.spellssheet.header.labels.aemax": null,
|
|
544
|
+
"sheets.spellssheet.header.labels.aecurrent": null,
|
|
545
|
+
"sheets.spellssheet.spellstable.title": null,
|
|
546
|
+
"sheets.spellssheet.spellstable.labels.spellorritual": null,
|
|
547
|
+
"sheets.spellssheet.spellstable.labels.check": null,
|
|
548
|
+
"sheets.spellssheet.spellstable.labels.skillrating": null,
|
|
549
|
+
"sheets.spellssheet.spellstable.labels.cost": null,
|
|
550
|
+
"sheets.spellssheet.spellstable.labels.castingtime": null,
|
|
551
|
+
"sheets.spellssheet.spellstable.labels.range": null,
|
|
552
|
+
"sheets.spellssheet.spellstable.labels.duration": null,
|
|
553
|
+
"sheets.spellssheet.spellstable.labels.property": null,
|
|
554
|
+
"sheets.spellssheet.spellstable.labels.improvementcost": null,
|
|
555
|
+
"sheets.spellssheet.spellstable.labels.effect": null,
|
|
556
|
+
"sheets.spellssheet.spellstable.labels.pages": null,
|
|
557
|
+
"sheets.spellssheet.spellstable.unfamiliarspell": null,
|
|
558
|
+
"sheets.spellssheet.primaryattribute": null,
|
|
559
|
+
"sheets.spellssheet.properties": null,
|
|
560
|
+
"sheets.spellssheet.tradition": null,
|
|
561
|
+
"sheets.spellssheet.magicalspecialabilities": null,
|
|
562
|
+
"sheets.spellssheet.cantrips": null,
|
|
563
|
+
"sheets.chantssheet.title": null,
|
|
564
|
+
"sheets.chantssheet.header.labels.kpmax": null,
|
|
565
|
+
"sheets.chantssheet.header.labels.kpcurrent": null,
|
|
566
|
+
"sheets.chantssheet.chantstable.title": null,
|
|
567
|
+
"sheets.chantssheet.chantstable.labels.chant": null,
|
|
568
|
+
"sheets.chantssheet.chantstable.labels.check": null,
|
|
569
|
+
"sheets.chantssheet.chantstable.labels.skillrating": null,
|
|
570
|
+
"sheets.chantssheet.chantstable.labels.cost": null,
|
|
571
|
+
"sheets.chantssheet.chantstable.labels.castingtime": null,
|
|
572
|
+
"sheets.chantssheet.chantstable.labels.range": null,
|
|
573
|
+
"sheets.chantssheet.chantstable.labels.duration": null,
|
|
574
|
+
"sheets.chantssheet.chantstable.labels.aspect": null,
|
|
575
|
+
"sheets.chantssheet.chantstable.labels.improvementcost": null,
|
|
576
|
+
"sheets.chantssheet.chantstable.labels.effect": null,
|
|
577
|
+
"sheets.chantssheet.chantstable.labels.pages": null,
|
|
578
|
+
"sheets.chantssheet.primaryattribute": null,
|
|
579
|
+
"sheets.chantssheet.aspects": null,
|
|
580
|
+
"sheets.chantssheet.tradition": null,
|
|
581
|
+
"sheets.chantssheet.blessedspecialabilities": null,
|
|
582
|
+
"sheets.chantssheet.blessings": null,
|
|
583
|
+
"pacts.pactcategory": null,
|
|
584
|
+
"pacts.nopact": null,
|
|
585
|
+
"pacts.pactlevel": null,
|
|
586
|
+
"pacts.fairytype": null,
|
|
587
|
+
"pacts.domain": null,
|
|
588
|
+
"pacts.userdefined": null,
|
|
589
|
+
"pacts.demontype": null,
|
|
590
|
+
"pacts.circleofdamnation": null,
|
|
591
|
+
"pacts.minorpact": null,
|
|
592
|
+
"pacts.pactisincompletehint": null,
|
|
593
|
+
"pacts.name": null,
|
|
594
|
+
// Rules
|
|
595
|
+
"Rule Sources": null,
|
|
596
|
+
"Use all publications": null,
|
|
597
|
+
"Focus Rules": null,
|
|
598
|
+
"Optional Rules": null,
|
|
599
|
+
"rules.manualherodatarepair": null,
|
|
600
|
+
"rules.manualherodatarepairexplanation": null,
|
|
601
|
+
"inlinewiki.complementarysources": null,
|
|
602
|
+
"race.header.name": null,
|
|
603
|
+
"race.header.adventurepoints": null,
|
|
604
|
+
"race.header.adventurepoints.tooltip": null,
|
|
605
|
+
"inlinewiki.apvalue": null,
|
|
606
|
+
"inlinewiki.adventurepoints": null,
|
|
607
|
+
"inlinewiki.lifepointbasevalue": null,
|
|
608
|
+
"inlinewiki.spiritbasevalue": null,
|
|
609
|
+
"inlinewiki.toughnessbasevalue": null,
|
|
610
|
+
"inlinewiki.movementbasevalue": null,
|
|
611
|
+
"inlinewiki.attributeadjustments": null,
|
|
612
|
+
"inlinewiki.automaticadvantages": null,
|
|
613
|
+
"inlinewiki.stronglyrecommendedadvantages": null,
|
|
614
|
+
"inlinewiki.stronglyrecommendeddisadvantages": null,
|
|
615
|
+
"inlinewiki.commoncultures": null,
|
|
616
|
+
"inlinewiki.commonadvantages": null,
|
|
617
|
+
"inlinewiki.commondisadvantages": null,
|
|
618
|
+
"inlinewiki.uncommonadvantages": null,
|
|
619
|
+
"inlinewiki.uncommondisadvantages": null,
|
|
620
|
+
"culture.filters.common.allcultures": null,
|
|
621
|
+
"culture.filters.common.commoncultures": null,
|
|
622
|
+
"culture.header.name": null,
|
|
623
|
+
"inlinewiki.language": null,
|
|
624
|
+
"inlinewiki.script": null,
|
|
625
|
+
"inlinewiki.areaknowledge": null,
|
|
626
|
+
"inlinewiki.socialstatus": null,
|
|
627
|
+
"inlinewiki.commonprofessions": null,
|
|
628
|
+
"inlinewiki.commonprofessions.mundane": null,
|
|
629
|
+
"inlinewiki.commonprofessions.magic": null,
|
|
630
|
+
"inlinewiki.commonprofessions.blessed": null,
|
|
631
|
+
"inlinewiki.commonskills": null,
|
|
632
|
+
"inlinewiki.uncommonskills": null,
|
|
633
|
+
"inlinewiki.commonnames": null,
|
|
634
|
+
/**
|
|
635
|
+
* - `0`: Name of cultural package
|
|
636
|
+
* - `1`: AP cost of the cultural package
|
|
637
|
+
*/
|
|
638
|
+
"inlinewiki.culturalpackage": null,
|
|
639
|
+
"profession.ownprofession": null,
|
|
640
|
+
"profession.variants.novariant": null,
|
|
641
|
+
"profession.filters.common.allprofessions": null,
|
|
642
|
+
"profession.filters.common.commonprofessions": null,
|
|
643
|
+
"profession.filters.groups.allprofessiongroups": null,
|
|
644
|
+
"profession.filters.groups.mundaneprofessions": null,
|
|
645
|
+
"profession.filters.groups.magicalprofessions": null,
|
|
646
|
+
"profession.filters.groups.blessedprofessions": null,
|
|
647
|
+
"profession.header.name": null,
|
|
648
|
+
"profession.header.adventurepoints": null,
|
|
649
|
+
"profession.header.adventurepoints.tooltip": null,
|
|
650
|
+
"inlinewiki.prerequisites": null,
|
|
651
|
+
"inlinewiki.race": null,
|
|
652
|
+
"inlinewiki.specialabilities": null,
|
|
653
|
+
/**
|
|
654
|
+
* - `0`: AP given
|
|
655
|
+
*/
|
|
656
|
+
"inlinewiki.languagesandliteracytotalingap": null,
|
|
657
|
+
/**
|
|
658
|
+
* - `0`: Skill name(s)
|
|
659
|
+
*/
|
|
660
|
+
"inlinewiki.skillspecialization": null,
|
|
661
|
+
/**
|
|
662
|
+
* - `0`: AP given
|
|
663
|
+
* - `1`: Skill group
|
|
664
|
+
*/
|
|
665
|
+
"inlinewiki.skillsselection": null,
|
|
666
|
+
"inlinewiki.combattechniques": null,
|
|
667
|
+
/**
|
|
668
|
+
* - `0`: Amount of combat techniques to choose
|
|
669
|
+
* - `1`: CtR of the selected combat techniques after application
|
|
670
|
+
* - `2`: List of possible combat techniques
|
|
671
|
+
*/
|
|
672
|
+
"inlinewiki.combattechniqueselection": null,
|
|
673
|
+
"inlinewiki.combattechnique.one": null,
|
|
674
|
+
"inlinewiki.combattechnique.two": null,
|
|
675
|
+
/**
|
|
676
|
+
* - `0`: Amount of combat techniques to choose
|
|
677
|
+
* - `1`: CtR of the selected combat techniques after application
|
|
678
|
+
* - `2`: Amount of combat techniques to choose in a second selection
|
|
679
|
+
* - `3`: CtR of the selected combat techniques from second selection after application
|
|
680
|
+
* - `4`: List of possible combat techniques
|
|
681
|
+
*/
|
|
682
|
+
"inlinewiki.combattechniquesecondselection": null,
|
|
683
|
+
"inlinewiki.skills": null,
|
|
684
|
+
"inlinewiki.spells": null,
|
|
685
|
+
/**
|
|
686
|
+
* - `0`: AP given
|
|
687
|
+
*/
|
|
688
|
+
"inlinewiki.cursestotalingap": null,
|
|
689
|
+
/**
|
|
690
|
+
* - `0`: Amount of cantrips to choose
|
|
691
|
+
* - `1`: List of possible cantrips
|
|
692
|
+
*/
|
|
693
|
+
"inlinewiki.cantripsfromlist": null,
|
|
694
|
+
"inlinewiki.cantrip.one": null,
|
|
695
|
+
"inlinewiki.cantrip.two": null,
|
|
696
|
+
"inlinewiki.liturgicalchants": null,
|
|
697
|
+
"inlinewiki.thetwelveblessings": null,
|
|
698
|
+
/**
|
|
699
|
+
* - `0`: name of first excluded blessing
|
|
700
|
+
* - `1`: name of second excluded blessing
|
|
701
|
+
* - `2`: name of third excluded blessing
|
|
702
|
+
*/
|
|
703
|
+
"inlinewiki.thetwelveblessingsexceptions": null,
|
|
704
|
+
"inlinewiki.sixblessings": null,
|
|
705
|
+
"inlinewiki.suggestedadvantages": null,
|
|
706
|
+
"inlinewiki.suggesteddisadvantages": null,
|
|
707
|
+
"inlinewiki.unsuitableadvantages": null,
|
|
708
|
+
"inlinewiki.unsuitabledisadvantages": null,
|
|
709
|
+
"inlinewiki.variants": null,
|
|
710
|
+
"inlinewiki.insteadof": null,
|
|
711
|
+
"rcpselectoptions.race": null,
|
|
712
|
+
"rcpselectoptions.culture": null,
|
|
713
|
+
"rcpselectoptions.profession": null,
|
|
714
|
+
/**
|
|
715
|
+
* - `0`: Amount of cantrips to choose
|
|
716
|
+
*/
|
|
717
|
+
"rcpselectoptions.cantripsfromlist": null,
|
|
718
|
+
"rcpselectoptions.cantrip.one": null,
|
|
719
|
+
"rcpselectoptions.cantrip.two": null,
|
|
720
|
+
/**
|
|
721
|
+
* - `0`: Amount of combat techniques to choose
|
|
722
|
+
* - `1`: CtR of the selected combat techniques after application
|
|
723
|
+
*/
|
|
724
|
+
"rcpselectoptions.combattechniqueselection": null,
|
|
725
|
+
"rcpselectoptions.combattechnique.one": null,
|
|
726
|
+
"rcpselectoptions.combattechnique.two": null,
|
|
727
|
+
"rcpselectoptions.selectattributeadjustment": null,
|
|
728
|
+
"rcpselectoptions.buyculturalpackage": null,
|
|
729
|
+
"rcpselectoptions.nativetongue.placeholder": null,
|
|
730
|
+
"rcpselectoptions.buyscript": null,
|
|
731
|
+
"rcpselectoptions.script.placeholder": null,
|
|
732
|
+
/**
|
|
733
|
+
* - `0`: Amount of combat techniques to choose in a second selection
|
|
734
|
+
* - `1`: CtR of the selected combat techniques from second selection after application
|
|
735
|
+
*/
|
|
736
|
+
"rcpselectoptions.combattechniquesecondselection": null,
|
|
737
|
+
/**
|
|
738
|
+
* - `0`: AP given
|
|
739
|
+
* - `1`: AP left
|
|
740
|
+
*/
|
|
741
|
+
"rcpselectoptions.cursestotalingapleft": null,
|
|
742
|
+
/**
|
|
743
|
+
* - `0`: AP given
|
|
744
|
+
* - `1`: AP left
|
|
745
|
+
*/
|
|
746
|
+
"rcpselectoptions.languagesandliteracytotalingapleft": null,
|
|
747
|
+
"rcpselectoptions.applicationforskillspecialization": null,
|
|
748
|
+
/**
|
|
749
|
+
* - `0`: Skill group
|
|
750
|
+
* - `1`: AP given
|
|
751
|
+
* - `2`: AP left
|
|
752
|
+
*/
|
|
753
|
+
"rcpselectoptions.skillselectionap": null,
|
|
754
|
+
/**
|
|
755
|
+
* - `0`: Skill name(s)
|
|
756
|
+
*/
|
|
757
|
+
"rcpselectoptions.skillspecialization": null,
|
|
758
|
+
"rcpselectoptions.completebtn": null,
|
|
759
|
+
"rcpselectoptions.unfamiliarspells": null,
|
|
760
|
+
"rcpselectoptions.unfamiliarspellselectionfortraditionguildmage": null,
|
|
761
|
+
"rcpselectoptions.unfamiliarspell.placeholder": null,
|
|
762
|
+
"rcpselectoptions.unfamiliarspell": null,
|
|
763
|
+
// Attributes
|
|
764
|
+
"Total Points": null,
|
|
765
|
+
"Increment": null,
|
|
766
|
+
"Decrement": null,
|
|
767
|
+
"Activate": null,
|
|
768
|
+
"Attribute Adjustment Selection": null,
|
|
769
|
+
"Modifier": null,
|
|
770
|
+
"Bought": null,
|
|
771
|
+
"Lost Total": null,
|
|
772
|
+
"Bought Back": null,
|
|
773
|
+
"Buy Back Permanently Lost Point": null,
|
|
774
|
+
"Permanently Lost Life Points": null,
|
|
775
|
+
"pLP": null,
|
|
776
|
+
"Permanently Lost Arcane Energy": null,
|
|
777
|
+
"pAE": null,
|
|
778
|
+
"Permanently Lost Karma Points": null,
|
|
779
|
+
"pKP": null,
|
|
780
|
+
"Loose Permanent Points": null,
|
|
781
|
+
"How many points do you want to remove?": null,
|
|
782
|
+
"Remove": null,
|
|
783
|
+
"Permanently Spent": null,
|
|
784
|
+
"Common Advantages": null,
|
|
785
|
+
"Common Disadvantages": null,
|
|
786
|
+
"Custom AP Cost": null,
|
|
787
|
+
/**
|
|
788
|
+
* - `0`: Entry name
|
|
789
|
+
*/
|
|
790
|
+
"AP Cost for {$category}": null,
|
|
791
|
+
"Custom option": null,
|
|
792
|
+
"specialabilities.nativetonguelevel": null,
|
|
793
|
+
"Advanced Combat Special Abilities": null,
|
|
794
|
+
"Advanced Karma Special Abilities": null,
|
|
795
|
+
"Advanced Magical Special Abilities": null,
|
|
796
|
+
"Advanced Skill Special Abilities": null,
|
|
797
|
+
"Ancestor Glyphs": null,
|
|
798
|
+
"Arcane Orb Enchantments": null,
|
|
799
|
+
"Attire Enchantments": null,
|
|
800
|
+
"Blessed Traditions": null,
|
|
801
|
+
"Bowl Enchantments": null,
|
|
802
|
+
"Brawling Special Abilities": null,
|
|
803
|
+
"Cauldron Enchantments": null,
|
|
804
|
+
"Ceremonial Item Special Abilities": null,
|
|
805
|
+
"Chronicle Enchantments": null,
|
|
806
|
+
"Combat Special Abilities": null,
|
|
807
|
+
"Combat Style Special Abilities": null,
|
|
808
|
+
"Command Special Abilities": null,
|
|
809
|
+
"Dagger Rituals": null,
|
|
810
|
+
"Familiar Special Abilities": null,
|
|
811
|
+
"Fate Point Sex Special Abilities": null,
|
|
812
|
+
"Fate Point Special Abilities": null,
|
|
813
|
+
"Fools Hat Enchantments": null,
|
|
814
|
+
"General Special Abilities": null,
|
|
815
|
+
"Instrument Enchantments": null,
|
|
816
|
+
"Karma Special Abilities": null,
|
|
817
|
+
"Krallenkettenzauber": null,
|
|
818
|
+
"Liturgical Style Special Abilities": null,
|
|
819
|
+
"Lycantropic Gifts": null,
|
|
820
|
+
"Magical Signs": null,
|
|
821
|
+
"Magical Special Abilities": null,
|
|
822
|
+
"Magical Traditions": null,
|
|
823
|
+
"Magic Style Special Abilities": null,
|
|
824
|
+
"Orb Enchantments": null,
|
|
825
|
+
"Pact Gifts": null,
|
|
826
|
+
"Protective/Warding Circle Special Abilities": null,
|
|
827
|
+
"Ring Enchantments": null,
|
|
828
|
+
"Sermons": null,
|
|
829
|
+
"Sex Special Abilities": null,
|
|
830
|
+
"Sickle Rituals": null,
|
|
831
|
+
"Sikaryan Drain Special Abilities": null,
|
|
832
|
+
"Skill Style Special Abilities": null,
|
|
833
|
+
"Spell Sword Enchantments": null,
|
|
834
|
+
"Staff Enchantments": null,
|
|
835
|
+
"Toy Enchantments": null,
|
|
836
|
+
"Trinkhornzauber": null,
|
|
837
|
+
"Vampiric Gifts": null,
|
|
838
|
+
"Visions": null,
|
|
839
|
+
"Wand Enchantments": null,
|
|
840
|
+
"Weapon Enchantments": null,
|
|
841
|
+
"inlinewiki.rule": null,
|
|
842
|
+
"inlinewiki.effect": null,
|
|
843
|
+
"inlinewiki.extendedcombatspecialabilities": null,
|
|
844
|
+
"inlinewiki.extendedmagicalspecialabilities": null,
|
|
845
|
+
"inlinewiki.extendedblessedspecialabilities": null,
|
|
846
|
+
"inlinewiki.extendedskillspecialabilities": null,
|
|
847
|
+
"inlinewiki.penalty": null,
|
|
848
|
+
"inlinewiki.level": null,
|
|
849
|
+
"inlinewiki.perlevel": null,
|
|
850
|
+
"inlinewiki.volume": null,
|
|
851
|
+
"inlinewiki.aspect": null,
|
|
852
|
+
"inlinewiki.bindingcost": null,
|
|
853
|
+
"inlinewiki.protectivecircle": null,
|
|
854
|
+
"inlinewiki.wardingcircle": null,
|
|
855
|
+
"inlinewiki.actions": null,
|
|
856
|
+
/**
|
|
857
|
+
* - `0`: Entry name
|
|
858
|
+
* - `1`: category (advantage, disadvantage, …)
|
|
859
|
+
*/
|
|
860
|
+
"inlinewiki.racecultureorprofessionrequiresautomaticorsuggested": null,
|
|
861
|
+
"inlinewiki.advantage": null,
|
|
862
|
+
"inlinewiki.disadvantage": null,
|
|
863
|
+
"inlinewiki.primaryattributeofthetradition": null,
|
|
864
|
+
"inlinewiki.knowledgeofspell": null,
|
|
865
|
+
"inlinewiki.knowledgeofliturgicalchant": null,
|
|
866
|
+
"inlinewiki.appropriatecombatstylespecialability": null,
|
|
867
|
+
"inlinewiki.appropriatemagicalstylespecialability": null,
|
|
868
|
+
"inlinewiki.appropriateblessedstylespecialability": null,
|
|
869
|
+
"inlinewiki.appropriateskillstylespecialability": null,
|
|
870
|
+
"inlinewiki.sex": null,
|
|
871
|
+
"inlinewiki.sex.male": null,
|
|
872
|
+
"inlinewiki.sex.female": null,
|
|
873
|
+
"inlinewiki.combattechniques.groups.all": null,
|
|
874
|
+
"inlinewiki.combattechniques.groups.allmeleecombattechniques": null,
|
|
875
|
+
"inlinewiki.combattechniques.groups.allrangedcombattechniques": null,
|
|
876
|
+
"inlinewiki.combattechniques.groups.allmeleecombattechniqueswithparry": null,
|
|
877
|
+
"inlinewiki.combattechniques.groups.allmeleecombattechniquesforonehandedweapons": null,
|
|
878
|
+
/**
|
|
879
|
+
* - `0`: Minimum social status
|
|
880
|
+
*/
|
|
881
|
+
"inlinewiki.socialstatusxorhigher": null,
|
|
882
|
+
"Common Skills": null,
|
|
883
|
+
"SR": null,
|
|
884
|
+
"Skill Rating": null,
|
|
885
|
+
"IC": null,
|
|
886
|
+
"New Applications": null,
|
|
887
|
+
"Uses": null,
|
|
888
|
+
"Strongly Recommended": null,
|
|
889
|
+
"Common": null,
|
|
890
|
+
"Uncommon": null,
|
|
891
|
+
"Unfamiliar Spells": null,
|
|
892
|
+
"CTR": null,
|
|
893
|
+
"Combat Technique Rating": null,
|
|
894
|
+
"P": null,
|
|
895
|
+
"Primary Attribute(s)": null,
|
|
896
|
+
"AT": null,
|
|
897
|
+
"Attack": null,
|
|
898
|
+
"PA": null,
|
|
899
|
+
"Parry": null,
|
|
900
|
+
"Close Combat": null,
|
|
901
|
+
"Ranged Combat": null,
|
|
902
|
+
"Special": null,
|
|
903
|
+
"Primary Attribute": null,
|
|
904
|
+
"Cantrips": null,
|
|
905
|
+
"Rituals": null,
|
|
906
|
+
"Curses": null,
|
|
907
|
+
"Elven Magical Songs": null,
|
|
908
|
+
"Domination Rituals": null,
|
|
909
|
+
"Magical Dances": null,
|
|
910
|
+
"Magical Melodies": null,
|
|
911
|
+
"Jester Tricks": null,
|
|
912
|
+
"Animist Powers": null,
|
|
913
|
+
"Geode Rituals": null,
|
|
914
|
+
"Zibilja Rituals": null,
|
|
915
|
+
"Mod": null,
|
|
916
|
+
"Check Modifier": null,
|
|
917
|
+
"spells.traditions.general": null,
|
|
918
|
+
"magicalactions.animistforces.tribes.general": null,
|
|
919
|
+
// Skill check modifiers
|
|
920
|
+
" (modified by {$modifier})": null,
|
|
921
|
+
" (−{$modifier})": null,
|
|
922
|
+
"{$first} or {$second}, depending on which value is higher": null,
|
|
923
|
+
"Invocation Difficulty": null,
|
|
924
|
+
"ID": null,
|
|
925
|
+
"Creation Difficulty": null,
|
|
926
|
+
"CD": null,
|
|
927
|
+
"Object": null,
|
|
928
|
+
"Effect": null,
|
|
929
|
+
"Rules": null,
|
|
930
|
+
"Casting Time": null,
|
|
931
|
+
"Ritual Time": null,
|
|
932
|
+
"Liturgical Time": null,
|
|
933
|
+
"Ceremonial Time": null,
|
|
934
|
+
"AE Cost": null,
|
|
935
|
+
"KP Cost": null,
|
|
936
|
+
"Range": null,
|
|
937
|
+
"Duration": null,
|
|
938
|
+
"Target Category": null,
|
|
939
|
+
"Traditions": null,
|
|
940
|
+
" (you cannot use a modification on this spell’s casting time)": null,
|
|
941
|
+
" (you cannot use a modification on this spell’s cost)": null,
|
|
942
|
+
" (you cannot use a modification on this spell’s range)": null,
|
|
943
|
+
" (you cannot use a modification on this ritual’s ritual time)": null,
|
|
944
|
+
" (you cannot use a modification on this ritual’s cost)": null,
|
|
945
|
+
" (you cannot use a modification on this ritual’s range)": null,
|
|
946
|
+
" (you cannot use a modification on this chant’s liturgical time)": null,
|
|
947
|
+
" (you cannot use a modification on this chant’s cost)": null,
|
|
948
|
+
" (you cannot use a modification on this chant’s range)": null,
|
|
949
|
+
" (you cannot use a modification on this ceremony’s ceremonial time)": null,
|
|
950
|
+
" (you cannot use a modification on this ceremony’s cost)": null,
|
|
951
|
+
" (you cannot use a modification on this ceremony’s range)": null,
|
|
952
|
+
" (cannot modify)": null,
|
|
953
|
+
".input {$value :number} .input {$style :string} {{{$value} act}}": null,
|
|
954
|
+
"{$value} act": null,
|
|
955
|
+
"act": null,
|
|
956
|
+
".input {$value :number} .input {$style :string} {{{$value} actions}}": null,
|
|
957
|
+
"{$value} actions": null,
|
|
958
|
+
"actions": null,
|
|
959
|
+
".input {$value :number} .input {$style :string} {{{$value} s}}": null,
|
|
960
|
+
"{$value} s": null,
|
|
961
|
+
"s": null,
|
|
962
|
+
".input {$value :number} .input {$style :string} {{{$value} seconds}}": null,
|
|
963
|
+
"{$value} seconds": null,
|
|
964
|
+
"seconds": null,
|
|
965
|
+
".input {$value :number} .input {$style :string} {{{$value} min}}": null,
|
|
966
|
+
"{$value} min": null,
|
|
967
|
+
"min": null,
|
|
968
|
+
".input {$value :number} .input {$style :string} {{{$value} minutes}}": null,
|
|
969
|
+
"{$value} minutes": null,
|
|
970
|
+
"minutes": null,
|
|
971
|
+
".input {$value :number} .input {$style :string} {{{$value} h}}": null,
|
|
972
|
+
"{$value} h": null,
|
|
973
|
+
"h": null,
|
|
974
|
+
".input {$value :number} .input {$style :string} {{{$value} hours}}": null,
|
|
975
|
+
"{$value} hours": null,
|
|
976
|
+
"hours": null,
|
|
977
|
+
".input {$value :number} .input {$style :string} {{{$value} d}}": null,
|
|
978
|
+
"{$value} d": null,
|
|
979
|
+
"d": null,
|
|
980
|
+
".input {$value :number} .input {$style :string} {{{$value} days}}": null,
|
|
981
|
+
"{$value} days": null,
|
|
982
|
+
"days": null,
|
|
983
|
+
".input {$value :number} .input {$style :string} {{{$value} wks.}}": null,
|
|
984
|
+
"{$value} wks.": null,
|
|
985
|
+
"wks.": null,
|
|
986
|
+
".input {$value :number} .input {$style :string} {{{$value} weeks}}": null,
|
|
987
|
+
"{$value} weeks": null,
|
|
988
|
+
"weeks": null,
|
|
989
|
+
".input {$value :number} .input {$style :string} {{{$value} mos.}}": null,
|
|
990
|
+
"{$value} mos.": null,
|
|
991
|
+
"mos.": null,
|
|
992
|
+
".input {$value :number} .input {$style :string} {{{$value} months}}": null,
|
|
993
|
+
"{$value} months": null,
|
|
994
|
+
"months": null,
|
|
995
|
+
".input {$value :number} .input {$style :string} {{{$value} yrs.}}": null,
|
|
996
|
+
"{$value} yrs.": null,
|
|
997
|
+
"yrs.": null,
|
|
998
|
+
".input {$value :number} .input {$style :string} {{{$value} years}}": null,
|
|
999
|
+
"{$value} years": null,
|
|
1000
|
+
"years": null,
|
|
1001
|
+
".input {$value :number} .input {$style :string} {{{$value} cent.}}": null,
|
|
1002
|
+
"{$value} cent.": null,
|
|
1003
|
+
"cent.": null,
|
|
1004
|
+
".input {$value :number} .input {$style :string} {{{$value} centuries}}": null,
|
|
1005
|
+
"{$value} centuries": null,
|
|
1006
|
+
"centuries": null,
|
|
1007
|
+
".input {$value :number} .input {$style :string} {{{$value} SA}}": null,
|
|
1008
|
+
"{$value} SA": null,
|
|
1009
|
+
".input {$value :number} .input {$style :string} {{{$value} seduction actions}}": null,
|
|
1010
|
+
"{$value} seduction actions": null,
|
|
1011
|
+
".input {$value :number} .input {$style :string} {{{$value} rnds}}": null,
|
|
1012
|
+
"{$value} rnds": null,
|
|
1013
|
+
".input {$value :number} .input {$style :string} {{{$value} rounds}}": null,
|
|
1014
|
+
"{$value} rounds": null,
|
|
1015
|
+
".input {$value :number} .input {$style :string} {{{$value} CR}}": null,
|
|
1016
|
+
"{$value} CR": null,
|
|
1017
|
+
"CR": null,
|
|
1018
|
+
".input {$value :number} .input {$style :string} {{{$value} combat rounds}}": null,
|
|
1019
|
+
"{$value} combat rounds": null,
|
|
1020
|
+
"combat rounds": null,
|
|
1021
|
+
"{$value} AE": null,
|
|
1022
|
+
"{$value} KP": null,
|
|
1023
|
+
"min. ": null,
|
|
1024
|
+
"at least ": null,
|
|
1025
|
+
"min. {$value}": null,
|
|
1026
|
+
"at least {$value}": null,
|
|
1027
|
+
"/{$value}": null,
|
|
1028
|
+
" per {$value}": null,
|
|
1029
|
+
"{$baseCost}, minimum of {$value}": null,
|
|
1030
|
+
" ({$value} perm.)": null,
|
|
1031
|
+
".input {$value :number} {{, {$value} of which are permanent}}": null,
|
|
1032
|
+
", {$value} of which are permanent": null,
|
|
1033
|
+
"half of the activation cost": null,
|
|
1034
|
+
"50%": null,
|
|
1035
|
+
" and ": null,
|
|
1036
|
+
" + ": null,
|
|
1037
|
+
" or ": null,
|
|
1038
|
+
" / ": null,
|
|
1039
|
+
" for ": null,
|
|
1040
|
+
" (no more than {$value})": null,
|
|
1041
|
+
" (max. {$value})": null,
|
|
1042
|
+
"no more than {$value}": null,
|
|
1043
|
+
"max. {$value}": null,
|
|
1044
|
+
"Immediate": null,
|
|
1045
|
+
"Permanent": null,
|
|
1046
|
+
"no more than ": null,
|
|
1047
|
+
"max. ": null,
|
|
1048
|
+
"Quality Levels": null,
|
|
1049
|
+
"QL": null,
|
|
1050
|
+
"QL {$value}": null,
|
|
1051
|
+
"Skill Points": null,
|
|
1052
|
+
"SP": null,
|
|
1053
|
+
"Sustained": null,
|
|
1054
|
+
"(S)": null,
|
|
1055
|
+
".input {$value :number} {{{$value} yards}}": null,
|
|
1056
|
+
"{$value} yards": null,
|
|
1057
|
+
"{$value} yd": null,
|
|
1058
|
+
".input {$value :number} {{{$value} miles}}": null,
|
|
1059
|
+
"{$value} miles": null,
|
|
1060
|
+
"{$value} mi.": null,
|
|
1061
|
+
"Sight": null,
|
|
1062
|
+
"Self": null,
|
|
1063
|
+
"Global": null,
|
|
1064
|
+
"Touch": null,
|
|
1065
|
+
"Radius": null,
|
|
1066
|
+
" (casting)": null,
|
|
1067
|
+
"activation": null,
|
|
1068
|
+
// Target Category
|
|
1069
|
+
"Zone": null,
|
|
1070
|
+
"Liturgical Chants and Ceremonies": null,
|
|
1071
|
+
"Spellworks": null,
|
|
1072
|
+
"General": null,
|
|
1073
|
+
"Note": null,
|
|
1074
|
+
"all": null,
|
|
1075
|
+
"none": null,
|
|
1076
|
+
"State": null,
|
|
1077
|
+
"Social Status {$minStatus} or higher": null,
|
|
1078
|
+
"Person with {$sexualCharacteristic}": null,
|
|
1079
|
+
"Penis": null,
|
|
1080
|
+
"Vagina": null,
|
|
1081
|
+
"the SR for {$skill} combined must add up to at least {$minRating}": null,
|
|
1082
|
+
".input {$minRating :number} {{{$count} on at least SR {$minRating}: {$list}}}": null,
|
|
1083
|
+
".input {$count :number} .input {$minRating :number} {{{$count} arcane works with the property {$property} at SR {$minRating} or higher}}": null,
|
|
1084
|
+
".input {$count :number} .input {$minRating :number} {{{$count} liturgical chants and ceremonies with the aspect {$aspect} at SR {$minRating} or higher}}": null,
|
|
1085
|
+
".input {$count :number} {{{$count} of the following skills}}": null,
|
|
1086
|
+
".input {$count :number} {{{$count} combat techniques}}": null,
|
|
1087
|
+
".input {$count :number} {{{$count} close combat techniques}}": null,
|
|
1088
|
+
".input {$count :number} {{{$count} ranged combat techniques}}": null,
|
|
1089
|
+
"special ability": null,
|
|
1090
|
+
"no special ability": null,
|
|
1091
|
+
"Tradition": null,
|
|
1092
|
+
"Tradition ({$tradition})": null,
|
|
1093
|
+
"Church": null,
|
|
1094
|
+
"Shaman": null,
|
|
1095
|
+
"Tradition must be able to use rituals": null,
|
|
1096
|
+
"Tradition must be able to bind familiars": null,
|
|
1097
|
+
"spell enhancement": null,
|
|
1098
|
+
"liturgical enhancement": null,
|
|
1099
|
+
"for": null,
|
|
1100
|
+
"no other ancestor blood advantage": null,
|
|
1101
|
+
"Race, culture, or profession must have {$entry} as an automatic or suggested {$itemOfCategory}": null,
|
|
1102
|
+
"advantage": null,
|
|
1103
|
+
"no advantage": null,
|
|
1104
|
+
"disadvantage": null,
|
|
1105
|
+
"no disadvantage": null,
|
|
1106
|
+
"domain {$domain}": null,
|
|
1107
|
+
"{$pact} level {$pactLevel}": null,
|
|
1108
|
+
// Personality Trait prerequisite
|
|
1109
|
+
"Level {$level}": null,
|
|
1110
|
+
"cannot be chosen at the same time as {$trait}": null,
|
|
1111
|
+
"must have {$trait}": null,
|
|
1112
|
+
// influence prerequisite
|
|
1113
|
+
"no influence": null,
|
|
1114
|
+
"inlinewiki.castingtime": null,
|
|
1115
|
+
"inlinewiki.ritualtime": null,
|
|
1116
|
+
"inlinewiki.aecost": null,
|
|
1117
|
+
"inlinewiki.range": null,
|
|
1118
|
+
"inlinewiki.duration": null,
|
|
1119
|
+
"inlinewiki.targetcategory": null,
|
|
1120
|
+
"inlinewiki.property": null,
|
|
1121
|
+
"inlinewiki.traditions": null,
|
|
1122
|
+
"inlinewiki.skill": null,
|
|
1123
|
+
"inlinewiki.lengthoftime": null,
|
|
1124
|
+
"inlinewiki.musictradition": null,
|
|
1125
|
+
"inlinewiki.youcannotuseamodificationonthisspellscastingtime": null,
|
|
1126
|
+
"inlinewiki.youcannotuseamodificationonthisspellsritualtime": null,
|
|
1127
|
+
"inlinewiki.youcannotuseamodificationonthisspellscost": null,
|
|
1128
|
+
"inlinewiki.youcannotuseamodificationonthisspellsrange": null,
|
|
1129
|
+
"inlinewiki.youcannotuseamodificationonthisspellsduration": null,
|
|
1130
|
+
"inlinewiki.spellenhancements": null,
|
|
1131
|
+
/**
|
|
1132
|
+
* - `0`: Enhancement name
|
|
1133
|
+
* - `1`: DB.Required Skill Rating
|
|
1134
|
+
* - `2`: AP value
|
|
1135
|
+
* - `3`: Description
|
|
1136
|
+
*/
|
|
1137
|
+
"inlinewiki.spellenhancements.title": null,
|
|
1138
|
+
"inlinewiki.tribaltraditions": null,
|
|
1139
|
+
"inlinewiki.brew": null,
|
|
1140
|
+
"inlinewiki.spirithalf": null,
|
|
1141
|
+
"inlinewiki.spirithalf.short": null,
|
|
1142
|
+
"inlinewiki.spiritortoughness": null,
|
|
1143
|
+
"inlinewiki.spiritortoughness.short": null,
|
|
1144
|
+
"inlinewiki.note": null,
|
|
1145
|
+
"Blessings": null,
|
|
1146
|
+
"Ceremonies": null,
|
|
1147
|
+
"liturgicalchants.addbtn": null,
|
|
1148
|
+
"liturgicalchants.header.name": null,
|
|
1149
|
+
"liturgicalchants.header.traditions": null,
|
|
1150
|
+
"liturgicalchants.header.group": null,
|
|
1151
|
+
"liturgicalchants.header.skillrating": null,
|
|
1152
|
+
"liturgicalchants.header.skillrating.tooltip": null,
|
|
1153
|
+
"liturgicalchants.header.check": null,
|
|
1154
|
+
"liturgicalchants.header.checkmodifier": null,
|
|
1155
|
+
"liturgicalchants.header.checkmodifier.tooltip": null,
|
|
1156
|
+
"liturgicalchants.header.improvementcost": null,
|
|
1157
|
+
"liturgicalchants.header.improvementcost.tooltip": null,
|
|
1158
|
+
"liturgicalchants.groups.blessing": null,
|
|
1159
|
+
"liturgicalchants.aspects.general": null,
|
|
1160
|
+
"inlinewiki.liturgicaltime": null,
|
|
1161
|
+
"inlinewiki.ceremonialtime": null,
|
|
1162
|
+
"inlinewiki.kpcost": null,
|
|
1163
|
+
"inlinewiki.youcannotuseamodificationonthischantsliturgicaltime": null,
|
|
1164
|
+
"inlinewiki.youcannotuseamodificationonthischantsceremonialtime": null,
|
|
1165
|
+
"inlinewiki.youcannotuseamodificationonthischantscost": null,
|
|
1166
|
+
"inlinewiki.youcannotuseamodificationonthischantsrange": null,
|
|
1167
|
+
"inlinewiki.youcannotuseamodificationonthischantsduration": null,
|
|
1168
|
+
"inlinewiki.liturgicalchantenhancements": null,
|
|
1169
|
+
/**
|
|
1170
|
+
* - `0`: Enhancement name
|
|
1171
|
+
* - `1`: DB.Required Skill Rating
|
|
1172
|
+
* - `2`: AP value
|
|
1173
|
+
* - `3`: Description
|
|
1174
|
+
*/
|
|
1175
|
+
"inlinewiki.liturgicalchantenhancements.title": null,
|
|
1176
|
+
"equipment.header.name": null,
|
|
1177
|
+
"equipment.header.group": null,
|
|
1178
|
+
"equipment.addbtn": null,
|
|
1179
|
+
"equipment.createbtn": null,
|
|
1180
|
+
"equipment.filters.allcombattechniques": null,
|
|
1181
|
+
"equipment.purse.title": null,
|
|
1182
|
+
"equipment.purse.ducats": null,
|
|
1183
|
+
"equipment.purse.silverthalers": null,
|
|
1184
|
+
"equipment.purse.halers": null,
|
|
1185
|
+
"equipment.purse.kreutzers": null,
|
|
1186
|
+
"equipment.purse.carryingcapacity": null,
|
|
1187
|
+
"equipment.purse.initialstartingwealthandcarryingcapacity": null,
|
|
1188
|
+
"equipment.purse.earnpay": null,
|
|
1189
|
+
"equipment.purse.earn": null,
|
|
1190
|
+
"equipment.purse.pay": null,
|
|
1191
|
+
"equipment.purse.notefirst": null,
|
|
1192
|
+
"equipment.purse.notesecond": null,
|
|
1193
|
+
"equipment.purse.currentcredit": null,
|
|
1194
|
+
"equipment.purse.amount": null,
|
|
1195
|
+
"equipment.dialogs.addedit.damage": null,
|
|
1196
|
+
"equipment.dialogs.addedit.length": null,
|
|
1197
|
+
"equipment.dialogs.addedit.range": null,
|
|
1198
|
+
"equipment.dialogs.addedit.edititem": null,
|
|
1199
|
+
"equipment.dialogs.addedit.createitem": null,
|
|
1200
|
+
"equipment.dialogs.addedit.number": null,
|
|
1201
|
+
"equipment.dialogs.addedit.name": null,
|
|
1202
|
+
"equipment.dialogs.addedit.price": null,
|
|
1203
|
+
"equipment.dialogs.addedit.weight": null,
|
|
1204
|
+
"equipment.dialogs.addedit.carriedwhere": null,
|
|
1205
|
+
"equipment.dialogs.addedit.itemgroup": null,
|
|
1206
|
+
"equipment.dialogs.addedit.itemgrouphint": null,
|
|
1207
|
+
"equipment.dialogs.addedit.improvisedweapon": null,
|
|
1208
|
+
"equipment.dialogs.addedit.improvisedweapongroup": null,
|
|
1209
|
+
"equipment.dialogs.addedit.template": null,
|
|
1210
|
+
"equipment.dialogs.addedit.combattechnique": null,
|
|
1211
|
+
"equipment.dialogs.addedit.primaryattributeanddamagethreshold": null,
|
|
1212
|
+
"equipment.dialogs.addedit.primaryattribute": null,
|
|
1213
|
+
"equipment.dialogs.addedit.primaryattribute.short": null,
|
|
1214
|
+
"equipment.dialogs.addedit.damagethreshold": null,
|
|
1215
|
+
"equipment.dialogs.addedit.separatedamagethresholds": null,
|
|
1216
|
+
"equipment.dialogs.addedit.breakingpointratingmodifier": null,
|
|
1217
|
+
"equipment.dialogs.addedit.damaged": null,
|
|
1218
|
+
"equipment.dialogs.addedit.reach": null,
|
|
1219
|
+
"equipment.dialogs.addedit.attackparrymodifier": null,
|
|
1220
|
+
"equipment.dialogs.addedit.structurepoints": null,
|
|
1221
|
+
"equipment.dialogs.addedit.lengthwithunit": null,
|
|
1222
|
+
"equipment.dialogs.addedit.parryingweapon": null,
|
|
1223
|
+
"equipment.dialogs.addedit.twohandedweapon": null,
|
|
1224
|
+
"equipment.dialogs.addedit.reloadtime": null,
|
|
1225
|
+
"equipment.dialogs.addedit.rangeclose": null,
|
|
1226
|
+
"equipment.dialogs.addedit.rangemedium": null,
|
|
1227
|
+
"equipment.dialogs.addedit.rangefar": null,
|
|
1228
|
+
"equipment.dialogs.addedit.ammunition": null,
|
|
1229
|
+
"equipment.dialogs.addedit.protection": null,
|
|
1230
|
+
"equipment.dialogs.addedit.encumbrance": null,
|
|
1231
|
+
"equipment.dialogs.addedit.armortype": null,
|
|
1232
|
+
"equipment.dialogs.addedit.sturdinessmodifier": null,
|
|
1233
|
+
"equipment.dialogs.addedit.wear": null,
|
|
1234
|
+
"equipment.dialogs.addedit.hitzonearmoronly": null,
|
|
1235
|
+
"equipment.dialogs.addedit.movementmodifier": null,
|
|
1236
|
+
"equipment.dialogs.addedit.initiativemodifier": null,
|
|
1237
|
+
"equipment.dialogs.addedit.additionalpenalties": null,
|
|
1238
|
+
"hitzonearmors.header.name": null,
|
|
1239
|
+
"hitzonearmors.createbtn": null,
|
|
1240
|
+
"hitzonearmors.dialogs.addedit.name": null,
|
|
1241
|
+
"hitzonearmors.dialogs.addedit.edithitzonearmor": null,
|
|
1242
|
+
"hitzonearmors.dialogs.addedit.createhitzonearmor": null,
|
|
1243
|
+
"hitzonearmors.dialogs.addedit.head": null,
|
|
1244
|
+
"hitzonearmors.dialogs.addedit.torso": null,
|
|
1245
|
+
"hitzonearmors.dialogs.addedit.leftarm": null,
|
|
1246
|
+
"hitzonearmors.dialogs.addedit.rightarm": null,
|
|
1247
|
+
"hitzonearmors.dialogs.addedit.leftleg": null,
|
|
1248
|
+
"hitzonearmors.dialogs.addedit.rightleg": null,
|
|
1249
|
+
"hitzonearmors.dialogs.addedit.wear": null,
|
|
1250
|
+
"inlinewiki.equipment.weight": null,
|
|
1251
|
+
"inlinewiki.equipment.price": null,
|
|
1252
|
+
"inlinewiki.equipment.ammunition": null,
|
|
1253
|
+
"inlinewiki.equipment.combattechnique": null,
|
|
1254
|
+
"inlinewiki.equipment.damage": null,
|
|
1255
|
+
"inlinewiki.equipment.primaryattributeanddamagethreshold": null,
|
|
1256
|
+
"inlinewiki.equipment.attackparrymodifier": null,
|
|
1257
|
+
"inlinewiki.equipment.reach": null,
|
|
1258
|
+
"inlinewiki.equipment.length": null,
|
|
1259
|
+
"inlinewiki.equipment.reloadtime": null,
|
|
1260
|
+
"inlinewiki.equipment.range": null,
|
|
1261
|
+
/**
|
|
1262
|
+
* - `0`: Number of actions
|
|
1263
|
+
*/
|
|
1264
|
+
"inlinewiki.equipment.actionsvalue": null,
|
|
1265
|
+
"inlinewiki.equipment.protection": null,
|
|
1266
|
+
"inlinewiki.equipment.encumbrance": null,
|
|
1267
|
+
"inlinewiki.equipment.additionalpenalties": null,
|
|
1268
|
+
"inlinewiki.equipment.note": null,
|
|
1269
|
+
"inlinewiki.equipment.rules": null,
|
|
1270
|
+
"inlinewiki.equipment.weaponadvantage": null,
|
|
1271
|
+
"inlinewiki.equipment.weapondisadvantage": null,
|
|
1272
|
+
"inlinewiki.equipment.armoradvantage": null,
|
|
1273
|
+
"inlinewiki.equipment.armordisadvantage": null,
|
|
1274
|
+
"pets.dialogs.addedit.deleteavatarbtn": null,
|
|
1275
|
+
"pets.dialogs.addedit.name": null,
|
|
1276
|
+
"pets.dialogs.addedit.sizecategory": null,
|
|
1277
|
+
"pets.dialogs.addedit.type": null,
|
|
1278
|
+
"pets.dialogs.addedit.apspent": null,
|
|
1279
|
+
"pets.dialogs.addedit.totalap": null,
|
|
1280
|
+
"pets.dialogs.addedit.protection": null,
|
|
1281
|
+
"pets.dialogs.addedit.attackname": null,
|
|
1282
|
+
"pets.dialogs.addedit.attack": null,
|
|
1283
|
+
"pets.dialogs.addedit.parry": null,
|
|
1284
|
+
"pets.dialogs.addedit.damagepoints": null,
|
|
1285
|
+
"pets.dialogs.addedit.reach": null,
|
|
1286
|
+
"pets.dialogs.addedit.actions": null,
|
|
1287
|
+
"pets.dialogs.addedit.skills": null,
|
|
1288
|
+
"pets.dialogs.addedit.specialabilities": null,
|
|
1289
|
+
"pets.dialogs.addedit.notes": null,
|
|
1290
|
+
"pets.dialogs.addedit.addbtn": null,
|
|
1291
|
+
"pets.dialogs.addedit.savebtn": null,
|
|
1292
|
+
// Inline Library
|
|
1293
|
+
"Show details": null,
|
|
1294
|
+
// Experience Level
|
|
1295
|
+
"Maximum Attribute Value": null,
|
|
1296
|
+
"Maximum Skill Value": null,
|
|
1297
|
+
"Maximum Combat Technique": null,
|
|
1298
|
+
"Maximum Attribute Total": null,
|
|
1299
|
+
"Number of Spells/Liturgical Chants": null,
|
|
1300
|
+
"Number from other Traditions": null,
|
|
1301
|
+
// Skill
|
|
1302
|
+
"Check": null,
|
|
1303
|
+
"Applications": null,
|
|
1304
|
+
"Encumbrance": null,
|
|
1305
|
+
"Yes": null,
|
|
1306
|
+
"No": null,
|
|
1307
|
+
"Maybe": null,
|
|
1308
|
+
"Tools": null,
|
|
1309
|
+
"Quality": null,
|
|
1310
|
+
"Failed Check": null,
|
|
1311
|
+
"Critical Success": null,
|
|
1312
|
+
"Botch": null,
|
|
1313
|
+
"Improvement Cost": null,
|
|
1314
|
+
// Source References
|
|
1315
|
+
"Front Cover Inside": null,
|
|
1316
|
+
"Back Cover Inside": null,
|
|
1317
|
+
".input {$printing :number} {{since the {$printing}. printing}}": null,
|
|
1318
|
+
".input {$printing :number} {{removed in {$printing}. printing}}": null,
|
|
1319
|
+
// Derived Characteristics Calculation
|
|
1320
|
+
"Base Value": null,
|
|
1321
|
+
"Base {$name} from Race": null,
|
|
1322
|
+
"Race Base {$abbreviation}": null,
|
|
1323
|
+
"Primary attribute for the magic user’s Tradition": null,
|
|
1324
|
+
"Primary attribute for the Blessed One’s Tradition": null,
|
|
1325
|
+
// Focus Rules
|
|
1326
|
+
"The following rule is a Level {$level} focus rule for the topic {$topic}.": null,
|
|
1327
|
+
// Special Abilities
|
|
1328
|
+
"Protective Circle": null,
|
|
1329
|
+
"Warding Circle": null,
|
|
1330
|
+
"Prerequisites": null,
|
|
1331
|
+
"AP Value": null,
|
|
1332
|
+
".input {$value :number} {{{$value} Adventure Points per level}}": null,
|
|
1333
|
+
"tiny": null,
|
|
1334
|
+
"small": null,
|
|
1335
|
+
"medium": null,
|
|
1336
|
+
"large": null,
|
|
1337
|
+
"huge": null,
|
|
1338
|
+
"{$values} AP for size category {$labels} (per level)": null,
|
|
1339
|
+
"A/B/C/D skill": null,
|
|
1340
|
+
"A/B/C/D spell": null,
|
|
1341
|
+
"A/B/C/D ritual": null,
|
|
1342
|
+
"A/B/C/D liturgical chant": null,
|
|
1343
|
+
"A/B/C/D ceremony": null,
|
|
1344
|
+
"A/B/C/D spellwork": null,
|
|
1345
|
+
"A/B/C/D liturgical chant or ceremony": null,
|
|
1346
|
+
"A/B/C/D ability": null,
|
|
1347
|
+
"B/C/D combat technique": null,
|
|
1348
|
+
"depending on the trade secret": null,
|
|
1349
|
+
"{$values} Adventure Points for the {$labels} purchase": null,
|
|
1350
|
+
"{$values}/and so on Adventure Points for the {$labels}/and so on purchase": null,
|
|
1351
|
+
".input {$value :number} {{{$value} Adventure Points with {$name}}}": null,
|
|
1352
|
+
"Half the chosen disease’s level in adventure points": null,
|
|
1353
|
+
"The chosen disease’s level in adventure points": null,
|
|
1354
|
+
"Half the chosen poison’s level in adventure points": null,
|
|
1355
|
+
"The chosen poison’s level in adventure points": null,
|
|
1356
|
+
"{$values} adventure points for a {$sized} animal shape": null,
|
|
1357
|
+
"Aspect": null,
|
|
1358
|
+
"As chosen": null,
|
|
1359
|
+
"Passive": null,
|
|
1360
|
+
"Basic Maneuver": null,
|
|
1361
|
+
"Special Maneuver": null,
|
|
1362
|
+
"Volume": null,
|
|
1363
|
+
"Penalty": null,
|
|
1364
|
+
"Binding Cost": null,
|
|
1365
|
+
"one or two of these special abilities can alternatively be replaced by advanced special abilities {$first} and/or {$second}": null,
|
|
1366
|
+
".input {$count :number} {{{$count} more by primary patron}}": null,
|
|
1367
|
+
"Patron": null,
|
|
1368
|
+
"corresponding combat style special ability": null,
|
|
1369
|
+
"corresponding liturgical style special ability": null,
|
|
1370
|
+
"corresponding magic style special ability": null,
|
|
1371
|
+
"corresponding skill style special ability": null,
|
|
1372
|
+
// combat special ability -- applicable combat techniques
|
|
1373
|
+
"All": null,
|
|
1374
|
+
"All Close Combat Techniques": null,
|
|
1375
|
+
"All Ranged Combat Techniques": null,
|
|
1376
|
+
"Depends on combat style; both combat styles can be used only for their corresponding combat techniques": null,
|
|
1377
|
+
"only improvised weapons": null,
|
|
1378
|
+
"weapon must have a pointed blade": null,
|
|
1379
|
+
"while mounted": null,
|
|
1380
|
+
"while weapon of race {$race}": null,
|
|
1381
|
+
"except {$list}": null,
|
|
1382
|
+
"All Two-Handed Weapons": null,
|
|
1383
|
+
"All Parrying Weapons": null,
|
|
1384
|
+
"with parry": null,
|
|
1385
|
+
"that may be performed with one-handed weapons": null,
|
|
1386
|
+
"only those with at least one blunt side": null,
|
|
1387
|
+
"only {$nameWithLevel}": null,
|
|
1388
|
+
"only {$weapons}": null,
|
|
1389
|
+
// combat special ability -- penalty
|
|
1390
|
+
".input {$ord :number} {{{$ord}. attack}}": null,
|
|
1391
|
+
".input {$ord :number} {{{$ord}. throw}}": null,
|
|
1392
|
+
"depending on the level of the special ability {$name}": null,
|
|
1393
|
+
"for parry": null,
|
|
1394
|
+
"one-handed weapon": null,
|
|
1395
|
+
"two-handed weapon": null,
|
|
1396
|
+
"for secondary fighters with/without special ability {$name}": null,
|
|
1397
|
+
"{$start} to {$end}": null,
|
|
1398
|
+
"Depends on zone": null,
|
|
1399
|
+
// tradition artifact enchantments -- volume
|
|
1400
|
+
".input {$points :number} {{{$points} points}}": null,
|
|
1401
|
+
".input {$points :number} {{{$points} points per level}}": null,
|
|
1402
|
+
"{$points} points": null,
|
|
1403
|
+
"{$points} points for levels {$levels}": null,
|
|
1404
|
+
// tradition articact enchantments -- cost
|
|
1405
|
+
"{$value} LP": null,
|
|
1406
|
+
".input {$value :number} {{{$value} permanent AE}}": null,
|
|
1407
|
+
"{$value} permanent AE": null,
|
|
1408
|
+
"{$value} pAE": null,
|
|
1409
|
+
"{$cost} per {$interval}": null,
|
|
1410
|
+
"{$cost}/{$interval}": null,
|
|
1411
|
+
"{$cost} per {$countable}": null,
|
|
1412
|
+
"{$cost}/{$countable}": null,
|
|
1413
|
+
"{$cost} per level": null,
|
|
1414
|
+
"{$cost} for level {$level}": null,
|
|
1415
|
+
"Variable": null,
|
|
1416
|
+
// curricula
|
|
1417
|
+
"Guideline": null,
|
|
1418
|
+
"Elective Spellworks Package": null,
|
|
1419
|
+
"Restricted Spellworks": null,
|
|
1420
|
+
"All, at the GM’s discretion": null,
|
|
1421
|
+
".input {$count :number} {{only {$count} additional spellworks with the Property {$property}}}": null,
|
|
1422
|
+
"no spellworks with the Property {$property}": null,
|
|
1423
|
+
"Demon Summoning": null,
|
|
1424
|
+
"the following spells are not taught: {$spells}": null,
|
|
1425
|
+
"no Borbaradian spellworks": null,
|
|
1426
|
+
"no spellworks that inflict DP or sDP on intelligent creatures": null,
|
|
1427
|
+
"Spellwork Changes": null,
|
|
1428
|
+
"Skills (+)": null,
|
|
1429
|
+
"Skills (−)": null,
|
|
1430
|
+
"{$replacement} instead of {$base}": null,
|
|
1431
|
+
// equipment
|
|
1432
|
+
"Clothing Package {$socialStatus}": null,
|
|
1433
|
+
"Cost": null,
|
|
1434
|
+
"Total": null,
|
|
1435
|
+
".input {$value :number} {{{$value} pounds}}": null,
|
|
1436
|
+
"{$value} pounds": null,
|
|
1437
|
+
".input {$value :number} {{{$value} silverthalers}}": null,
|
|
1438
|
+
"{$value} silverthalers": null,
|
|
1439
|
+
".input {$from :number} .input {$to :number} {{{$from}–{$to} pounds}}": null,
|
|
1440
|
+
".input {$from :number} .input {$to :number} {{{$from}–{$to} silverthalers}}": null,
|
|
1441
|
+
"free": null,
|
|
1442
|
+
"various": null,
|
|
1443
|
+
"invaluable": null,
|
|
1444
|
+
"Damage Points": null,
|
|
1445
|
+
"Primary Attribute + Damage Threshold": null,
|
|
1446
|
+
"Attack/Parry Modifier": null,
|
|
1447
|
+
"Reach": null,
|
|
1448
|
+
"Weight (Bronze/Silver/Gold)": null,
|
|
1449
|
+
"Length": null,
|
|
1450
|
+
"Cost (Bronze/Silver/Gold)": null,
|
|
1451
|
+
"Reload Time": null,
|
|
1452
|
+
"Range Brackets": null,
|
|
1453
|
+
"Ammunition": null,
|
|
1454
|
+
"Protection": null,
|
|
1455
|
+
"Additional Penalties": null,
|
|
1456
|
+
"Burning Time": null,
|
|
1457
|
+
"Color": null,
|
|
1458
|
+
"Language/Script": null,
|
|
1459
|
+
"Complexity": null,
|
|
1460
|
+
"Weapon Advantage": null,
|
|
1461
|
+
"Weapon Disadvantage": null,
|
|
1462
|
+
"Armor Advantage": null,
|
|
1463
|
+
"Armor Disadvantage": null,
|
|
1464
|
+
"Combat Technique {$name}": null,
|
|
1465
|
+
"Primitive": null,
|
|
1466
|
+
"Simple": null,
|
|
1467
|
+
"Complex": null,
|
|
1468
|
+
"Various": null,
|
|
1469
|
+
"Parrying weapon (PA bonus +1 for the main weapon)": null,
|
|
1470
|
+
"To buy a {$itemName} during hero creation, the character must have Tradition ({$traditions}).": null,
|
|
1471
|
+
"Sanctified ({$sanctifiedTraditions}); only Blessed Ones of {$traditions} may purchase weapons sanctified by {$traditions}, respectively.": null,
|
|
1472
|
+
"Sanctified ({$tradition}); only Blessed Ones of {$tradition} may purchase weapons sanctified by {$tradition}.": null,
|
|
1473
|
+
"To buy a {$name} during hero creation, the character must be from the culture of the {$cultures}.": null,
|
|
1474
|
+
"To buy a {$itemName} during hero creation, the character must have a shamanistic tradition.": null,
|
|
1475
|
+
"To buy a {$name} during hero creation, the character must be from a culture common to the race of {$races}.": null,
|
|
1476
|
+
".input {$value :number} {{{$value} inches}}": null,
|
|
1477
|
+
"unlimited": null,
|
|
1478
|
+
"Structure Points": null,
|
|
1479
|
+
".input {$value :number} {{{$value} Structure Points}}": null,
|
|
1480
|
+
"{$value} Structure Points": null,
|
|
1481
|
+
"Components": null,
|
|
1482
|
+
"Use": null,
|
|
1483
|
+
"purchase": null,
|
|
1484
|
+
"sale": null,
|
|
1485
|
+
// poisons/elixirs
|
|
1486
|
+
"{$types} poison": null,
|
|
1487
|
+
"Weapon (poison)": null,
|
|
1488
|
+
"Ingestion (poison)": null,
|
|
1489
|
+
"Inhalation (poison)": null,
|
|
1490
|
+
"Contact (poison)": null,
|
|
1491
|
+
"Level": null,
|
|
1492
|
+
"Type": null,
|
|
1493
|
+
"animal venom": null,
|
|
1494
|
+
"alchemical poison": null,
|
|
1495
|
+
"mineral poison": null,
|
|
1496
|
+
"plant poison": null,
|
|
1497
|
+
"demonic poison": null,
|
|
1498
|
+
"Archaic laboratory": null,
|
|
1499
|
+
"Witch kitchen": null,
|
|
1500
|
+
"Alchemist’s laboratory": null,
|
|
1501
|
+
"Resistance": null,
|
|
1502
|
+
"{$first} or {$second}, depending on which value is lower": null,
|
|
1503
|
+
"Start": null,
|
|
1504
|
+
"immediate": null,
|
|
1505
|
+
"instant": null,
|
|
1506
|
+
"Typical Ingredients": null,
|
|
1507
|
+
"Price of Ingredients/Level": null,
|
|
1508
|
+
"Laboratory": null,
|
|
1509
|
+
"Brewing Difficulty": null,
|
|
1510
|
+
"Brewing Process": null,
|
|
1511
|
+
"Trade Secret": null,
|
|
1512
|
+
"The poison levels equals the QL.": null,
|
|
1513
|
+
".input {$value :number} {{{$value} applications every {$interval}}}": null,
|
|
1514
|
+
"{$valueRange} on {$dice}": null,
|
|
1515
|
+
"Ingestion": null,
|
|
1516
|
+
"Side Effect": null,
|
|
1517
|
+
"Overdose": null,
|
|
1518
|
+
"Legality": null,
|
|
1519
|
+
"legal": null,
|
|
1520
|
+
"illegal": null,
|
|
1521
|
+
"Addiction": null,
|
|
1522
|
+
"Value/Cost": null,
|
|
1523
|
+
"cannot be extracted": null,
|
|
1524
|
+
".input {$hiddenCount :number} {{Alternative Names}}": null,
|
|
1525
|
+
".input {$count :number} {{check required every {$count}. application}}": null,
|
|
1526
|
+
".input {$count :number} {{check required every {$count}. application in the same month}}": null,
|
|
1527
|
+
"see {$link}": null,
|
|
1528
|
+
"CoD": null,
|
|
1529
|
+
// books
|
|
1530
|
+
"Romance Novel": null,
|
|
1531
|
+
"Poetry": null,
|
|
1532
|
+
"Political Pamphlet": null,
|
|
1533
|
+
"Crime Story": null,
|
|
1534
|
+
"Fairy Tale": null,
|
|
1535
|
+
"Novel": null,
|
|
1536
|
+
"Professional Publication": null,
|
|
1537
|
+
"Magical Book": null,
|
|
1538
|
+
"Religious Works": null,
|
|
1539
|
+
"Content Quality": null,
|
|
1540
|
+
"Modest": null,
|
|
1541
|
+
"Average": null,
|
|
1542
|
+
"Demanding": null,
|
|
1543
|
+
"CL {$level}": null,
|
|
1544
|
+
"Availability": null,
|
|
1545
|
+
"Reconstruction": null,
|
|
1546
|
+
"References": null,
|
|
1547
|
+
"Entertainment": null,
|
|
1548
|
+
"Topics": null,
|
|
1549
|
+
"Place of Publication": null,
|
|
1550
|
+
// sex practices
|
|
1551
|
+
"Failed": null,
|
|
1552
|
+
// diseases
|
|
1553
|
+
"Progress": null,
|
|
1554
|
+
"Incubation Time": null,
|
|
1555
|
+
"Damage": null,
|
|
1556
|
+
"Causes": null,
|
|
1557
|
+
"Treatment": null,
|
|
1558
|
+
"Antidote": null,
|
|
1559
|
+
".input {$value :number} {{{$value}%}}": null,
|
|
1560
|
+
"Animal Types": null,
|
|
1561
|
+
"Communicability to Intelligent Creatures": null,
|
|
1562
|
+
"childhood disease": null,
|
|
1563
|
+
"magical disease": null,
|
|
1564
|
+
// personality traits
|
|
1565
|
+
"Can be combined with": null,
|
|
1566
|
+
// magical actions
|
|
1567
|
+
"Skill": null,
|
|
1568
|
+
"{$defaultDuration}, but no more than {$maximumDuration}": null,
|
|
1569
|
+
"Music Tradition": null,
|
|
1570
|
+
"long": null,
|
|
1571
|
+
"short": null,
|
|
1572
|
+
"one-time": null,
|
|
1573
|
+
"sustainable": null,
|
|
1574
|
+
"{$firstPersonValue} for the first person; {$additionalPersonValue} for each additional person": null,
|
|
1575
|
+
"Tribe Tradition": null,
|
|
1576
|
+
"Depends on animal type": null,
|
|
1577
|
+
"Crafting Time (slow / fast)": null,
|
|
1578
|
+
"Duration (slow / fast)": null,
|
|
1579
|
+
"Combat Technique": null,
|
|
1580
|
+
"CT": null,
|
|
1581
|
+
// familiar’s tricks
|
|
1582
|
+
"All familiars know this trick by default.": null,
|
|
1583
|
+
"All AE": null,
|
|
1584
|
+
"All AE, at least {$value} AE": null,
|
|
1585
|
+
"depends on spent AE": null,
|
|
1586
|
+
// races
|
|
1587
|
+
"{$derivedCharacteristic} Base Value": null,
|
|
1588
|
+
"Attribute Adjustments": null,
|
|
1589
|
+
"one attribute of your choice": null,
|
|
1590
|
+
"Common Cultures": null,
|
|
1591
|
+
"Automatic Advantages": null,
|
|
1592
|
+
"Automatic Disadvantages": null,
|
|
1593
|
+
"Strongly recommended Advantages and Disadvantages": null,
|
|
1594
|
+
"The following advantages and disadvantages distinguish Aventurian {$race}. You should choose these advantages and disadvantages. If you don’t want to take them, talk to your GM.": null,
|
|
1595
|
+
"Uncommon Advantages": null,
|
|
1596
|
+
"Uncommon Disadvantages": null,
|
|
1597
|
+
// cultures
|
|
1598
|
+
"Language": null,
|
|
1599
|
+
"Script": null,
|
|
1600
|
+
"Area Knowledge": null,
|
|
1601
|
+
"Common Professions": null,
|
|
1602
|
+
"Uncommon Skills": null,
|
|
1603
|
+
"Common Names": null,
|
|
1604
|
+
"Cultural Package {$cultureName}": null,
|
|
1605
|
+
"for example, {$examples}": null,
|
|
1606
|
+
"all but {$excludedProfessions :list type=conjunction}": null,
|
|
1607
|
+
"Mundane Professions": null,
|
|
1608
|
+
"Magic Professions": null,
|
|
1609
|
+
"Blessed Professions": null,
|
|
1610
|
+
"rare": null,
|
|
1611
|
+
"very rare": null,
|
|
1612
|
+
"Magic Dilettante": null,
|
|
1613
|
+
"mostly {$variants :list type=conjunction}": null,
|
|
1614
|
+
"only {$variants :list type=conjunction}": null,
|
|
1615
|
+
// professions
|
|
1616
|
+
"Suggested Advantages": null,
|
|
1617
|
+
"Suggested Disadvantages": null,
|
|
1618
|
+
"Unsuitable Advantages": null,
|
|
1619
|
+
"Unsuitable Disadvantages": null,
|
|
1620
|
+
"Variants": null,
|
|
1621
|
+
"Languages and Literacy totaling {$apValue} AP": null,
|
|
1622
|
+
"no Languages and Literacy totaling {$apValue} AP": null,
|
|
1623
|
+
"Skill Specialization {$possibleSkills}": null,
|
|
1624
|
+
"no Skill Specialization {$possibleSkills}": null,
|
|
1625
|
+
"Skill Specialization for a {$skillOfGroup}": null,
|
|
1626
|
+
"no Skill Specialization for a {$skillOfGroup}": null,
|
|
1627
|
+
".input {$count :number} {{{$count} of the following combat techniques {$rating}}}": null,
|
|
1628
|
+
".input {$count :number} {{{$previous}, {$count} others {$rating}}}": null,
|
|
1629
|
+
"{$previous}, the others {$rating}": null,
|
|
1630
|
+
"Curses totaling {$apValue} AP": null,
|
|
1631
|
+
"no Curses totaling {$apValue} AP": null,
|
|
1632
|
+
"Liturgies totaling {$apValue} AP": null,
|
|
1633
|
+
"no Liturgies totaling {$apValue} AP": null,
|
|
1634
|
+
"{$apValue} AP to improve other {$skillsOfGroup}": null,
|
|
1635
|
+
"{$apValue} AP to distribute among the following skills: {$list}": null,
|
|
1636
|
+
"no AP to improve other {$skillsOfGroup}": null,
|
|
1637
|
+
".input {$count :number} {{{$count} cantrips}}": null,
|
|
1638
|
+
"{$count} from the following list": null,
|
|
1639
|
+
"The Twelve Blessings": null,
|
|
1640
|
+
"except for {$list :list type=conjunction}": null,
|
|
1641
|
+
"depends on selected tradition": null,
|
|
1642
|
+
"Additional Prerequisites": null,
|
|
1643
|
+
// Enhancements
|
|
1644
|
+
"Enhancements": null,
|
|
1645
|
+
"SR {$value}": null,
|
|
1646
|
+
".input {$hiddenCount :number} {{Prerequisites}}": null,
|
|
1647
|
+
"Spell Enhancement {$spell}": null,
|
|
1648
|
+
"Ritual Enhancement {$ritual}": null,
|
|
1649
|
+
"Liturgical Enhancement {$liturgicalChantOrCeremony}": null,
|
|
1650
|
+
// Library Entry Subtitles
|
|
1651
|
+
"Profession Package": null,
|
|
1652
|
+
"Optional Rule": null,
|
|
1653
|
+
}, { allKeysAreRequired: true }),
|
|
1654
|
+
}),
|
|
1655
|
+
}),
|
|
1656
|
+
uniqueConstraints: [
|
|
1657
|
+
[
|
|
1658
|
+
{
|
|
1659
|
+
keyPath: "name",
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
keyPath: "region",
|
|
1663
|
+
},
|
|
1664
|
+
],
|
|
1665
|
+
],
|
|
1666
|
+
});
|
|
1667
|
+
const LocaleMeasurementAdjustments = DB.TypeAlias(import.meta.url, {
|
|
1668
|
+
name: "LocaleMeasurementAdjustments",
|
|
1669
|
+
comment: "Measurements in the database always use the metric system, although the actual unit used in the locale’s translation may be different. Some translation may use different units where values have to be converted using a multiplier.",
|
|
1670
|
+
type: () => DB.Object({
|
|
1671
|
+
milesMultiplier: DB.Optional({
|
|
1672
|
+
comment: "Some lengths in the database are stored in kilometers (or “miles”, as it is called originally). This multiplier is used to convert these lengths to the unit used in the locale’s translation.",
|
|
1673
|
+
type: DB.Float({ minimum: { value: 0, isExclusive: true } }),
|
|
1674
|
+
}),
|
|
1675
|
+
stepsMultiplier: DB.Optional({
|
|
1676
|
+
comment: "Some lengths in the database are stored in meters (or “steps”, as it is called originally). This multiplier is used to convert these lengths to the unit used in the locale’s translation (e.g. yards).",
|
|
1677
|
+
type: DB.Float({ minimum: { value: 0, isExclusive: true } }),
|
|
1678
|
+
}),
|
|
1679
|
+
halffingersMultiplier: DB.Optional({
|
|
1680
|
+
comment: "Some lengths in the database are stored in centimeters (or “halffingers”, as it is called originally). This multiplier is used to convert these lengths to the unit used in the locale’s translation (e.g. inches).",
|
|
1681
|
+
type: DB.Float({ minimum: { value: 0, isExclusive: true } }),
|
|
1682
|
+
}),
|
|
1683
|
+
stonesMultiplier: DB.Optional({
|
|
1684
|
+
comment: "Weights in the database are stored in kilogram (or “stone”, as it is called originally). This multiplier is used to convert these weights to the unit used in the locale’s translation (e.g. pounds).",
|
|
1685
|
+
type: DB.Float({ minimum: { value: 0, isExclusive: true } }),
|
|
1686
|
+
}),
|
|
1687
|
+
}, { minProperties: 1 }),
|
|
1688
|
+
});
|
|
1689
|
+
export const NestedTranslationMap = (MemberDeclCreator, entityName, type) => MemberDeclCreator({
|
|
1690
|
+
comment: "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
1691
|
+
type: DB.NestedEntityMap({
|
|
1692
|
+
name: `${entityName}Translation`,
|
|
1693
|
+
namePlural: `${entityName}Translations`,
|
|
1694
|
+
secondaryEntity: Locale,
|
|
1695
|
+
type,
|
|
1696
|
+
minProperties: 1,
|
|
1697
|
+
}),
|
|
1698
|
+
});
|
|
1699
|
+
// /**
|
|
1700
|
+
// * Any type that can be converted to a string via a `toString` method.
|
|
1701
|
+
// */
|
|
1702
|
+
// interface Stringable {
|
|
1703
|
+
// toDB.String(): string
|
|
1704
|
+
// }
|
|
1705
|
+
// type Whitespace = " " | "\n" | "\t" | "\r"
|
|
1706
|
+
// /**
|
|
1707
|
+
// * Removes leading and trailing whitespace from a string literal type.
|
|
1708
|
+
// */
|
|
1709
|
+
// type Trim<L extends string> = L extends `${Whitespace}${infer Rest}`
|
|
1710
|
+
// ? Trim<Rest>
|
|
1711
|
+
// : L extends `${infer Rest}${Whitespace}`
|
|
1712
|
+
// ? Trim<Rest>
|
|
1713
|
+
// : L
|
|
1714
|
+
// /**
|
|
1715
|
+
// * Maps the type function string to the actual TypeScript type.
|
|
1716
|
+
// */
|
|
1717
|
+
// type ActualType<F extends string> = F extends "number" | "integer"
|
|
1718
|
+
// ? number
|
|
1719
|
+
// : F extends "string"
|
|
1720
|
+
// ? string
|
|
1721
|
+
// : F extends "datetime" | "date" | "time"
|
|
1722
|
+
// ? Date
|
|
1723
|
+
// : Stringable
|
|
1724
|
+
// /**
|
|
1725
|
+
// * Makes the parameter types readable by removing any TypeScript-specific constructs.
|
|
1726
|
+
// */
|
|
1727
|
+
// type ReadableParams<P extends object> = {
|
|
1728
|
+
// [K in keyof P]: P[K]
|
|
1729
|
+
// }
|
|
1730
|
+
// /**
|
|
1731
|
+
// * Extracts parameter names and their types from a simple message string. It also works for complex messages, but is not designed for that.
|
|
1732
|
+
// */
|
|
1733
|
+
// type ParamsFromSimpleMessage<L extends string> = L extends `${infer Start}}${infer Rest}`
|
|
1734
|
+
// ? Start extends `${string}{$${infer Name} :${infer TypeFunction}`
|
|
1735
|
+
// ? { [K in Name]: ActualType<TypeFunction> } & Omit<ParamsFromSimpleMessage<Rest>, Name>
|
|
1736
|
+
// : Start extends `${string}{$${infer Name}`
|
|
1737
|
+
// ? ParamsFromSimpleMessage<Rest> extends { [K in Name]: Stringable }
|
|
1738
|
+
// ? ParamsFromSimpleMessage<Rest>
|
|
1739
|
+
// : { [K in Name]: Stringable } & ParamsFromSimpleMessage<Rest>
|
|
1740
|
+
// : ParamsFromSimpleMessage<Rest>
|
|
1741
|
+
// : object
|
|
1742
|
+
// /**
|
|
1743
|
+
// * Extracts parameter names and their types from an Unicode MessageFormat 2.0 (MF2) string.
|
|
1744
|
+
// */
|
|
1745
|
+
// export type ExtractParamsFromMessage<Msg extends string> = ReadableParams<
|
|
1746
|
+
// ParamsFromSimpleMessage<Msg>
|
|
1747
|
+
// >
|