optolith-database-schema 0.2.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +71 -0
- package/lib/config.d.ts +302 -250
- package/lib/config.js +302 -250
- package/lib/main.d.ts +3 -2
- package/lib/main.js +1 -1
- package/lib/types/Advantage.d.ts +22 -24
- package/lib/types/AnimalDisease.d.ts +18 -212
- package/lib/types/AnimalType.d.ts +9 -13
- package/lib/types/ArcaneBardTradition.d.ts +3 -27
- package/lib/types/ArcaneDancerTradition.d.ts +3 -27
- package/lib/types/Aspect.d.ts +14 -19
- package/lib/types/Attribute.d.ts +17 -23
- package/lib/types/Blessing.d.ts +78 -94
- package/lib/types/Cantrip.d.ts +132 -148
- package/lib/types/Ceremony.d.ts +55 -88
- package/lib/types/CombatTechnique_Close.d.ts +30 -39
- package/lib/types/CombatTechnique_Ranged.d.ts +28 -26
- package/lib/types/Condition.d.ts +18 -31
- package/lib/types/Continent.d.ts +9 -13
- package/lib/types/Culture.d.ts +168 -290
- package/lib/types/DerivedCharacteristic.d.ts +4 -10
- package/lib/types/Disadvantage.d.ts +19 -23
- package/lib/types/Disease.d.ts +5 -140
- package/lib/types/Element.d.ts +9 -13
- package/lib/types/ExperienceLevel.d.ts +3 -9
- package/lib/types/EyeColor.d.ts +9 -13
- package/lib/types/FamiliarsTrick.d.ts +201 -290
- package/lib/types/HairColor.d.ts +9 -13
- package/lib/types/Lessons_Curriculum.d.ts +73 -138
- package/lib/types/Lessons_Guideline.d.ts +9 -13
- package/lib/types/LiturgicalChant.d.ts +55 -88
- package/lib/types/Locale.d.ts +1 -1
- package/lib/types/Locale.js +1 -1
- package/lib/types/MetaCondition.d.ts +18 -31
- package/lib/types/PactCategory.d.ts +48 -62
- package/lib/types/Patron.d.ts +66 -76
- package/lib/types/PatronCategory.d.ts +11 -21
- package/lib/types/PersonalityTrait.d.ts +31 -39
- package/lib/types/Profession.d.ts +296 -435
- package/lib/types/Property.d.ts +9 -13
- package/lib/types/Race.d.ts +99 -194
- package/lib/types/Region.d.ts +9 -13
- package/lib/types/Ritual.d.ts +58 -83
- package/lib/types/Service.d.ts +20 -25
- package/lib/types/SexPractice.d.ts +26 -34
- package/lib/types/Skill.d.ts +65 -90
- package/lib/types/SkillGroup.d.ts +13 -18
- package/lib/types/SkillModificationLevel.d.ts +72 -76
- package/lib/types/SocialStatus.d.ts +9 -13
- package/lib/types/Spell.d.ts +58 -83
- package/lib/types/State.d.ts +14 -20
- package/lib/types/Talisman.d.ts +44 -54
- package/lib/types/TargetCategory.d.ts +21 -16
- package/lib/types/UI.d.ts +1 -5
- package/lib/types/_Activatable.d.ts +607 -1177
- package/lib/types/_Activatable.js +0 -12
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +356 -0
- package/lib/types/{prerequisites/single/CommonSuggestedByRCPPrerequisite.js → _ActivatableSelectOptionCategory.js} +0 -0
- package/lib/types/_ActivatableSkill.d.ts +24 -1013
- package/lib/types/_ActivatableSkill.js +1 -31
- package/lib/types/_ActivatableSkillCastingTime.d.ts +69 -0
- package/lib/types/_ActivatableSkillCastingTime.js +5 -0
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +41 -0
- package/lib/types/{equipment/_Armor.js → _ActivatableSkillCheckResultBased.js} +0 -3
- package/lib/types/_ActivatableSkillCost.d.ts +223 -0
- package/lib/types/_ActivatableSkillCost.js +1 -0
- package/lib/types/_ActivatableSkillDuration.d.ts +138 -0
- package/lib/types/_ActivatableSkillDuration.js +13 -0
- package/lib/types/_ActivatableSkillEffect.d.ts +68 -0
- package/lib/types/_ActivatableSkillEffect.js +1 -0
- package/lib/types/_ActivatableSkillRange.d.ts +103 -0
- package/lib/types/_ActivatableSkillRange.js +5 -0
- package/lib/types/_ActivatableSkillTargetCategory.d.ts +35 -0
- package/lib/types/_ActivatableSkillTargetCategory.js +1 -0
- package/lib/types/_AlternativeNames.d.ts +11 -0
- package/lib/types/_AlternativeNames.js +1 -0
- package/lib/types/_ArcaneTradition.d.ts +28 -0
- package/lib/types/_ArcaneTradition.js +4 -0
- package/lib/types/_Blessed.d.ts +22 -0
- package/lib/types/_Blessed.js +1 -0
- package/lib/types/_DiseasePoison.d.ts +116 -0
- package/lib/types/_DiseasePoison.js +5 -0
- package/lib/types/_Enhancements.d.ts +16 -20
- package/lib/types/_I18n.d.ts +1 -5
- package/lib/types/_Identifier.d.ts +32 -0
- package/lib/types/_Identifier.js +32 -0
- package/lib/types/_Influence.d.ts +27 -32
- package/lib/types/_LocaleMap.d.ts +10 -0
- package/lib/types/_LocaleMap.js +1 -0
- package/lib/types/_NonEmptyString.d.ts +9 -0
- package/lib/types/_NonEmptyString.js +1 -0
- package/lib/types/_Prerequisite.d.ts +61 -65
- package/lib/types/_ResponsiveText.d.ts +54 -0
- package/lib/types/_ResponsiveText.js +1 -0
- package/lib/types/_SimpleReferences.d.ts +334 -0
- package/lib/types/_SimpleReferences.js +1 -0
- package/lib/types/_SkillCheck.d.ts +6 -11
- package/lib/types/_Spellwork.d.ts +17 -0
- package/lib/types/_Spellwork.js +1 -0
- package/lib/types/equipment/EquipmentPackage.d.ts +24 -28
- package/lib/types/equipment/item/Alchemicum.d.ts +6 -0
- package/lib/types/equipment/item/Alchemicum.js +5 -0
- package/lib/types/equipment/item/Ammunition.d.ts +31 -0
- package/lib/types/equipment/item/Ammunition.js +5 -0
- package/lib/types/equipment/item/Animal.d.ts +18 -0
- package/lib/types/equipment/item/Animal.js +5 -0
- package/lib/types/equipment/item/AnimalCare.d.ts +48 -0
- package/lib/types/equipment/item/AnimalCare.js +5 -0
- package/lib/types/equipment/item/Armor.d.ts +185 -0
- package/lib/types/equipment/item/Armor.js +5 -0
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +6 -0
- package/lib/types/equipment/item/BandageOrRemedy.js +5 -0
- package/lib/types/equipment/item/Book.d.ts +60 -0
- package/lib/types/equipment/item/Book.js +5 -0
- package/lib/types/equipment/item/CeremonialItem.d.ts +6 -0
- package/lib/types/equipment/item/CeremonialItem.js +5 -0
- package/lib/types/equipment/item/Clothes.d.ts +6 -0
- package/lib/types/equipment/item/Clothes.js +5 -0
- package/lib/types/equipment/item/Container.d.ts +6 -0
- package/lib/types/equipment/item/Container.js +5 -0
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +41 -0
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +5 -0
- package/lib/types/equipment/item/GemOrPreciousStone.d.ts +43 -0
- package/lib/types/equipment/item/GemOrPreciousStone.js +5 -0
- package/lib/types/equipment/item/HealingHerb.d.ts +6 -0
- package/lib/types/equipment/item/HealingHerb.js +5 -0
- package/lib/types/equipment/item/Illumination.d.ts +6 -0
- package/lib/types/equipment/item/Illumination.js +5 -0
- package/lib/types/equipment/item/Jewelry.d.ts +60 -0
- package/lib/types/equipment/item/Jewelry.js +5 -0
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +6 -0
- package/lib/types/equipment/item/Liebesspielzeug.js +5 -0
- package/lib/types/equipment/item/LuxuryGood.d.ts +6 -0
- package/lib/types/equipment/item/LuxuryGood.js +5 -0
- package/lib/types/equipment/item/MagicalArtifact.d.ts +39 -0
- package/lib/types/equipment/item/MagicalArtifact.js +5 -0
- package/lib/types/equipment/item/MusicalInstrument.d.ts +27 -0
- package/lib/types/equipment/item/MusicalInstrument.js +5 -0
- package/lib/types/equipment/item/OrienteeringAid.d.ts +6 -0
- package/lib/types/equipment/item/OrienteeringAid.js +5 -0
- package/lib/types/equipment/item/Poison.d.ts +163 -0
- package/lib/types/{Poison.js → equipment/item/Poison.js} +1 -1
- package/lib/types/equipment/item/RopeOrChain.d.ts +6 -0
- package/lib/types/equipment/item/RopeOrChain.js +5 -0
- package/lib/types/equipment/item/Stationary.d.ts +6 -0
- package/lib/types/equipment/item/Stationary.js +5 -0
- package/lib/types/equipment/item/ThievesTool.d.ts +6 -0
- package/lib/types/equipment/item/ThievesTool.js +5 -0
- package/lib/types/equipment/item/ToolOfTheTrade.d.ts +56 -0
- package/lib/types/equipment/item/ToolOfTheTrade.js +5 -0
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +6 -0
- package/lib/types/equipment/item/TravelGearOrTool.js +5 -0
- package/lib/types/equipment/item/Vehicle.d.ts +18 -0
- package/lib/types/equipment/item/Vehicle.js +5 -0
- package/lib/types/equipment/item/Weapon.d.ts +152 -0
- package/lib/types/equipment/item/Weapon.js +5 -0
- package/lib/types/equipment/item/WeaponAccessory.d.ts +6 -0
- package/lib/types/equipment/item/WeaponAccessory.js +5 -0
- package/lib/types/equipment/item/_Item.d.ts +157 -0
- package/lib/types/equipment/item/_Item.js +1 -0
- package/lib/types/equipment/item/_MeleeWeapon.d.ts +113 -0
- package/lib/types/equipment/item/_MeleeWeapon.js +4 -0
- package/lib/types/equipment/item/_RangedWeapon.d.ts +108 -0
- package/lib/types/equipment/item/_RangedWeapon.js +4 -0
- package/lib/types/equipment/item/_Weapon.d.ts +57 -0
- package/lib/types/equipment/{_Weapon.js → item/_Weapon.js} +0 -3
- package/lib/types/equipment/item/sub/ArmorType.d.ts +36 -0
- package/lib/types/equipment/{ArmorType.js → item/sub/ArmorType.js} +1 -1
- package/lib/types/equipment/item/sub/Reach.d.ts +27 -0
- package/lib/types/equipment/{Reach.js → item/sub/Reach.js} +1 -1
- package/lib/types/magicalActions/AnimistPower.d.ts +168 -225
- package/lib/types/magicalActions/AnimistPower_Tribe.d.ts +9 -13
- package/lib/types/magicalActions/Curse.d.ts +115 -184
- package/lib/types/magicalActions/DominationRitual.d.ts +98 -136
- package/lib/types/magicalActions/ElvenMagicalSong.d.ts +79 -123
- package/lib/types/magicalActions/GeodeRitual.d.ts +124 -111
- package/lib/types/magicalActions/JesterTrick.d.ts +114 -109
- package/lib/types/magicalActions/MagicalDance.d.ts +71 -138
- package/lib/types/magicalActions/MagicalMelody.d.ts +65 -75
- package/lib/types/magicalActions/MagicalRune.d.ts +155 -189
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +57 -65
- package/lib/types/magicalActions/_MusicTradition.d.ts +23 -13
- package/lib/types/magicalActions/_SkillReference.d.ts +1 -1
- package/lib/types/prerequisites/DisplayOption.d.ts +6 -8
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +194 -16
- package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +0 -3
- package/lib/types/prerequisites/single/AnimistPowerPrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/CulturePrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/EnhancementPrerequisite.d.ts +17 -14
- package/lib/types/prerequisites/single/InfluencePrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/PactPrerequisite.d.ts +5 -14
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +6 -6
- package/lib/types/prerequisites/single/PublicationPrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/RacePrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/RatedPrerequisite.d.ts +32 -41
- package/lib/types/prerequisites/single/RulePrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/SexPrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/SocialStatusPrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/StatePrerequisite.d.ts +0 -1
- package/lib/types/prerequisites/single/TextPrerequisite.d.ts +11 -15
- package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +20 -12
- package/lib/types/rule/CoreRule.d.ts +198 -206
- package/lib/types/rule/FocusRule.d.ts +19 -24
- package/lib/types/rule/FocusRule_Subject.d.ts +9 -13
- package/lib/types/rule/OptionalRule.d.ts +12 -35
- package/lib/types/rule/_Rule.d.ts +19 -0
- package/lib/types/rule/_Rule.js +1 -0
- package/lib/types/source/Publication.d.ts +34 -48
- package/lib/types/source/_Erratum.d.ts +2 -1
- package/lib/types/source/_PublicationRef.d.ts +41 -37
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +13 -17
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/AncestorGlyph.d.ts +8 -12
- package/lib/types/specialAbility/BlessedTradition.d.ts +92 -123
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +9 -13
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +13 -17
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +10 -18
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +1 -1
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/LycantropicGift.d.ts +8 -12
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/MagicalTradition.d.ts +38 -58
- package/lib/types/specialAbility/PactGift.d.ts +75 -62
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +16 -23
- package/lib/types/specialAbility/Sermon.d.ts +8 -12
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +8 -12
- package/lib/types/specialAbility/VampiricGift.d.ts +8 -12
- package/lib/types/specialAbility/Vision.d.ts +8 -12
- package/lib/types/specialAbility/_Tradition.d.ts +12 -0
- package/lib/types/specialAbility/_Tradition.js +1 -0
- package/lib/types/specialAbility/sub/Language.d.ts +78 -104
- package/lib/types/specialAbility/sub/Script.d.ts +24 -51
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +14 -20
- package/lib/types/specialAbility/sub/_LanguageScript.d.ts +13 -0
- package/lib/types/specialAbility/sub/_LanguageScript.js +1 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +21 -25
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +31 -34
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +45 -25
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +20 -24
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +20 -24
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +21 -25
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +21 -25
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +20 -24
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +20 -24
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +19 -24
- package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +24 -16
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +9 -13
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +9 -13
- package/lib/types/traditionArtifacts/sub/Brew.d.ts +9 -13
- package/lib/validation/schema.d.ts +11 -2
- package/lib/validation/schema.js +16 -4
- package/package.json +8 -7
- package/schema/Advantage.schema.json +49 -42
- package/schema/AnimalDisease.schema.json +17 -325
- package/schema/AnimalType.schema.json +17 -15
- package/schema/ArcaneBardTradition.schema.json +4 -42
- package/schema/ArcaneDancerTradition.schema.json +4 -42
- package/schema/Aspect.schema.json +21 -20
- package/schema/Attribute.schema.json +27 -27
- package/schema/Blessing.schema.json +188 -170
- package/schema/Cantrip.schema.json +334 -273
- package/schema/Ceremony.schema.json +90 -149
- package/schema/CombatTechnique_Close.schema.json +56 -67
- package/schema/CombatTechnique_Ranged.schema.json +46 -30
- package/schema/Condition.schema.json +46 -50
- package/schema/Continent.schema.json +18 -15
- package/schema/Culture.schema.json +408 -487
- package/schema/DerivedCharacteristic.schema.json +8 -8
- package/schema/Disadvantage.schema.json +45 -40
- package/schema/Disease.schema.json +7 -193
- package/schema/Element.schema.json +18 -15
- package/schema/ExperienceLevel.schema.json +5 -5
- package/schema/EyeColor.schema.json +17 -15
- package/schema/FamiliarsTrick.schema.json +491 -513
- package/schema/HairColor.schema.json +17 -15
- package/schema/Kirchenpraegung.schema.json +4 -4
- package/schema/Lessons_Curriculum.schema.json +202 -232
- package/schema/Lessons_Guideline.schema.json +17 -15
- package/schema/LiturgicalChant.schema.json +90 -149
- package/schema/Locale.schema.json +5 -5
- package/schema/MetaCondition.schema.json +46 -50
- package/schema/PactCategory.schema.json +101 -89
- package/schema/Patron.schema.json +239 -229
- package/schema/PatronCategory.schema.json +18 -27
- package/schema/PersonalityTrait.schema.json +50 -57
- package/schema/Profession.schema.json +810 -993
- package/schema/Property.schema.json +18 -16
- package/schema/Race.schema.json +200 -308
- package/schema/Region.schema.json +17 -15
- package/schema/Ritual.schema.json +111 -158
- package/schema/Service.schema.json +55 -51
- package/schema/SexPractice.schema.json +37 -39
- package/schema/Skill.schema.json +88 -89
- package/schema/SkillGroup.schema.json +23 -22
- package/schema/SkillModificationLevel.schema.json +93 -82
- package/schema/SocialStatus.schema.json +17 -15
- package/schema/Spell.schema.json +110 -158
- package/schema/State.schema.json +26 -25
- package/schema/Talisman.schema.json +115 -121
- package/schema/TargetCategory.schema.json +35 -20
- package/schema/UI.schema.json +830 -834
- package/schema/_Activatable.schema.json +1482 -2138
- package/schema/_ActivatableSelectOptionCategory.schema.json +1124 -0
- package/schema/_ActivatableSkill.schema.json +96 -1679
- package/schema/_ActivatableSkillCastingTime.schema.json +177 -0
- package/schema/_ActivatableSkillCheckResultBased.schema.json +101 -0
- package/schema/_ActivatableSkillCost.schema.json +448 -0
- package/schema/_ActivatableSkillDuration.schema.json +335 -0
- package/schema/_ActivatableSkillEffect.schema.json +153 -0
- package/schema/_ActivatableSkillRange.schema.json +221 -0
- package/schema/_ActivatableSkillTargetCategory.schema.json +117 -0
- package/schema/_AlternativeNames.schema.json +23 -0
- package/schema/_ArcaneTradition.schema.json +51 -0
- package/schema/_Blessed.schema.json +64 -0
- package/schema/_CommonnessRatedAdvantageDisadvantage.schema.json +2 -2
- package/schema/_Dice.schema.json +3 -3
- package/schema/_DiseasePoison.schema.json +173 -0
- package/schema/_Enhancements.schema.json +29 -26
- package/schema/_I18n.schema.json +8 -12
- package/schema/_Identifier.schema.json +73 -22
- package/schema/_ImprovementCost.schema.json +2 -2
- package/schema/_Influence.schema.json +48 -45
- package/schema/_NonEmptyString.schema.json +14 -0
- package/schema/_Prerequisite.schema.json +953 -765
- package/schema/_ResponsiveText.schema.json +66 -0
- package/schema/_Sex.schema.json +3 -3
- package/schema/_SimpleReferences.schema.json +586 -0
- package/schema/_SkillCheck.schema.json +5 -20
- package/schema/_Spellwork.schema.json +47 -0
- package/schema/equipment/EquipmentPackage.schema.json +37 -32
- package/schema/equipment/item/Alchemicum.schema.json +10 -0
- package/schema/equipment/item/Ammunition.schema.json +56 -0
- package/schema/equipment/item/Animal.schema.json +36 -0
- package/schema/equipment/item/AnimalCare.schema.json +124 -0
- package/schema/equipment/item/Armor.schema.json +288 -0
- package/schema/equipment/item/BandageOrRemedy.schema.json +10 -0
- package/schema/equipment/item/Book.schema.json +89 -0
- package/schema/equipment/item/CeremonialItem.schema.json +10 -0
- package/schema/equipment/item/Clothes.schema.json +10 -0
- package/schema/equipment/item/Container.schema.json +10 -0
- package/schema/equipment/item/EquipmentOfBlessedOnes.schema.json +59 -0
- package/schema/equipment/item/GemOrPreciousStone.schema.json +69 -0
- package/schema/equipment/item/HealingHerb.schema.json +10 -0
- package/schema/equipment/item/Illumination.schema.json +10 -0
- package/schema/equipment/item/Jewelry.schema.json +113 -0
- package/schema/equipment/item/Liebesspielzeug.schema.json +10 -0
- package/schema/equipment/item/LuxuryGood.schema.json +10 -0
- package/schema/equipment/item/MagicalArtifact.schema.json +64 -0
- package/schema/equipment/item/MusicalInstrument.schema.json +46 -0
- package/schema/equipment/item/OrienteeringAid.schema.json +10 -0
- package/schema/equipment/item/Poison.schema.json +378 -0
- package/schema/equipment/item/RopeOrChain.schema.json +10 -0
- package/schema/equipment/item/Stationary.schema.json +10 -0
- package/schema/equipment/item/ThievesTool.schema.json +10 -0
- package/schema/equipment/item/ToolOfTheTrade.schema.json +83 -0
- package/schema/equipment/item/TravelGearOrTool.schema.json +10 -0
- package/schema/equipment/item/Vehicle.schema.json +36 -0
- package/schema/equipment/item/Weapon.schema.json +265 -0
- package/schema/equipment/item/WeaponAccessory.schema.json +10 -0
- package/schema/equipment/item/_Item.schema.json +361 -0
- package/schema/equipment/item/_MeleeWeapon.schema.json +166 -0
- package/schema/equipment/item/_RangedWeapon.schema.json +172 -0
- package/schema/equipment/item/_Weapon.schema.json +99 -0
- package/schema/equipment/item/sub/ArmorType.schema.json +53 -0
- package/schema/equipment/{Reach.schema.json → item/sub/Reach.schema.json} +18 -16
- package/schema/magicalActions/AnimistPower.schema.json +413 -402
- package/schema/magicalActions/AnimistPower_Tribe.schema.json +17 -15
- package/schema/magicalActions/Curse.schema.json +288 -315
- package/schema/magicalActions/DominationRitual.schema.json +233 -220
- package/schema/magicalActions/ElvenMagicalSong.schema.json +132 -154
- package/schema/magicalActions/GeodeRitual.schema.json +284 -222
- package/schema/magicalActions/JesterTrick.schema.json +252 -202
- package/schema/magicalActions/MagicalDance.schema.json +147 -251
- package/schema/magicalActions/MagicalMelody.schema.json +129 -164
- package/schema/magicalActions/MagicalRune.schema.json +341 -323
- package/schema/magicalActions/ZibiljaRitual.schema.json +139 -112
- package/schema/magicalActions/_MusicTradition.schema.json +88 -14
- package/schema/magicalActions/_SkillReference.schema.json +4 -4
- package/schema/prerequisites/ConditionalPrerequisites.schema.json +3 -3
- package/schema/prerequisites/DisplayOption.schema.json +25 -14
- package/schema/prerequisites/PrerequisiteGroups.schema.json +928 -152
- package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +13 -25
- package/schema/prerequisites/single/AnimistPowerPrerequisite.schema.json +4 -7
- package/schema/prerequisites/single/CulturePrerequisite.schema.json +4 -8
- package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +30 -23
- package/schema/prerequisites/single/InfluencePrerequisite.schema.json +3 -7
- package/schema/prerequisites/single/PactPrerequisite.schema.json +9 -19
- package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +32 -33
- package/schema/prerequisites/single/PublicationPrerequisite.schema.json +3 -7
- package/schema/prerequisites/single/RacePrerequisite.schema.json +4 -8
- package/schema/prerequisites/single/RatedPrerequisite.schema.json +104 -107
- package/schema/prerequisites/single/RulePrerequisite.schema.json +4 -8
- package/schema/prerequisites/single/SexPrerequisite.schema.json +4 -8
- package/schema/prerequisites/single/SocialStatusPrerequisite.schema.json +3 -7
- package/schema/prerequisites/single/StatePrerequisite.schema.json +4 -8
- package/schema/prerequisites/single/TextPrerequisite.schema.json +36 -35
- package/schema/prerequisites/single/TraditionPrerequisite.schema.json +66 -68
- package/schema/rule/CoreRule.schema.json +904 -859
- package/schema/rule/FocusRule.schema.json +34 -30
- package/schema/rule/FocusRule_Subject.schema.json +17 -15
- package/schema/rule/OptionalRule.schema.json +24 -56
- package/schema/rule/_Rule.schema.json +52 -0
- package/schema/source/Publication.schema.json +45 -71
- package/schema/source/_Erratum.schema.json +5 -6
- package/schema/source/_PublicationRef.schema.json +87 -57
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +41 -38
- package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/AncestorGlyph.schema.json +33 -30
- package/schema/specialAbility/BlessedTradition.schema.json +230 -225
- package/schema/specialAbility/BrawlingSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +36 -33
- package/schema/specialAbility/CombatSpecialAbility.schema.json +41 -38
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +39 -61
- package/schema/specialAbility/CommandSpecialAbility.schema.json +16 -16
- package/schema/specialAbility/FamiliarSpecialAbility.schema.json +33 -30
- package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +33 -30
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +33 -30
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +36 -33
- package/schema/specialAbility/LycantropicGift.schema.json +33 -30
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +36 -33
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/MagicalTradition.schema.json +66 -87
- package/schema/specialAbility/PactGift.schema.json +240 -174
- package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +39 -38
- package/schema/specialAbility/Sermon.schema.json +33 -30
- package/schema/specialAbility/SexSpecialAbility.schema.json +35 -32
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +33 -30
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +34 -31
- package/schema/specialAbility/VampiricGift.schema.json +33 -30
- package/schema/specialAbility/Vision.schema.json +33 -30
- package/schema/specialAbility/_Tradition.schema.json +23 -0
- package/schema/specialAbility/sub/Language.schema.json +170 -162
- package/schema/specialAbility/sub/Script.schema.json +35 -72
- package/schema/specialAbility/sub/TradeSecret.schema.json +26 -25
- package/schema/specialAbility/sub/_LanguageScript.schema.json +26 -0
- package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/AttireEnchantment.schema.json +47 -43
- package/schema/traditionArtifacts/BowlEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/CauldronEnchantment.schema.json +63 -56
- package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/DaggerRitual.schema.json +132 -43
- package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +46 -43
- package/schema/traditionArtifacts/OrbEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/RingEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/SickleRitual.schema.json +46 -43
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +47 -43
- package/schema/traditionArtifacts/ToyEnchantment.schema.json +47 -43
- package/schema/traditionArtifacts/Trinkhornzauber.schema.json +46 -43
- package/schema/traditionArtifacts/WandEnchantment.schema.json +46 -43
- package/schema/traditionArtifacts/WeaponEnchantment.schema.json +46 -50
- package/schema/traditionArtifacts/sub/AnimalShape.schema.json +53 -25
- package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +17 -15
- package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +17 -15
- package/schema/traditionArtifacts/sub/Brew.schema.json +17 -15
- package/lib/types/MagicalTraditionPlaceholder.d.ts +0 -32
- package/lib/types/MagicalTraditionPlaceholder.js +0 -5
- package/lib/types/Poison.d.ts +0 -208
- package/lib/types/equipment/ArmorType.d.ts +0 -31
- package/lib/types/equipment/Item.d.ts +0 -308
- package/lib/types/equipment/Item.js +0 -35
- package/lib/types/equipment/ItemGroup.d.ts +0 -31
- package/lib/types/equipment/ItemGroup.js +0 -5
- package/lib/types/equipment/Reach.d.ts +0 -31
- package/lib/types/equipment/_Armor.d.ts +0 -70
- package/lib/types/equipment/_Weapon.d.ts +0 -330
- package/lib/types/prerequisites/single/CommonSuggestedByRCPPrerequisite.d.ts +0 -3
- package/schema/MagicalTraditionPlaceholder.schema.json +0 -45
- package/schema/Poison.schema.json +0 -417
- package/schema/equipment/ArmorType.schema.json +0 -45
- package/schema/equipment/Item.schema.json +0 -621
- package/schema/equipment/ItemGroup.schema.json +0 -45
- package/schema/equipment/_Armor.schema.json +0 -125
- package/schema/equipment/_Weapon.schema.json +0 -664
- package/schema/prerequisites/single/CommonSuggestedByRCPPrerequisite.schema.json +0 -18
package/schema/UI.schema.json
CHANGED
|
@@ -1,2553 +1,2553 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
3
|
"$id": "/UI.schema.json",
|
|
4
|
-
"$ref": "
|
|
5
|
-
"
|
|
4
|
+
"$ref": "#/$defs/UI",
|
|
5
|
+
"$defs": {
|
|
6
6
|
"UI": {
|
|
7
7
|
"title": "UI",
|
|
8
8
|
"type": "object",
|
|
9
9
|
"properties": {
|
|
10
10
|
"macosmenubar.aboutapp": {
|
|
11
11
|
"description": "- `0`: Name of the app",
|
|
12
|
-
"$ref": "
|
|
12
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
13
13
|
},
|
|
14
14
|
"macosmenubar.preferences": {
|
|
15
|
-
"$ref": "
|
|
15
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
16
16
|
},
|
|
17
17
|
"macosmenubar.quit": {
|
|
18
|
-
"$ref": "
|
|
18
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
19
19
|
},
|
|
20
20
|
"macosmenubar.edit": {
|
|
21
|
-
"$ref": "
|
|
21
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
22
22
|
},
|
|
23
23
|
"macosmenubar.view": {
|
|
24
|
-
"$ref": "
|
|
24
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
25
25
|
},
|
|
26
26
|
"initialization.loadtableserror": {
|
|
27
|
-
"$ref": "
|
|
27
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
28
28
|
},
|
|
29
29
|
"header.tabs.heroes": {
|
|
30
|
-
"$ref": "
|
|
30
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
31
31
|
},
|
|
32
32
|
"header.tabs.groups": {
|
|
33
|
-
"$ref": "
|
|
33
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
34
34
|
},
|
|
35
35
|
"header.tabs.wiki": {
|
|
36
|
-
"$ref": "
|
|
36
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
37
37
|
},
|
|
38
38
|
"header.tabs.faq": {
|
|
39
|
-
"$ref": "
|
|
39
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
40
40
|
},
|
|
41
41
|
"header.tabs.about": {
|
|
42
|
-
"$ref": "
|
|
42
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
43
43
|
},
|
|
44
44
|
"header.tabs.imprint": {
|
|
45
|
-
"$ref": "
|
|
45
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
46
46
|
},
|
|
47
47
|
"header.tabs.thirdpartylicenses": {
|
|
48
|
-
"$ref": "
|
|
48
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
49
49
|
},
|
|
50
50
|
"header.tabs.lastchanges": {
|
|
51
|
-
"$ref": "
|
|
51
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
52
52
|
},
|
|
53
53
|
"header.tabs.profile": {
|
|
54
|
-
"$ref": "
|
|
54
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
55
55
|
},
|
|
56
56
|
"header.tabs.overview": {
|
|
57
|
-
"$ref": "
|
|
57
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
58
58
|
},
|
|
59
59
|
"header.tabs.personaldata": {
|
|
60
|
-
"$ref": "
|
|
60
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
61
61
|
},
|
|
62
62
|
"header.tabs.charactersheet": {
|
|
63
|
-
"$ref": "
|
|
63
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
64
64
|
},
|
|
65
65
|
"header.tabs.pact": {
|
|
66
|
-
"$ref": "
|
|
66
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
67
67
|
},
|
|
68
68
|
"header.tabs.rules": {
|
|
69
|
-
"$ref": "
|
|
69
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
70
70
|
},
|
|
71
71
|
"header.tabs.racecultureandprofession": {
|
|
72
|
-
"$ref": "
|
|
72
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
73
73
|
},
|
|
74
74
|
"header.tabs.race": {
|
|
75
|
-
"$ref": "
|
|
75
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
76
76
|
},
|
|
77
77
|
"header.tabs.culture": {
|
|
78
|
-
"$ref": "
|
|
78
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
79
79
|
},
|
|
80
80
|
"header.tabs.profession": {
|
|
81
|
-
"$ref": "
|
|
81
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
82
82
|
},
|
|
83
83
|
"header.tabs.attributes": {
|
|
84
|
-
"$ref": "
|
|
84
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
85
85
|
},
|
|
86
86
|
"header.tabs.advantagesanddisadvantages": {
|
|
87
|
-
"$ref": "
|
|
87
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
88
88
|
},
|
|
89
89
|
"header.tabs.advantages": {
|
|
90
|
-
"$ref": "
|
|
90
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
91
91
|
},
|
|
92
92
|
"header.tabs.disadvantages": {
|
|
93
|
-
"$ref": "
|
|
93
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
94
94
|
},
|
|
95
95
|
"header.tabs.abilities": {
|
|
96
|
-
"$ref": "
|
|
96
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
97
97
|
},
|
|
98
98
|
"header.tabs.skills": {
|
|
99
|
-
"$ref": "
|
|
99
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
100
100
|
},
|
|
101
101
|
"header.tabs.combattechniques": {
|
|
102
|
-
"$ref": "
|
|
102
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
103
103
|
},
|
|
104
104
|
"header.tabs.specialabilities": {
|
|
105
|
-
"$ref": "
|
|
105
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
106
106
|
},
|
|
107
107
|
"header.tabs.spells": {
|
|
108
|
-
"$ref": "
|
|
108
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
109
109
|
},
|
|
110
110
|
"header.tabs.liturgicalchants": {
|
|
111
|
-
"$ref": "
|
|
111
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
112
112
|
},
|
|
113
113
|
"header.tabs.belongings": {
|
|
114
|
-
"$ref": "
|
|
114
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
115
115
|
},
|
|
116
116
|
"header.tabs.equipment": {
|
|
117
|
-
"$ref": "
|
|
117
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
118
118
|
},
|
|
119
119
|
"header.tabs.hitzonearmor": {
|
|
120
|
-
"$ref": "
|
|
120
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
121
121
|
},
|
|
122
122
|
"header.tabs.pets": {
|
|
123
|
-
"$ref": "
|
|
123
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
124
124
|
},
|
|
125
125
|
"header.apleft": {
|
|
126
126
|
"description": "- `0`: AP left",
|
|
127
|
-
"$ref": "
|
|
127
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
128
128
|
},
|
|
129
129
|
"header.savebtn": {
|
|
130
|
-
"$ref": "
|
|
130
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
131
131
|
},
|
|
132
132
|
"header.aptooltip.title": {
|
|
133
|
-
"$ref": "
|
|
133
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
134
134
|
},
|
|
135
135
|
"header.aptooltip.total": {
|
|
136
136
|
"description": "- `0`: AP Total",
|
|
137
|
-
"$ref": "
|
|
137
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
138
138
|
},
|
|
139
139
|
"header.aptooltip.spent": {
|
|
140
140
|
"description": "- `0`: AP Spent",
|
|
141
|
-
"$ref": "
|
|
141
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
142
142
|
},
|
|
143
143
|
"header.aptooltip.spentonadvantages": {
|
|
144
144
|
"description": "- `0`: Current AP spent on advantages\n- `1`: Maximum possible AP spent on advantages",
|
|
145
|
-
"$ref": "
|
|
145
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
146
146
|
},
|
|
147
147
|
"header.aptooltip.spentonmagicadvantages": {
|
|
148
148
|
"description": "- `0`: Current AP spent on magic advantages\n- `1`: Maximum possible AP spent on magic advantages",
|
|
149
|
-
"$ref": "
|
|
149
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
150
150
|
},
|
|
151
151
|
"header.aptooltip.spentonblessedadvantages": {
|
|
152
152
|
"description": "- `0`: Current AP spent on blessed advantages\n- `1`: Maximum possible AP spent on blessed advantages",
|
|
153
|
-
"$ref": "
|
|
153
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
154
154
|
},
|
|
155
155
|
"header.aptooltip.spentondisadvantages": {
|
|
156
156
|
"description": "- `0`: Current AP spent on disadvantages\n- `1`: Maximum possible AP spent on disadvantages",
|
|
157
|
-
"$ref": "
|
|
157
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
158
158
|
},
|
|
159
159
|
"header.aptooltip.spentonmagicdisadvantages": {
|
|
160
160
|
"description": "- `0`: Current AP spent on magic disadvantages\n- `1`: Maximum possible AP spent on magic disadvantages",
|
|
161
|
-
"$ref": "
|
|
161
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
162
162
|
},
|
|
163
163
|
"header.aptooltip.spentonblesseddisadvantages": {
|
|
164
164
|
"description": "- `0`: Current AP spent on blessed disadvantages\n- `1`: Maximum possible AP spent on blessed disadvantages",
|
|
165
|
-
"$ref": "
|
|
165
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
166
166
|
},
|
|
167
167
|
"header.aptooltip.spentonrace": {
|
|
168
168
|
"description": "- `0`: AP spent on race",
|
|
169
|
-
"$ref": "
|
|
169
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
170
170
|
},
|
|
171
171
|
"header.aptooltip.spentonprofession": {
|
|
172
172
|
"description": "- `0`: AP spent on profession",
|
|
173
|
-
"$ref": "
|
|
173
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
174
174
|
},
|
|
175
175
|
"header.aptooltip.spentonattributes": {
|
|
176
176
|
"description": "- `0`: AP spent on attributes",
|
|
177
|
-
"$ref": "
|
|
177
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
178
178
|
},
|
|
179
179
|
"header.aptooltip.spentonskills": {
|
|
180
180
|
"description": "- `0`: AP spent on skills",
|
|
181
|
-
"$ref": "
|
|
181
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
182
182
|
},
|
|
183
183
|
"header.aptooltip.spentoncombattechniques": {
|
|
184
184
|
"description": "- `0`: AP spent on combat techniques",
|
|
185
|
-
"$ref": "
|
|
185
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
186
186
|
},
|
|
187
187
|
"header.aptooltip.spentonspells": {
|
|
188
188
|
"description": "- `0`: AP spent on spells",
|
|
189
|
-
"$ref": "
|
|
189
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
190
190
|
},
|
|
191
191
|
"header.aptooltip.spentoncantrips": {
|
|
192
192
|
"description": "- `0`: AP spent on cantrips",
|
|
193
|
-
"$ref": "
|
|
193
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
194
194
|
},
|
|
195
195
|
"header.aptooltip.spentonliturgicalchants": {
|
|
196
196
|
"description": "- `0`: AP spent on liturgical chants",
|
|
197
|
-
"$ref": "
|
|
197
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
198
198
|
},
|
|
199
199
|
"header.aptooltip.spentonblessings": {
|
|
200
200
|
"description": "- `0`: AP spent on blessings",
|
|
201
|
-
"$ref": "
|
|
201
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
202
202
|
},
|
|
203
203
|
"header.aptooltip.spentonspecialabilities": {
|
|
204
204
|
"description": "- `0`: AP spent on special abilities",
|
|
205
|
-
"$ref": "
|
|
205
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
206
206
|
},
|
|
207
207
|
"header.aptooltip.spentonenergies": {
|
|
208
208
|
"description": "- `0`: AP spent on energies (LP/AE/KP)",
|
|
209
|
-
"$ref": "
|
|
209
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
210
210
|
},
|
|
211
211
|
"header.dialogs.herosaved": {
|
|
212
|
-
"$ref": "
|
|
212
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
213
213
|
},
|
|
214
214
|
"header.dialogs.allsaved": {
|
|
215
|
-
"$ref": "
|
|
215
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
216
216
|
},
|
|
217
217
|
"header.dialogs.everythingelsesaved": {
|
|
218
|
-
"$ref": "
|
|
218
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
219
219
|
},
|
|
220
220
|
"header.dialogs.saveconfigerror.title": {
|
|
221
|
-
"$ref": "
|
|
221
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
222
222
|
},
|
|
223
223
|
"header.dialogs.saveconfigerror.message": {
|
|
224
|
-
"$ref": "
|
|
224
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
225
225
|
},
|
|
226
226
|
"header.dialogs.saveheroeserror.title": {
|
|
227
|
-
"$ref": "
|
|
227
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
228
228
|
},
|
|
229
229
|
"header.dialogs.saveheroeserror.message": {
|
|
230
|
-
"$ref": "
|
|
230
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
231
231
|
},
|
|
232
232
|
"general.weightvalue": {
|
|
233
233
|
"description": "- `0`: Weight in kg",
|
|
234
|
-
"$ref": "
|
|
234
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
235
235
|
},
|
|
236
236
|
"general.pricevalue": {
|
|
237
237
|
"description": "- `0`: Price in silverthalers",
|
|
238
|
-
"$ref": "
|
|
238
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
239
239
|
},
|
|
240
240
|
"general.lengthvalue": {
|
|
241
241
|
"description": "- `0`: Length in cm",
|
|
242
|
-
"$ref": "
|
|
242
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
243
243
|
},
|
|
244
244
|
"general.dice": {
|
|
245
|
-
"$ref": "
|
|
245
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
246
246
|
},
|
|
247
247
|
"general.none": {
|
|
248
|
-
"$ref": "
|
|
248
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
249
249
|
},
|
|
250
250
|
"general.or": {
|
|
251
|
-
"$ref": "
|
|
251
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
252
252
|
},
|
|
253
253
|
"general.and": {
|
|
254
|
-
"$ref": "
|
|
254
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
255
255
|
},
|
|
256
256
|
"general.error": {
|
|
257
|
-
"$ref": "
|
|
257
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
258
258
|
},
|
|
259
259
|
"general.errorcode": {
|
|
260
|
-
"$ref": "
|
|
260
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
261
261
|
},
|
|
262
262
|
"general.emptylistplaceholder": {
|
|
263
|
-
"$ref": "
|
|
263
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
264
264
|
},
|
|
265
265
|
"general.emptylistnoresultsplaceholder": {
|
|
266
|
-
"$ref": "
|
|
266
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
267
267
|
},
|
|
268
268
|
"general.apvalue": {
|
|
269
269
|
"description": "- `0`: AP value",
|
|
270
|
-
"$ref": "./_I18n.schema.json
|
|
270
|
+
"$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
|
|
271
271
|
},
|
|
272
272
|
"general.apvalue.short": {
|
|
273
273
|
"description": "- `0`: AP value",
|
|
274
|
-
"$ref": "
|
|
274
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
275
275
|
},
|
|
276
276
|
"general.withapvalue": {
|
|
277
277
|
"description": "- `0`: Name of element\n- `1`: AP value",
|
|
278
|
-
"$ref": "
|
|
278
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
279
279
|
},
|
|
280
280
|
"general.filters.searchfield.placeholder": {
|
|
281
|
-
"$ref": "
|
|
281
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
282
282
|
},
|
|
283
283
|
"general.filters.sort.alphabetically": {
|
|
284
|
-
"$ref": "
|
|
284
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
285
285
|
},
|
|
286
286
|
"general.filters.sort.bydatemodified": {
|
|
287
|
-
"$ref": "
|
|
287
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
288
288
|
},
|
|
289
289
|
"general.filters.sort.bygroup": {
|
|
290
|
-
"$ref": "
|
|
290
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
291
291
|
},
|
|
292
292
|
"general.filters.sort.byimprovementcost": {
|
|
293
|
-
"$ref": "
|
|
293
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
294
294
|
},
|
|
295
295
|
"general.filters.sort.byproperty": {
|
|
296
|
-
"$ref": "
|
|
296
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
297
297
|
},
|
|
298
298
|
"general.filters.sort.bylocation": {
|
|
299
|
-
"$ref": "
|
|
299
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
300
300
|
},
|
|
301
301
|
"general.filters.sort.bycost": {
|
|
302
|
-
"$ref": "
|
|
302
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
303
303
|
},
|
|
304
304
|
"general.filters.sort.byweight": {
|
|
305
|
-
"$ref": "
|
|
305
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
306
306
|
},
|
|
307
307
|
"general.filters.showactivatedentries": {
|
|
308
|
-
"$ref": "
|
|
308
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
309
309
|
},
|
|
310
310
|
"general.dialogs.savebtn": {
|
|
311
|
-
"$ref": "
|
|
311
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
312
312
|
},
|
|
313
313
|
"general.dialogs.donebtn": {
|
|
314
|
-
"$ref": "
|
|
314
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
315
315
|
},
|
|
316
316
|
"general.dialogs.deletebtn": {
|
|
317
|
-
"$ref": "
|
|
317
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
318
318
|
},
|
|
319
319
|
"general.dialogs.yesbtn": {
|
|
320
|
-
"$ref": "
|
|
320
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
321
321
|
},
|
|
322
322
|
"general.dialogs.nobtn": {
|
|
323
|
-
"$ref": "
|
|
323
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
324
324
|
},
|
|
325
325
|
"general.dialogs.okbtn": {
|
|
326
|
-
"$ref": "
|
|
326
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
327
327
|
},
|
|
328
328
|
"general.dialogs.cancelbtn": {
|
|
329
|
-
"$ref": "
|
|
329
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
330
330
|
},
|
|
331
331
|
"general.dialogs.copybtn": {
|
|
332
|
-
"$ref": "
|
|
332
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
333
333
|
},
|
|
334
334
|
"general.dialogs.createbtn": {
|
|
335
|
-
"$ref": "
|
|
335
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
336
336
|
},
|
|
337
337
|
"general.dialogs.applybtn": {
|
|
338
|
-
"$ref": "
|
|
338
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
339
339
|
},
|
|
340
340
|
"general.dialogs.addbtn": {
|
|
341
|
-
"$ref": "
|
|
341
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
342
342
|
},
|
|
343
343
|
"general.dialogs.notenoughap.title": {
|
|
344
|
-
"$ref": "
|
|
344
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
345
345
|
},
|
|
346
346
|
"general.dialogs.notenoughap.message": {
|
|
347
347
|
"description": "- `0`: Missing AP",
|
|
348
|
-
"$ref": "
|
|
348
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
349
349
|
},
|
|
350
350
|
"general.dialogs.reachedaplimit.title": {
|
|
351
351
|
"description": "- `0`: Category in which the limit is reached",
|
|
352
|
-
"$ref": "
|
|
352
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
353
353
|
},
|
|
354
354
|
"general.dialogs.reachedaplimit.message": {
|
|
355
355
|
"description": "- `0`: Missing AP\n- `1`: Maximum possible AP spent on category\n- `2`: Category in which the limit is reached",
|
|
356
|
-
"$ref": "
|
|
356
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
357
357
|
},
|
|
358
358
|
"general.dialogs.reachedaplimit.advantages": {
|
|
359
|
-
"$ref": "
|
|
359
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
360
360
|
},
|
|
361
361
|
"general.dialogs.reachedaplimit.magicaladvantages": {
|
|
362
|
-
"$ref": "
|
|
362
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
363
363
|
},
|
|
364
364
|
"general.dialogs.reachedaplimit.blessedadvantages": {
|
|
365
|
-
"$ref": "
|
|
365
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
366
366
|
},
|
|
367
367
|
"general.dialogs.reachedaplimit.disadvantages": {
|
|
368
|
-
"$ref": "
|
|
368
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
369
369
|
},
|
|
370
370
|
"general.dialogs.reachedaplimit.magicaldisadvantages": {
|
|
371
|
-
"$ref": "
|
|
371
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
372
372
|
},
|
|
373
373
|
"general.dialogs.reachedaplimit.blesseddisadvantages": {
|
|
374
|
-
"$ref": "
|
|
374
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
375
375
|
},
|
|
376
376
|
"settings.title": {
|
|
377
|
-
"$ref": "
|
|
377
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
378
378
|
},
|
|
379
379
|
"settings.language": {
|
|
380
|
-
"$ref": "
|
|
380
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
381
381
|
},
|
|
382
382
|
"settings.fallbacklanguage": {
|
|
383
|
-
"$ref": "
|
|
383
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
384
384
|
},
|
|
385
385
|
"settings.systemlanguage": {
|
|
386
|
-
"$ref": "
|
|
386
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
387
387
|
},
|
|
388
388
|
"settings.languagehint": {
|
|
389
|
-
"$ref": "
|
|
389
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
390
390
|
},
|
|
391
391
|
"settings.theme": {
|
|
392
|
-
"$ref": "
|
|
392
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
393
393
|
},
|
|
394
394
|
"settings.theme.dark": {
|
|
395
|
-
"$ref": "
|
|
395
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
396
396
|
},
|
|
397
397
|
"settings.theme.light": {
|
|
398
|
-
"$ref": "
|
|
398
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
399
399
|
},
|
|
400
400
|
"settings.showanimations": {
|
|
401
|
-
"$ref": "
|
|
401
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
402
402
|
},
|
|
403
403
|
"settings.enableeditingheroaftercreationphase": {
|
|
404
|
-
"$ref": "
|
|
404
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
405
405
|
},
|
|
406
406
|
"settings.checkforupdatesbtn": {
|
|
407
|
-
"$ref": "
|
|
407
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
408
408
|
},
|
|
409
409
|
"settings.newversionavailable.title": {
|
|
410
|
-
"$ref": "
|
|
410
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
411
411
|
},
|
|
412
412
|
"settings.newversionavailable.message": {
|
|
413
413
|
"description": "- `0`: Version number",
|
|
414
|
-
"$ref": "
|
|
414
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
415
415
|
},
|
|
416
416
|
"settings.newversionavailable.messagewithsize": {
|
|
417
417
|
"description": "- `0`: Version number\n- `1`: Size of update package",
|
|
418
|
-
"$ref": "
|
|
418
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
419
419
|
},
|
|
420
420
|
"settings.newversionavailable.updatebtn": {
|
|
421
|
-
"$ref": "
|
|
421
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
422
422
|
},
|
|
423
423
|
"settings.nonewversionavailable.title": {
|
|
424
|
-
"$ref": "
|
|
424
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
425
425
|
},
|
|
426
426
|
"settings.nonewversionavailable.message": {
|
|
427
|
-
"$ref": "
|
|
427
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
428
428
|
},
|
|
429
429
|
"settings.downloadingupdate.title": {
|
|
430
|
-
"$ref": "
|
|
430
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
431
431
|
},
|
|
432
432
|
"heroes.filters.origin.allheroes": {
|
|
433
|
-
"$ref": "
|
|
433
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
434
434
|
},
|
|
435
435
|
"heroes.filters.origin.ownheroes": {
|
|
436
|
-
"$ref": "
|
|
436
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
437
437
|
},
|
|
438
438
|
"heroes.filters.origin.sharedheroes": {
|
|
439
|
-
"$ref": "
|
|
439
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
440
440
|
},
|
|
441
441
|
"heroes.importherobtn": {
|
|
442
|
-
"$ref": "
|
|
442
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
443
443
|
},
|
|
444
444
|
"heroes.createherobtn": {
|
|
445
|
-
"$ref": "
|
|
445
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
446
446
|
},
|
|
447
447
|
"heroes.exportheroasjsonbtn": {
|
|
448
|
-
"$ref": "
|
|
448
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
449
449
|
},
|
|
450
450
|
"heroes.duplicateherobtn": {
|
|
451
|
-
"$ref": "
|
|
451
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
452
452
|
},
|
|
453
453
|
"heroes.deleteherobtn": {
|
|
454
|
-
"$ref": "
|
|
454
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
455
455
|
},
|
|
456
456
|
"heroes.openherobtn": {
|
|
457
|
-
"$ref": "
|
|
457
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
458
458
|
},
|
|
459
459
|
"heroes.saveherobtn": {
|
|
460
|
-
"$ref": "
|
|
460
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
461
461
|
},
|
|
462
462
|
"heroes.unsavedhero.name": {
|
|
463
|
-
"$ref": "
|
|
463
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
464
464
|
},
|
|
465
465
|
"heroes.list.adventurepoints": {
|
|
466
|
-
"$ref": "
|
|
466
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
467
467
|
},
|
|
468
468
|
"heroes.dialogs.herosaved": {
|
|
469
|
-
"$ref": "
|
|
469
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
470
470
|
},
|
|
471
471
|
"heroes.dialogs.importheroerror.title": {
|
|
472
|
-
"$ref": "
|
|
472
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
473
473
|
},
|
|
474
474
|
"heroes.dialogs.importheroerror.message": {
|
|
475
|
-
"$ref": "
|
|
475
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
476
476
|
},
|
|
477
477
|
"heroes.dialogs.heroexportsavelocation.title": {
|
|
478
|
-
"$ref": "
|
|
478
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
479
479
|
},
|
|
480
480
|
"heroes.dialogs.herojsonsaveerror.title": {
|
|
481
|
-
"$ref": "
|
|
481
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
482
482
|
},
|
|
483
483
|
"heroes.dialogs.herojsonsaveerror.message": {
|
|
484
|
-
"$ref": "
|
|
484
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
485
485
|
},
|
|
486
486
|
"heroes.dialogs.unsavedactions.title": {
|
|
487
|
-
"$ref": "
|
|
487
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
488
488
|
},
|
|
489
489
|
"heroes.dialogs.unsavedactions.message": {
|
|
490
|
-
"$ref": "
|
|
490
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
491
491
|
},
|
|
492
492
|
"heroes.dialogs.unsavedactions.quit": {
|
|
493
|
-
"$ref": "
|
|
493
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
494
494
|
},
|
|
495
495
|
"heroes.dialogs.unsavedactions.saveandquit": {
|
|
496
|
-
"$ref": "
|
|
496
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
497
497
|
},
|
|
498
498
|
"heroes.dialogs.deletehero.title": {
|
|
499
499
|
"description": "- `0`: Name of the hero to delete",
|
|
500
|
-
"$ref": "
|
|
500
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
501
501
|
},
|
|
502
502
|
"heroes.dialogs.deletehero.message": {
|
|
503
|
-
"$ref": "
|
|
503
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
504
504
|
},
|
|
505
505
|
"heroes.dialogs.herocreation.title": {
|
|
506
|
-
"$ref": "
|
|
506
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
507
507
|
},
|
|
508
508
|
"heroes.dialogs.herocreation.nameofhero": {
|
|
509
|
-
"$ref": "
|
|
509
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
510
510
|
},
|
|
511
511
|
"heroes.dialogs.herocreation.sex.placeholder": {
|
|
512
|
-
"$ref": "
|
|
512
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
513
513
|
},
|
|
514
514
|
"heroes.dialogs.herocreation.sex.male": {
|
|
515
|
-
"$ref": "
|
|
515
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
516
516
|
},
|
|
517
517
|
"heroes.dialogs.herocreation.sex.female": {
|
|
518
|
-
"$ref": "
|
|
518
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
519
519
|
},
|
|
520
520
|
"heroes.dialogs.herocreation.experiencelevel.placeholder": {
|
|
521
|
-
"$ref": "
|
|
521
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
522
522
|
},
|
|
523
523
|
"heroes.dialogs.herocreation.startbtn": {
|
|
524
|
-
"$ref": "
|
|
524
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
525
525
|
},
|
|
526
526
|
"wiki.chooseacategory": {
|
|
527
|
-
"$ref": "
|
|
527
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
528
528
|
},
|
|
529
529
|
"wiki.chooseacategorytodisplayalist": {
|
|
530
|
-
"$ref": "
|
|
530
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
531
531
|
},
|
|
532
532
|
"wiki.filters.races": {
|
|
533
|
-
"$ref": "
|
|
533
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
534
534
|
},
|
|
535
535
|
"wiki.filters.cultures": {
|
|
536
|
-
"$ref": "
|
|
536
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
537
537
|
},
|
|
538
538
|
"wiki.filters.professions": {
|
|
539
|
-
"$ref": "
|
|
539
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
540
540
|
},
|
|
541
541
|
"wiki.filters.advantages": {
|
|
542
|
-
"$ref": "
|
|
542
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
543
543
|
},
|
|
544
544
|
"wiki.filters.disadvantages": {
|
|
545
|
-
"$ref": "
|
|
545
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
546
546
|
},
|
|
547
547
|
"wiki.filters.skills": {
|
|
548
|
-
"$ref": "
|
|
548
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
549
549
|
},
|
|
550
550
|
"wiki.filters.skills.all": {
|
|
551
|
-
"$ref": "
|
|
551
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
552
552
|
},
|
|
553
553
|
"wiki.filters.combattechniques": {
|
|
554
|
-
"$ref": "
|
|
554
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
555
555
|
},
|
|
556
556
|
"wiki.filters.combattechniques.all": {
|
|
557
|
-
"$ref": "
|
|
557
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
558
558
|
},
|
|
559
559
|
"wiki.filters.magic": {
|
|
560
|
-
"$ref": "
|
|
560
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
561
561
|
},
|
|
562
562
|
"wiki.filters.magic.all": {
|
|
563
|
-
"$ref": "
|
|
563
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
564
564
|
},
|
|
565
565
|
"wiki.filters.liturgicalchants": {
|
|
566
|
-
"$ref": "
|
|
566
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
567
567
|
},
|
|
568
568
|
"wiki.filters.liturgicalchants.all": {
|
|
569
|
-
"$ref": "
|
|
569
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
570
570
|
},
|
|
571
571
|
"wiki.filters.specialabilities": {
|
|
572
|
-
"$ref": "
|
|
572
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
573
573
|
},
|
|
574
574
|
"wiki.filters.specialabilities.all": {
|
|
575
|
-
"$ref": "
|
|
575
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
576
576
|
},
|
|
577
577
|
"wiki.filters.itemtemplates": {
|
|
578
|
-
"$ref": "
|
|
578
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
579
579
|
},
|
|
580
580
|
"wiki.filters.itemtemplates.all": {
|
|
581
|
-
"$ref": "
|
|
581
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
582
582
|
},
|
|
583
583
|
"imprint.title": {
|
|
584
|
-
"$ref": "
|
|
584
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
585
585
|
},
|
|
586
586
|
"profile.editprofessionnamebtn": {
|
|
587
|
-
"$ref": "
|
|
587
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
588
588
|
},
|
|
589
589
|
"profile.addadventurepointsbtn": {
|
|
590
|
-
"$ref": "
|
|
590
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
591
591
|
},
|
|
592
592
|
"profile.endherocreationbtn": {
|
|
593
|
-
"$ref": "
|
|
593
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
594
594
|
},
|
|
595
595
|
"profile.changeheroavatarbtn": {
|
|
596
|
-
"$ref": "
|
|
596
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
597
597
|
},
|
|
598
598
|
"profile.deleteavatarbtn": {
|
|
599
|
-
"$ref": "
|
|
599
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
600
600
|
},
|
|
601
601
|
"profile.dialogs.changeheroavatar.title": {
|
|
602
|
-
"$ref": "
|
|
602
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
603
603
|
},
|
|
604
604
|
"profile.dialogs.changeheroavatar.selectfilebtn": {
|
|
605
|
-
"$ref": "
|
|
605
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
606
606
|
},
|
|
607
607
|
"profile.dialogs.changeheroavatar.imagefiletype": {
|
|
608
|
-
"$ref": "
|
|
608
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
609
609
|
},
|
|
610
610
|
"profile.dialogs.changeheroavatar.invalidfilewarning": {
|
|
611
|
-
"$ref": "
|
|
611
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
612
612
|
},
|
|
613
613
|
"profile.dialogs.addadventurepoints.title": {
|
|
614
|
-
"$ref": "
|
|
614
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
615
615
|
},
|
|
616
616
|
"profile.dialogs.addadventurepoints.label": {
|
|
617
|
-
"$ref": "
|
|
617
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
618
618
|
},
|
|
619
619
|
"profile.advantages": {
|
|
620
|
-
"$ref": "
|
|
620
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
621
621
|
},
|
|
622
622
|
"profile.disadvantages": {
|
|
623
|
-
"$ref": "
|
|
623
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
624
624
|
},
|
|
625
625
|
"personaldata.title": {
|
|
626
|
-
"$ref": "
|
|
626
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
627
627
|
},
|
|
628
628
|
"personaldata.sex.male": {
|
|
629
|
-
"$ref": "
|
|
629
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
630
630
|
},
|
|
631
631
|
"personaldata.sex.female": {
|
|
632
|
-
"$ref": "
|
|
632
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
633
633
|
},
|
|
634
634
|
"personaldata.family": {
|
|
635
|
-
"$ref": "
|
|
635
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
636
636
|
},
|
|
637
637
|
"personaldata.placeofbirth": {
|
|
638
|
-
"$ref": "
|
|
638
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
639
639
|
},
|
|
640
640
|
"personaldata.dateofbirth": {
|
|
641
|
-
"$ref": "
|
|
641
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
642
642
|
},
|
|
643
643
|
"personaldata.age": {
|
|
644
|
-
"$ref": "
|
|
644
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
645
645
|
},
|
|
646
646
|
"personaldata.haircolor": {
|
|
647
|
-
"$ref": "
|
|
647
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
648
648
|
},
|
|
649
649
|
"personaldata.eyecolor": {
|
|
650
|
-
"$ref": "
|
|
650
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
651
651
|
},
|
|
652
652
|
"personaldata.size": {
|
|
653
|
-
"$ref": "
|
|
653
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
654
654
|
},
|
|
655
655
|
"personaldata.weight": {
|
|
656
|
-
"$ref": "
|
|
656
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
657
657
|
},
|
|
658
658
|
"personaldata.rank": {
|
|
659
|
-
"$ref": "
|
|
659
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
660
660
|
},
|
|
661
661
|
"personaldata.socialstatus": {
|
|
662
|
-
"$ref": "
|
|
662
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
663
663
|
},
|
|
664
664
|
"personaldata.characteristics": {
|
|
665
|
-
"$ref": "
|
|
665
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
666
666
|
},
|
|
667
667
|
"personaldata.otherinfo": {
|
|
668
|
-
"$ref": "
|
|
668
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
669
669
|
},
|
|
670
670
|
"personaldata.cultureareaknowledge": {
|
|
671
|
-
"$ref": "
|
|
671
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
672
672
|
},
|
|
673
673
|
"sheets.printtopdfbtn": {
|
|
674
|
-
"$ref": "
|
|
674
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
675
675
|
},
|
|
676
676
|
"sheets.dialogs.pdfexportsavelocation.title": {
|
|
677
|
-
"$ref": "
|
|
677
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
678
678
|
},
|
|
679
679
|
"sheets.dialogs.pdfsaved": {
|
|
680
|
-
"$ref": "
|
|
680
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
681
681
|
},
|
|
682
682
|
"sheets.dialogs.pdfsaveerror.title": {
|
|
683
|
-
"$ref": "
|
|
683
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
684
684
|
},
|
|
685
685
|
"sheets.dialogs.pdfsaveerror.message": {
|
|
686
|
-
"$ref": "
|
|
686
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
687
687
|
},
|
|
688
688
|
"sheets.dialogs.pdfcreationerror.title": {
|
|
689
|
-
"$ref": "
|
|
689
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
690
690
|
},
|
|
691
691
|
"sheets.dialogs.pdfcreationerror.message": {
|
|
692
|
-
"$ref": "
|
|
692
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
693
693
|
},
|
|
694
694
|
"sheets.showattributevalues": {
|
|
695
|
-
"$ref": "
|
|
695
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
696
696
|
},
|
|
697
697
|
"sheets.useparchment": {
|
|
698
|
-
"$ref": "
|
|
698
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
699
699
|
},
|
|
700
700
|
"sheets.zoomfactor": {
|
|
701
|
-
"$ref": "
|
|
701
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
702
702
|
},
|
|
703
703
|
"sheets.charactersheet": {
|
|
704
|
-
"$ref": "
|
|
704
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
705
705
|
},
|
|
706
706
|
"sheets.attributemodifiers.title": {
|
|
707
|
-
"$ref": "
|
|
707
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
708
708
|
},
|
|
709
709
|
"sheets.mainsheet.title": {
|
|
710
|
-
"$ref": "
|
|
710
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
711
711
|
},
|
|
712
712
|
"sheets.mainsheet.name": {
|
|
713
|
-
"$ref": "
|
|
713
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
714
714
|
},
|
|
715
715
|
"sheets.mainsheet.family": {
|
|
716
|
-
"$ref": "
|
|
716
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
717
717
|
},
|
|
718
718
|
"sheets.mainsheet.placeofbirth": {
|
|
719
|
-
"$ref": "
|
|
719
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
720
720
|
},
|
|
721
721
|
"sheets.mainsheet.dateofbirth": {
|
|
722
|
-
"$ref": "
|
|
722
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
723
723
|
},
|
|
724
724
|
"sheets.mainsheet.age": {
|
|
725
|
-
"$ref": "
|
|
725
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
726
726
|
},
|
|
727
727
|
"sheets.mainsheet.sex": {
|
|
728
|
-
"$ref": "
|
|
728
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
729
729
|
},
|
|
730
730
|
"sheets.mainsheet.race": {
|
|
731
|
-
"$ref": "
|
|
731
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
732
732
|
},
|
|
733
733
|
"sheets.mainsheet.size": {
|
|
734
|
-
"$ref": "
|
|
734
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
735
735
|
},
|
|
736
736
|
"sheets.mainsheet.weight": {
|
|
737
|
-
"$ref": "
|
|
737
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
738
738
|
},
|
|
739
739
|
"sheets.mainsheet.haircolor": {
|
|
740
|
-
"$ref": "
|
|
740
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
741
741
|
},
|
|
742
742
|
"sheets.mainsheet.eyecolor": {
|
|
743
|
-
"$ref": "
|
|
743
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
744
744
|
},
|
|
745
745
|
"sheets.mainsheet.culture": {
|
|
746
|
-
"$ref": "
|
|
746
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
747
747
|
},
|
|
748
748
|
"sheets.mainsheet.socialstatus": {
|
|
749
|
-
"$ref": "
|
|
749
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
750
750
|
},
|
|
751
751
|
"sheets.mainsheet.profession": {
|
|
752
|
-
"$ref": "
|
|
752
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
753
753
|
},
|
|
754
754
|
"sheets.mainsheet.rank": {
|
|
755
|
-
"$ref": "
|
|
755
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
756
756
|
},
|
|
757
757
|
"sheets.mainsheet.characteristics": {
|
|
758
|
-
"$ref": "
|
|
758
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
759
759
|
},
|
|
760
760
|
"sheets.mainsheet.otherinfo": {
|
|
761
|
-
"$ref": "
|
|
761
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
762
762
|
},
|
|
763
763
|
"sheets.mainsheet.experiencelevellabel": {
|
|
764
|
-
"$ref": "
|
|
764
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
765
765
|
},
|
|
766
766
|
"sheets.mainsheet.totalaplabel": {
|
|
767
|
-
"$ref": "
|
|
767
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
768
768
|
},
|
|
769
769
|
"sheets.mainsheet.apcollectedlabel": {
|
|
770
|
-
"$ref": "
|
|
770
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
771
771
|
},
|
|
772
772
|
"sheets.mainsheet.apspentlabel": {
|
|
773
|
-
"$ref": "
|
|
773
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
774
774
|
},
|
|
775
775
|
"sheets.mainsheet.avatarlabel": {
|
|
776
|
-
"$ref": "
|
|
776
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
777
777
|
},
|
|
778
778
|
"sheets.mainsheet.advantages": {
|
|
779
|
-
"$ref": "
|
|
779
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
780
780
|
},
|
|
781
781
|
"sheets.mainsheet.disadvantages": {
|
|
782
|
-
"$ref": "
|
|
782
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
783
783
|
},
|
|
784
784
|
"sheets.mainsheet.generalspecialabilites": {
|
|
785
|
-
"$ref": "
|
|
785
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
786
786
|
},
|
|
787
787
|
"sheets.mainsheet.fatepoints": {
|
|
788
|
-
"$ref": "
|
|
788
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
789
789
|
},
|
|
790
790
|
"sheets.mainsheet.derivedcharacteristics.labels.value": {
|
|
791
|
-
"$ref": "
|
|
791
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
792
792
|
},
|
|
793
793
|
"sheets.mainsheet.derivedcharacteristics.labels.bonuspenalty": {
|
|
794
|
-
"$ref": "
|
|
794
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
795
795
|
},
|
|
796
796
|
"sheets.mainsheet.derivedcharacteristics.labels.bonus": {
|
|
797
|
-
"$ref": "
|
|
797
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
798
798
|
},
|
|
799
799
|
"sheets.mainsheet.derivedcharacteristics.labels.bought": {
|
|
800
|
-
"$ref": "
|
|
800
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
801
801
|
},
|
|
802
802
|
"sheets.mainsheet.derivedcharacteristics.labels.max": {
|
|
803
|
-
"$ref": "
|
|
803
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
804
804
|
},
|
|
805
805
|
"sheets.mainsheet.derivedcharacteristics.labels.current": {
|
|
806
|
-
"$ref": "
|
|
806
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
807
807
|
},
|
|
808
808
|
"sheets.mainsheet.derivedcharacteristics.labels.basestat": {
|
|
809
|
-
"$ref": "
|
|
809
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
810
810
|
},
|
|
811
811
|
"sheets.mainsheet.derivedcharacteristics.labels.permanentlylostboughtback": {
|
|
812
|
-
"$ref": "
|
|
812
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
813
813
|
},
|
|
814
814
|
"sheets.gamestatssheet.title": {
|
|
815
|
-
"$ref": "
|
|
815
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
816
816
|
},
|
|
817
817
|
"sheets.gamestatssheet.skillstable.title": {
|
|
818
|
-
"$ref": "
|
|
818
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
819
819
|
},
|
|
820
820
|
"sheets.gamestatssheet.skillstable.labels.skill": {
|
|
821
|
-
"$ref": "
|
|
821
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
822
822
|
},
|
|
823
823
|
"sheets.gamestatssheet.skillstable.labels.check": {
|
|
824
|
-
"$ref": "
|
|
824
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
825
825
|
},
|
|
826
826
|
"sheets.gamestatssheet.skillstable.labels.encumbrance": {
|
|
827
|
-
"$ref": "
|
|
827
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
828
828
|
},
|
|
829
829
|
"sheets.gamestatssheet.skillstable.labels.improvementcost": {
|
|
830
|
-
"$ref": "
|
|
830
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
831
831
|
},
|
|
832
832
|
"sheets.gamestatssheet.skillstable.labels.skillrating": {
|
|
833
|
-
"$ref": "
|
|
833
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
834
834
|
},
|
|
835
835
|
"sheets.gamestatssheet.skillstable.labels.routinechecks": {
|
|
836
|
-
"$ref": "
|
|
836
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
837
837
|
},
|
|
838
838
|
"sheets.gamestatssheet.skillstable.labels.notes": {
|
|
839
|
-
"$ref": "
|
|
839
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
840
840
|
},
|
|
841
841
|
"sheets.gamestatssheet.skillstable.encumbrance.yes": {
|
|
842
|
-
"$ref": "
|
|
842
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
843
843
|
},
|
|
844
844
|
"sheets.gamestatssheet.skillstable.encumbrance.no": {
|
|
845
|
-
"$ref": "
|
|
845
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
846
846
|
},
|
|
847
847
|
"sheets.gamestatssheet.skillstable.encumbrance.maybe": {
|
|
848
|
-
"$ref": "
|
|
848
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
849
849
|
},
|
|
850
850
|
"sheets.gamestatssheet.skillstable.groups.pages": {
|
|
851
|
-
"$ref": "
|
|
851
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
852
852
|
},
|
|
853
853
|
"sheets.gamestatssheet.languages.title": {
|
|
854
|
-
"$ref": "
|
|
854
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
855
855
|
},
|
|
856
856
|
"sheets.gamestatssheet.languages.nativetongue": {
|
|
857
|
-
"$ref": "
|
|
857
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
858
858
|
},
|
|
859
859
|
"sheets.gamestatssheet.knownscripts.title": {
|
|
860
|
-
"$ref": "
|
|
860
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
861
861
|
},
|
|
862
862
|
"sheets.gamestatssheet.routinechecks.title": {
|
|
863
|
-
"$ref": "
|
|
863
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
864
864
|
},
|
|
865
865
|
"sheets.gamestatssheet.routinechecks.textRow1": {
|
|
866
|
-
"$ref": "
|
|
866
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
867
867
|
},
|
|
868
868
|
"sheets.gamestatssheet.routinechecks.textRow2": {
|
|
869
|
-
"$ref": "
|
|
869
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
870
870
|
},
|
|
871
871
|
"sheets.gamestatssheet.routinechecks.textRow3": {
|
|
872
|
-
"$ref": "
|
|
872
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
873
873
|
},
|
|
874
874
|
"sheets.gamestatssheet.routinechecks.textRow4": {
|
|
875
|
-
"$ref": "
|
|
875
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
876
876
|
},
|
|
877
877
|
"sheets.gamestatssheet.routinechecks.labels.checkmod": {
|
|
878
|
-
"$ref": "
|
|
878
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
879
879
|
},
|
|
880
880
|
"sheets.gamestatssheet.routinechecks.labels.neededsr": {
|
|
881
|
-
"$ref": "
|
|
881
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
882
882
|
},
|
|
883
883
|
"sheets.gamestatssheet.routinechecks.from3on": {
|
|
884
|
-
"$ref": "
|
|
884
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
885
885
|
},
|
|
886
886
|
"sheets.gamestatssheet.qualitylevels.title": {
|
|
887
|
-
"$ref": "
|
|
887
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
888
888
|
},
|
|
889
889
|
"sheets.gamestatssheet.qualitylevels.labels.skillpoints": {
|
|
890
|
-
"$ref": "
|
|
890
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
891
891
|
},
|
|
892
892
|
"sheets.gamestatssheet.qualitylevels.labels.qualitylevel": {
|
|
893
|
-
"$ref": "
|
|
893
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
894
894
|
},
|
|
895
895
|
"sheets.combatsheet.title": {
|
|
896
|
-
"$ref": "
|
|
896
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
897
897
|
},
|
|
898
898
|
"sheets.combatsheet.combattechniquestable.title": {
|
|
899
|
-
"$ref": "
|
|
899
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
900
900
|
},
|
|
901
901
|
"sheets.combatsheet.combattechniquestable.labels.combattechnique": {
|
|
902
|
-
"$ref": "
|
|
902
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
903
903
|
},
|
|
904
904
|
"sheets.combatsheet.combattechniquestable.labels.primaryattribute": {
|
|
905
|
-
"$ref": "
|
|
905
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
906
906
|
},
|
|
907
907
|
"sheets.combatsheet.combattechniquestable.labels.improvementcost": {
|
|
908
|
-
"$ref": "
|
|
908
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
909
909
|
},
|
|
910
910
|
"sheets.combatsheet.combattechniquestable.labels.combattechniquerating": {
|
|
911
|
-
"$ref": "
|
|
911
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
912
912
|
},
|
|
913
913
|
"sheets.combatsheet.combattechniquestable.labels.attackrangecombat": {
|
|
914
|
-
"$ref": "
|
|
914
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
915
915
|
},
|
|
916
916
|
"sheets.combatsheet.combattechniquestable.labels.parry": {
|
|
917
|
-
"$ref": "
|
|
917
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
918
918
|
},
|
|
919
919
|
"sheets.combatsheet.lifepoints.title": {
|
|
920
|
-
"$ref": "
|
|
920
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
921
921
|
},
|
|
922
922
|
"sheets.combatsheet.lifepoints.max": {
|
|
923
|
-
"$ref": "
|
|
923
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
924
924
|
},
|
|
925
925
|
"sheets.combatsheet.lifepoints.current": {
|
|
926
|
-
"$ref": "
|
|
926
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
927
927
|
},
|
|
928
928
|
"sheets.combatsheet.lifepoints.pain1": {
|
|
929
|
-
"$ref": "
|
|
929
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
930
930
|
},
|
|
931
931
|
"sheets.combatsheet.lifepoints.pain2": {
|
|
932
|
-
"$ref": "
|
|
932
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
933
933
|
},
|
|
934
934
|
"sheets.combatsheet.lifepoints.pain3": {
|
|
935
|
-
"$ref": "
|
|
935
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
936
936
|
},
|
|
937
937
|
"sheets.combatsheet.lifepoints.pain4": {
|
|
938
|
-
"$ref": "
|
|
938
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
939
939
|
},
|
|
940
940
|
"sheets.combatsheet.lifepoints.dying": {
|
|
941
|
-
"$ref": "
|
|
941
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
942
942
|
},
|
|
943
943
|
"sheets.combatsheet.closecombatweapons": {
|
|
944
|
-
"$ref": "
|
|
944
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
945
945
|
},
|
|
946
946
|
"sheets.combatsheet.closecombatweapons.labels.weapon": {
|
|
947
|
-
"$ref": "
|
|
947
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
948
948
|
},
|
|
949
949
|
"sheets.combatsheet.closecombatweapons.labels.combattechnique": {
|
|
950
|
-
"$ref": "
|
|
950
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
951
951
|
},
|
|
952
952
|
"sheets.combatsheet.closecombatweapons.labels.damagebonus": {
|
|
953
|
-
"$ref": "
|
|
953
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
954
954
|
},
|
|
955
955
|
"sheets.combatsheet.closecombatweapons.labels.damagepoints": {
|
|
956
|
-
"$ref": "
|
|
956
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
957
957
|
},
|
|
958
958
|
"sheets.combatsheet.closecombatweapons.labels.attackparrymodifier": {
|
|
959
|
-
"$ref": "
|
|
959
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
960
960
|
},
|
|
961
961
|
"sheets.combatsheet.closecombatweapons.labels.reach": {
|
|
962
|
-
"$ref": "
|
|
962
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
963
963
|
},
|
|
964
964
|
"sheets.combatsheet.closecombatweapons.labels.breakingpointrating": {
|
|
965
|
-
"$ref": "
|
|
965
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
966
966
|
},
|
|
967
967
|
"sheets.combatsheet.closecombatweapons.labels.damaged": {
|
|
968
|
-
"$ref": "
|
|
968
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
969
969
|
},
|
|
970
970
|
"sheets.combatsheet.closecombatweapons.labels.attack": {
|
|
971
|
-
"$ref": "
|
|
971
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
972
972
|
},
|
|
973
973
|
"sheets.combatsheet.closecombatweapons.labels.parry": {
|
|
974
|
-
"$ref": "
|
|
974
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
975
975
|
},
|
|
976
976
|
"sheets.combatsheet.closecombatweapons.labels.weight": {
|
|
977
|
-
"$ref": "
|
|
977
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
978
978
|
},
|
|
979
979
|
"sheets.combatsheet.rangedcombatweapons": {
|
|
980
|
-
"$ref": "
|
|
980
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
981
981
|
},
|
|
982
982
|
"sheets.combatsheet.rangedcombatweapons.labels.weapon": {
|
|
983
|
-
"$ref": "
|
|
983
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
984
984
|
},
|
|
985
985
|
"sheets.combatsheet.rangedcombatweapons.labels.combattechnique": {
|
|
986
|
-
"$ref": "
|
|
986
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
987
987
|
},
|
|
988
988
|
"sheets.combatsheet.rangedcombatweapons.labels.reloadtime": {
|
|
989
|
-
"$ref": "
|
|
989
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
990
990
|
},
|
|
991
991
|
"sheets.combatsheet.rangedcombatweapons.labels.damagepoints": {
|
|
992
|
-
"$ref": "
|
|
992
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
993
993
|
},
|
|
994
994
|
"sheets.combatsheet.rangedcombatweapons.labels.ammunition": {
|
|
995
|
-
"$ref": "
|
|
995
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
996
996
|
},
|
|
997
997
|
"sheets.combatsheet.rangedcombatweapons.labels.rangebrackets": {
|
|
998
|
-
"$ref": "
|
|
998
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
999
999
|
},
|
|
1000
1000
|
"sheets.combatsheet.rangedcombatweapons.labels.breakingpointrating": {
|
|
1001
|
-
"$ref": "
|
|
1001
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1002
1002
|
},
|
|
1003
1003
|
"sheets.combatsheet.rangedcombatweapons.labels.damaged": {
|
|
1004
|
-
"$ref": "
|
|
1004
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1005
1005
|
},
|
|
1006
1006
|
"sheets.combatsheet.rangedcombatweapons.labels.rangedcombat": {
|
|
1007
|
-
"$ref": "
|
|
1007
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1008
1008
|
},
|
|
1009
1009
|
"sheets.combatsheet.rangedcombatweapons.labels.weight": {
|
|
1010
|
-
"$ref": "
|
|
1010
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1011
1011
|
},
|
|
1012
1012
|
"sheets.combatsheet.armors.title": {
|
|
1013
|
-
"$ref": "
|
|
1013
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1014
1014
|
},
|
|
1015
1015
|
"sheets.combatsheet.armors.labels.armor": {
|
|
1016
|
-
"$ref": "
|
|
1016
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1017
1017
|
},
|
|
1018
1018
|
"sheets.combatsheet.armors.labels.sturdinessrating": {
|
|
1019
|
-
"$ref": "
|
|
1019
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1020
1020
|
},
|
|
1021
1021
|
"sheets.combatsheet.armors.labels.wear": {
|
|
1022
|
-
"$ref": "
|
|
1022
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1023
1023
|
},
|
|
1024
1024
|
"sheets.combatsheet.armors.labels.protection": {
|
|
1025
|
-
"$ref": "
|
|
1025
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1026
1026
|
},
|
|
1027
1027
|
"sheets.combatsheet.armors.labels.encumbrance": {
|
|
1028
|
-
"$ref": "
|
|
1028
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1029
1029
|
},
|
|
1030
1030
|
"sheets.combatsheet.armors.labels.movementinitiative": {
|
|
1031
|
-
"$ref": "
|
|
1031
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1032
1032
|
},
|
|
1033
1033
|
"sheets.combatsheet.armors.labels.carriedwhereexamples": {
|
|
1034
|
-
"$ref": "
|
|
1034
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1035
1035
|
},
|
|
1036
1036
|
"sheets.combatsheet.armors.labels.head": {
|
|
1037
|
-
"$ref": "
|
|
1037
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1038
1038
|
},
|
|
1039
1039
|
"sheets.combatsheet.armors.labels.torso": {
|
|
1040
|
-
"$ref": "
|
|
1040
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1041
1041
|
},
|
|
1042
1042
|
"sheets.combatsheet.armors.labels.leftarm": {
|
|
1043
|
-
"$ref": "
|
|
1043
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1044
1044
|
},
|
|
1045
1045
|
"sheets.combatsheet.armors.labels.rightarm": {
|
|
1046
|
-
"$ref": "
|
|
1046
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1047
1047
|
},
|
|
1048
1048
|
"sheets.combatsheet.armors.labels.leftleg": {
|
|
1049
|
-
"$ref": "
|
|
1049
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1050
1050
|
},
|
|
1051
1051
|
"sheets.combatsheet.armors.labels.rightleg": {
|
|
1052
|
-
"$ref": "
|
|
1052
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1053
1053
|
},
|
|
1054
1054
|
"sheets.combatsheet.armors.labels.weight": {
|
|
1055
|
-
"$ref": "
|
|
1055
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1056
1056
|
},
|
|
1057
1057
|
"sheets.combatsheet.shieldparryingweapon.title": {
|
|
1058
|
-
"$ref": "
|
|
1058
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1059
1059
|
},
|
|
1060
1060
|
"sheets.combatsheet.shieldparryingweapon.labels.shieldparryingweapon": {
|
|
1061
|
-
"$ref": "
|
|
1061
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1062
1062
|
},
|
|
1063
1063
|
"sheets.combatsheet.shieldparryingweapon.labels.structurepoints": {
|
|
1064
|
-
"$ref": "
|
|
1064
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1065
1065
|
},
|
|
1066
1066
|
"sheets.combatsheet.shieldparryingweapon.labels.breakingpointrating": {
|
|
1067
|
-
"$ref": "
|
|
1067
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1068
1068
|
},
|
|
1069
1069
|
"sheets.combatsheet.shieldparryingweapon.labels.damaged": {
|
|
1070
|
-
"$ref": "
|
|
1070
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1071
1071
|
},
|
|
1072
1072
|
"sheets.combatsheet.shieldparryingweapon.labels.attackparrymodifier": {
|
|
1073
|
-
"$ref": "
|
|
1073
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1074
1074
|
},
|
|
1075
1075
|
"sheets.combatsheet.shieldparryingweapon.labels.weight": {
|
|
1076
|
-
"$ref": "
|
|
1076
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1077
1077
|
},
|
|
1078
1078
|
"sheets.combatsheet.actions": {
|
|
1079
|
-
"$ref": "
|
|
1079
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1080
1080
|
},
|
|
1081
1081
|
"sheets.combatsheet.combatspecialabilities": {
|
|
1082
|
-
"$ref": "
|
|
1082
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1083
1083
|
},
|
|
1084
1084
|
"sheets.combatsheet.conditions": {
|
|
1085
|
-
"$ref": "
|
|
1085
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1086
1086
|
},
|
|
1087
1087
|
"sheets.combatsheet.states": {
|
|
1088
|
-
"$ref": "
|
|
1088
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1089
1089
|
},
|
|
1090
1090
|
"sheets.belongingssheet.title": {
|
|
1091
|
-
"$ref": "
|
|
1091
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1092
1092
|
},
|
|
1093
1093
|
"sheets.belongingssheet.equipmenttable.title": {
|
|
1094
|
-
"$ref": "
|
|
1094
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1095
1095
|
},
|
|
1096
1096
|
"sheets.belongingssheet.equipmenttable.labels.item": {
|
|
1097
|
-
"$ref": "
|
|
1097
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1098
1098
|
},
|
|
1099
1099
|
"sheets.belongingssheet.equipmenttable.labels.number": {
|
|
1100
|
-
"$ref": "
|
|
1100
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1101
1101
|
},
|
|
1102
1102
|
"sheets.belongingssheet.equipmenttable.labels.price": {
|
|
1103
|
-
"$ref": "
|
|
1103
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1104
1104
|
},
|
|
1105
1105
|
"sheets.belongingssheet.equipmenttable.labels.weight": {
|
|
1106
|
-
"$ref": "
|
|
1106
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1107
1107
|
},
|
|
1108
1108
|
"sheets.belongingssheet.equipmenttable.labels.carriedwhere": {
|
|
1109
|
-
"$ref": "
|
|
1109
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1110
1110
|
},
|
|
1111
1111
|
"sheets.belongingssheet.equipmenttable.labels.total": {
|
|
1112
|
-
"$ref": "
|
|
1112
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1113
1113
|
},
|
|
1114
1114
|
"sheets.belongingssheet.purse.title": {
|
|
1115
|
-
"$ref": "
|
|
1115
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1116
1116
|
},
|
|
1117
1117
|
"sheets.belongingssheet.purse.ducats": {
|
|
1118
|
-
"$ref": "
|
|
1118
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1119
1119
|
},
|
|
1120
1120
|
"sheets.belongingssheet.purse.silverthalers": {
|
|
1121
|
-
"$ref": "
|
|
1121
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1122
1122
|
},
|
|
1123
1123
|
"sheets.belongingssheet.purse.halers": {
|
|
1124
|
-
"$ref": "
|
|
1124
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1125
1125
|
},
|
|
1126
1126
|
"sheets.belongingssheet.purse.kreutzers": {
|
|
1127
|
-
"$ref": "
|
|
1127
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1128
1128
|
},
|
|
1129
1129
|
"sheets.belongingssheet.purse.gems": {
|
|
1130
|
-
"$ref": "
|
|
1130
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1131
1131
|
},
|
|
1132
1132
|
"sheets.belongingssheet.purse.jewelry": {
|
|
1133
|
-
"$ref": "
|
|
1133
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1134
1134
|
},
|
|
1135
1135
|
"sheets.belongingssheet.purse.other": {
|
|
1136
|
-
"$ref": "
|
|
1136
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1137
1137
|
},
|
|
1138
1138
|
"sheets.belongingssheet.carryingcapacity.title": {
|
|
1139
|
-
"$ref": "
|
|
1139
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1140
1140
|
},
|
|
1141
1141
|
"sheets.belongingssheet.carryingcapacity.calc": {
|
|
1142
|
-
"$ref": "
|
|
1142
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1143
1143
|
},
|
|
1144
1144
|
"sheets.belongingssheet.carryingcapacity.label": {
|
|
1145
|
-
"$ref": "
|
|
1145
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1146
1146
|
},
|
|
1147
1147
|
"sheets.belongingssheet.animal.title": {
|
|
1148
|
-
"$ref": "
|
|
1148
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1149
1149
|
},
|
|
1150
1150
|
"sheets.belongingssheet.animal.name": {
|
|
1151
|
-
"$ref": "
|
|
1151
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1152
1152
|
},
|
|
1153
1153
|
"sheets.belongingssheet.animal.sizecategory": {
|
|
1154
|
-
"$ref": "
|
|
1154
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1155
1155
|
},
|
|
1156
1156
|
"sheets.belongingssheet.animal.type": {
|
|
1157
|
-
"$ref": "
|
|
1157
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1158
1158
|
},
|
|
1159
1159
|
"sheets.belongingssheet.animal.ap": {
|
|
1160
|
-
"$ref": "
|
|
1160
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1161
1161
|
},
|
|
1162
1162
|
"sheets.belongingssheet.animal.protection": {
|
|
1163
|
-
"$ref": "
|
|
1163
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1164
1164
|
},
|
|
1165
1165
|
"sheets.belongingssheet.animal.attackname": {
|
|
1166
|
-
"$ref": "
|
|
1166
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1167
1167
|
},
|
|
1168
1168
|
"sheets.belongingssheet.animal.attack": {
|
|
1169
|
-
"$ref": "
|
|
1169
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1170
1170
|
},
|
|
1171
1171
|
"sheets.belongingssheet.animal.parry": {
|
|
1172
|
-
"$ref": "
|
|
1172
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1173
1173
|
},
|
|
1174
1174
|
"sheets.belongingssheet.animal.damagepoints": {
|
|
1175
|
-
"$ref": "
|
|
1175
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1176
1176
|
},
|
|
1177
1177
|
"sheets.belongingssheet.animal.reach": {
|
|
1178
|
-
"$ref": "
|
|
1178
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1179
1179
|
},
|
|
1180
1180
|
"sheets.belongingssheet.animal.actions": {
|
|
1181
|
-
"$ref": "
|
|
1181
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1182
1182
|
},
|
|
1183
1183
|
"sheets.belongingssheet.animal.skills": {
|
|
1184
|
-
"$ref": "
|
|
1184
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1185
1185
|
},
|
|
1186
1186
|
"sheets.belongingssheet.animal.specialabilities": {
|
|
1187
|
-
"$ref": "
|
|
1187
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1188
1188
|
},
|
|
1189
1189
|
"sheets.belongingssheet.animal.notes": {
|
|
1190
|
-
"$ref": "
|
|
1190
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1191
1191
|
},
|
|
1192
1192
|
"sheets.spellssheet.title": {
|
|
1193
|
-
"$ref": "
|
|
1193
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1194
1194
|
},
|
|
1195
1195
|
"sheets.spellssheet.header.labels.aemax": {
|
|
1196
|
-
"$ref": "
|
|
1196
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1197
1197
|
},
|
|
1198
1198
|
"sheets.spellssheet.header.labels.aecurrent": {
|
|
1199
|
-
"$ref": "
|
|
1199
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1200
1200
|
},
|
|
1201
1201
|
"sheets.spellssheet.spellstable.title": {
|
|
1202
|
-
"$ref": "
|
|
1202
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1203
1203
|
},
|
|
1204
1204
|
"sheets.spellssheet.spellstable.labels.spellorritual": {
|
|
1205
|
-
"$ref": "
|
|
1205
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1206
1206
|
},
|
|
1207
1207
|
"sheets.spellssheet.spellstable.labels.check": {
|
|
1208
|
-
"$ref": "
|
|
1208
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1209
1209
|
},
|
|
1210
1210
|
"sheets.spellssheet.spellstable.labels.skillrating": {
|
|
1211
|
-
"$ref": "
|
|
1211
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1212
1212
|
},
|
|
1213
1213
|
"sheets.spellssheet.spellstable.labels.cost": {
|
|
1214
|
-
"$ref": "
|
|
1214
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1215
1215
|
},
|
|
1216
1216
|
"sheets.spellssheet.spellstable.labels.castingtime": {
|
|
1217
|
-
"$ref": "
|
|
1217
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1218
1218
|
},
|
|
1219
1219
|
"sheets.spellssheet.spellstable.labels.range": {
|
|
1220
|
-
"$ref": "
|
|
1220
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1221
1221
|
},
|
|
1222
1222
|
"sheets.spellssheet.spellstable.labels.duration": {
|
|
1223
|
-
"$ref": "
|
|
1223
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1224
1224
|
},
|
|
1225
1225
|
"sheets.spellssheet.spellstable.labels.property": {
|
|
1226
|
-
"$ref": "
|
|
1226
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1227
1227
|
},
|
|
1228
1228
|
"sheets.spellssheet.spellstable.labels.improvementcost": {
|
|
1229
|
-
"$ref": "
|
|
1229
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1230
1230
|
},
|
|
1231
1231
|
"sheets.spellssheet.spellstable.labels.effect": {
|
|
1232
|
-
"$ref": "
|
|
1232
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1233
1233
|
},
|
|
1234
1234
|
"sheets.spellssheet.spellstable.labels.pages": {
|
|
1235
|
-
"$ref": "
|
|
1235
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1236
1236
|
},
|
|
1237
1237
|
"sheets.spellssheet.spellstable.unfamiliarspell": {
|
|
1238
|
-
"$ref": "
|
|
1238
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1239
1239
|
},
|
|
1240
1240
|
"sheets.spellssheet.primaryattribute": {
|
|
1241
|
-
"$ref": "
|
|
1241
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1242
1242
|
},
|
|
1243
1243
|
"sheets.spellssheet.properties": {
|
|
1244
|
-
"$ref": "
|
|
1244
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1245
1245
|
},
|
|
1246
1246
|
"sheets.spellssheet.tradition": {
|
|
1247
|
-
"$ref": "
|
|
1247
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1248
1248
|
},
|
|
1249
1249
|
"sheets.spellssheet.magicalspecialabilities": {
|
|
1250
|
-
"$ref": "
|
|
1250
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1251
1251
|
},
|
|
1252
1252
|
"sheets.spellssheet.cantrips": {
|
|
1253
|
-
"$ref": "
|
|
1253
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1254
1254
|
},
|
|
1255
1255
|
"sheets.chantssheet.title": {
|
|
1256
|
-
"$ref": "
|
|
1256
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1257
1257
|
},
|
|
1258
1258
|
"sheets.chantssheet.header.labels.kpmax": {
|
|
1259
|
-
"$ref": "
|
|
1259
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1260
1260
|
},
|
|
1261
1261
|
"sheets.chantssheet.header.labels.kpcurrent": {
|
|
1262
|
-
"$ref": "
|
|
1262
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1263
1263
|
},
|
|
1264
1264
|
"sheets.chantssheet.chantstable.title": {
|
|
1265
|
-
"$ref": "
|
|
1265
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1266
1266
|
},
|
|
1267
1267
|
"sheets.chantssheet.chantstable.labels.chant": {
|
|
1268
|
-
"$ref": "
|
|
1268
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1269
1269
|
},
|
|
1270
1270
|
"sheets.chantssheet.chantstable.labels.check": {
|
|
1271
|
-
"$ref": "
|
|
1271
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1272
1272
|
},
|
|
1273
1273
|
"sheets.chantssheet.chantstable.labels.skillrating": {
|
|
1274
|
-
"$ref": "
|
|
1274
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1275
1275
|
},
|
|
1276
1276
|
"sheets.chantssheet.chantstable.labels.cost": {
|
|
1277
|
-
"$ref": "
|
|
1277
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1278
1278
|
},
|
|
1279
1279
|
"sheets.chantssheet.chantstable.labels.castingtime": {
|
|
1280
|
-
"$ref": "
|
|
1280
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1281
1281
|
},
|
|
1282
1282
|
"sheets.chantssheet.chantstable.labels.range": {
|
|
1283
|
-
"$ref": "
|
|
1283
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1284
1284
|
},
|
|
1285
1285
|
"sheets.chantssheet.chantstable.labels.duration": {
|
|
1286
|
-
"$ref": "
|
|
1286
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1287
1287
|
},
|
|
1288
1288
|
"sheets.chantssheet.chantstable.labels.aspect": {
|
|
1289
|
-
"$ref": "
|
|
1289
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1290
1290
|
},
|
|
1291
1291
|
"sheets.chantssheet.chantstable.labels.improvementcost": {
|
|
1292
|
-
"$ref": "
|
|
1292
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1293
1293
|
},
|
|
1294
1294
|
"sheets.chantssheet.chantstable.labels.effect": {
|
|
1295
|
-
"$ref": "
|
|
1295
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1296
1296
|
},
|
|
1297
1297
|
"sheets.chantssheet.chantstable.labels.pages": {
|
|
1298
|
-
"$ref": "
|
|
1298
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1299
1299
|
},
|
|
1300
1300
|
"sheets.chantssheet.primaryattribute": {
|
|
1301
|
-
"$ref": "
|
|
1301
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1302
1302
|
},
|
|
1303
1303
|
"sheets.chantssheet.aspects": {
|
|
1304
|
-
"$ref": "
|
|
1304
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1305
1305
|
},
|
|
1306
1306
|
"sheets.chantssheet.tradition": {
|
|
1307
|
-
"$ref": "
|
|
1307
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1308
1308
|
},
|
|
1309
1309
|
"sheets.chantssheet.blessedspecialabilities": {
|
|
1310
|
-
"$ref": "
|
|
1310
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1311
1311
|
},
|
|
1312
1312
|
"sheets.chantssheet.blessings": {
|
|
1313
|
-
"$ref": "
|
|
1313
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1314
1314
|
},
|
|
1315
1315
|
"pacts.pactcategory": {
|
|
1316
|
-
"$ref": "
|
|
1316
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1317
1317
|
},
|
|
1318
1318
|
"pacts.nopact": {
|
|
1319
|
-
"$ref": "
|
|
1319
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1320
1320
|
},
|
|
1321
1321
|
"pacts.pactlevel": {
|
|
1322
|
-
"$ref": "
|
|
1322
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1323
1323
|
},
|
|
1324
1324
|
"pacts.fairytype": {
|
|
1325
|
-
"$ref": "
|
|
1325
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1326
1326
|
},
|
|
1327
1327
|
"pacts.domain": {
|
|
1328
|
-
"$ref": "
|
|
1328
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1329
1329
|
},
|
|
1330
1330
|
"pacts.userdefined": {
|
|
1331
|
-
"$ref": "
|
|
1331
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1332
1332
|
},
|
|
1333
1333
|
"pacts.demontype": {
|
|
1334
|
-
"$ref": "
|
|
1334
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1335
1335
|
},
|
|
1336
1336
|
"pacts.circleofdamnation": {
|
|
1337
|
-
"$ref": "
|
|
1337
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1338
1338
|
},
|
|
1339
1339
|
"pacts.minorpact": {
|
|
1340
|
-
"$ref": "
|
|
1340
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1341
1341
|
},
|
|
1342
1342
|
"pacts.pactisincompletehint": {
|
|
1343
|
-
"$ref": "
|
|
1343
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1344
1344
|
},
|
|
1345
1345
|
"pacts.name": {
|
|
1346
|
-
"$ref": "
|
|
1346
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1347
1347
|
},
|
|
1348
1348
|
"rules.rulebase": {
|
|
1349
|
-
"$ref": "
|
|
1349
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1350
1350
|
},
|
|
1351
1351
|
"rules.enableallrulebooks": {
|
|
1352
|
-
"$ref": "
|
|
1352
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1353
1353
|
},
|
|
1354
1354
|
"rules.focusrules": {
|
|
1355
|
-
"$ref": "
|
|
1355
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1356
1356
|
},
|
|
1357
1357
|
"rules.optionalrules": {
|
|
1358
|
-
"$ref": "
|
|
1358
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1359
1359
|
},
|
|
1360
1360
|
"rules.manualherodatarepair": {
|
|
1361
|
-
"$ref": "
|
|
1361
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1362
1362
|
},
|
|
1363
1363
|
"rules.manualherodatarepairexplanation": {
|
|
1364
|
-
"$ref": "
|
|
1364
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1365
1365
|
},
|
|
1366
1366
|
"inlinewiki.complementarysources": {
|
|
1367
|
-
"$ref": "
|
|
1367
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1368
1368
|
},
|
|
1369
1369
|
"race.header.name": {
|
|
1370
|
-
"$ref": "
|
|
1370
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1371
1371
|
},
|
|
1372
1372
|
"race.header.adventurepoints": {
|
|
1373
|
-
"$ref": "
|
|
1373
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1374
1374
|
},
|
|
1375
1375
|
"race.header.adventurepoints.tooltip": {
|
|
1376
|
-
"$ref": "
|
|
1376
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1377
1377
|
},
|
|
1378
1378
|
"inlinewiki.apvalue": {
|
|
1379
|
-
"$ref": "
|
|
1379
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1380
1380
|
},
|
|
1381
1381
|
"inlinewiki.adventurepoints": {
|
|
1382
|
-
"$ref": "
|
|
1382
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1383
1383
|
},
|
|
1384
1384
|
"inlinewiki.lifepointbasevalue": {
|
|
1385
|
-
"$ref": "
|
|
1385
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1386
1386
|
},
|
|
1387
1387
|
"inlinewiki.spiritbasevalue": {
|
|
1388
|
-
"$ref": "
|
|
1388
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1389
1389
|
},
|
|
1390
1390
|
"inlinewiki.toughnessbasevalue": {
|
|
1391
|
-
"$ref": "
|
|
1391
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1392
1392
|
},
|
|
1393
1393
|
"inlinewiki.movementbasevalue": {
|
|
1394
|
-
"$ref": "
|
|
1394
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1395
1395
|
},
|
|
1396
1396
|
"inlinewiki.attributeadjustments": {
|
|
1397
|
-
"$ref": "
|
|
1397
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1398
1398
|
},
|
|
1399
1399
|
"inlinewiki.automaticadvantages": {
|
|
1400
|
-
"$ref": "
|
|
1400
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1401
1401
|
},
|
|
1402
1402
|
"inlinewiki.stronglyrecommendedadvantages": {
|
|
1403
|
-
"$ref": "
|
|
1403
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1404
1404
|
},
|
|
1405
1405
|
"inlinewiki.stronglyrecommendeddisadvantages": {
|
|
1406
|
-
"$ref": "
|
|
1406
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1407
1407
|
},
|
|
1408
1408
|
"inlinewiki.commoncultures": {
|
|
1409
|
-
"$ref": "
|
|
1409
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1410
1410
|
},
|
|
1411
1411
|
"inlinewiki.commonadvantages": {
|
|
1412
|
-
"$ref": "
|
|
1412
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1413
1413
|
},
|
|
1414
1414
|
"inlinewiki.commondisadvantages": {
|
|
1415
|
-
"$ref": "
|
|
1415
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1416
1416
|
},
|
|
1417
1417
|
"inlinewiki.uncommonadvantages": {
|
|
1418
|
-
"$ref": "
|
|
1418
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1419
1419
|
},
|
|
1420
1420
|
"inlinewiki.uncommondisadvantages": {
|
|
1421
|
-
"$ref": "
|
|
1421
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1422
1422
|
},
|
|
1423
1423
|
"culture.filters.common.allcultures": {
|
|
1424
|
-
"$ref": "
|
|
1424
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1425
1425
|
},
|
|
1426
1426
|
"culture.filters.common.commoncultures": {
|
|
1427
|
-
"$ref": "
|
|
1427
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1428
1428
|
},
|
|
1429
1429
|
"culture.header.name": {
|
|
1430
|
-
"$ref": "
|
|
1430
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1431
1431
|
},
|
|
1432
1432
|
"inlinewiki.language": {
|
|
1433
|
-
"$ref": "
|
|
1433
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1434
1434
|
},
|
|
1435
1435
|
"inlinewiki.script": {
|
|
1436
|
-
"$ref": "
|
|
1436
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1437
1437
|
},
|
|
1438
1438
|
"inlinewiki.areaknowledge": {
|
|
1439
|
-
"$ref": "
|
|
1439
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1440
1440
|
},
|
|
1441
1441
|
"inlinewiki.socialstatus": {
|
|
1442
|
-
"$ref": "
|
|
1442
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1443
1443
|
},
|
|
1444
1444
|
"inlinewiki.commonprofessions": {
|
|
1445
|
-
"$ref": "
|
|
1445
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1446
1446
|
},
|
|
1447
1447
|
"inlinewiki.commonprofessions.mundane": {
|
|
1448
|
-
"$ref": "
|
|
1448
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1449
1449
|
},
|
|
1450
1450
|
"inlinewiki.commonprofessions.magic": {
|
|
1451
|
-
"$ref": "
|
|
1451
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1452
1452
|
},
|
|
1453
1453
|
"inlinewiki.commonprofessions.blessed": {
|
|
1454
|
-
"$ref": "
|
|
1454
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1455
1455
|
},
|
|
1456
1456
|
"inlinewiki.commonskills": {
|
|
1457
|
-
"$ref": "
|
|
1457
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1458
1458
|
},
|
|
1459
1459
|
"inlinewiki.uncommonskills": {
|
|
1460
|
-
"$ref": "
|
|
1460
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1461
1461
|
},
|
|
1462
1462
|
"inlinewiki.commonnames": {
|
|
1463
|
-
"$ref": "
|
|
1463
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1464
1464
|
},
|
|
1465
1465
|
"inlinewiki.culturalpackage": {
|
|
1466
1466
|
"description": "- `0`: Name of cultural package\n- `1`: AP cost of the cultural package",
|
|
1467
|
-
"$ref": "
|
|
1467
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1468
1468
|
},
|
|
1469
1469
|
"profession.ownprofession": {
|
|
1470
|
-
"$ref": "
|
|
1470
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1471
1471
|
},
|
|
1472
1472
|
"profession.variants.novariant": {
|
|
1473
|
-
"$ref": "
|
|
1473
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1474
1474
|
},
|
|
1475
1475
|
"profession.filters.common.allprofessions": {
|
|
1476
|
-
"$ref": "
|
|
1476
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1477
1477
|
},
|
|
1478
1478
|
"profession.filters.common.commonprofessions": {
|
|
1479
|
-
"$ref": "
|
|
1479
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1480
1480
|
},
|
|
1481
1481
|
"profession.filters.groups.allprofessiongroups": {
|
|
1482
|
-
"$ref": "
|
|
1482
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1483
1483
|
},
|
|
1484
1484
|
"profession.filters.groups.mundaneprofessions": {
|
|
1485
|
-
"$ref": "
|
|
1485
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1486
1486
|
},
|
|
1487
1487
|
"profession.filters.groups.magicalprofessions": {
|
|
1488
|
-
"$ref": "
|
|
1488
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1489
1489
|
},
|
|
1490
1490
|
"profession.filters.groups.blessedprofessions": {
|
|
1491
|
-
"$ref": "
|
|
1491
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1492
1492
|
},
|
|
1493
1493
|
"profession.header.name": {
|
|
1494
|
-
"$ref": "
|
|
1494
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1495
1495
|
},
|
|
1496
1496
|
"profession.header.adventurepoints": {
|
|
1497
|
-
"$ref": "
|
|
1497
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1498
1498
|
},
|
|
1499
1499
|
"profession.header.adventurepoints.tooltip": {
|
|
1500
|
-
"$ref": "
|
|
1500
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1501
1501
|
},
|
|
1502
1502
|
"inlinewiki.prerequisites": {
|
|
1503
|
-
"$ref": "
|
|
1503
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1504
1504
|
},
|
|
1505
1505
|
"inlinewiki.race": {
|
|
1506
|
-
"$ref": "
|
|
1506
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1507
1507
|
},
|
|
1508
1508
|
"inlinewiki.specialabilities": {
|
|
1509
|
-
"$ref": "
|
|
1509
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1510
1510
|
},
|
|
1511
1511
|
"inlinewiki.languagesandliteracytotalingap": {
|
|
1512
1512
|
"description": "- `0`: AP given",
|
|
1513
|
-
"$ref": "
|
|
1513
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1514
1514
|
},
|
|
1515
1515
|
"inlinewiki.skillspecialization": {
|
|
1516
1516
|
"description": "- `0`: Skill name(s)",
|
|
1517
|
-
"$ref": "
|
|
1517
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1518
1518
|
},
|
|
1519
1519
|
"inlinewiki.skillsselection": {
|
|
1520
1520
|
"description": "- `0`: AP given\n- `1`: Skill group",
|
|
1521
|
-
"$ref": "
|
|
1521
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1522
1522
|
},
|
|
1523
1523
|
"inlinewiki.combattechniques": {
|
|
1524
|
-
"$ref": "
|
|
1524
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1525
1525
|
},
|
|
1526
1526
|
"inlinewiki.combattechniqueselection": {
|
|
1527
1527
|
"description": "- `0`: Amount of combat techniques to choose\n- `1`: CtR of the selected combat techniques after application\n- `2`: List of possible combat techniques",
|
|
1528
|
-
"$ref": "
|
|
1528
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1529
1529
|
},
|
|
1530
1530
|
"inlinewiki.combattechnique.one": {
|
|
1531
|
-
"$ref": "
|
|
1531
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1532
1532
|
},
|
|
1533
1533
|
"inlinewiki.combattechnique.two": {
|
|
1534
|
-
"$ref": "
|
|
1534
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1535
1535
|
},
|
|
1536
1536
|
"inlinewiki.combattechniquesecondselection": {
|
|
1537
1537
|
"description": "- `0`: Amount of combat techniques to choose\n- `1`: CtR of the selected combat techniques after application\n- `2`: Amount of combat techniques to choose in a second selection\n- `3`: CtR of the selected combat techniques from second selection after application\n- `4`: List of possible combat techniques",
|
|
1538
|
-
"$ref": "
|
|
1538
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1539
1539
|
},
|
|
1540
1540
|
"inlinewiki.skills": {
|
|
1541
|
-
"$ref": "
|
|
1541
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1542
1542
|
},
|
|
1543
1543
|
"inlinewiki.spells": {
|
|
1544
|
-
"$ref": "
|
|
1544
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1545
1545
|
},
|
|
1546
1546
|
"inlinewiki.cursestotalingap": {
|
|
1547
1547
|
"description": "- `0`: AP given",
|
|
1548
|
-
"$ref": "
|
|
1548
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1549
1549
|
},
|
|
1550
1550
|
"inlinewiki.cantripsfromlist": {
|
|
1551
1551
|
"description": "- `0`: Amount of cantrips to choose\n- `1`: List of possible cantrips",
|
|
1552
|
-
"$ref": "
|
|
1552
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1553
1553
|
},
|
|
1554
1554
|
"inlinewiki.cantrip.one": {
|
|
1555
|
-
"$ref": "
|
|
1555
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1556
1556
|
},
|
|
1557
1557
|
"inlinewiki.cantrip.two": {
|
|
1558
|
-
"$ref": "
|
|
1558
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1559
1559
|
},
|
|
1560
1560
|
"inlinewiki.liturgicalchants": {
|
|
1561
|
-
"$ref": "
|
|
1561
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1562
1562
|
},
|
|
1563
1563
|
"inlinewiki.thetwelveblessings": {
|
|
1564
|
-
"$ref": "
|
|
1564
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1565
1565
|
},
|
|
1566
1566
|
"inlinewiki.thetwelveblessingsexceptions": {
|
|
1567
1567
|
"description": "- `0`: name of first excluded blessing\n- `1`: name of second excluded blessing\n- `2`: name of third excluded blessing",
|
|
1568
|
-
"$ref": "
|
|
1568
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1569
1569
|
},
|
|
1570
1570
|
"inlinewiki.sixblessings": {
|
|
1571
|
-
"$ref": "
|
|
1571
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1572
1572
|
},
|
|
1573
1573
|
"inlinewiki.suggestedadvantages": {
|
|
1574
|
-
"$ref": "
|
|
1574
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1575
1575
|
},
|
|
1576
1576
|
"inlinewiki.suggesteddisadvantages": {
|
|
1577
|
-
"$ref": "
|
|
1577
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1578
1578
|
},
|
|
1579
1579
|
"inlinewiki.unsuitableadvantages": {
|
|
1580
|
-
"$ref": "
|
|
1580
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1581
1581
|
},
|
|
1582
1582
|
"inlinewiki.unsuitabledisadvantages": {
|
|
1583
|
-
"$ref": "
|
|
1583
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1584
1584
|
},
|
|
1585
1585
|
"inlinewiki.variants": {
|
|
1586
|
-
"$ref": "
|
|
1586
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1587
1587
|
},
|
|
1588
1588
|
"inlinewiki.insteadof": {
|
|
1589
|
-
"$ref": "
|
|
1589
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1590
1590
|
},
|
|
1591
1591
|
"rcpselectoptions.race": {
|
|
1592
|
-
"$ref": "
|
|
1592
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1593
1593
|
},
|
|
1594
1594
|
"rcpselectoptions.culture": {
|
|
1595
|
-
"$ref": "
|
|
1595
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1596
1596
|
},
|
|
1597
1597
|
"rcpselectoptions.profession": {
|
|
1598
|
-
"$ref": "
|
|
1598
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1599
1599
|
},
|
|
1600
1600
|
"rcpselectoptions.cantripsfromlist": {
|
|
1601
1601
|
"description": "- `0`: Amount of cantrips to choose",
|
|
1602
|
-
"$ref": "
|
|
1602
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1603
1603
|
},
|
|
1604
1604
|
"rcpselectoptions.cantrip.one": {
|
|
1605
|
-
"$ref": "
|
|
1605
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1606
1606
|
},
|
|
1607
1607
|
"rcpselectoptions.cantrip.two": {
|
|
1608
|
-
"$ref": "
|
|
1608
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1609
1609
|
},
|
|
1610
1610
|
"rcpselectoptions.combattechniqueselection": {
|
|
1611
1611
|
"description": "- `0`: Amount of combat techniques to choose\n- `1`: CtR of the selected combat techniques after application",
|
|
1612
|
-
"$ref": "
|
|
1612
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1613
1613
|
},
|
|
1614
1614
|
"rcpselectoptions.combattechnique.one": {
|
|
1615
|
-
"$ref": "
|
|
1615
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1616
1616
|
},
|
|
1617
1617
|
"rcpselectoptions.combattechnique.two": {
|
|
1618
|
-
"$ref": "
|
|
1618
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1619
1619
|
},
|
|
1620
1620
|
"rcpselectoptions.selectattributeadjustment": {
|
|
1621
|
-
"$ref": "
|
|
1621
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1622
1622
|
},
|
|
1623
1623
|
"rcpselectoptions.buyculturalpackage": {
|
|
1624
|
-
"$ref": "
|
|
1624
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1625
1625
|
},
|
|
1626
1626
|
"rcpselectoptions.nativetongue.placeholder": {
|
|
1627
|
-
"$ref": "
|
|
1627
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1628
1628
|
},
|
|
1629
1629
|
"rcpselectoptions.buyscript": {
|
|
1630
|
-
"$ref": "
|
|
1630
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1631
1631
|
},
|
|
1632
1632
|
"rcpselectoptions.script.placeholder": {
|
|
1633
|
-
"$ref": "
|
|
1633
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1634
1634
|
},
|
|
1635
1635
|
"rcpselectoptions.combattechniquesecondselection": {
|
|
1636
1636
|
"description": "- `0`: Amount of combat techniques to choose in a second selection\n- `1`: CtR of the selected combat techniques from second selection after application",
|
|
1637
|
-
"$ref": "
|
|
1637
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1638
1638
|
},
|
|
1639
1639
|
"rcpselectoptions.cursestotalingapleft": {
|
|
1640
1640
|
"description": "- `0`: AP given\n- `1`: AP left",
|
|
1641
|
-
"$ref": "
|
|
1641
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1642
1642
|
},
|
|
1643
1643
|
"rcpselectoptions.languagesandliteracytotalingapleft": {
|
|
1644
1644
|
"description": "- `0`: AP given\n- `1`: AP left",
|
|
1645
|
-
"$ref": "
|
|
1645
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1646
1646
|
},
|
|
1647
1647
|
"rcpselectoptions.applicationforskillspecialization": {
|
|
1648
|
-
"$ref": "
|
|
1648
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1649
1649
|
},
|
|
1650
1650
|
"rcpselectoptions.skillselectionap": {
|
|
1651
1651
|
"description": "- `0`: Skill group\n- `1`: AP given\n- `2`: AP left",
|
|
1652
|
-
"$ref": "
|
|
1652
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1653
1653
|
},
|
|
1654
1654
|
"rcpselectoptions.skillspecialization": {
|
|
1655
1655
|
"description": "- `0`: Skill name(s)",
|
|
1656
|
-
"$ref": "
|
|
1656
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1657
1657
|
},
|
|
1658
1658
|
"rcpselectoptions.completebtn": {
|
|
1659
|
-
"$ref": "
|
|
1659
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1660
1660
|
},
|
|
1661
1661
|
"rcpselectoptions.unfamiliarspells": {
|
|
1662
|
-
"$ref": "
|
|
1662
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1663
1663
|
},
|
|
1664
1664
|
"rcpselectoptions.unfamiliarspellselectionfortraditionguildmage": {
|
|
1665
|
-
"$ref": "
|
|
1665
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1666
1666
|
},
|
|
1667
1667
|
"rcpselectoptions.unfamiliarspell.placeholder": {
|
|
1668
|
-
"$ref": "
|
|
1668
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1669
1669
|
},
|
|
1670
1670
|
"rcpselectoptions.unfamiliarspell": {
|
|
1671
|
-
"$ref": "
|
|
1671
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1672
1672
|
},
|
|
1673
1673
|
"attributes.totalpoints": {
|
|
1674
|
-
"$ref": "
|
|
1674
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1675
1675
|
},
|
|
1676
1676
|
"attributes.attributeadjustmentselection": {
|
|
1677
|
-
"$ref": "
|
|
1677
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1678
1678
|
},
|
|
1679
1679
|
"attributes.derivedcharacteristics.tooltips.modifier": {
|
|
1680
|
-
"$ref": "
|
|
1680
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1681
1681
|
},
|
|
1682
1682
|
"attributes.derivedcharacteristics.tooltips.bought": {
|
|
1683
|
-
"$ref": "
|
|
1683
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1684
1684
|
},
|
|
1685
1685
|
"attributes.derivedcharacteristics.tooltips.losttotal": {
|
|
1686
|
-
"$ref": "
|
|
1686
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1687
1687
|
},
|
|
1688
1688
|
"attributes.derivedcharacteristics.tooltips.boughtback": {
|
|
1689
|
-
"$ref": "
|
|
1689
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1690
1690
|
},
|
|
1691
1691
|
"attributes.lostpermanently.lifepoints": {
|
|
1692
|
-
"$ref": "
|
|
1692
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1693
1693
|
},
|
|
1694
1694
|
"attributes.lostpermanently.lifepoints.short": {
|
|
1695
|
-
"$ref": "
|
|
1695
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1696
1696
|
},
|
|
1697
1697
|
"attributes.lostpermanently.arcaneenergy": {
|
|
1698
|
-
"$ref": "
|
|
1698
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1699
1699
|
},
|
|
1700
1700
|
"attributes.lostpermanently.arcaneenergy.short": {
|
|
1701
|
-
"$ref": "
|
|
1701
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1702
1702
|
},
|
|
1703
1703
|
"attributes.lostpermanently.karmapoints": {
|
|
1704
|
-
"$ref": "
|
|
1704
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1705
1705
|
},
|
|
1706
1706
|
"attributes.lostpermanently.karmapoints.short": {
|
|
1707
|
-
"$ref": "
|
|
1707
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1708
1708
|
},
|
|
1709
1709
|
"attributes.removeenergypointslostpermanently.title": {
|
|
1710
|
-
"$ref": "
|
|
1710
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1711
1711
|
},
|
|
1712
1712
|
"attributes.removeenergypointslostpermanently.message": {
|
|
1713
|
-
"$ref": "
|
|
1713
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1714
1714
|
},
|
|
1715
1715
|
"attributes.removeenergypointslostpermanently.removebtn": {
|
|
1716
|
-
"$ref": "
|
|
1716
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1717
1717
|
},
|
|
1718
1718
|
"attributes.pointslostpermanentlyeditor.boughtback": {
|
|
1719
|
-
"$ref": "
|
|
1719
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1720
1720
|
},
|
|
1721
1721
|
"attributes.pointslostpermanentlyeditor.spent": {
|
|
1722
|
-
"$ref": "
|
|
1722
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1723
1723
|
},
|
|
1724
1724
|
"advantages.filters.commonadvantages": {
|
|
1725
|
-
"$ref": "
|
|
1725
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1726
1726
|
},
|
|
1727
1727
|
"disadvantages.filters.commondisadvantages": {
|
|
1728
|
-
"$ref": "
|
|
1728
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1729
1729
|
},
|
|
1730
1730
|
"advantagesdisadvantages.addbtn": {
|
|
1731
|
-
"$ref": "
|
|
1731
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1732
1732
|
},
|
|
1733
1733
|
"advantagesdisadvantages.afraidof": {
|
|
1734
|
-
"$ref": "
|
|
1734
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1735
1735
|
},
|
|
1736
1736
|
"advantagesdisadvantages.immunityto": {
|
|
1737
|
-
"$ref": "
|
|
1737
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1738
1738
|
},
|
|
1739
1739
|
"advantagesdisadvantages.hatredfor": {
|
|
1740
|
-
"$ref": "
|
|
1740
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1741
1741
|
},
|
|
1742
1742
|
"advantagesdisadvantages.header.name": {
|
|
1743
|
-
"$ref": "
|
|
1743
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1744
1744
|
},
|
|
1745
1745
|
"advantagesdisadvantages.header.adventurepoints": {
|
|
1746
|
-
"$ref": "
|
|
1746
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1747
1747
|
},
|
|
1748
1748
|
"advantagesdisadvantages.header.adventurepoints.tooltip": {
|
|
1749
|
-
"$ref": "
|
|
1749
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1750
1750
|
},
|
|
1751
1751
|
"advantagesdisadvantages.apspent.spentonadvantages": {
|
|
1752
1752
|
"description": "- `0`: Current AP spent on advantages\n- `1`: Maximum possible AP spent on advantages",
|
|
1753
|
-
"$ref": "
|
|
1753
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1754
1754
|
},
|
|
1755
1755
|
"advantagesdisadvantages.apspent.spentonmagicadvantages": {
|
|
1756
1756
|
"description": "- `0`: Current AP spent on magic advantages\n- `1`: Maximum possible AP spent on magic advantages",
|
|
1757
|
-
"$ref": "
|
|
1757
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1758
1758
|
},
|
|
1759
1759
|
"advantagesdisadvantages.apspent.spentonblessedadvantages": {
|
|
1760
1760
|
"description": "- `0`: Current AP spent on blessed advantages\n- `1`: Maximum possible AP spent on blessed advantages",
|
|
1761
|
-
"$ref": "
|
|
1761
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1762
1762
|
},
|
|
1763
1763
|
"advantagesdisadvantages.apspent.spentondisadvantages": {
|
|
1764
1764
|
"description": "- `0`: Current AP spent on disadvantages\n- `1`: Maximum possible AP spent on disadvantages",
|
|
1765
|
-
"$ref": "
|
|
1765
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1766
1766
|
},
|
|
1767
1767
|
"advantagesdisadvantages.apspent.spentonmagicdisadvantages": {
|
|
1768
1768
|
"description": "- `0`: Current AP spent on magic disadvantages\n- `1`: Maximum possible AP spent on magic disadvantages",
|
|
1769
|
-
"$ref": "
|
|
1769
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1770
1770
|
},
|
|
1771
1771
|
"advantagesdisadvantages.apspent.spentonblesseddisadvantages": {
|
|
1772
1772
|
"description": "- `0`: Current AP spent on blessed disadvantages\n- `1`: Maximum possible AP spent on blessed disadvantages",
|
|
1773
|
-
"$ref": "
|
|
1773
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1774
1774
|
},
|
|
1775
1775
|
"advantagesdisadvantages.dialogs.customcost.title": {
|
|
1776
|
-
"$ref": "
|
|
1776
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1777
1777
|
},
|
|
1778
1778
|
"advantagesdisadvantages.dialogs.customcost.for": {
|
|
1779
1779
|
"description": "- `0`: Entry name",
|
|
1780
|
-
"$ref": "
|
|
1780
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1781
1781
|
},
|
|
1782
1782
|
"specialabilities.addbtn": {
|
|
1783
|
-
"$ref": "
|
|
1783
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1784
1784
|
},
|
|
1785
1785
|
"specialabilities.header.name": {
|
|
1786
|
-
"$ref": "
|
|
1786
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1787
1787
|
},
|
|
1788
1788
|
"specialabilities.header.group": {
|
|
1789
|
-
"$ref": "
|
|
1789
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1790
1790
|
},
|
|
1791
1791
|
"specialabilities.header.adventurepoints": {
|
|
1792
|
-
"$ref": "
|
|
1792
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1793
1793
|
},
|
|
1794
1794
|
"specialabilities.header.adventurepoints.tooltip": {
|
|
1795
|
-
"$ref": "
|
|
1795
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1796
1796
|
},
|
|
1797
1797
|
"specialabilities.nativetonguelevel": {
|
|
1798
|
-
"$ref": "
|
|
1798
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1799
1799
|
},
|
|
1800
1800
|
"inlinewiki.rule": {
|
|
1801
|
-
"$ref": "
|
|
1801
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1802
1802
|
},
|
|
1803
1803
|
"inlinewiki.effect": {
|
|
1804
|
-
"$ref": "
|
|
1804
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1805
1805
|
},
|
|
1806
1806
|
"inlinewiki.extendedcombatspecialabilities": {
|
|
1807
|
-
"$ref": "
|
|
1807
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1808
1808
|
},
|
|
1809
1809
|
"inlinewiki.extendedmagicalspecialabilities": {
|
|
1810
|
-
"$ref": "
|
|
1810
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1811
1811
|
},
|
|
1812
1812
|
"inlinewiki.extendedblessedspecialabilities": {
|
|
1813
|
-
"$ref": "
|
|
1813
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1814
1814
|
},
|
|
1815
1815
|
"inlinewiki.extendedskillspecialabilities": {
|
|
1816
|
-
"$ref": "
|
|
1816
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1817
1817
|
},
|
|
1818
1818
|
"inlinewiki.penalty": {
|
|
1819
|
-
"$ref": "
|
|
1819
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1820
1820
|
},
|
|
1821
1821
|
"inlinewiki.level": {
|
|
1822
|
-
"$ref": "
|
|
1822
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1823
1823
|
},
|
|
1824
1824
|
"inlinewiki.perlevel": {
|
|
1825
|
-
"$ref": "
|
|
1825
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1826
1826
|
},
|
|
1827
1827
|
"inlinewiki.volume": {
|
|
1828
|
-
"$ref": "
|
|
1828
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1829
1829
|
},
|
|
1830
1830
|
"inlinewiki.aspect": {
|
|
1831
|
-
"$ref": "
|
|
1831
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1832
1832
|
},
|
|
1833
1833
|
"inlinewiki.bindingcost": {
|
|
1834
|
-
"$ref": "
|
|
1834
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1835
1835
|
},
|
|
1836
1836
|
"inlinewiki.protectivecircle": {
|
|
1837
|
-
"$ref": "
|
|
1837
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1838
1838
|
},
|
|
1839
1839
|
"inlinewiki.wardingcircle": {
|
|
1840
|
-
"$ref": "
|
|
1840
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1841
1841
|
},
|
|
1842
1842
|
"inlinewiki.actions": {
|
|
1843
|
-
"$ref": "
|
|
1843
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1844
1844
|
},
|
|
1845
1845
|
"inlinewiki.racecultureorprofessionrequiresautomaticorsuggested": {
|
|
1846
1846
|
"description": "- `0`: Entry name\n- `1`: category (advantage, disadvantage, …)",
|
|
1847
|
-
"$ref": "
|
|
1847
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1848
1848
|
},
|
|
1849
1849
|
"inlinewiki.advantage": {
|
|
1850
|
-
"$ref": "
|
|
1850
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1851
1851
|
},
|
|
1852
1852
|
"inlinewiki.disadvantage": {
|
|
1853
|
-
"$ref": "
|
|
1853
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1854
1854
|
},
|
|
1855
1855
|
"inlinewiki.primaryattributeofthetradition": {
|
|
1856
|
-
"$ref": "
|
|
1856
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1857
1857
|
},
|
|
1858
1858
|
"inlinewiki.knowledgeofspell": {
|
|
1859
|
-
"$ref": "
|
|
1859
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1860
1860
|
},
|
|
1861
1861
|
"inlinewiki.knowledgeofliturgicalchant": {
|
|
1862
|
-
"$ref": "
|
|
1862
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1863
1863
|
},
|
|
1864
1864
|
"inlinewiki.appropriatecombatstylespecialability": {
|
|
1865
|
-
"$ref": "
|
|
1865
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1866
1866
|
},
|
|
1867
1867
|
"inlinewiki.appropriatemagicalstylespecialability": {
|
|
1868
|
-
"$ref": "
|
|
1868
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1869
1869
|
},
|
|
1870
1870
|
"inlinewiki.appropriateblessedstylespecialability": {
|
|
1871
|
-
"$ref": "
|
|
1871
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1872
1872
|
},
|
|
1873
1873
|
"inlinewiki.appropriateskillstylespecialability": {
|
|
1874
|
-
"$ref": "
|
|
1874
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1875
1875
|
},
|
|
1876
1876
|
"inlinewiki.sex": {
|
|
1877
|
-
"$ref": "
|
|
1877
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1878
1878
|
},
|
|
1879
1879
|
"inlinewiki.sex.male": {
|
|
1880
|
-
"$ref": "
|
|
1880
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1881
1881
|
},
|
|
1882
1882
|
"inlinewiki.sex.female": {
|
|
1883
|
-
"$ref": "
|
|
1883
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1884
1884
|
},
|
|
1885
1885
|
"inlinewiki.combattechniques.groups.all": {
|
|
1886
|
-
"$ref": "
|
|
1886
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1887
1887
|
},
|
|
1888
1888
|
"inlinewiki.combattechniques.groups.allmeleecombattechniques": {
|
|
1889
|
-
"$ref": "
|
|
1889
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1890
1890
|
},
|
|
1891
1891
|
"inlinewiki.combattechniques.groups.allrangedcombattechniques": {
|
|
1892
|
-
"$ref": "
|
|
1892
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1893
1893
|
},
|
|
1894
1894
|
"inlinewiki.combattechniques.groups.allmeleecombattechniqueswithparry": {
|
|
1895
|
-
"$ref": "
|
|
1895
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1896
1896
|
},
|
|
1897
1897
|
"inlinewiki.combattechniques.groups.allmeleecombattechniquesforonehandedweapons": {
|
|
1898
|
-
"$ref": "
|
|
1898
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1899
1899
|
},
|
|
1900
1900
|
"inlinewiki.socialstatusxorhigher": {
|
|
1901
1901
|
"description": "- `0`: Minimum social status",
|
|
1902
|
-
"$ref": "
|
|
1902
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1903
1903
|
},
|
|
1904
1904
|
"skills.commonskills": {
|
|
1905
|
-
"$ref": "
|
|
1905
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1906
1906
|
},
|
|
1907
1907
|
"skills.header.name": {
|
|
1908
|
-
"$ref": "
|
|
1908
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1909
1909
|
},
|
|
1910
1910
|
"skills.header.skillrating": {
|
|
1911
|
-
"$ref": "
|
|
1911
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1912
1912
|
},
|
|
1913
1913
|
"skills.header.skillrating.tooltip": {
|
|
1914
|
-
"$ref": "
|
|
1914
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1915
1915
|
},
|
|
1916
1916
|
"skills.header.group": {
|
|
1917
|
-
"$ref": "
|
|
1917
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1918
1918
|
},
|
|
1919
1919
|
"skills.header.check": {
|
|
1920
|
-
"$ref": "
|
|
1920
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1921
1921
|
},
|
|
1922
1922
|
"skills.header.improvementcost": {
|
|
1923
|
-
"$ref": "
|
|
1923
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1924
1924
|
},
|
|
1925
1925
|
"skills.header.improvementcost.tooltip": {
|
|
1926
|
-
"$ref": "
|
|
1926
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1927
1927
|
},
|
|
1928
1928
|
"inlinewiki.check": {
|
|
1929
|
-
"$ref": "
|
|
1929
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1930
1930
|
},
|
|
1931
1931
|
"inlinewiki.newapplications": {
|
|
1932
|
-
"$ref": "
|
|
1932
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1933
1933
|
},
|
|
1934
1934
|
"inlinewiki.applications": {
|
|
1935
|
-
"$ref": "
|
|
1935
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1936
1936
|
},
|
|
1937
1937
|
"inlinewiki.uses": {
|
|
1938
|
-
"$ref": "
|
|
1938
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1939
1939
|
},
|
|
1940
1940
|
"inlinewiki.encumbrance": {
|
|
1941
|
-
"$ref": "
|
|
1941
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1942
1942
|
},
|
|
1943
1943
|
"inlinewiki.encumbrance.yes": {
|
|
1944
|
-
"$ref": "
|
|
1944
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1945
1945
|
},
|
|
1946
1946
|
"inlinewiki.encumbrance.no": {
|
|
1947
|
-
"$ref": "
|
|
1947
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1948
1948
|
},
|
|
1949
1949
|
"inlinewiki.encumbrance.maybe": {
|
|
1950
|
-
"$ref": "
|
|
1950
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1951
1951
|
},
|
|
1952
1952
|
"inlinewiki.tools": {
|
|
1953
|
-
"$ref": "
|
|
1953
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1954
1954
|
},
|
|
1955
1955
|
"inlinewiki.quality": {
|
|
1956
|
-
"$ref": "
|
|
1956
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1957
1957
|
},
|
|
1958
1958
|
"inlinewiki.failedcheck": {
|
|
1959
|
-
"$ref": "
|
|
1959
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1960
1960
|
},
|
|
1961
1961
|
"inlinewiki.criticalsuccess": {
|
|
1962
|
-
"$ref": "
|
|
1962
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1963
1963
|
},
|
|
1964
1964
|
"inlinewiki.botch": {
|
|
1965
|
-
"$ref": "
|
|
1965
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1966
1966
|
},
|
|
1967
1967
|
"inlinewiki.improvementcost": {
|
|
1968
|
-
"$ref": "
|
|
1968
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1969
1969
|
},
|
|
1970
1970
|
"showfrequency.stronglyrecommended": {
|
|
1971
|
-
"$ref": "
|
|
1971
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1972
1972
|
},
|
|
1973
1973
|
"showfrequency.common": {
|
|
1974
|
-
"$ref": "
|
|
1974
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1975
1975
|
},
|
|
1976
1976
|
"showfrequency.uncommon": {
|
|
1977
|
-
"$ref": "
|
|
1977
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1978
1978
|
},
|
|
1979
1979
|
"showfrequency.unfamiliarspells": {
|
|
1980
|
-
"$ref": "
|
|
1980
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1981
1981
|
},
|
|
1982
1982
|
"combattechniques.header.name": {
|
|
1983
|
-
"$ref": "
|
|
1983
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1984
1984
|
},
|
|
1985
1985
|
"combattechniques.header.group": {
|
|
1986
|
-
"$ref": "
|
|
1986
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1987
1987
|
},
|
|
1988
1988
|
"combattechniques.header.combattechniquerating": {
|
|
1989
|
-
"$ref": "
|
|
1989
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1990
1990
|
},
|
|
1991
1991
|
"combattechniques.header.combattechniquerating.tooltip": {
|
|
1992
|
-
"$ref": "
|
|
1992
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1993
1993
|
},
|
|
1994
1994
|
"combattechniques.header.improvementcost": {
|
|
1995
|
-
"$ref": "
|
|
1995
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1996
1996
|
},
|
|
1997
1997
|
"combattechniques.header.improvementcost.tooltip": {
|
|
1998
|
-
"$ref": "
|
|
1998
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1999
1999
|
},
|
|
2000
2000
|
"combattechniques.header.primaryattribute": {
|
|
2001
|
-
"$ref": "
|
|
2001
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2002
2002
|
},
|
|
2003
2003
|
"combattechniques.header.primaryattribute.tooltip": {
|
|
2004
|
-
"$ref": "
|
|
2004
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2005
2005
|
},
|
|
2006
2006
|
"combattechniques.header.attack": {
|
|
2007
|
-
"$ref": "
|
|
2007
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2008
2008
|
},
|
|
2009
2009
|
"combattechniques.header.attack.tooltip": {
|
|
2010
|
-
"$ref": "
|
|
2010
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2011
2011
|
},
|
|
2012
2012
|
"combattechniques.header.parry": {
|
|
2013
|
-
"$ref": "
|
|
2013
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2014
2014
|
},
|
|
2015
2015
|
"combattechniques.header.parry.tooltip": {
|
|
2016
|
-
"$ref": "
|
|
2016
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2017
2017
|
},
|
|
2018
2018
|
"inlinewiki.special": {
|
|
2019
|
-
"$ref": "
|
|
2019
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2020
2020
|
},
|
|
2021
2021
|
"inlinewiki.primaryattribute": {
|
|
2022
|
-
"$ref": "
|
|
2022
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2023
2023
|
},
|
|
2024
2024
|
"spells.addbtn": {
|
|
2025
|
-
"$ref": "
|
|
2025
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2026
2026
|
},
|
|
2027
2027
|
"spells.header.name": {
|
|
2028
|
-
"$ref": "
|
|
2028
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2029
2029
|
},
|
|
2030
2030
|
"spells.header.property": {
|
|
2031
|
-
"$ref": "
|
|
2031
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2032
2032
|
},
|
|
2033
2033
|
"spells.header.group": {
|
|
2034
|
-
"$ref": "
|
|
2034
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2035
2035
|
},
|
|
2036
2036
|
"spells.header.skillrating": {
|
|
2037
|
-
"$ref": "
|
|
2037
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2038
2038
|
},
|
|
2039
2039
|
"spells.header.skillrating.tooltip": {
|
|
2040
|
-
"$ref": "
|
|
2040
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2041
2041
|
},
|
|
2042
2042
|
"spells.header.check": {
|
|
2043
|
-
"$ref": "
|
|
2043
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2044
2044
|
},
|
|
2045
2045
|
"spells.header.checkmodifier": {
|
|
2046
|
-
"$ref": "
|
|
2046
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2047
2047
|
},
|
|
2048
2048
|
"spells.header.checkmodifier.tooltip": {
|
|
2049
|
-
"$ref": "
|
|
2049
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2050
2050
|
},
|
|
2051
2051
|
"spells.header.improvementcost": {
|
|
2052
|
-
"$ref": "
|
|
2052
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2053
2053
|
},
|
|
2054
2054
|
"spells.header.improvementcost.tooltip": {
|
|
2055
|
-
"$ref": "
|
|
2055
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2056
2056
|
},
|
|
2057
2057
|
"spells.groups.cantrip": {
|
|
2058
|
-
"$ref": "
|
|
2058
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2059
2059
|
},
|
|
2060
2060
|
"spells.traditions.general": {
|
|
2061
|
-
"$ref": "
|
|
2061
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2062
2062
|
},
|
|
2063
2063
|
"magicalactions.animistforces.tribes.general": {
|
|
2064
|
-
"$ref": "
|
|
2064
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2065
2065
|
},
|
|
2066
2066
|
"inlinewiki.castingtime": {
|
|
2067
|
-
"$ref": "
|
|
2067
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2068
2068
|
},
|
|
2069
2069
|
"inlinewiki.ritualtime": {
|
|
2070
|
-
"$ref": "
|
|
2070
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2071
2071
|
},
|
|
2072
2072
|
"inlinewiki.aecost": {
|
|
2073
|
-
"$ref": "
|
|
2073
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2074
2074
|
},
|
|
2075
2075
|
"inlinewiki.range": {
|
|
2076
|
-
"$ref": "
|
|
2076
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2077
2077
|
},
|
|
2078
2078
|
"inlinewiki.duration": {
|
|
2079
|
-
"$ref": "
|
|
2079
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2080
2080
|
},
|
|
2081
2081
|
"inlinewiki.targetcategory": {
|
|
2082
|
-
"$ref": "
|
|
2082
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2083
2083
|
},
|
|
2084
2084
|
"inlinewiki.property": {
|
|
2085
|
-
"$ref": "
|
|
2085
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2086
2086
|
},
|
|
2087
2087
|
"inlinewiki.traditions": {
|
|
2088
|
-
"$ref": "
|
|
2088
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2089
2089
|
},
|
|
2090
2090
|
"inlinewiki.skill": {
|
|
2091
|
-
"$ref": "
|
|
2091
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2092
2092
|
},
|
|
2093
2093
|
"inlinewiki.lengthoftime": {
|
|
2094
|
-
"$ref": "
|
|
2094
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2095
2095
|
},
|
|
2096
2096
|
"inlinewiki.musictradition": {
|
|
2097
|
-
"$ref": "
|
|
2097
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2098
2098
|
},
|
|
2099
2099
|
"inlinewiki.youcannotuseamodificationonthisspellscastingtime": {
|
|
2100
|
-
"$ref": "
|
|
2100
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2101
2101
|
},
|
|
2102
2102
|
"inlinewiki.youcannotuseamodificationonthisspellsritualtime": {
|
|
2103
|
-
"$ref": "
|
|
2103
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2104
2104
|
},
|
|
2105
2105
|
"inlinewiki.youcannotuseamodificationonthisspellscost": {
|
|
2106
|
-
"$ref": "
|
|
2106
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2107
2107
|
},
|
|
2108
2108
|
"inlinewiki.youcannotuseamodificationonthisspellsrange": {
|
|
2109
|
-
"$ref": "
|
|
2109
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2110
2110
|
},
|
|
2111
2111
|
"inlinewiki.youcannotuseamodificationonthisspellsduration": {
|
|
2112
|
-
"$ref": "
|
|
2112
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2113
2113
|
},
|
|
2114
2114
|
"inlinewiki.spellenhancements": {
|
|
2115
|
-
"$ref": "
|
|
2115
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2116
2116
|
},
|
|
2117
2117
|
"inlinewiki.spellenhancements.title": {
|
|
2118
2118
|
"description": "- `0`: Enhancement name\n- `1`: Required Skill Rating\n- `2`: AP value\n- `3`: Description",
|
|
2119
|
-
"$ref": "
|
|
2119
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2120
2120
|
},
|
|
2121
2121
|
"inlinewiki.tribaltraditions": {
|
|
2122
|
-
"$ref": "
|
|
2122
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2123
2123
|
},
|
|
2124
2124
|
"inlinewiki.brew": {
|
|
2125
|
-
"$ref": "
|
|
2125
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2126
2126
|
},
|
|
2127
2127
|
"inlinewiki.spirithalf": {
|
|
2128
|
-
"$ref": "
|
|
2128
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2129
2129
|
},
|
|
2130
2130
|
"inlinewiki.spirithalf.short": {
|
|
2131
|
-
"$ref": "
|
|
2131
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2132
2132
|
},
|
|
2133
2133
|
"inlinewiki.spiritortoughness": {
|
|
2134
|
-
"$ref": "
|
|
2134
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2135
2135
|
},
|
|
2136
2136
|
"inlinewiki.spiritortoughness.short": {
|
|
2137
|
-
"$ref": "
|
|
2137
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2138
2138
|
},
|
|
2139
2139
|
"inlinewiki.note": {
|
|
2140
|
-
"$ref": "
|
|
2140
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2141
2141
|
},
|
|
2142
2142
|
"liturgicalchants.addbtn": {
|
|
2143
|
-
"$ref": "
|
|
2143
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2144
2144
|
},
|
|
2145
2145
|
"liturgicalchants.header.name": {
|
|
2146
|
-
"$ref": "
|
|
2146
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2147
2147
|
},
|
|
2148
2148
|
"liturgicalchants.header.traditions": {
|
|
2149
|
-
"$ref": "
|
|
2149
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2150
2150
|
},
|
|
2151
2151
|
"liturgicalchants.header.group": {
|
|
2152
|
-
"$ref": "
|
|
2152
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2153
2153
|
},
|
|
2154
2154
|
"liturgicalchants.header.skillrating": {
|
|
2155
|
-
"$ref": "
|
|
2155
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2156
2156
|
},
|
|
2157
2157
|
"liturgicalchants.header.skillrating.tooltip": {
|
|
2158
|
-
"$ref": "
|
|
2158
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2159
2159
|
},
|
|
2160
2160
|
"liturgicalchants.header.check": {
|
|
2161
|
-
"$ref": "
|
|
2161
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2162
2162
|
},
|
|
2163
2163
|
"liturgicalchants.header.checkmodifier": {
|
|
2164
|
-
"$ref": "
|
|
2164
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2165
2165
|
},
|
|
2166
2166
|
"liturgicalchants.header.checkmodifier.tooltip": {
|
|
2167
|
-
"$ref": "
|
|
2167
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2168
2168
|
},
|
|
2169
2169
|
"liturgicalchants.header.improvementcost": {
|
|
2170
|
-
"$ref": "
|
|
2170
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2171
2171
|
},
|
|
2172
2172
|
"liturgicalchants.header.improvementcost.tooltip": {
|
|
2173
|
-
"$ref": "
|
|
2173
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2174
2174
|
},
|
|
2175
2175
|
"liturgicalchants.groups.blessing": {
|
|
2176
|
-
"$ref": "
|
|
2176
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2177
2177
|
},
|
|
2178
2178
|
"liturgicalchants.aspects.general": {
|
|
2179
|
-
"$ref": "
|
|
2179
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2180
2180
|
},
|
|
2181
2181
|
"inlinewiki.liturgicaltime": {
|
|
2182
|
-
"$ref": "
|
|
2182
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2183
2183
|
},
|
|
2184
2184
|
"inlinewiki.ceremonialtime": {
|
|
2185
|
-
"$ref": "
|
|
2185
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2186
2186
|
},
|
|
2187
2187
|
"inlinewiki.kpcost": {
|
|
2188
|
-
"$ref": "
|
|
2188
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2189
2189
|
},
|
|
2190
2190
|
"inlinewiki.youcannotuseamodificationonthischantsliturgicaltime": {
|
|
2191
|
-
"$ref": "
|
|
2191
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2192
2192
|
},
|
|
2193
2193
|
"inlinewiki.youcannotuseamodificationonthischantsceremonialtime": {
|
|
2194
|
-
"$ref": "
|
|
2194
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2195
2195
|
},
|
|
2196
2196
|
"inlinewiki.youcannotuseamodificationonthischantscost": {
|
|
2197
|
-
"$ref": "
|
|
2197
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2198
2198
|
},
|
|
2199
2199
|
"inlinewiki.youcannotuseamodificationonthischantsrange": {
|
|
2200
|
-
"$ref": "
|
|
2200
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2201
2201
|
},
|
|
2202
2202
|
"inlinewiki.youcannotuseamodificationonthischantsduration": {
|
|
2203
|
-
"$ref": "
|
|
2203
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2204
2204
|
},
|
|
2205
2205
|
"inlinewiki.liturgicalchantenhancements": {
|
|
2206
|
-
"$ref": "
|
|
2206
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2207
2207
|
},
|
|
2208
2208
|
"inlinewiki.liturgicalchantenhancements.title": {
|
|
2209
2209
|
"description": "- `0`: Enhancement name\n- `1`: Required Skill Rating\n- `2`: AP value\n- `3`: Description",
|
|
2210
|
-
"$ref": "
|
|
2210
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2211
2211
|
},
|
|
2212
2212
|
"equipment.header.name": {
|
|
2213
|
-
"$ref": "
|
|
2213
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2214
2214
|
},
|
|
2215
2215
|
"equipment.header.group": {
|
|
2216
|
-
"$ref": "
|
|
2216
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2217
2217
|
},
|
|
2218
2218
|
"equipment.addbtn": {
|
|
2219
|
-
"$ref": "
|
|
2219
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2220
2220
|
},
|
|
2221
2221
|
"equipment.createbtn": {
|
|
2222
|
-
"$ref": "
|
|
2222
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2223
2223
|
},
|
|
2224
2224
|
"equipment.filters.allcombattechniques": {
|
|
2225
|
-
"$ref": "
|
|
2225
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2226
2226
|
},
|
|
2227
2227
|
"equipment.purse.title": {
|
|
2228
|
-
"$ref": "
|
|
2228
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2229
2229
|
},
|
|
2230
2230
|
"equipment.purse.ducats": {
|
|
2231
|
-
"$ref": "
|
|
2231
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2232
2232
|
},
|
|
2233
2233
|
"equipment.purse.silverthalers": {
|
|
2234
|
-
"$ref": "
|
|
2234
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2235
2235
|
},
|
|
2236
2236
|
"equipment.purse.halers": {
|
|
2237
|
-
"$ref": "
|
|
2237
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2238
2238
|
},
|
|
2239
2239
|
"equipment.purse.kreutzers": {
|
|
2240
|
-
"$ref": "
|
|
2240
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2241
2241
|
},
|
|
2242
2242
|
"equipment.purse.carryingcapacity": {
|
|
2243
|
-
"$ref": "
|
|
2243
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2244
2244
|
},
|
|
2245
2245
|
"equipment.purse.initialstartingwealthandcarryingcapacity": {
|
|
2246
|
-
"$ref": "
|
|
2246
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2247
2247
|
},
|
|
2248
2248
|
"equipment.purse.earnpay": {
|
|
2249
|
-
"$ref": "
|
|
2249
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2250
2250
|
},
|
|
2251
2251
|
"equipment.purse.earn": {
|
|
2252
|
-
"$ref": "
|
|
2252
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2253
2253
|
},
|
|
2254
2254
|
"equipment.purse.pay": {
|
|
2255
|
-
"$ref": "
|
|
2255
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2256
2256
|
},
|
|
2257
2257
|
"equipment.purse.notefirst": {
|
|
2258
|
-
"$ref": "
|
|
2258
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2259
2259
|
},
|
|
2260
2260
|
"equipment.purse.notesecond": {
|
|
2261
|
-
"$ref": "
|
|
2261
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2262
2262
|
},
|
|
2263
2263
|
"equipment.purse.currentcredit": {
|
|
2264
|
-
"$ref": "
|
|
2264
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2265
2265
|
},
|
|
2266
2266
|
"equipment.purse.amount": {
|
|
2267
|
-
"$ref": "
|
|
2267
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2268
2268
|
},
|
|
2269
2269
|
"equipment.dialogs.addedit.damage": {
|
|
2270
|
-
"$ref": "
|
|
2270
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2271
2271
|
},
|
|
2272
2272
|
"equipment.dialogs.addedit.length": {
|
|
2273
|
-
"$ref": "
|
|
2273
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2274
2274
|
},
|
|
2275
2275
|
"equipment.dialogs.addedit.range": {
|
|
2276
|
-
"$ref": "
|
|
2276
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2277
2277
|
},
|
|
2278
2278
|
"equipment.dialogs.addedit.edititem": {
|
|
2279
|
-
"$ref": "
|
|
2279
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2280
2280
|
},
|
|
2281
2281
|
"equipment.dialogs.addedit.createitem": {
|
|
2282
|
-
"$ref": "
|
|
2282
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2283
2283
|
},
|
|
2284
2284
|
"equipment.dialogs.addedit.number": {
|
|
2285
|
-
"$ref": "
|
|
2285
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2286
2286
|
},
|
|
2287
2287
|
"equipment.dialogs.addedit.name": {
|
|
2288
|
-
"$ref": "
|
|
2288
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2289
2289
|
},
|
|
2290
2290
|
"equipment.dialogs.addedit.price": {
|
|
2291
|
-
"$ref": "
|
|
2291
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2292
2292
|
},
|
|
2293
2293
|
"equipment.dialogs.addedit.weight": {
|
|
2294
|
-
"$ref": "
|
|
2294
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2295
2295
|
},
|
|
2296
2296
|
"equipment.dialogs.addedit.carriedwhere": {
|
|
2297
|
-
"$ref": "
|
|
2297
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2298
2298
|
},
|
|
2299
2299
|
"equipment.dialogs.addedit.itemgroup": {
|
|
2300
|
-
"$ref": "
|
|
2300
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2301
2301
|
},
|
|
2302
2302
|
"equipment.dialogs.addedit.itemgrouphint": {
|
|
2303
|
-
"$ref": "
|
|
2303
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2304
2304
|
},
|
|
2305
2305
|
"equipment.dialogs.addedit.improvisedweapon": {
|
|
2306
|
-
"$ref": "
|
|
2306
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2307
2307
|
},
|
|
2308
2308
|
"equipment.dialogs.addedit.improvisedweapongroup": {
|
|
2309
|
-
"$ref": "
|
|
2309
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2310
2310
|
},
|
|
2311
2311
|
"equipment.dialogs.addedit.template": {
|
|
2312
|
-
"$ref": "
|
|
2312
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2313
2313
|
},
|
|
2314
2314
|
"equipment.dialogs.addedit.combattechnique": {
|
|
2315
|
-
"$ref": "
|
|
2315
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2316
2316
|
},
|
|
2317
2317
|
"equipment.dialogs.addedit.primaryattributeanddamagethreshold": {
|
|
2318
|
-
"$ref": "
|
|
2318
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2319
2319
|
},
|
|
2320
2320
|
"equipment.dialogs.addedit.primaryattribute": {
|
|
2321
|
-
"$ref": "
|
|
2321
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2322
2322
|
},
|
|
2323
2323
|
"equipment.dialogs.addedit.primaryattribute.short": {
|
|
2324
|
-
"$ref": "
|
|
2324
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2325
2325
|
},
|
|
2326
2326
|
"equipment.dialogs.addedit.damagethreshold": {
|
|
2327
|
-
"$ref": "
|
|
2327
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2328
2328
|
},
|
|
2329
2329
|
"equipment.dialogs.addedit.separatedamagethresholds": {
|
|
2330
|
-
"$ref": "
|
|
2330
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2331
2331
|
},
|
|
2332
2332
|
"equipment.dialogs.addedit.breakingpointratingmodifier": {
|
|
2333
|
-
"$ref": "
|
|
2333
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2334
2334
|
},
|
|
2335
2335
|
"equipment.dialogs.addedit.damaged": {
|
|
2336
|
-
"$ref": "
|
|
2336
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2337
2337
|
},
|
|
2338
2338
|
"equipment.dialogs.addedit.reach": {
|
|
2339
|
-
"$ref": "
|
|
2339
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2340
2340
|
},
|
|
2341
2341
|
"equipment.dialogs.addedit.attackparrymodifier": {
|
|
2342
|
-
"$ref": "
|
|
2342
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2343
2343
|
},
|
|
2344
2344
|
"equipment.dialogs.addedit.structurepoints": {
|
|
2345
|
-
"$ref": "
|
|
2345
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2346
2346
|
},
|
|
2347
2347
|
"equipment.dialogs.addedit.lengthwithunit": {
|
|
2348
|
-
"$ref": "
|
|
2348
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2349
2349
|
},
|
|
2350
2350
|
"equipment.dialogs.addedit.parryingweapon": {
|
|
2351
|
-
"$ref": "
|
|
2351
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2352
2352
|
},
|
|
2353
2353
|
"equipment.dialogs.addedit.twohandedweapon": {
|
|
2354
|
-
"$ref": "
|
|
2354
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2355
2355
|
},
|
|
2356
2356
|
"equipment.dialogs.addedit.reloadtime": {
|
|
2357
|
-
"$ref": "
|
|
2357
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2358
2358
|
},
|
|
2359
2359
|
"equipment.dialogs.addedit.rangeclose": {
|
|
2360
|
-
"$ref": "
|
|
2360
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2361
2361
|
},
|
|
2362
2362
|
"equipment.dialogs.addedit.rangemedium": {
|
|
2363
|
-
"$ref": "
|
|
2363
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2364
2364
|
},
|
|
2365
2365
|
"equipment.dialogs.addedit.rangefar": {
|
|
2366
|
-
"$ref": "
|
|
2366
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2367
2367
|
},
|
|
2368
2368
|
"equipment.dialogs.addedit.ammunition": {
|
|
2369
|
-
"$ref": "
|
|
2369
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2370
2370
|
},
|
|
2371
2371
|
"equipment.dialogs.addedit.protection": {
|
|
2372
|
-
"$ref": "
|
|
2372
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2373
2373
|
},
|
|
2374
2374
|
"equipment.dialogs.addedit.encumbrance": {
|
|
2375
|
-
"$ref": "
|
|
2375
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2376
2376
|
},
|
|
2377
2377
|
"equipment.dialogs.addedit.armortype": {
|
|
2378
|
-
"$ref": "
|
|
2378
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2379
2379
|
},
|
|
2380
2380
|
"equipment.dialogs.addedit.sturdinessmodifier": {
|
|
2381
|
-
"$ref": "
|
|
2381
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2382
2382
|
},
|
|
2383
2383
|
"equipment.dialogs.addedit.wear": {
|
|
2384
|
-
"$ref": "
|
|
2384
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2385
2385
|
},
|
|
2386
2386
|
"equipment.dialogs.addedit.hitzonearmoronly": {
|
|
2387
|
-
"$ref": "
|
|
2387
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2388
2388
|
},
|
|
2389
2389
|
"equipment.dialogs.addedit.movementmodifier": {
|
|
2390
|
-
"$ref": "
|
|
2390
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2391
2391
|
},
|
|
2392
2392
|
"equipment.dialogs.addedit.initiativemodifier": {
|
|
2393
|
-
"$ref": "
|
|
2393
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2394
2394
|
},
|
|
2395
2395
|
"equipment.dialogs.addedit.additionalpenalties": {
|
|
2396
|
-
"$ref": "
|
|
2396
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2397
2397
|
},
|
|
2398
2398
|
"hitzonearmors.header.name": {
|
|
2399
|
-
"$ref": "
|
|
2399
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2400
2400
|
},
|
|
2401
2401
|
"hitzonearmors.createbtn": {
|
|
2402
|
-
"$ref": "
|
|
2402
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2403
2403
|
},
|
|
2404
2404
|
"hitzonearmors.dialogs.addedit.name": {
|
|
2405
|
-
"$ref": "
|
|
2405
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2406
2406
|
},
|
|
2407
2407
|
"hitzonearmors.dialogs.addedit.edithitzonearmor": {
|
|
2408
|
-
"$ref": "
|
|
2408
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2409
2409
|
},
|
|
2410
2410
|
"hitzonearmors.dialogs.addedit.createhitzonearmor": {
|
|
2411
|
-
"$ref": "
|
|
2411
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2412
2412
|
},
|
|
2413
2413
|
"hitzonearmors.dialogs.addedit.head": {
|
|
2414
|
-
"$ref": "
|
|
2414
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2415
2415
|
},
|
|
2416
2416
|
"hitzonearmors.dialogs.addedit.torso": {
|
|
2417
|
-
"$ref": "
|
|
2417
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2418
2418
|
},
|
|
2419
2419
|
"hitzonearmors.dialogs.addedit.leftarm": {
|
|
2420
|
-
"$ref": "
|
|
2420
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2421
2421
|
},
|
|
2422
2422
|
"hitzonearmors.dialogs.addedit.rightarm": {
|
|
2423
|
-
"$ref": "
|
|
2423
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2424
2424
|
},
|
|
2425
2425
|
"hitzonearmors.dialogs.addedit.leftleg": {
|
|
2426
|
-
"$ref": "
|
|
2426
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2427
2427
|
},
|
|
2428
2428
|
"hitzonearmors.dialogs.addedit.rightleg": {
|
|
2429
|
-
"$ref": "
|
|
2429
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2430
2430
|
},
|
|
2431
2431
|
"hitzonearmors.dialogs.addedit.wear": {
|
|
2432
|
-
"$ref": "
|
|
2432
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2433
2433
|
},
|
|
2434
2434
|
"inlinewiki.equipment.weight": {
|
|
2435
|
-
"$ref": "
|
|
2435
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2436
2436
|
},
|
|
2437
2437
|
"inlinewiki.equipment.price": {
|
|
2438
|
-
"$ref": "
|
|
2438
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2439
2439
|
},
|
|
2440
2440
|
"inlinewiki.equipment.ammunition": {
|
|
2441
|
-
"$ref": "
|
|
2441
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2442
2442
|
},
|
|
2443
2443
|
"inlinewiki.equipment.combattechnique": {
|
|
2444
|
-
"$ref": "
|
|
2444
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2445
2445
|
},
|
|
2446
2446
|
"inlinewiki.equipment.damage": {
|
|
2447
|
-
"$ref": "
|
|
2447
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2448
2448
|
},
|
|
2449
2449
|
"inlinewiki.equipment.primaryattributeanddamagethreshold": {
|
|
2450
|
-
"$ref": "
|
|
2450
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2451
2451
|
},
|
|
2452
2452
|
"inlinewiki.equipment.attackparrymodifier": {
|
|
2453
|
-
"$ref": "
|
|
2453
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2454
2454
|
},
|
|
2455
2455
|
"inlinewiki.equipment.reach": {
|
|
2456
|
-
"$ref": "
|
|
2456
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2457
2457
|
},
|
|
2458
2458
|
"inlinewiki.equipment.length": {
|
|
2459
|
-
"$ref": "
|
|
2459
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2460
2460
|
},
|
|
2461
2461
|
"inlinewiki.equipment.reloadtime": {
|
|
2462
|
-
"$ref": "
|
|
2462
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2463
2463
|
},
|
|
2464
2464
|
"inlinewiki.equipment.range": {
|
|
2465
|
-
"$ref": "
|
|
2465
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2466
2466
|
},
|
|
2467
2467
|
"inlinewiki.equipment.actionsvalue": {
|
|
2468
2468
|
"description": "- `0`: Number of actions",
|
|
2469
|
-
"$ref": "
|
|
2469
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2470
2470
|
},
|
|
2471
2471
|
"inlinewiki.equipment.protection": {
|
|
2472
|
-
"$ref": "
|
|
2472
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2473
2473
|
},
|
|
2474
2474
|
"inlinewiki.equipment.encumbrance": {
|
|
2475
|
-
"$ref": "
|
|
2475
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2476
2476
|
},
|
|
2477
2477
|
"inlinewiki.equipment.additionalpenalties": {
|
|
2478
|
-
"$ref": "
|
|
2478
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2479
2479
|
},
|
|
2480
2480
|
"inlinewiki.equipment.note": {
|
|
2481
|
-
"$ref": "
|
|
2481
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2482
2482
|
},
|
|
2483
2483
|
"inlinewiki.equipment.rules": {
|
|
2484
|
-
"$ref": "
|
|
2484
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2485
2485
|
},
|
|
2486
2486
|
"inlinewiki.equipment.weaponadvantage": {
|
|
2487
|
-
"$ref": "
|
|
2487
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2488
2488
|
},
|
|
2489
2489
|
"inlinewiki.equipment.weapondisadvantage": {
|
|
2490
|
-
"$ref": "
|
|
2490
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2491
2491
|
},
|
|
2492
2492
|
"inlinewiki.equipment.armoradvantage": {
|
|
2493
|
-
"$ref": "
|
|
2493
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2494
2494
|
},
|
|
2495
2495
|
"inlinewiki.equipment.armordisadvantage": {
|
|
2496
|
-
"$ref": "
|
|
2496
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2497
2497
|
},
|
|
2498
2498
|
"pets.dialogs.addedit.deleteavatarbtn": {
|
|
2499
|
-
"$ref": "
|
|
2499
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2500
2500
|
},
|
|
2501
2501
|
"pets.dialogs.addedit.name": {
|
|
2502
|
-
"$ref": "
|
|
2502
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2503
2503
|
},
|
|
2504
2504
|
"pets.dialogs.addedit.sizecategory": {
|
|
2505
|
-
"$ref": "
|
|
2505
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2506
2506
|
},
|
|
2507
2507
|
"pets.dialogs.addedit.type": {
|
|
2508
|
-
"$ref": "
|
|
2508
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2509
2509
|
},
|
|
2510
2510
|
"pets.dialogs.addedit.apspent": {
|
|
2511
|
-
"$ref": "
|
|
2511
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2512
2512
|
},
|
|
2513
2513
|
"pets.dialogs.addedit.totalap": {
|
|
2514
|
-
"$ref": "
|
|
2514
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2515
2515
|
},
|
|
2516
2516
|
"pets.dialogs.addedit.protection": {
|
|
2517
|
-
"$ref": "
|
|
2517
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2518
2518
|
},
|
|
2519
2519
|
"pets.dialogs.addedit.attackname": {
|
|
2520
|
-
"$ref": "
|
|
2520
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2521
2521
|
},
|
|
2522
2522
|
"pets.dialogs.addedit.attack": {
|
|
2523
|
-
"$ref": "
|
|
2523
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2524
2524
|
},
|
|
2525
2525
|
"pets.dialogs.addedit.parry": {
|
|
2526
|
-
"$ref": "
|
|
2526
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2527
2527
|
},
|
|
2528
2528
|
"pets.dialogs.addedit.damagepoints": {
|
|
2529
|
-
"$ref": "
|
|
2529
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2530
2530
|
},
|
|
2531
2531
|
"pets.dialogs.addedit.reach": {
|
|
2532
|
-
"$ref": "
|
|
2532
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2533
2533
|
},
|
|
2534
2534
|
"pets.dialogs.addedit.actions": {
|
|
2535
|
-
"$ref": "
|
|
2535
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2536
2536
|
},
|
|
2537
2537
|
"pets.dialogs.addedit.skills": {
|
|
2538
|
-
"$ref": "
|
|
2538
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2539
2539
|
},
|
|
2540
2540
|
"pets.dialogs.addedit.specialabilities": {
|
|
2541
|
-
"$ref": "
|
|
2541
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2542
2542
|
},
|
|
2543
2543
|
"pets.dialogs.addedit.notes": {
|
|
2544
|
-
"$ref": "
|
|
2544
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2545
2545
|
},
|
|
2546
2546
|
"pets.dialogs.addedit.addbtn": {
|
|
2547
|
-
"$ref": "
|
|
2547
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2548
2548
|
},
|
|
2549
2549
|
"pets.dialogs.addedit.savebtn": {
|
|
2550
|
-
"$ref": "
|
|
2550
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2551
2551
|
}
|
|
2552
2552
|
},
|
|
2553
2553
|
"required": [
|
|
@@ -3380,10 +3380,6 @@
|
|
|
3380
3380
|
"pets.dialogs.addedit.savebtn"
|
|
3381
3381
|
],
|
|
3382
3382
|
"additionalProperties": false
|
|
3383
|
-
},
|
|
3384
|
-
"NonEmptyString": {
|
|
3385
|
-
"type": "string",
|
|
3386
|
-
"minLength": 1
|
|
3387
3383
|
}
|
|
3388
3384
|
}
|
|
3389
3385
|
}
|