optolith-database-schema 0.12.1 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/lib/cache/newApplicationsAndUses.d.ts +17 -0
- package/lib/cache/newApplicationsAndUses.js +67 -0
- package/lib/cacheConfig.d.ts +4 -0
- package/lib/cacheConfig.js +1 -0
- package/lib/config/cache.d.ts +7 -0
- package/lib/config/cache.js +4 -0
- package/lib/main.d.ts +27 -0
- package/lib/main.js +33 -0
- package/lib/types/Advantage.js +2 -2
- package/lib/types/AnimalDisease.js +2 -2
- package/lib/types/AnimalType.js +2 -2
- package/lib/types/ArcaneBardTradition.js +2 -2
- package/lib/types/ArcaneDancerTradition.js +2 -2
- package/lib/types/Aspect.js +2 -2
- package/lib/types/Attribute.js +3 -3
- package/lib/types/Blessing.js +2 -2
- package/lib/types/Cantrip.js +2 -2
- package/lib/types/Ceremony.js +2 -2
- package/lib/types/CombatTechnique_Close.js +2 -2
- package/lib/types/CombatTechnique_Ranged.js +2 -2
- package/lib/types/Condition.js +2 -2
- package/lib/types/Continent.js +2 -2
- package/lib/types/Culture.d.ts +4 -17
- package/lib/types/Culture.js +2 -40
- package/lib/types/DerivedCharacteristic.js +2 -2
- package/lib/types/Disadvantage.js +2 -2
- package/lib/types/Disease.js +2 -2
- package/lib/types/Element.js +2 -2
- package/lib/types/ExperienceLevel.js +2 -2
- package/lib/types/EyeColor.js +2 -2
- package/lib/types/FamiliarsTrick.js +2 -2
- package/lib/types/HairColor.js +2 -2
- package/lib/types/Kirchenpraegung.js +2 -2
- package/lib/types/Lessons_Curriculum.js +2 -2
- package/lib/types/Lessons_Guideline.js +2 -2
- package/lib/types/LiturgicalChant.js +2 -2
- package/lib/types/MetaCondition.js +2 -2
- package/lib/types/PactCategory.js +2 -2
- package/lib/types/Patron.d.ts +2 -12
- package/lib/types/Patron.js +2 -22
- package/lib/types/PatronCategory.js +2 -2
- package/lib/types/PersonalityTrait.js +2 -2
- package/lib/types/Profession.d.ts +1 -5
- package/lib/types/Profession.js +2 -8
- package/lib/types/Property.js +2 -2
- package/lib/types/Race.d.ts +68 -134
- package/lib/types/Race.js +2 -13
- package/lib/types/Region.js +2 -2
- package/lib/types/Ritual.js +2 -2
- package/lib/types/Service.d.ts +1 -4
- package/lib/types/Service.js +2 -7
- package/lib/types/SexPractice.js +2 -2
- package/lib/types/Skill.d.ts +2 -10
- package/lib/types/Skill.js +2 -21
- package/lib/types/SkillGroup.js +2 -2
- package/lib/types/SkillModificationLevel.d.ts +1 -4
- package/lib/types/SkillModificationLevel.js +2 -7
- package/lib/types/SocialStatus.js +2 -2
- package/lib/types/Spell.js +2 -2
- package/lib/types/State.js +2 -2
- package/lib/types/Talisman.d.ts +1 -7
- package/lib/types/Talisman.js +3 -11
- package/lib/types/TargetCategory.js +3 -3
- package/lib/types/UI.d.ts +184 -129
- package/lib/types/_Activatable.d.ts +5 -19
- package/lib/types/_Activatable.js +1 -40
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +1 -4
- package/lib/types/_ActivatableSelectOptionCategory.js +1 -8
- package/lib/types/_ActivatableSkillCastingTime.d.ts +1 -4
- package/lib/types/_ActivatableSkillCastingTime.js +1 -5
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -8
- package/lib/types/_ActivatableSkillCheckResultBased.js +1 -16
- package/lib/types/_ActivatableSkillDuration.d.ts +1 -12
- package/lib/types/_ActivatableSkillDuration.js +1 -13
- package/lib/types/_ActivatableSkillRange.d.ts +1 -4
- package/lib/types/_ActivatableSkillRange.js +1 -5
- package/lib/types/_Dice.d.ts +1 -5
- package/lib/types/_Dice.js +1 -9
- package/lib/types/_DiseasePoison.d.ts +2 -6
- package/lib/types/_DiseasePoison.js +1 -11
- package/lib/types/_I18n.d.ts +8 -0
- package/lib/types/_ImprovementCost.d.ts +1 -6
- package/lib/types/_ImprovementCost.js +1 -10
- package/lib/types/_Sex.d.ts +1 -4
- package/lib/types/_Sex.js +1 -8
- package/lib/types/_SkillCheck.d.ts +1 -8
- package/lib/types/_SkillCheck.js +1 -13
- package/lib/types/equipment/EquipmentPackage.js +2 -2
- package/lib/types/equipment/item/Alchemicum.js +2 -2
- package/lib/types/equipment/item/Ammunition.js +2 -2
- package/lib/types/equipment/item/Animal.js +2 -2
- package/lib/types/equipment/item/AnimalCare.js +2 -2
- package/lib/types/equipment/item/Armor.js +2 -2
- package/lib/types/equipment/item/BandageOrRemedy.js +2 -2
- package/lib/types/equipment/item/Book.js +2 -2
- package/lib/types/equipment/item/CeremonialItem.js +2 -2
- package/lib/types/equipment/item/Clothes.js +2 -2
- package/lib/types/equipment/item/Container.js +2 -2
- package/lib/types/equipment/item/Elixir.js +2 -2
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +2 -2
- package/lib/types/equipment/item/GemOrPreciousStone.js +2 -2
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +1 -3
- package/lib/types/equipment/item/IlluminationLightSource.js +2 -6
- package/lib/types/equipment/item/IlluminationRefillsOrSupplies.js +2 -2
- package/lib/types/equipment/item/Jewelry.js +2 -2
- package/lib/types/equipment/item/Liebesspielzeug.js +2 -2
- package/lib/types/equipment/item/LuxuryGood.js +2 -2
- package/lib/types/equipment/item/MagicalArtifact.js +2 -2
- package/lib/types/equipment/item/MusicalInstrument.js +2 -2
- package/lib/types/equipment/item/OrienteeringAid.js +2 -2
- package/lib/types/equipment/item/Poison.d.ts +3 -15
- package/lib/types/equipment/item/Poison.js +2 -20
- package/lib/types/equipment/item/RopeOrChain.js +2 -2
- package/lib/types/equipment/item/Stationary.js +2 -2
- package/lib/types/equipment/item/ThievesTool.js +2 -2
- package/lib/types/equipment/item/ToolOfTheTrade.js +2 -2
- package/lib/types/equipment/item/TravelGearOrTool.js +2 -2
- package/lib/types/equipment/item/Vehicle.js +2 -2
- package/lib/types/equipment/item/Weapon.js +2 -2
- package/lib/types/equipment/item/WeaponAccessory.js +2 -2
- package/lib/types/equipment/item/_Herbary.d.ts +2 -14
- package/lib/types/equipment/item/_Herbary.js +1 -19
- package/lib/types/equipment/item/sub/ArmorType.js +2 -2
- package/lib/types/equipment/item/sub/Reach.js +2 -2
- package/lib/types/magicalActions/AnimistPower.js +2 -2
- package/lib/types/magicalActions/AnimistPower_Tribe.js +2 -2
- package/lib/types/magicalActions/Curse.js +2 -2
- package/lib/types/magicalActions/DominationRitual.js +2 -2
- package/lib/types/magicalActions/ElvenMagicalSong.js +2 -2
- package/lib/types/magicalActions/GeodeRitual.js +2 -2
- package/lib/types/magicalActions/JesterTrick.js +2 -2
- package/lib/types/magicalActions/MagicalDance.js +2 -2
- package/lib/types/magicalActions/MagicalMelody.js +2 -2
- package/lib/types/magicalActions/MagicalRune.js +2 -2
- package/lib/types/magicalActions/ZibiljaRitual.js +2 -2
- package/lib/types/magicalActions/_MusicTradition.d.ts +2 -8
- package/lib/types/magicalActions/_MusicTradition.js +1 -10
- package/lib/types/magicalActions/_SkillReference.d.ts +1 -4
- package/lib/types/magicalActions/_SkillReference.js +1 -5
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +1 -4
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.js +1 -5
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.d.ts +1 -5
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.js +1 -6
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.d.ts +1 -4
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.js +1 -5
- package/lib/types/prerequisites/single/TextPrerequisite.d.ts +2 -8
- package/lib/types/prerequisites/single/TextPrerequisite.js +1 -10
- package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +2 -8
- package/lib/types/prerequisites/single/TraditionPrerequisite.js +1 -18
- package/lib/types/rule/CoreRule.d.ts +1 -4
- package/lib/types/rule/CoreRule.js +2 -7
- package/lib/types/rule/FocusRule.js +2 -2
- package/lib/types/rule/FocusRule_Subject.js +2 -2
- package/lib/types/rule/OptionalRule.js +2 -2
- package/lib/types/source/Publication.d.ts +1 -6
- package/lib/types/source/Publication.js +2 -12
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +2 -2
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +2 -2
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +2 -2
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +2 -2
- package/lib/types/specialAbility/AncestorGlyph.js +2 -2
- package/lib/types/specialAbility/BlessedTradition.js +2 -2
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +2 -2
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +2 -2
- package/lib/types/specialAbility/CombatSpecialAbility.js +2 -2
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/CommandSpecialAbility.js +2 -2
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +2 -2
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +2 -2
- package/lib/types/specialAbility/FatePointSpecialAbility.js +2 -2
- package/lib/types/specialAbility/GeneralSpecialAbility.js +2 -2
- package/lib/types/specialAbility/KarmaSpecialAbility.js +2 -2
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/LycantropicGift.js +2 -2
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/MagicalSign.js +2 -2
- package/lib/types/specialAbility/MagicalSpecialAbility.js +2 -2
- package/lib/types/specialAbility/MagicalTradition.js +2 -2
- package/lib/types/specialAbility/PactGift.d.ts +2 -8
- package/lib/types/specialAbility/PactGift.js +2 -12
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/Sermon.js +2 -2
- package/lib/types/specialAbility/SexSpecialAbility.js +2 -2
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +2 -2
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/VampiricGift.js +2 -2
- package/lib/types/specialAbility/Vision.js +2 -2
- package/lib/types/specialAbility/sub/Language.js +2 -2
- package/lib/types/specialAbility/sub/Script.js +2 -2
- package/lib/types/specialAbility/sub/TradeSecret.js +2 -2
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/AttireEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/BowlEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/DaggerRitual.js +2 -2
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +2 -2
- package/lib/types/traditionArtifacts/OrbEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/RingEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/SickleRitual.js +2 -2
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/StaffEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/ToyEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +2 -2
- package/lib/types/traditionArtifacts/WandEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/sub/AnimalShape.js +2 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +2 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +2 -2
- package/lib/types/traditionArtifacts/sub/Brew.js +2 -2
- package/lib/validation/filename.d.ts +1 -1
- package/lib/validation/filename.js +1 -1
- package/package.json +2 -2
- package/schema/Culture.schema.json +31 -13
- package/schema/Patron.schema.json +26 -10
- package/schema/Profession.schema.json +10 -4
- package/schema/Race.schema.json +79 -208
- package/schema/Service.schema.json +7 -3
- package/schema/Skill.schema.json +20 -8
- package/schema/SkillModificationLevel.schema.json +7 -3
- package/schema/Talisman.schema.json +16 -6
- package/schema/UI.schema.json +553 -300
- package/schema/_Activatable.schema.json +32 -14
- package/schema/_ActivatableSelectOptionCategory.schema.json +7 -3
- package/schema/_ActivatableSkillCastingTime.schema.json +7 -3
- package/schema/_ActivatableSkillCheckResultBased.schema.json +14 -6
- package/schema/_ActivatableSkillDuration.schema.json +31 -11
- package/schema/_ActivatableSkillRange.schema.json +7 -3
- package/schema/_Dice.schema.json +10 -4
- package/schema/_DiseasePoison.schema.json +10 -4
- package/schema/_I18n.schema.json +21 -0
- package/schema/_ImprovementCost.schema.json +13 -5
- package/schema/_Sex.schema.json +7 -3
- package/schema/_SkillCheck.schema.json +19 -7
- package/schema/equipment/item/IlluminationLightSource.schema.json +4 -2
- package/schema/equipment/item/Poison.schema.json +30 -12
- package/schema/equipment/item/_Herbary.schema.json +32 -12
- package/schema/magicalActions/_MusicTradition.schema.json +14 -6
- package/schema/magicalActions/_SkillReference.schema.json +7 -3
- package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +7 -3
- package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +10 -4
- package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +7 -3
- package/schema/prerequisites/single/TextPrerequisite.schema.json +14 -6
- package/schema/prerequisites/single/TraditionPrerequisite.schema.json +14 -6
- package/schema/rule/CoreRule.schema.json +7 -3
- package/schema/source/Publication.schema.json +13 -5
- package/schema/specialAbility/PactGift.schema.json +14 -6
package/schema/UI.schema.json
CHANGED
|
@@ -7,20 +7,159 @@
|
|
|
7
7
|
"title": "UI",
|
|
8
8
|
"type": "object",
|
|
9
9
|
"properties": {
|
|
10
|
-
"
|
|
11
|
-
"description": "- `0`: Name of the app",
|
|
10
|
+
"About {0}": {
|
|
12
11
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
13
12
|
},
|
|
14
|
-
"
|
|
13
|
+
"Preferences …": {
|
|
15
14
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
16
15
|
},
|
|
17
|
-
"
|
|
16
|
+
"Services": {
|
|
18
17
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
19
18
|
},
|
|
20
|
-
"
|
|
19
|
+
"Hide {0}": {
|
|
21
20
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
22
21
|
},
|
|
23
|
-
"
|
|
22
|
+
"Hide Others": {
|
|
23
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
24
|
+
},
|
|
25
|
+
"Show All": {
|
|
26
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
27
|
+
},
|
|
28
|
+
"Quit {0}": {
|
|
29
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
30
|
+
},
|
|
31
|
+
"File": {
|
|
32
|
+
"oneOf": [
|
|
33
|
+
{
|
|
34
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"$ref": "./_I18n.schema.json#/$defs/VaryBySystem"
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"Close": {
|
|
42
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
43
|
+
},
|
|
44
|
+
"Quit": {
|
|
45
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
46
|
+
},
|
|
47
|
+
"Edit": {
|
|
48
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
49
|
+
},
|
|
50
|
+
"Undo": {
|
|
51
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
52
|
+
},
|
|
53
|
+
"Redo": {
|
|
54
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
55
|
+
},
|
|
56
|
+
"Cut": {
|
|
57
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
58
|
+
},
|
|
59
|
+
"Copy": {
|
|
60
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
61
|
+
},
|
|
62
|
+
"Paste": {
|
|
63
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
64
|
+
},
|
|
65
|
+
"Delete": {
|
|
66
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
67
|
+
},
|
|
68
|
+
"Select All": {
|
|
69
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
70
|
+
},
|
|
71
|
+
"View": {
|
|
72
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
73
|
+
},
|
|
74
|
+
"Toggle Full Screen": {
|
|
75
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
76
|
+
},
|
|
77
|
+
"Window": {
|
|
78
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
79
|
+
},
|
|
80
|
+
"Minimize": {
|
|
81
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
82
|
+
},
|
|
83
|
+
"Zoom": {
|
|
84
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
85
|
+
},
|
|
86
|
+
"Main Window": {
|
|
87
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
88
|
+
},
|
|
89
|
+
"Bring All to Front": {
|
|
90
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
91
|
+
},
|
|
92
|
+
"Settings": {
|
|
93
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
94
|
+
},
|
|
95
|
+
"Main Language": {
|
|
96
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
97
|
+
},
|
|
98
|
+
"System Language": {
|
|
99
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
100
|
+
},
|
|
101
|
+
"Fallback Language": {
|
|
102
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
103
|
+
},
|
|
104
|
+
"No fallback language": {
|
|
105
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
106
|
+
},
|
|
107
|
+
"Appearance": {
|
|
108
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
109
|
+
},
|
|
110
|
+
"Auto": {
|
|
111
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
112
|
+
},
|
|
113
|
+
"Light": {
|
|
114
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
115
|
+
},
|
|
116
|
+
"Dark": {
|
|
117
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
118
|
+
},
|
|
119
|
+
"Edit characters after creation": {
|
|
120
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
121
|
+
},
|
|
122
|
+
"Show animations": {
|
|
123
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
124
|
+
},
|
|
125
|
+
"Check for updates": {
|
|
126
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
127
|
+
},
|
|
128
|
+
"Updater": {
|
|
129
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
130
|
+
},
|
|
131
|
+
"Checking for updates …": {
|
|
132
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
133
|
+
},
|
|
134
|
+
"New version available": {
|
|
135
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
136
|
+
},
|
|
137
|
+
"Version {0} is available! Do you wish to download and install?": {
|
|
138
|
+
"description": "- `0`: Version number",
|
|
139
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
140
|
+
},
|
|
141
|
+
"Download": {
|
|
142
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
143
|
+
},
|
|
144
|
+
"Download Later": {
|
|
145
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
146
|
+
},
|
|
147
|
+
"Downloading update …": {
|
|
148
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
149
|
+
},
|
|
150
|
+
"Update downloaded": {
|
|
151
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
152
|
+
},
|
|
153
|
+
"Quit and Install": {
|
|
154
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
155
|
+
},
|
|
156
|
+
"Install Later": {
|
|
157
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
158
|
+
},
|
|
159
|
+
"No update available": {
|
|
160
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
161
|
+
},
|
|
162
|
+
"You're running the latest version available.": {
|
|
24
163
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
25
164
|
},
|
|
26
165
|
"initialization.loadtableserror": {
|
|
@@ -122,11 +261,11 @@
|
|
|
122
261
|
"Pets": {
|
|
123
262
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
124
263
|
},
|
|
125
|
-
"
|
|
264
|
+
"{0} AP Remaining": {
|
|
126
265
|
"description": "- `0`: AP left",
|
|
127
266
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
128
267
|
},
|
|
129
|
-
"
|
|
268
|
+
"Save": {
|
|
130
269
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
131
270
|
},
|
|
132
271
|
"Show Settings": {
|
|
@@ -135,82 +274,82 @@
|
|
|
135
274
|
"Toggle DevTools": {
|
|
136
275
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
137
276
|
},
|
|
138
|
-
"
|
|
277
|
+
"Adventure Points": {
|
|
139
278
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
140
279
|
},
|
|
141
|
-
"
|
|
280
|
+
"{0} Total AP": {
|
|
142
281
|
"description": "- `0`: AP Total",
|
|
143
282
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
144
283
|
},
|
|
145
|
-
"
|
|
284
|
+
"{0} AP Spent": {
|
|
146
285
|
"description": "- `0`: AP Spent",
|
|
147
286
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
148
287
|
},
|
|
149
|
-
"
|
|
288
|
+
"{0}/{1} AP spent on advantages": {
|
|
150
289
|
"description": "- `0`: Current AP spent on advantages\n- `1`: Maximum possible AP spent on advantages",
|
|
151
290
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
152
291
|
},
|
|
153
|
-
"
|
|
292
|
+
"Thereof {0}/{1} on magic advantages": {
|
|
154
293
|
"description": "- `0`: Current AP spent on magic advantages\n- `1`: Maximum possible AP spent on magic advantages",
|
|
155
294
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
156
295
|
},
|
|
157
|
-
"
|
|
296
|
+
"Thereof {0}/{1} on blessed advantages": {
|
|
158
297
|
"description": "- `0`: Current AP spent on blessed advantages\n- `1`: Maximum possible AP spent on blessed advantages",
|
|
159
298
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
160
299
|
},
|
|
161
|
-
"
|
|
300
|
+
"{0}/{1} AP received from disadvantages": {
|
|
162
301
|
"description": "- `0`: Current AP spent on disadvantages\n- `1`: Maximum possible AP spent on disadvantages",
|
|
163
302
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
164
303
|
},
|
|
165
|
-
"
|
|
304
|
+
"Thereof {0}/{1} from magic disadvantages": {
|
|
166
305
|
"description": "- `0`: Current AP spent on magic disadvantages\n- `1`: Maximum possible AP spent on magic disadvantages",
|
|
167
306
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
168
307
|
},
|
|
169
|
-
"
|
|
308
|
+
"Thereof {0}/{1} from blessed disadvantages": {
|
|
170
309
|
"description": "- `0`: Current AP spent on blessed disadvantages\n- `1`: Maximum possible AP spent on blessed disadvantages",
|
|
171
310
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
172
311
|
},
|
|
173
|
-
"
|
|
312
|
+
"{0} AP spent on race": {
|
|
174
313
|
"description": "- `0`: AP spent on race",
|
|
175
314
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
176
315
|
},
|
|
177
|
-
"
|
|
316
|
+
"{0} AP spent on profession": {
|
|
178
317
|
"description": "- `0`: AP spent on profession",
|
|
179
318
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
180
319
|
},
|
|
181
|
-
"
|
|
320
|
+
"{0} AP spent on attributes": {
|
|
182
321
|
"description": "- `0`: AP spent on attributes",
|
|
183
322
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
184
323
|
},
|
|
185
|
-
"
|
|
324
|
+
"{0} AP spent on skills": {
|
|
186
325
|
"description": "- `0`: AP spent on skills",
|
|
187
326
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
188
327
|
},
|
|
189
|
-
"
|
|
328
|
+
"{0} AP spent on combat techniques": {
|
|
190
329
|
"description": "- `0`: AP spent on combat techniques",
|
|
191
330
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
192
331
|
},
|
|
193
|
-
"
|
|
332
|
+
"{0} AP spent on spells": {
|
|
194
333
|
"description": "- `0`: AP spent on spells",
|
|
195
334
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
196
335
|
},
|
|
197
|
-
"
|
|
336
|
+
"{0} AP spent on cantrips": {
|
|
198
337
|
"description": "- `0`: AP spent on cantrips",
|
|
199
338
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
200
339
|
},
|
|
201
|
-
"
|
|
340
|
+
"{0} AP spent on liturgical chants": {
|
|
202
341
|
"description": "- `0`: AP spent on liturgical chants",
|
|
203
342
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
204
343
|
},
|
|
205
|
-
"
|
|
344
|
+
"{0} AP spent on blessings": {
|
|
206
345
|
"description": "- `0`: AP spent on blessings",
|
|
207
346
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
208
347
|
},
|
|
209
|
-
"
|
|
348
|
+
"{0} AP spent on special abilities": {
|
|
210
349
|
"description": "- `0`: AP spent on special abilities",
|
|
211
350
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
212
351
|
},
|
|
213
|
-
"
|
|
352
|
+
"{0} AP spent on improving/buying back LP/AE/KP": {
|
|
214
353
|
"description": "- `0`: AP spent on energies (LP/AE/KP)",
|
|
215
354
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
216
355
|
},
|
|
@@ -247,7 +386,7 @@
|
|
|
247
386
|
"description": "- `0`: Length in cm",
|
|
248
387
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
249
388
|
},
|
|
250
|
-
"
|
|
389
|
+
"D": {
|
|
251
390
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
252
391
|
},
|
|
253
392
|
"general.none": {
|
|
@@ -271,11 +410,14 @@
|
|
|
271
410
|
"general.emptylistnoresultsplaceholder": {
|
|
272
411
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
273
412
|
},
|
|
274
|
-
"
|
|
413
|
+
"No Results": {
|
|
414
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
415
|
+
},
|
|
416
|
+
"{0} Adventure Points": {
|
|
275
417
|
"description": "- `0`: AP value",
|
|
276
418
|
"$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
|
|
277
419
|
},
|
|
278
|
-
"
|
|
420
|
+
"{0} AP": {
|
|
279
421
|
"description": "- `0`: AP value",
|
|
280
422
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
281
423
|
},
|
|
@@ -283,22 +425,22 @@
|
|
|
283
425
|
"description": "- `0`: Name of element\n- `1`: AP value",
|
|
284
426
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
285
427
|
},
|
|
286
|
-
"
|
|
428
|
+
"Search": {
|
|
287
429
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
288
430
|
},
|
|
289
|
-
"
|
|
431
|
+
"Sort By": {
|
|
290
432
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
291
433
|
},
|
|
292
|
-
"
|
|
434
|
+
"Name": {
|
|
293
435
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
294
436
|
},
|
|
295
|
-
"
|
|
437
|
+
"Date Modified": {
|
|
296
438
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
297
439
|
},
|
|
298
|
-
"
|
|
440
|
+
"Group": {
|
|
299
441
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
300
442
|
},
|
|
301
|
-
"
|
|
443
|
+
"Property": {
|
|
302
444
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
303
445
|
},
|
|
304
446
|
"general.filters.sort.bylocation": {
|
|
@@ -316,7 +458,7 @@
|
|
|
316
458
|
"general.dialogs.savebtn": {
|
|
317
459
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
318
460
|
},
|
|
319
|
-
"
|
|
461
|
+
"Done": {
|
|
320
462
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
321
463
|
},
|
|
322
464
|
"general.dialogs.deletebtn": {
|
|
@@ -331,7 +473,7 @@
|
|
|
331
473
|
"general.dialogs.okbtn": {
|
|
332
474
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
333
475
|
},
|
|
334
|
-
"
|
|
476
|
+
"Cancel": {
|
|
335
477
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
336
478
|
},
|
|
337
479
|
"general.dialogs.copybtn": {
|
|
@@ -343,7 +485,7 @@
|
|
|
343
485
|
"general.dialogs.applybtn": {
|
|
344
486
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
345
487
|
},
|
|
346
|
-
"
|
|
488
|
+
"Add": {
|
|
347
489
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
348
490
|
},
|
|
349
491
|
"general.dialogs.notenoughap.title": {
|
|
@@ -379,62 +521,6 @@
|
|
|
379
521
|
"general.dialogs.reachedaplimit.blesseddisadvantages": {
|
|
380
522
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
381
523
|
},
|
|
382
|
-
"settings.title": {
|
|
383
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
384
|
-
},
|
|
385
|
-
"settings.language": {
|
|
386
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
387
|
-
},
|
|
388
|
-
"settings.fallbacklanguage": {
|
|
389
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
390
|
-
},
|
|
391
|
-
"settings.systemlanguage": {
|
|
392
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
393
|
-
},
|
|
394
|
-
"settings.languagehint": {
|
|
395
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
396
|
-
},
|
|
397
|
-
"settings.theme": {
|
|
398
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
399
|
-
},
|
|
400
|
-
"settings.theme.dark": {
|
|
401
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
402
|
-
},
|
|
403
|
-
"settings.theme.light": {
|
|
404
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
405
|
-
},
|
|
406
|
-
"settings.showanimations": {
|
|
407
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
408
|
-
},
|
|
409
|
-
"settings.enableeditingheroaftercreationphase": {
|
|
410
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
411
|
-
},
|
|
412
|
-
"settings.checkforupdatesbtn": {
|
|
413
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
414
|
-
},
|
|
415
|
-
"settings.newversionavailable.title": {
|
|
416
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
417
|
-
},
|
|
418
|
-
"settings.newversionavailable.message": {
|
|
419
|
-
"description": "- `0`: Version number",
|
|
420
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
421
|
-
},
|
|
422
|
-
"settings.newversionavailable.messagewithsize": {
|
|
423
|
-
"description": "- `0`: Version number\n- `1`: Size of update package",
|
|
424
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
425
|
-
},
|
|
426
|
-
"settings.newversionavailable.updatebtn": {
|
|
427
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
428
|
-
},
|
|
429
|
-
"settings.nonewversionavailable.title": {
|
|
430
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
431
|
-
},
|
|
432
|
-
"settings.nonewversionavailable.message": {
|
|
433
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
434
|
-
},
|
|
435
|
-
"settings.downloadingupdate.title": {
|
|
436
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
437
|
-
},
|
|
438
524
|
"heroes.filters.origin.allheroes": {
|
|
439
525
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
440
526
|
},
|
|
@@ -444,22 +530,22 @@
|
|
|
444
530
|
"heroes.filters.origin.sharedheroes": {
|
|
445
531
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
446
532
|
},
|
|
447
|
-
"
|
|
533
|
+
"Import": {
|
|
448
534
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
449
535
|
},
|
|
450
|
-
"
|
|
536
|
+
"New Character": {
|
|
451
537
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
452
538
|
},
|
|
453
|
-
"
|
|
539
|
+
"Duplicate Character": {
|
|
454
540
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
455
541
|
},
|
|
456
|
-
"
|
|
542
|
+
"Export Character as OPTLC file": {
|
|
457
543
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
458
544
|
},
|
|
459
|
-
"
|
|
545
|
+
"Delete Character": {
|
|
460
546
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
461
547
|
},
|
|
462
|
-
"
|
|
548
|
+
"Open Character": {
|
|
463
549
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
464
550
|
},
|
|
465
551
|
"heroes.saveherobtn": {
|
|
@@ -589,19 +675,34 @@
|
|
|
589
675
|
"imprint.title": {
|
|
590
676
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
591
677
|
},
|
|
592
|
-
"
|
|
678
|
+
"Edit Name": {
|
|
679
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
680
|
+
},
|
|
681
|
+
"Change Name": {
|
|
682
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
683
|
+
},
|
|
684
|
+
"Edit Profession Name": {
|
|
685
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
686
|
+
},
|
|
687
|
+
"Change Profession Name": {
|
|
688
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
689
|
+
},
|
|
690
|
+
"Add AP": {
|
|
691
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
692
|
+
},
|
|
693
|
+
"Add Adventure Points": {
|
|
593
694
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
594
695
|
},
|
|
595
|
-
"
|
|
696
|
+
"How many Adventure Points do you want to add?": {
|
|
596
697
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
597
698
|
},
|
|
598
|
-
"
|
|
699
|
+
"Finish Character Creation": {
|
|
599
700
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
600
701
|
},
|
|
601
|
-
"
|
|
702
|
+
"Select New Avatar": {
|
|
602
703
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
603
704
|
},
|
|
604
|
-
"
|
|
705
|
+
"Delete Avatar": {
|
|
605
706
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
606
707
|
},
|
|
607
708
|
"profile.dialogs.changeheroavatar.title": {
|
|
@@ -616,61 +717,64 @@
|
|
|
616
717
|
"profile.dialogs.changeheroavatar.invalidfilewarning": {
|
|
617
718
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
618
719
|
},
|
|
619
|
-
"
|
|
720
|
+
"Male": {
|
|
721
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
722
|
+
},
|
|
723
|
+
"Female": {
|
|
620
724
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
621
725
|
},
|
|
622
|
-
"
|
|
726
|
+
"Bal’Thani": {
|
|
623
727
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
624
728
|
},
|
|
625
|
-
"
|
|
729
|
+
"Tsajana": {
|
|
626
730
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
627
731
|
},
|
|
628
|
-
"
|
|
732
|
+
"Family": {
|
|
629
733
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
630
734
|
},
|
|
631
|
-
"
|
|
735
|
+
"Place of Birth": {
|
|
632
736
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
633
737
|
},
|
|
634
|
-
"
|
|
738
|
+
"Date of Birth": {
|
|
635
739
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
636
740
|
},
|
|
637
|
-
"
|
|
741
|
+
"Age": {
|
|
638
742
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
639
743
|
},
|
|
640
|
-
"
|
|
744
|
+
"Hair Color": {
|
|
641
745
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
642
746
|
},
|
|
643
|
-
"
|
|
747
|
+
"Eye Color": {
|
|
644
748
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
645
749
|
},
|
|
646
|
-
"
|
|
750
|
+
"Size": {
|
|
647
751
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
648
752
|
},
|
|
649
|
-
"
|
|
753
|
+
"Weight": {
|
|
650
754
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
651
755
|
},
|
|
652
|
-
"
|
|
756
|
+
"Title": {
|
|
653
757
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
654
758
|
},
|
|
655
|
-
"
|
|
759
|
+
"Social Status": {
|
|
656
760
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
657
761
|
},
|
|
658
|
-
"
|
|
762
|
+
"Characteristics": {
|
|
659
763
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
660
764
|
},
|
|
661
|
-
"
|
|
765
|
+
"Other Information": {
|
|
662
766
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
663
767
|
},
|
|
664
|
-
"
|
|
768
|
+
"Reroll Eye Color": {
|
|
665
769
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
666
770
|
},
|
|
667
|
-
"
|
|
771
|
+
"Reroll Hair Color": {
|
|
668
772
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
669
773
|
},
|
|
670
|
-
"
|
|
774
|
+
"Reroll Size": {
|
|
671
775
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
672
776
|
},
|
|
673
|
-
"
|
|
777
|
+
"Reroll Weight": {
|
|
674
778
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
675
779
|
},
|
|
676
780
|
"personaldata.cultureareaknowledge": {
|
|
@@ -1351,16 +1455,16 @@
|
|
|
1351
1455
|
"pacts.name": {
|
|
1352
1456
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1353
1457
|
},
|
|
1354
|
-
"
|
|
1458
|
+
"Rule Sources": {
|
|
1355
1459
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1356
1460
|
},
|
|
1357
|
-
"
|
|
1461
|
+
"Use all publications": {
|
|
1358
1462
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1359
1463
|
},
|
|
1360
|
-
"
|
|
1464
|
+
"Focus Rules": {
|
|
1361
1465
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1362
1466
|
},
|
|
1363
|
-
"
|
|
1467
|
+
"Optional Rules": {
|
|
1364
1468
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1365
1469
|
},
|
|
1366
1470
|
"rules.manualherodatarepair": {
|
|
@@ -1676,55 +1780,64 @@
|
|
|
1676
1780
|
"rcpselectoptions.unfamiliarspell": {
|
|
1677
1781
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1678
1782
|
},
|
|
1679
|
-
"
|
|
1783
|
+
"Total Points": {
|
|
1784
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1785
|
+
},
|
|
1786
|
+
"Increment": {
|
|
1680
1787
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1681
1788
|
},
|
|
1682
|
-
"
|
|
1789
|
+
"Decrement": {
|
|
1683
1790
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1684
1791
|
},
|
|
1685
|
-
"
|
|
1792
|
+
"Activate": {
|
|
1686
1793
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1687
1794
|
},
|
|
1688
|
-
"
|
|
1795
|
+
"Attribute Adjustment Selection": {
|
|
1689
1796
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1690
1797
|
},
|
|
1691
|
-
"
|
|
1798
|
+
"Modifier": {
|
|
1692
1799
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1693
1800
|
},
|
|
1694
|
-
"
|
|
1801
|
+
"Bought": {
|
|
1695
1802
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1696
1803
|
},
|
|
1697
|
-
"
|
|
1804
|
+
"Lost Total": {
|
|
1698
1805
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1699
1806
|
},
|
|
1700
|
-
"
|
|
1807
|
+
"Bought Back": {
|
|
1701
1808
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1702
1809
|
},
|
|
1703
|
-
"
|
|
1810
|
+
"Buy Back Permanently Lost Point": {
|
|
1704
1811
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1705
1812
|
},
|
|
1706
|
-
"
|
|
1813
|
+
"Permanently Lost Life Points": {
|
|
1707
1814
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1708
1815
|
},
|
|
1709
|
-
"
|
|
1816
|
+
"pLP": {
|
|
1710
1817
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1711
1818
|
},
|
|
1712
|
-
"
|
|
1819
|
+
"Permanently Lost Arcane Energy": {
|
|
1713
1820
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1714
1821
|
},
|
|
1715
|
-
"
|
|
1822
|
+
"pAE": {
|
|
1716
1823
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1717
1824
|
},
|
|
1718
|
-
"
|
|
1825
|
+
"Permanently Lost Karma Points": {
|
|
1719
1826
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1720
1827
|
},
|
|
1721
|
-
"
|
|
1828
|
+
"pKP": {
|
|
1722
1829
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1723
1830
|
},
|
|
1724
|
-
"
|
|
1831
|
+
"Loose Permanent Points": {
|
|
1725
1832
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1726
1833
|
},
|
|
1727
|
-
"
|
|
1834
|
+
"How many points do you want to remove?": {
|
|
1835
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1836
|
+
},
|
|
1837
|
+
"Remove": {
|
|
1838
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1839
|
+
},
|
|
1840
|
+
"Permanently Spent": {
|
|
1728
1841
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1729
1842
|
},
|
|
1730
1843
|
"advantages.filters.commonadvantages": {
|
|
@@ -1931,100 +2044,103 @@
|
|
|
1931
2044
|
"skills.header.improvementcost.tooltip": {
|
|
1932
2045
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1933
2046
|
},
|
|
1934
|
-
"inlinewiki.
|
|
2047
|
+
"inlinewiki.newapplications": {
|
|
1935
2048
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1936
2049
|
},
|
|
1937
|
-
"inlinewiki.
|
|
2050
|
+
"inlinewiki.uses": {
|
|
1938
2051
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1939
2052
|
},
|
|
1940
|
-
"
|
|
2053
|
+
"showfrequency.stronglyrecommended": {
|
|
1941
2054
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1942
2055
|
},
|
|
1943
|
-
"
|
|
2056
|
+
"showfrequency.common": {
|
|
1944
2057
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1945
2058
|
},
|
|
1946
|
-
"
|
|
2059
|
+
"showfrequency.uncommon": {
|
|
1947
2060
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1948
2061
|
},
|
|
1949
|
-
"
|
|
2062
|
+
"showfrequency.unfamiliarspells": {
|
|
1950
2063
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1951
2064
|
},
|
|
1952
|
-
"
|
|
2065
|
+
"combattechniques.header.name": {
|
|
1953
2066
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1954
2067
|
},
|
|
1955
|
-
"
|
|
2068
|
+
"combattechniques.header.group": {
|
|
1956
2069
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1957
2070
|
},
|
|
1958
|
-
"
|
|
2071
|
+
"combattechniques.header.combattechniquerating": {
|
|
1959
2072
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1960
2073
|
},
|
|
1961
|
-
"
|
|
2074
|
+
"combattechniques.header.combattechniquerating.tooltip": {
|
|
1962
2075
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1963
2076
|
},
|
|
1964
|
-
"
|
|
2077
|
+
"combattechniques.header.improvementcost": {
|
|
1965
2078
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1966
2079
|
},
|
|
1967
|
-
"
|
|
2080
|
+
"combattechniques.header.improvementcost.tooltip": {
|
|
1968
2081
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1969
2082
|
},
|
|
1970
|
-
"
|
|
2083
|
+
"combattechniques.header.primaryattribute": {
|
|
1971
2084
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1972
2085
|
},
|
|
1973
|
-
"
|
|
2086
|
+
"combattechniques.header.primaryattribute.tooltip": {
|
|
1974
2087
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1975
2088
|
},
|
|
1976
|
-
"
|
|
2089
|
+
"combattechniques.header.attack": {
|
|
1977
2090
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1978
2091
|
},
|
|
1979
|
-
"
|
|
2092
|
+
"combattechniques.header.attack.tooltip": {
|
|
1980
2093
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1981
2094
|
},
|
|
1982
|
-
"
|
|
2095
|
+
"combattechniques.header.parry": {
|
|
1983
2096
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1984
2097
|
},
|
|
1985
|
-
"
|
|
2098
|
+
"combattechniques.header.parry.tooltip": {
|
|
1986
2099
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1987
2100
|
},
|
|
1988
|
-
"
|
|
2101
|
+
"Close Combat": {
|
|
1989
2102
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1990
2103
|
},
|
|
1991
|
-
"
|
|
2104
|
+
"Ranged Combat": {
|
|
1992
2105
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1993
2106
|
},
|
|
1994
|
-
"
|
|
2107
|
+
"inlinewiki.special": {
|
|
1995
2108
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1996
2109
|
},
|
|
1997
|
-
"
|
|
2110
|
+
"inlinewiki.primaryattribute": {
|
|
1998
2111
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1999
2112
|
},
|
|
2000
|
-
"
|
|
2113
|
+
"Cantrips": {
|
|
2001
2114
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2002
2115
|
},
|
|
2003
|
-
"
|
|
2116
|
+
"Rituals": {
|
|
2004
2117
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2005
2118
|
},
|
|
2006
|
-
"
|
|
2119
|
+
"Curses": {
|
|
2007
2120
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2008
2121
|
},
|
|
2009
|
-
"
|
|
2122
|
+
"Elven Magical Songs": {
|
|
2010
2123
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2011
2124
|
},
|
|
2012
|
-
"
|
|
2125
|
+
"Domination Rituals": {
|
|
2013
2126
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2014
2127
|
},
|
|
2015
|
-
"
|
|
2128
|
+
"Magical Dances": {
|
|
2016
2129
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2017
2130
|
},
|
|
2018
|
-
"
|
|
2131
|
+
"Magical Melodies": {
|
|
2019
2132
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2020
2133
|
},
|
|
2021
|
-
"
|
|
2134
|
+
"Jester Tricks": {
|
|
2022
2135
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2023
2136
|
},
|
|
2024
|
-
"
|
|
2137
|
+
"Animist Powers": {
|
|
2025
2138
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2026
2139
|
},
|
|
2027
|
-
"
|
|
2140
|
+
"Geode Rituals": {
|
|
2141
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2142
|
+
},
|
|
2143
|
+
"Zibilja Rituals": {
|
|
2028
2144
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2029
2145
|
},
|
|
2030
2146
|
"spells.addbtn": {
|
|
@@ -2145,6 +2261,12 @@
|
|
|
2145
2261
|
"inlinewiki.note": {
|
|
2146
2262
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2147
2263
|
},
|
|
2264
|
+
"Blessings": {
|
|
2265
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2266
|
+
},
|
|
2267
|
+
"Ceremonies": {
|
|
2268
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2269
|
+
},
|
|
2148
2270
|
"liturgicalchants.addbtn": {
|
|
2149
2271
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2150
2272
|
},
|
|
@@ -2554,14 +2676,127 @@
|
|
|
2554
2676
|
},
|
|
2555
2677
|
"pets.dialogs.addedit.savebtn": {
|
|
2556
2678
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2679
|
+
},
|
|
2680
|
+
"Show details": {
|
|
2681
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2682
|
+
},
|
|
2683
|
+
"Maximum Attribute Value": {
|
|
2684
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2685
|
+
},
|
|
2686
|
+
"Maximum Skill Value": {
|
|
2687
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2688
|
+
},
|
|
2689
|
+
"Maximum Combat Technique": {
|
|
2690
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2691
|
+
},
|
|
2692
|
+
"Maximum Attribute Total": {
|
|
2693
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2694
|
+
},
|
|
2695
|
+
"Number of Spells/Liturgical Chants": {
|
|
2696
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2697
|
+
},
|
|
2698
|
+
"Number from other Traditions": {
|
|
2699
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2700
|
+
},
|
|
2701
|
+
"Check": {
|
|
2702
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2703
|
+
},
|
|
2704
|
+
"Applications": {
|
|
2705
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2706
|
+
},
|
|
2707
|
+
"Encumbrance": {
|
|
2708
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2709
|
+
},
|
|
2710
|
+
"Yes": {
|
|
2711
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2712
|
+
},
|
|
2713
|
+
"No": {
|
|
2714
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2715
|
+
},
|
|
2716
|
+
"Maybe": {
|
|
2717
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2718
|
+
},
|
|
2719
|
+
"Tools": {
|
|
2720
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2721
|
+
},
|
|
2722
|
+
"Quality": {
|
|
2723
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2724
|
+
},
|
|
2725
|
+
"Failed Check": {
|
|
2726
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2727
|
+
},
|
|
2728
|
+
"Critical Success": {
|
|
2729
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2730
|
+
},
|
|
2731
|
+
"Botch": {
|
|
2732
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2733
|
+
},
|
|
2734
|
+
"Improvement Cost": {
|
|
2735
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2736
|
+
},
|
|
2737
|
+
"Front Cover Inside": {
|
|
2738
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2739
|
+
},
|
|
2740
|
+
"Back Cover Inside": {
|
|
2741
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2742
|
+
},
|
|
2743
|
+
"since the {0}. printing": {
|
|
2744
|
+
"$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
|
|
2745
|
+
},
|
|
2746
|
+
"removed in {0}. printing": {
|
|
2747
|
+
"$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
|
|
2557
2748
|
}
|
|
2558
2749
|
},
|
|
2559
2750
|
"required": [
|
|
2560
|
-
"
|
|
2561
|
-
"
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2564
|
-
"
|
|
2751
|
+
"About {0}",
|
|
2752
|
+
"Preferences …",
|
|
2753
|
+
"Services",
|
|
2754
|
+
"Hide {0}",
|
|
2755
|
+
"Hide Others",
|
|
2756
|
+
"Show All",
|
|
2757
|
+
"Quit {0}",
|
|
2758
|
+
"File",
|
|
2759
|
+
"Close",
|
|
2760
|
+
"Quit",
|
|
2761
|
+
"Edit",
|
|
2762
|
+
"Undo",
|
|
2763
|
+
"Redo",
|
|
2764
|
+
"Cut",
|
|
2765
|
+
"Copy",
|
|
2766
|
+
"Paste",
|
|
2767
|
+
"Delete",
|
|
2768
|
+
"Select All",
|
|
2769
|
+
"View",
|
|
2770
|
+
"Toggle Full Screen",
|
|
2771
|
+
"Window",
|
|
2772
|
+
"Minimize",
|
|
2773
|
+
"Zoom",
|
|
2774
|
+
"Main Window",
|
|
2775
|
+
"Bring All to Front",
|
|
2776
|
+
"Settings",
|
|
2777
|
+
"Main Language",
|
|
2778
|
+
"System Language",
|
|
2779
|
+
"Fallback Language",
|
|
2780
|
+
"No fallback language",
|
|
2781
|
+
"Appearance",
|
|
2782
|
+
"Auto",
|
|
2783
|
+
"Light",
|
|
2784
|
+
"Dark",
|
|
2785
|
+
"Edit characters after creation",
|
|
2786
|
+
"Show animations",
|
|
2787
|
+
"Check for updates",
|
|
2788
|
+
"Updater",
|
|
2789
|
+
"Checking for updates …",
|
|
2790
|
+
"New version available",
|
|
2791
|
+
"Version {0} is available! Do you wish to download and install?",
|
|
2792
|
+
"Download",
|
|
2793
|
+
"Download Later",
|
|
2794
|
+
"Downloading update …",
|
|
2795
|
+
"Update downloaded",
|
|
2796
|
+
"Quit and Install",
|
|
2797
|
+
"Install Later",
|
|
2798
|
+
"No update available",
|
|
2799
|
+
"You're running the latest version available.",
|
|
2565
2800
|
"initialization.loadtableserror",
|
|
2566
2801
|
"Characters",
|
|
2567
2802
|
"Groups",
|
|
@@ -2595,30 +2830,30 @@
|
|
|
2595
2830
|
"Equipment",
|
|
2596
2831
|
"Hit Zone Armor",
|
|
2597
2832
|
"Pets",
|
|
2598
|
-
"
|
|
2599
|
-
"
|
|
2833
|
+
"{0} AP Remaining",
|
|
2834
|
+
"Save",
|
|
2600
2835
|
"Show Settings",
|
|
2601
2836
|
"Toggle DevTools",
|
|
2602
|
-
"
|
|
2603
|
-
"
|
|
2604
|
-
"
|
|
2605
|
-
"
|
|
2606
|
-
"
|
|
2607
|
-
"
|
|
2608
|
-
"
|
|
2609
|
-
"
|
|
2610
|
-
"
|
|
2611
|
-
"
|
|
2612
|
-
"
|
|
2613
|
-
"
|
|
2614
|
-
"
|
|
2615
|
-
"
|
|
2616
|
-
"
|
|
2617
|
-
"
|
|
2618
|
-
"
|
|
2619
|
-
"
|
|
2620
|
-
"
|
|
2621
|
-
"
|
|
2837
|
+
"Adventure Points",
|
|
2838
|
+
"{0} Total AP",
|
|
2839
|
+
"{0} AP Spent",
|
|
2840
|
+
"{0}/{1} AP spent on advantages",
|
|
2841
|
+
"Thereof {0}/{1} on magic advantages",
|
|
2842
|
+
"Thereof {0}/{1} on blessed advantages",
|
|
2843
|
+
"{0}/{1} AP received from disadvantages",
|
|
2844
|
+
"Thereof {0}/{1} from magic disadvantages",
|
|
2845
|
+
"Thereof {0}/{1} from blessed disadvantages",
|
|
2846
|
+
"{0} AP spent on race",
|
|
2847
|
+
"{0} AP spent on profession",
|
|
2848
|
+
"{0} AP spent on attributes",
|
|
2849
|
+
"{0} AP spent on skills",
|
|
2850
|
+
"{0} AP spent on combat techniques",
|
|
2851
|
+
"{0} AP spent on spells",
|
|
2852
|
+
"{0} AP spent on cantrips",
|
|
2853
|
+
"{0} AP spent on liturgical chants",
|
|
2854
|
+
"{0} AP spent on blessings",
|
|
2855
|
+
"{0} AP spent on special abilities",
|
|
2856
|
+
"{0} AP spent on improving/buying back LP/AE/KP",
|
|
2622
2857
|
"header.dialogs.herosaved",
|
|
2623
2858
|
"header.dialogs.allsaved",
|
|
2624
2859
|
"header.dialogs.everythingelsesaved",
|
|
@@ -2629,7 +2864,7 @@
|
|
|
2629
2864
|
"general.weightvalue",
|
|
2630
2865
|
"general.pricevalue",
|
|
2631
2866
|
"general.lengthvalue",
|
|
2632
|
-
"
|
|
2867
|
+
"D",
|
|
2633
2868
|
"general.none",
|
|
2634
2869
|
"general.or",
|
|
2635
2870
|
"general.and",
|
|
@@ -2637,30 +2872,31 @@
|
|
|
2637
2872
|
"general.errorcode",
|
|
2638
2873
|
"general.emptylistplaceholder",
|
|
2639
2874
|
"general.emptylistnoresultsplaceholder",
|
|
2640
|
-
"
|
|
2641
|
-
"
|
|
2875
|
+
"No Results",
|
|
2876
|
+
"{0} Adventure Points",
|
|
2877
|
+
"{0} AP",
|
|
2642
2878
|
"general.withapvalue",
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2645
|
-
"
|
|
2646
|
-
"
|
|
2647
|
-
"
|
|
2648
|
-
"
|
|
2879
|
+
"Search",
|
|
2880
|
+
"Sort By",
|
|
2881
|
+
"Name",
|
|
2882
|
+
"Date Modified",
|
|
2883
|
+
"Group",
|
|
2884
|
+
"Property",
|
|
2649
2885
|
"general.filters.sort.bylocation",
|
|
2650
2886
|
"general.filters.sort.bycost",
|
|
2651
2887
|
"general.filters.sort.byweight",
|
|
2652
2888
|
"general.filters.showactivatedentries",
|
|
2653
2889
|
"general.dialogs.savebtn",
|
|
2654
|
-
"
|
|
2890
|
+
"Done",
|
|
2655
2891
|
"general.dialogs.deletebtn",
|
|
2656
2892
|
"general.dialogs.yesbtn",
|
|
2657
2893
|
"general.dialogs.nobtn",
|
|
2658
2894
|
"general.dialogs.okbtn",
|
|
2659
|
-
"
|
|
2895
|
+
"Cancel",
|
|
2660
2896
|
"general.dialogs.copybtn",
|
|
2661
2897
|
"general.dialogs.createbtn",
|
|
2662
2898
|
"general.dialogs.applybtn",
|
|
2663
|
-
"
|
|
2899
|
+
"Add",
|
|
2664
2900
|
"general.dialogs.notenoughap.title",
|
|
2665
2901
|
"general.dialogs.notenoughap.message",
|
|
2666
2902
|
"general.dialogs.reachedaplimit.title",
|
|
@@ -2671,33 +2907,15 @@
|
|
|
2671
2907
|
"general.dialogs.reachedaplimit.disadvantages",
|
|
2672
2908
|
"general.dialogs.reachedaplimit.magicaldisadvantages",
|
|
2673
2909
|
"general.dialogs.reachedaplimit.blesseddisadvantages",
|
|
2674
|
-
"settings.title",
|
|
2675
|
-
"settings.language",
|
|
2676
|
-
"settings.fallbacklanguage",
|
|
2677
|
-
"settings.systemlanguage",
|
|
2678
|
-
"settings.languagehint",
|
|
2679
|
-
"settings.theme",
|
|
2680
|
-
"settings.theme.dark",
|
|
2681
|
-
"settings.theme.light",
|
|
2682
|
-
"settings.showanimations",
|
|
2683
|
-
"settings.enableeditingheroaftercreationphase",
|
|
2684
|
-
"settings.checkforupdatesbtn",
|
|
2685
|
-
"settings.newversionavailable.title",
|
|
2686
|
-
"settings.newversionavailable.message",
|
|
2687
|
-
"settings.newversionavailable.messagewithsize",
|
|
2688
|
-
"settings.newversionavailable.updatebtn",
|
|
2689
|
-
"settings.nonewversionavailable.title",
|
|
2690
|
-
"settings.nonewversionavailable.message",
|
|
2691
|
-
"settings.downloadingupdate.title",
|
|
2692
2910
|
"heroes.filters.origin.allheroes",
|
|
2693
2911
|
"heroes.filters.origin.ownheroes",
|
|
2694
2912
|
"heroes.filters.origin.sharedheroes",
|
|
2695
|
-
"
|
|
2696
|
-
"
|
|
2697
|
-
"
|
|
2698
|
-
"
|
|
2699
|
-
"
|
|
2700
|
-
"
|
|
2913
|
+
"Import",
|
|
2914
|
+
"New Character",
|
|
2915
|
+
"Duplicate Character",
|
|
2916
|
+
"Export Character as OPTLC file",
|
|
2917
|
+
"Delete Character",
|
|
2918
|
+
"Open Character",
|
|
2701
2919
|
"heroes.saveherobtn",
|
|
2702
2920
|
"heroes.unsavedhero.name",
|
|
2703
2921
|
"heroes.list.adventurepoints",
|
|
@@ -2740,34 +2958,40 @@
|
|
|
2740
2958
|
"wiki.filters.itemtemplates",
|
|
2741
2959
|
"wiki.filters.itemtemplates.all",
|
|
2742
2960
|
"imprint.title",
|
|
2743
|
-
"
|
|
2744
|
-
"
|
|
2745
|
-
"
|
|
2746
|
-
"
|
|
2747
|
-
"
|
|
2961
|
+
"Edit Name",
|
|
2962
|
+
"Change Name",
|
|
2963
|
+
"Edit Profession Name",
|
|
2964
|
+
"Change Profession Name",
|
|
2965
|
+
"Add AP",
|
|
2966
|
+
"Add Adventure Points",
|
|
2967
|
+
"How many Adventure Points do you want to add?",
|
|
2968
|
+
"Finish Character Creation",
|
|
2969
|
+
"Select New Avatar",
|
|
2970
|
+
"Delete Avatar",
|
|
2748
2971
|
"profile.dialogs.changeheroavatar.title",
|
|
2749
2972
|
"profile.dialogs.changeheroavatar.selectfilebtn",
|
|
2750
2973
|
"profile.dialogs.changeheroavatar.imagefiletype",
|
|
2751
2974
|
"profile.dialogs.changeheroavatar.invalidfilewarning",
|
|
2752
|
-
"
|
|
2753
|
-
"
|
|
2754
|
-
"
|
|
2755
|
-
"
|
|
2756
|
-
"
|
|
2757
|
-
"
|
|
2758
|
-
"
|
|
2759
|
-
"
|
|
2760
|
-
"
|
|
2761
|
-
"
|
|
2762
|
-
"
|
|
2763
|
-
"
|
|
2764
|
-
"
|
|
2765
|
-
"
|
|
2766
|
-
"
|
|
2767
|
-
"
|
|
2768
|
-
"
|
|
2769
|
-
"
|
|
2770
|
-
"
|
|
2975
|
+
"Male",
|
|
2976
|
+
"Female",
|
|
2977
|
+
"Bal’Thani",
|
|
2978
|
+
"Tsajana",
|
|
2979
|
+
"Family",
|
|
2980
|
+
"Place of Birth",
|
|
2981
|
+
"Date of Birth",
|
|
2982
|
+
"Age",
|
|
2983
|
+
"Hair Color",
|
|
2984
|
+
"Eye Color",
|
|
2985
|
+
"Size",
|
|
2986
|
+
"Weight",
|
|
2987
|
+
"Title",
|
|
2988
|
+
"Social Status",
|
|
2989
|
+
"Characteristics",
|
|
2990
|
+
"Other Information",
|
|
2991
|
+
"Reroll Eye Color",
|
|
2992
|
+
"Reroll Hair Color",
|
|
2993
|
+
"Reroll Size",
|
|
2994
|
+
"Reroll Weight",
|
|
2771
2995
|
"personaldata.cultureareaknowledge",
|
|
2772
2996
|
"sheets.printtopdfbtn",
|
|
2773
2997
|
"sheets.dialogs.pdfexportsavelocation.title",
|
|
@@ -2994,10 +3218,10 @@
|
|
|
2994
3218
|
"pacts.minorpact",
|
|
2995
3219
|
"pacts.pactisincompletehint",
|
|
2996
3220
|
"pacts.name",
|
|
2997
|
-
"
|
|
2998
|
-
"
|
|
2999
|
-
"
|
|
3000
|
-
"
|
|
3221
|
+
"Rule Sources",
|
|
3222
|
+
"Use all publications",
|
|
3223
|
+
"Focus Rules",
|
|
3224
|
+
"Optional Rules",
|
|
3001
3225
|
"rules.manualherodatarepair",
|
|
3002
3226
|
"rules.manualherodatarepairexplanation",
|
|
3003
3227
|
"inlinewiki.complementarysources",
|
|
@@ -3097,23 +3321,26 @@
|
|
|
3097
3321
|
"rcpselectoptions.unfamiliarspellselectionfortraditionguildmage",
|
|
3098
3322
|
"rcpselectoptions.unfamiliarspell.placeholder",
|
|
3099
3323
|
"rcpselectoptions.unfamiliarspell",
|
|
3100
|
-
"
|
|
3101
|
-
"
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3105
|
-
"
|
|
3106
|
-
"
|
|
3107
|
-
"
|
|
3108
|
-
"
|
|
3109
|
-
"
|
|
3110
|
-
"
|
|
3111
|
-
"
|
|
3112
|
-
"
|
|
3113
|
-
"
|
|
3114
|
-
"
|
|
3115
|
-
"
|
|
3116
|
-
"
|
|
3324
|
+
"Total Points",
|
|
3325
|
+
"Increment",
|
|
3326
|
+
"Decrement",
|
|
3327
|
+
"Activate",
|
|
3328
|
+
"Attribute Adjustment Selection",
|
|
3329
|
+
"Modifier",
|
|
3330
|
+
"Bought",
|
|
3331
|
+
"Lost Total",
|
|
3332
|
+
"Bought Back",
|
|
3333
|
+
"Buy Back Permanently Lost Point",
|
|
3334
|
+
"Permanently Lost Life Points",
|
|
3335
|
+
"pLP",
|
|
3336
|
+
"Permanently Lost Arcane Energy",
|
|
3337
|
+
"pAE",
|
|
3338
|
+
"Permanently Lost Karma Points",
|
|
3339
|
+
"pKP",
|
|
3340
|
+
"Loose Permanent Points",
|
|
3341
|
+
"How many points do you want to remove?",
|
|
3342
|
+
"Remove",
|
|
3343
|
+
"Permanently Spent",
|
|
3117
3344
|
"advantages.filters.commonadvantages",
|
|
3118
3345
|
"disadvantages.filters.commondisadvantages",
|
|
3119
3346
|
"advantagesdisadvantages.addbtn",
|
|
@@ -3179,20 +3406,8 @@
|
|
|
3179
3406
|
"skills.header.check",
|
|
3180
3407
|
"skills.header.improvementcost",
|
|
3181
3408
|
"skills.header.improvementcost.tooltip",
|
|
3182
|
-
"inlinewiki.check",
|
|
3183
3409
|
"inlinewiki.newapplications",
|
|
3184
|
-
"inlinewiki.applications",
|
|
3185
3410
|
"inlinewiki.uses",
|
|
3186
|
-
"inlinewiki.encumbrance",
|
|
3187
|
-
"inlinewiki.encumbrance.yes",
|
|
3188
|
-
"inlinewiki.encumbrance.no",
|
|
3189
|
-
"inlinewiki.encumbrance.maybe",
|
|
3190
|
-
"inlinewiki.tools",
|
|
3191
|
-
"inlinewiki.quality",
|
|
3192
|
-
"inlinewiki.failedcheck",
|
|
3193
|
-
"inlinewiki.criticalsuccess",
|
|
3194
|
-
"inlinewiki.botch",
|
|
3195
|
-
"inlinewiki.improvementcost",
|
|
3196
3411
|
"showfrequency.stronglyrecommended",
|
|
3197
3412
|
"showfrequency.common",
|
|
3198
3413
|
"showfrequency.uncommon",
|
|
@@ -3209,8 +3424,21 @@
|
|
|
3209
3424
|
"combattechniques.header.attack.tooltip",
|
|
3210
3425
|
"combattechniques.header.parry",
|
|
3211
3426
|
"combattechniques.header.parry.tooltip",
|
|
3427
|
+
"Close Combat",
|
|
3428
|
+
"Ranged Combat",
|
|
3212
3429
|
"inlinewiki.special",
|
|
3213
3430
|
"inlinewiki.primaryattribute",
|
|
3431
|
+
"Cantrips",
|
|
3432
|
+
"Rituals",
|
|
3433
|
+
"Curses",
|
|
3434
|
+
"Elven Magical Songs",
|
|
3435
|
+
"Domination Rituals",
|
|
3436
|
+
"Magical Dances",
|
|
3437
|
+
"Magical Melodies",
|
|
3438
|
+
"Jester Tricks",
|
|
3439
|
+
"Animist Powers",
|
|
3440
|
+
"Geode Rituals",
|
|
3441
|
+
"Zibilja Rituals",
|
|
3214
3442
|
"spells.addbtn",
|
|
3215
3443
|
"spells.header.name",
|
|
3216
3444
|
"spells.header.property",
|
|
@@ -3250,6 +3478,8 @@
|
|
|
3250
3478
|
"inlinewiki.spiritortoughness",
|
|
3251
3479
|
"inlinewiki.spiritortoughness.short",
|
|
3252
3480
|
"inlinewiki.note",
|
|
3481
|
+
"Blessings",
|
|
3482
|
+
"Ceremonies",
|
|
3253
3483
|
"liturgicalchants.addbtn",
|
|
3254
3484
|
"liturgicalchants.header.name",
|
|
3255
3485
|
"liturgicalchants.header.traditions",
|
|
@@ -3385,7 +3615,30 @@
|
|
|
3385
3615
|
"pets.dialogs.addedit.specialabilities",
|
|
3386
3616
|
"pets.dialogs.addedit.notes",
|
|
3387
3617
|
"pets.dialogs.addedit.addbtn",
|
|
3388
|
-
"pets.dialogs.addedit.savebtn"
|
|
3618
|
+
"pets.dialogs.addedit.savebtn",
|
|
3619
|
+
"Show details",
|
|
3620
|
+
"Maximum Attribute Value",
|
|
3621
|
+
"Maximum Skill Value",
|
|
3622
|
+
"Maximum Combat Technique",
|
|
3623
|
+
"Maximum Attribute Total",
|
|
3624
|
+
"Number of Spells/Liturgical Chants",
|
|
3625
|
+
"Number from other Traditions",
|
|
3626
|
+
"Check",
|
|
3627
|
+
"Applications",
|
|
3628
|
+
"Encumbrance",
|
|
3629
|
+
"Yes",
|
|
3630
|
+
"No",
|
|
3631
|
+
"Maybe",
|
|
3632
|
+
"Tools",
|
|
3633
|
+
"Quality",
|
|
3634
|
+
"Failed Check",
|
|
3635
|
+
"Critical Success",
|
|
3636
|
+
"Botch",
|
|
3637
|
+
"Improvement Cost",
|
|
3638
|
+
"Front Cover Inside",
|
|
3639
|
+
"Back Cover Inside",
|
|
3640
|
+
"since the {0}. printing",
|
|
3641
|
+
"removed in {0}. printing"
|
|
3389
3642
|
],
|
|
3390
3643
|
"additionalProperties": false
|
|
3391
3644
|
}
|