optolith-database-schema 0.40.0 → 0.42.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.
Files changed (288) hide show
  1. package/CHANGELOG.md +59 -0
  2. package/README.md +1 -1
  3. package/gen/types.d.ts +1705 -1582
  4. package/lib/types/Ceremony.d.ts +3 -0
  5. package/lib/types/DerivedCharacteristic.d.ts +23 -14
  6. package/lib/types/DerivedCharacteristic.js +58 -21
  7. package/lib/types/Disease.d.ts +2 -0
  8. package/lib/types/Disease.js +8 -0
  9. package/lib/types/FamiliarsTrick.d.ts +1 -0
  10. package/lib/types/FamiliarsTrick.js +8 -2
  11. package/lib/types/LiturgicalChant.d.ts +3 -0
  12. package/lib/types/Locale.d.ts +10 -6
  13. package/lib/types/Locale.js +10 -6
  14. package/lib/types/Profession.d.ts +31 -14
  15. package/lib/types/Profession.js +12 -2
  16. package/lib/types/Race.d.ts +28 -19
  17. package/lib/types/Race.js +36 -22
  18. package/lib/types/Ritual.d.ts +3 -0
  19. package/lib/types/Spell.d.ts +3 -0
  20. package/lib/types/Talisman.d.ts +32 -6
  21. package/lib/types/Talisman.js +51 -11
  22. package/lib/types/_ActivatableSkill.d.ts +8 -0
  23. package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -0
  24. package/lib/types/_ActivatableSkillCheckResultBased.js +1 -0
  25. package/lib/types/_ActivatableSkillDuration.d.ts +2 -0
  26. package/lib/types/_ActivatableSkillRange.d.ts +1 -0
  27. package/lib/types/_Identifier.d.ts +1 -0
  28. package/lib/types/_Identifier.js +2 -0
  29. package/lib/types/_IdentifierGroup.d.ts +58 -0
  30. package/lib/types/_IdentifierGroup.js +15 -1
  31. package/lib/types/equipment/item/BandageOrRemedy.d.ts +5 -2
  32. package/lib/types/equipment/item/CeremonialItem.d.ts +6 -3
  33. package/lib/types/equipment/item/CeremonialItem.js +1 -1
  34. package/lib/types/equipment/item/Clothes.d.ts +5 -2
  35. package/lib/types/equipment/item/Container.d.ts +5 -2
  36. package/lib/types/equipment/item/Elixir.d.ts +16 -1
  37. package/lib/types/equipment/item/Elixir.js +35 -5
  38. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +5 -2
  39. package/lib/types/equipment/item/IlluminationLightSource.d.ts +5 -2
  40. package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +5 -2
  41. package/lib/types/equipment/item/Liebesspielzeug.d.ts +5 -2
  42. package/lib/types/equipment/item/LuxuryGood.d.ts +5 -2
  43. package/lib/types/equipment/item/MagicalArtifact.d.ts +5 -2
  44. package/lib/types/equipment/item/MusicalInstrument.d.ts +5 -2
  45. package/lib/types/equipment/item/OrienteeringAid.d.ts +5 -2
  46. package/lib/types/equipment/item/Poison.d.ts +64 -91
  47. package/lib/types/equipment/item/Poison.js +5 -34
  48. package/lib/types/equipment/item/RopeOrChain.d.ts +5 -2
  49. package/lib/types/equipment/item/Stationery.d.ts +5 -2
  50. package/lib/types/equipment/item/ThievesTool.d.ts +5 -2
  51. package/lib/types/equipment/item/TravelGearOrTool.d.ts +5 -2
  52. package/lib/types/equipment/item/Weapon.d.ts +10 -4
  53. package/lib/types/equipment/item/WeaponAccessory.d.ts +5 -2
  54. package/lib/types/equipment/item/_Herbary.d.ts +31 -0
  55. package/lib/types/equipment/item/_Herbary.js +9 -0
  56. package/lib/types/equipment/item/_Item.d.ts +10 -4
  57. package/lib/types/equipment/item/_MeleeWeapon.d.ts +2 -2
  58. package/lib/types/equipment/item/_MeleeWeapon.js +1 -1
  59. package/lib/types/equipment/item/_RangedWeapon.d.ts +8 -2
  60. package/lib/types/equipment/item/_RangedWeapon.js +2 -2
  61. package/lib/types/equipment/item/sub/Reach.d.ts +1 -0
  62. package/lib/types/equipment/item/sub/Reach.js +7 -0
  63. package/lib/types/magicalActions/AnimistPower.d.ts +1 -0
  64. package/lib/types/magicalActions/Curse.d.ts +2 -0
  65. package/lib/types/magicalActions/DominationRitual.d.ts +2 -0
  66. package/lib/types/magicalActions/GeodeRitual.d.ts +1 -0
  67. package/lib/types/magicalActions/JesterTrick.d.ts +3 -0
  68. package/lib/types/magicalActions/MagicalMelody.d.ts +15 -0
  69. package/lib/types/magicalActions/MagicalMelody.js +5 -0
  70. package/lib/types/magicalActions/MagicalRune.d.ts +2 -0
  71. package/lib/types/magicalActions/ZibiljaRitual.d.ts +2 -0
  72. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +132 -0
  73. package/lib/types/prerequisites/PrerequisiteGroups.js +1 -0
  74. package/package.json +7 -7
  75. package/schema/Advantage.schema.json +0 -108
  76. package/schema/AnimalDisease.schema.json +0 -74
  77. package/schema/AnimalType.schema.json +0 -47
  78. package/schema/ArcaneBardTradition.schema.json +0 -11
  79. package/schema/ArcaneDancerTradition.schema.json +0 -11
  80. package/schema/Aspect.schema.json +0 -51
  81. package/schema/Attribute.schema.json +0 -57
  82. package/schema/Blessing.schema.json +0 -265
  83. package/schema/Cantrip.schema.json +0 -443
  84. package/schema/Ceremony.schema.json +0 -122
  85. package/schema/CombatTechnique_Close.schema.json +0 -116
  86. package/schema/CombatTechnique_Ranged.schema.json +0 -99
  87. package/schema/Condition.schema.json +0 -68
  88. package/schema/Continent.schema.json +0 -49
  89. package/schema/Culture.schema.json +0 -781
  90. package/schema/DerivedCharacteristic.schema.json +0 -90
  91. package/schema/Disadvantage.schema.json +0 -97
  92. package/schema/Disease.schema.json +0 -58
  93. package/schema/Element.schema.json +0 -48
  94. package/schema/ExperienceLevel.schema.json +0 -84
  95. package/schema/EyeColor.schema.json +0 -47
  96. package/schema/FamiliarsTrick.schema.json +0 -576
  97. package/schema/HairColor.schema.json +0 -47
  98. package/schema/Kirchenpraegung.schema.json +0 -11
  99. package/schema/Lessons_Curriculum.schema.json +0 -499
  100. package/schema/Lessons_Guideline.schema.json +0 -53
  101. package/schema/LiturgicalChant.schema.json +0 -122
  102. package/schema/Locale.schema.json +0 -38
  103. package/schema/MetaCondition.schema.json +0 -69
  104. package/schema/PactCategory.schema.json +0 -150
  105. package/schema/Patron.schema.json +0 -352
  106. package/schema/PatronCategory.schema.json +0 -57
  107. package/schema/PersonalityTrait.schema.json +0 -100
  108. package/schema/Profession.schema.json +0 -1424
  109. package/schema/Property.schema.json +0 -51
  110. package/schema/Race.schema.json +0 -534
  111. package/schema/Region.schema.json +0 -47
  112. package/schema/Ritual.schema.json +0 -120
  113. package/schema/Service.schema.json +0 -79
  114. package/schema/SexPractice.schema.json +0 -70
  115. package/schema/Skill.schema.json +0 -223
  116. package/schema/SkillGroup.schema.json +0 -57
  117. package/schema/SkillModificationLevel.schema.json +0 -153
  118. package/schema/SocialStatus.schema.json +0 -47
  119. package/schema/Spell.schema.json +0 -119
  120. package/schema/State.schema.json +0 -59
  121. package/schema/Talisman.schema.json +0 -120
  122. package/schema/TargetCategory.schema.json +0 -65
  123. package/schema/UI.schema.json +0 -4441
  124. package/schema/_Activatable.schema.json +0 -2755
  125. package/schema/_ActivatableSelectOptionCategory.schema.json +0 -1313
  126. package/schema/_ActivatableSkill.schema.json +0 -188
  127. package/schema/_ActivatableSkillCastingTime.schema.json +0 -181
  128. package/schema/_ActivatableSkillCheckResultBased.schema.json +0 -65
  129. package/schema/_ActivatableSkillCost.schema.json +0 -513
  130. package/schema/_ActivatableSkillDuration.schema.json +0 -353
  131. package/schema/_ActivatableSkillEffect.schema.json +0 -122
  132. package/schema/_ActivatableSkillRange.schema.json +0 -264
  133. package/schema/_ActivatableSkillTargetCategory.schema.json +0 -145
  134. package/schema/_AlternativeNames.schema.json +0 -23
  135. package/schema/_ArcaneTradition.schema.json +0 -51
  136. package/schema/_Blessed.schema.json +0 -64
  137. package/schema/_Dice.schema.json +0 -40
  138. package/schema/_DiseasePoison.schema.json +0 -152
  139. package/schema/_Enhancements.schema.json +0 -85
  140. package/schema/_I18n.schema.json +0 -55
  141. package/schema/_Identifier.schema.json +0 -2577
  142. package/schema/_IdentifierGroup.schema.json +0 -753
  143. package/schema/_ImprovementCost.schema.json +0 -23
  144. package/schema/_Influence.schema.json +0 -84
  145. package/schema/_NonEmptyString.schema.json +0 -14
  146. package/schema/_Prerequisite.schema.json +0 -1518
  147. package/schema/_ResponsiveText.schema.json +0 -66
  148. package/schema/_Sex.schema.json +0 -18
  149. package/schema/_SimpleReferences.schema.json +0 -522
  150. package/schema/_SkillCheck.schema.json +0 -38
  151. package/schema/_Spellwork.schema.json +0 -54
  152. package/schema/equipment/EquipmentPackage.schema.json +0 -79
  153. package/schema/equipment/item/Ammunition.schema.json +0 -56
  154. package/schema/equipment/item/Animal.schema.json +0 -36
  155. package/schema/equipment/item/AnimalCare.schema.json +0 -124
  156. package/schema/equipment/item/Armor.schema.json +0 -309
  157. package/schema/equipment/item/BandageOrRemedy.schema.json +0 -53
  158. package/schema/equipment/item/Book.schema.json +0 -89
  159. package/schema/equipment/item/CeremonialItem.schema.json +0 -59
  160. package/schema/equipment/item/Clothes.schema.json +0 -10
  161. package/schema/equipment/item/Container.schema.json +0 -10
  162. package/schema/equipment/item/Elixir.schema.json +0 -103
  163. package/schema/equipment/item/EquipmentOfBlessedOnes.schema.json +0 -49
  164. package/schema/equipment/item/GemOrPreciousStone.schema.json +0 -69
  165. package/schema/equipment/item/IlluminationLightSource.schema.json +0 -120
  166. package/schema/equipment/item/IlluminationRefillsOrSupplies.schema.json +0 -10
  167. package/schema/equipment/item/Jewelry.schema.json +0 -113
  168. package/schema/equipment/item/Liebesspielzeug.schema.json +0 -10
  169. package/schema/equipment/item/LuxuryGood.schema.json +0 -53
  170. package/schema/equipment/item/MagicalArtifact.schema.json +0 -64
  171. package/schema/equipment/item/MusicalInstrument.schema.json +0 -49
  172. package/schema/equipment/item/OrienteeringAid.schema.json +0 -10
  173. package/schema/equipment/item/Poison.schema.json +0 -835
  174. package/schema/equipment/item/RopeOrChain.schema.json +0 -10
  175. package/schema/equipment/item/Stationary.schema.json +0 -10
  176. package/schema/equipment/item/ThievesTool.schema.json +0 -10
  177. package/schema/equipment/item/ToolOfTheTrade.schema.json +0 -93
  178. package/schema/equipment/item/TravelGearOrTool.schema.json +0 -10
  179. package/schema/equipment/item/Vehicle.schema.json +0 -36
  180. package/schema/equipment/item/Weapon.schema.json +0 -285
  181. package/schema/equipment/item/WeaponAccessory.schema.json +0 -10
  182. package/schema/equipment/item/_Herbary.schema.json +0 -62
  183. package/schema/equipment/item/_Item.schema.json +0 -384
  184. package/schema/equipment/item/_MeleeWeapon.schema.json +0 -164
  185. package/schema/equipment/item/_RangedWeapon.schema.json +0 -185
  186. package/schema/equipment/item/_Weapon.schema.json +0 -99
  187. package/schema/equipment/item/sub/ArmorType.schema.json +0 -52
  188. package/schema/equipment/item/sub/Reach.schema.json +0 -47
  189. package/schema/magicalActions/AnimistPower.schema.json +0 -488
  190. package/schema/magicalActions/AnimistPower_Tribe.schema.json +0 -47
  191. package/schema/magicalActions/Curse.schema.json +0 -332
  192. package/schema/magicalActions/DominationRitual.schema.json +0 -275
  193. package/schema/magicalActions/ElvenMagicalSong.schema.json +0 -196
  194. package/schema/magicalActions/GeodeRitual.schema.json +0 -327
  195. package/schema/magicalActions/JesterTrick.schema.json +0 -311
  196. package/schema/magicalActions/MagicalDance.schema.json +0 -198
  197. package/schema/magicalActions/MagicalMelody.schema.json +0 -193
  198. package/schema/magicalActions/MagicalRune.schema.json +0 -578
  199. package/schema/magicalActions/ZibiljaRitual.schema.json +0 -165
  200. package/schema/magicalActions/_MusicTradition.schema.json +0 -82
  201. package/schema/magicalActions/_SkillReference.schema.json +0 -20
  202. package/schema/prerequisites/ConditionalPrerequisites.schema.json +0 -15
  203. package/schema/prerequisites/DisplayOption.schema.json +0 -70
  204. package/schema/prerequisites/PrerequisiteGroups.schema.json +0 -1029
  205. package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +0 -45
  206. package/schema/prerequisites/single/AncestorBloodPrerequisite.schema.json +0 -14
  207. package/schema/prerequisites/single/AnimistPowerPrerequisite.schema.json +0 -36
  208. package/schema/prerequisites/single/CulturePrerequisite.schema.json +0 -24
  209. package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +0 -61
  210. package/schema/prerequisites/single/InfluencePrerequisite.schema.json +0 -28
  211. package/schema/prerequisites/single/PactPrerequisite.schema.json +0 -36
  212. package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +0 -39
  213. package/schema/prerequisites/single/PublicationPrerequisite.schema.json +0 -22
  214. package/schema/prerequisites/single/RacePrerequisite.schema.json +0 -28
  215. package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +0 -172
  216. package/schema/prerequisites/single/RatedPrerequisite.schema.json +0 -29
  217. package/schema/prerequisites/single/RatedSumPrerequisite.schema.json +0 -33
  218. package/schema/prerequisites/single/RulePrerequisite.schema.json +0 -22
  219. package/schema/prerequisites/single/SexPrerequisite.schema.json +0 -23
  220. package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +0 -30
  221. package/schema/prerequisites/single/SocialStatusPrerequisite.schema.json +0 -24
  222. package/schema/prerequisites/single/StatePrerequisite.schema.json +0 -23
  223. package/schema/prerequisites/single/TextPrerequisite.schema.json +0 -64
  224. package/schema/prerequisites/single/TraditionPrerequisite.schema.json +0 -58
  225. package/schema/rule/CoreRule.schema.json +0 -1403
  226. package/schema/rule/FocusRule.schema.json +0 -76
  227. package/schema/rule/FocusRule_Subject.schema.json +0 -48
  228. package/schema/rule/OptionalRule.schema.json +0 -64
  229. package/schema/source/Publication.schema.json +0 -103
  230. package/schema/source/_Erratum.schema.json +0 -36
  231. package/schema/source/_PublicationRef.schema.json +0 -285
  232. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +0 -102
  233. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +0 -80
  234. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +0 -80
  235. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +0 -80
  236. package/schema/specialAbility/AncestorGlyph.schema.json +0 -80
  237. package/schema/specialAbility/BlessedTradition.schema.json +0 -354
  238. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +0 -82
  239. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +0 -87
  240. package/schema/specialAbility/CombatSpecialAbility.schema.json +0 -98
  241. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +0 -273
  242. package/schema/specialAbility/CommandSpecialAbility.schema.json +0 -82
  243. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +0 -74
  244. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +0 -74
  245. package/schema/specialAbility/FatePointSpecialAbility.schema.json +0 -84
  246. package/schema/specialAbility/GeneralSpecialAbility.schema.json +0 -88
  247. package/schema/specialAbility/KarmaSpecialAbility.schema.json +0 -78
  248. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +0 -260
  249. package/schema/specialAbility/LycantropicGift.schema.json +0 -74
  250. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +0 -260
  251. package/schema/specialAbility/MagicalSign.schema.json +0 -72
  252. package/schema/specialAbility/MagicalSpecialAbility.schema.json +0 -88
  253. package/schema/specialAbility/MagicalTradition.schema.json +0 -163
  254. package/schema/specialAbility/PactGift.schema.json +0 -254
  255. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +0 -86
  256. package/schema/specialAbility/Sermon.schema.json +0 -74
  257. package/schema/specialAbility/SexSpecialAbility.schema.json +0 -80
  258. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +0 -78
  259. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +0 -254
  260. package/schema/specialAbility/VampiricGift.schema.json +0 -78
  261. package/schema/specialAbility/Vision.schema.json +0 -74
  262. package/schema/specialAbility/_Tradition.schema.json +0 -23
  263. package/schema/specialAbility/sub/Language.schema.json +0 -222
  264. package/schema/specialAbility/sub/Script.schema.json +0 -90
  265. package/schema/specialAbility/sub/TradeSecret.schema.json +0 -72
  266. package/schema/specialAbility/sub/_LanguageScript.schema.json +0 -24
  267. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +0 -95
  268. package/schema/traditionArtifacts/AttireEnchantment.schema.json +0 -95
  269. package/schema/traditionArtifacts/BowlEnchantment.schema.json +0 -95
  270. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +0 -115
  271. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +0 -95
  272. package/schema/traditionArtifacts/DaggerRitual.schema.json +0 -176
  273. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +0 -95
  274. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +0 -95
  275. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +0 -95
  276. package/schema/traditionArtifacts/OrbEnchantment.schema.json +0 -95
  277. package/schema/traditionArtifacts/RingEnchantment.schema.json +0 -95
  278. package/schema/traditionArtifacts/SickleRitual.schema.json +0 -95
  279. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +0 -99
  280. package/schema/traditionArtifacts/StaffEnchantment.schema.json +0 -103
  281. package/schema/traditionArtifacts/ToyEnchantment.schema.json +0 -95
  282. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +0 -95
  283. package/schema/traditionArtifacts/WandEnchantment.schema.json +0 -87
  284. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +0 -95
  285. package/schema/traditionArtifacts/sub/AnimalShape.schema.json +0 -85
  286. package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +0 -47
  287. package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +0 -59
  288. package/schema/traditionArtifacts/sub/Brew.schema.json +0 -47
@@ -1,4441 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2019-09/schema",
3
- "$id": "/UI.schema.json",
4
- "$ref": "#/$defs/UI",
5
- "$defs": {
6
- "UI": {
7
- "title": "UI",
8
- "type": "object",
9
- "properties": {
10
- "About {0}": {
11
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
12
- },
13
- "Preferences …": {
14
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
15
- },
16
- "Services": {
17
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
18
- },
19
- "Hide {0}": {
20
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
21
- },
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.": {
163
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
164
- },
165
- "Characters": {
166
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
167
- },
168
- "Groups": {
169
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
170
- },
171
- "Library": {
172
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
173
- },
174
- "FAQ": {
175
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
176
- },
177
- "About": {
178
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
179
- },
180
- "Imprint": {
181
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
182
- },
183
- "Third-Party Licenses": {
184
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
185
- },
186
- "Last Changes": {
187
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
188
- },
189
- "Profile": {
190
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
191
- },
192
- "Overview": {
193
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
194
- },
195
- "Personal Data": {
196
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
197
- },
198
- "Character Sheet": {
199
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
200
- },
201
- "Pact": {
202
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
203
- },
204
- "Rules": {
205
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
206
- },
207
- "Race, Culture & Profession": {
208
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
209
- },
210
- "Race": {
211
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
212
- },
213
- "Culture": {
214
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
215
- },
216
- "Profession": {
217
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
218
- },
219
- "Attributes": {
220
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
221
- },
222
- "Advantages & Disadvantages": {
223
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
224
- },
225
- "Advantages": {
226
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
227
- },
228
- "Disadvantages": {
229
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
230
- },
231
- "Abilities": {
232
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
233
- },
234
- "Skills": {
235
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
236
- },
237
- "Combat Techniques": {
238
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
239
- },
240
- "Special Abilities": {
241
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
242
- },
243
- "Spells": {
244
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
245
- },
246
- "Liturgical Chants": {
247
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
248
- },
249
- "Belongings": {
250
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
251
- },
252
- "Equipment": {
253
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
254
- },
255
- "Hit Zone Armor": {
256
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
257
- },
258
- "Pets": {
259
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
260
- },
261
- "{0} AP Remaining": {
262
- "description": "- `0`: AP left",
263
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
264
- },
265
- "Save": {
266
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
267
- },
268
- "Show Settings": {
269
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
270
- },
271
- "Toggle DevTools": {
272
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
273
- },
274
- "Adventure Points": {
275
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
276
- },
277
- "AP": {
278
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
279
- },
280
- "{0} Adventure Points": {
281
- "description": "- `0`: AP value",
282
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
283
- },
284
- "{0} AP": {
285
- "description": "- `0`: AP value",
286
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
287
- },
288
- "{0} Total AP": {
289
- "description": "- `0`: AP Total",
290
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
291
- },
292
- "{0} AP Spent": {
293
- "description": "- `0`: AP Spent",
294
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
295
- },
296
- "{0}/{1} AP spent on advantages": {
297
- "description": "- `0`: Current AP spent on advantages\n- `1`: Maximum possible AP spent on advantages",
298
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
299
- },
300
- "Thereof {0}/{1} on magic advantages": {
301
- "description": "- `0`: Current AP spent on magic advantages\n- `1`: Maximum possible AP spent on magic advantages",
302
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
303
- },
304
- "Thereof {0}/{1} on blessed advantages": {
305
- "description": "- `0`: Current AP spent on blessed advantages\n- `1`: Maximum possible AP spent on blessed advantages",
306
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
307
- },
308
- "{0}/{1} AP received from disadvantages": {
309
- "description": "- `0`: Current AP spent on disadvantages\n- `1`: Maximum possible AP spent on disadvantages",
310
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
311
- },
312
- "Thereof {0}/{1} from magic disadvantages": {
313
- "description": "- `0`: Current AP spent on magic disadvantages\n- `1`: Maximum possible AP spent on magic disadvantages",
314
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
315
- },
316
- "Thereof {0}/{1} from blessed disadvantages": {
317
- "description": "- `0`: Current AP spent on blessed disadvantages\n- `1`: Maximum possible AP spent on blessed disadvantages",
318
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
319
- },
320
- "{0} AP spent on race": {
321
- "description": "- `0`: AP spent on race",
322
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
323
- },
324
- "{0} AP spent on profession": {
325
- "description": "- `0`: AP spent on profession",
326
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
327
- },
328
- "{0} AP spent on attributes": {
329
- "description": "- `0`: AP spent on attributes",
330
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
331
- },
332
- "{0} AP spent on skills": {
333
- "description": "- `0`: AP spent on skills",
334
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
335
- },
336
- "{0} AP spent on combat techniques": {
337
- "description": "- `0`: AP spent on combat techniques",
338
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
339
- },
340
- "{0} AP spent on spells": {
341
- "description": "- `0`: AP spent on spells",
342
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
343
- },
344
- "{0} AP spent on cantrips": {
345
- "description": "- `0`: AP spent on cantrips",
346
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
347
- },
348
- "{0} AP spent on liturgical chants": {
349
- "description": "- `0`: AP spent on liturgical chants",
350
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
351
- },
352
- "{0} AP spent on blessings": {
353
- "description": "- `0`: AP spent on blessings",
354
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
355
- },
356
- "{0} AP spent on special abilities": {
357
- "description": "- `0`: AP spent on special abilities",
358
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
359
- },
360
- "{0} AP spent on improving/buying back LP/AE/KP": {
361
- "description": "- `0`: AP spent on energies (LP/AE/KP)",
362
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
363
- },
364
- "header.dialogs.herosaved": {
365
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
366
- },
367
- "header.dialogs.allsaved": {
368
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
369
- },
370
- "header.dialogs.everythingelsesaved": {
371
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
372
- },
373
- "header.dialogs.saveconfigerror.title": {
374
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
375
- },
376
- "header.dialogs.saveconfigerror.message": {
377
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
378
- },
379
- "header.dialogs.saveheroeserror.title": {
380
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
381
- },
382
- "header.dialogs.saveheroeserror.message": {
383
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
384
- },
385
- "general.weightvalue": {
386
- "description": "- `0`: Weight in kg",
387
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
388
- },
389
- "general.pricevalue": {
390
- "description": "- `0`: Price in silverthalers",
391
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
392
- },
393
- "general.lengthvalue": {
394
- "description": "- `0`: Length in cm",
395
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
396
- },
397
- "D": {
398
- "description": "As in *2D6*.",
399
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
400
- },
401
- "general.none": {
402
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
403
- },
404
- "general.or": {
405
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
406
- },
407
- "general.and": {
408
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
409
- },
410
- "general.error": {
411
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
412
- },
413
- "general.errorcode": {
414
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
415
- },
416
- "general.emptylistplaceholder": {
417
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
418
- },
419
- "general.emptylistnoresultsplaceholder": {
420
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
421
- },
422
- "No Results": {
423
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
424
- },
425
- "Search": {
426
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
427
- },
428
- "Sort By": {
429
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
430
- },
431
- "Name": {
432
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
433
- },
434
- "Date Modified": {
435
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
436
- },
437
- "Group": {
438
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
439
- },
440
- "Property": {
441
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
442
- },
443
- "general.filters.sort.bylocation": {
444
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
445
- },
446
- "general.filters.sort.bycost": {
447
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
448
- },
449
- "general.filters.sort.byweight": {
450
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
451
- },
452
- "general.filters.showactivatedentries": {
453
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
454
- },
455
- "Done": {
456
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
457
- },
458
- "OK": {
459
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
460
- },
461
- "Cancel": {
462
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
463
- },
464
- "Create": {
465
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
466
- },
467
- "Apply": {
468
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
469
- },
470
- "Add": {
471
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
472
- },
473
- "Not enough AP": {
474
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
475
- },
476
- "You are missing {0} Adventure Points to do this.": {
477
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
478
- },
479
- "Exceeding Adventure Points limit for advantages": {
480
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
481
- },
482
- "You cannot spend more than {0} AP on advantages. You would exceed this limit by {1} AP.": {
483
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
484
- },
485
- "Exceeding Adventure Points limit for magical advantages": {
486
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
487
- },
488
- "You cannot spend more than {0} AP on magical advantages. You would exceed this limit by {1} AP.": {
489
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
490
- },
491
- "Exceeding Adventure Points limit for blessed advantages": {
492
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
493
- },
494
- "You cannot spend more than {0} AP on blessed advantages. You would exceed this limit by {1} AP.": {
495
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
496
- },
497
- "Exceeding Adventure Points limit for disadvantages": {
498
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
499
- },
500
- "You cannot receive more than {0} AP from disadvantages. You would exceed this limit by {1} AP.": {
501
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
502
- },
503
- "Exceeding Adventure Points limit for magical disadvantages": {
504
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
505
- },
506
- "You cannot receive more than {0} AP from magical disadvantages. You would exceed this limit by {1} AP.": {
507
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
508
- },
509
- "Exceeding Adventure Points limit for blessed disadvantages": {
510
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
511
- },
512
- "You cannot receive more than {0} AP from blessed disadvantages. You would exceed this limit by {1} AP.": {
513
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
514
- },
515
- "heroes.filters.origin.allheroes": {
516
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
517
- },
518
- "heroes.filters.origin.ownheroes": {
519
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
520
- },
521
- "heroes.filters.origin.sharedheroes": {
522
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
523
- },
524
- "Import": {
525
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
526
- },
527
- "New Character": {
528
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
529
- },
530
- "Duplicate Character": {
531
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
532
- },
533
- "Export Character as OPTLC file": {
534
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
535
- },
536
- "Delete Character": {
537
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
538
- },
539
- "Open Character": {
540
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
541
- },
542
- "heroes.saveherobtn": {
543
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
544
- },
545
- "heroes.unsavedhero.name": {
546
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
547
- },
548
- "heroes.list.adventurepoints": {
549
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
550
- },
551
- "heroes.dialogs.herosaved": {
552
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
553
- },
554
- "heroes.dialogs.importheroerror.title": {
555
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
556
- },
557
- "heroes.dialogs.importheroerror.message": {
558
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
559
- },
560
- "heroes.dialogs.heroexportsavelocation.title": {
561
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
562
- },
563
- "heroes.dialogs.herojsonsaveerror.title": {
564
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
565
- },
566
- "heroes.dialogs.herojsonsaveerror.message": {
567
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
568
- },
569
- "heroes.dialogs.unsavedactions.title": {
570
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
571
- },
572
- "heroes.dialogs.unsavedactions.message": {
573
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
574
- },
575
- "heroes.dialogs.unsavedactions.quit": {
576
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
577
- },
578
- "heroes.dialogs.unsavedactions.saveandquit": {
579
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
580
- },
581
- "heroes.dialogs.deletehero.title": {
582
- "description": "- `0`: Name of the hero to delete",
583
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
584
- },
585
- "heroes.dialogs.deletehero.message": {
586
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
587
- },
588
- "heroes.dialogs.herocreation.title": {
589
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
590
- },
591
- "heroes.dialogs.herocreation.nameofhero": {
592
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
593
- },
594
- "heroes.dialogs.herocreation.sex.placeholder": {
595
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
596
- },
597
- "heroes.dialogs.herocreation.sex.male": {
598
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
599
- },
600
- "heroes.dialogs.herocreation.sex.female": {
601
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
602
- },
603
- "heroes.dialogs.herocreation.experiencelevel.placeholder": {
604
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
605
- },
606
- "heroes.dialogs.herocreation.startbtn": {
607
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
608
- },
609
- "wiki.chooseacategory": {
610
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
611
- },
612
- "wiki.chooseacategorytodisplayalist": {
613
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
614
- },
615
- "wiki.filters.races": {
616
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
617
- },
618
- "wiki.filters.cultures": {
619
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
620
- },
621
- "wiki.filters.professions": {
622
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
623
- },
624
- "wiki.filters.advantages": {
625
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
626
- },
627
- "wiki.filters.disadvantages": {
628
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
629
- },
630
- "wiki.filters.skills": {
631
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
632
- },
633
- "wiki.filters.skills.all": {
634
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
635
- },
636
- "wiki.filters.combattechniques": {
637
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
638
- },
639
- "wiki.filters.combattechniques.all": {
640
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
641
- },
642
- "wiki.filters.magic": {
643
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
644
- },
645
- "wiki.filters.magic.all": {
646
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
647
- },
648
- "wiki.filters.liturgicalchants": {
649
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
650
- },
651
- "wiki.filters.liturgicalchants.all": {
652
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
653
- },
654
- "wiki.filters.specialabilities": {
655
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
656
- },
657
- "wiki.filters.specialabilities.all": {
658
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
659
- },
660
- "wiki.filters.itemtemplates": {
661
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
662
- },
663
- "wiki.filters.itemtemplates.all": {
664
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
665
- },
666
- "Edit Name": {
667
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
668
- },
669
- "Change Name": {
670
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
671
- },
672
- "Edit Profession Name": {
673
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
674
- },
675
- "Change Profession Name": {
676
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
677
- },
678
- "Add AP": {
679
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
680
- },
681
- "Add Adventure Points": {
682
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
683
- },
684
- "How many Adventure Points do you want to add?": {
685
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
686
- },
687
- "Finish Character Creation": {
688
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
689
- },
690
- "Select New Avatar": {
691
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
692
- },
693
- "Delete Avatar": {
694
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
695
- },
696
- "profile.dialogs.changeheroavatar.title": {
697
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
698
- },
699
- "profile.dialogs.changeheroavatar.selectfilebtn": {
700
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
701
- },
702
- "profile.dialogs.changeheroavatar.imagefiletype": {
703
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
704
- },
705
- "profile.dialogs.changeheroavatar.invalidfilewarning": {
706
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
707
- },
708
- "Male": {
709
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
710
- },
711
- "Female": {
712
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
713
- },
714
- "Bal’Thani": {
715
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
716
- },
717
- "Tsajana": {
718
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
719
- },
720
- "Family": {
721
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
722
- },
723
- "Place of Birth": {
724
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
725
- },
726
- "Date of Birth": {
727
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
728
- },
729
- "Age": {
730
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
731
- },
732
- "Hair Color": {
733
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
734
- },
735
- "Eye Color": {
736
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
737
- },
738
- "Size": {
739
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
740
- },
741
- "Weight": {
742
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
743
- },
744
- "Title": {
745
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
746
- },
747
- "Social Status": {
748
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
749
- },
750
- "Characteristics": {
751
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
752
- },
753
- "Other Information": {
754
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
755
- },
756
- "Reroll Eye Color": {
757
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
758
- },
759
- "Reroll Hair Color": {
760
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
761
- },
762
- "Reroll Size": {
763
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
764
- },
765
- "Reroll Weight": {
766
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
767
- },
768
- "personaldata.cultureareaknowledge": {
769
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
770
- },
771
- "You can save up no more than 10 AP to use later during the game, and you cannot begin the game with a negative AP balance.": {
772
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
773
- },
774
- "sheets.printtopdfbtn": {
775
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
776
- },
777
- "sheets.dialogs.pdfexportsavelocation.title": {
778
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
779
- },
780
- "sheets.dialogs.pdfsaved": {
781
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
782
- },
783
- "sheets.dialogs.pdfsaveerror.title": {
784
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
785
- },
786
- "sheets.dialogs.pdfsaveerror.message": {
787
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
788
- },
789
- "sheets.dialogs.pdfcreationerror.title": {
790
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
791
- },
792
- "sheets.dialogs.pdfcreationerror.message": {
793
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
794
- },
795
- "sheets.showattributevalues": {
796
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
797
- },
798
- "sheets.useparchment": {
799
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
800
- },
801
- "sheets.zoomfactor": {
802
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
803
- },
804
- "sheets.charactersheet": {
805
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
806
- },
807
- "sheets.attributemodifiers.title": {
808
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
809
- },
810
- "sheets.mainsheet.title": {
811
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
812
- },
813
- "sheets.mainsheet.name": {
814
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
815
- },
816
- "sheets.mainsheet.family": {
817
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
818
- },
819
- "sheets.mainsheet.placeofbirth": {
820
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
821
- },
822
- "sheets.mainsheet.dateofbirth": {
823
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
824
- },
825
- "sheets.mainsheet.age": {
826
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
827
- },
828
- "sheets.mainsheet.sex": {
829
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
830
- },
831
- "sheets.mainsheet.race": {
832
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
833
- },
834
- "sheets.mainsheet.size": {
835
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
836
- },
837
- "sheets.mainsheet.weight": {
838
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
839
- },
840
- "sheets.mainsheet.haircolor": {
841
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
842
- },
843
- "sheets.mainsheet.eyecolor": {
844
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
845
- },
846
- "sheets.mainsheet.culture": {
847
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
848
- },
849
- "sheets.mainsheet.socialstatus": {
850
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
851
- },
852
- "sheets.mainsheet.profession": {
853
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
854
- },
855
- "sheets.mainsheet.rank": {
856
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
857
- },
858
- "sheets.mainsheet.characteristics": {
859
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
860
- },
861
- "sheets.mainsheet.otherinfo": {
862
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
863
- },
864
- "sheets.mainsheet.experiencelevellabel": {
865
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
866
- },
867
- "sheets.mainsheet.totalaplabel": {
868
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
869
- },
870
- "sheets.mainsheet.apcollectedlabel": {
871
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
872
- },
873
- "sheets.mainsheet.apspentlabel": {
874
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
875
- },
876
- "sheets.mainsheet.avatarlabel": {
877
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
878
- },
879
- "sheets.mainsheet.advantages": {
880
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
881
- },
882
- "sheets.mainsheet.disadvantages": {
883
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
884
- },
885
- "sheets.mainsheet.generalspecialabilites": {
886
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
887
- },
888
- "sheets.mainsheet.fatepoints": {
889
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
890
- },
891
- "sheets.mainsheet.derivedcharacteristics.labels.value": {
892
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
893
- },
894
- "sheets.mainsheet.derivedcharacteristics.labels.bonuspenalty": {
895
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
896
- },
897
- "sheets.mainsheet.derivedcharacteristics.labels.bonus": {
898
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
899
- },
900
- "sheets.mainsheet.derivedcharacteristics.labels.bought": {
901
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
902
- },
903
- "sheets.mainsheet.derivedcharacteristics.labels.max": {
904
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
905
- },
906
- "sheets.mainsheet.derivedcharacteristics.labels.current": {
907
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
908
- },
909
- "sheets.mainsheet.derivedcharacteristics.labels.basestat": {
910
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
911
- },
912
- "sheets.mainsheet.derivedcharacteristics.labels.permanentlylostboughtback": {
913
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
914
- },
915
- "sheets.gamestatssheet.title": {
916
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
917
- },
918
- "sheets.gamestatssheet.skillstable.title": {
919
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
920
- },
921
- "sheets.gamestatssheet.skillstable.labels.skill": {
922
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
923
- },
924
- "sheets.gamestatssheet.skillstable.labels.check": {
925
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
926
- },
927
- "sheets.gamestatssheet.skillstable.labels.encumbrance": {
928
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
929
- },
930
- "sheets.gamestatssheet.skillstable.labels.improvementcost": {
931
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
932
- },
933
- "sheets.gamestatssheet.skillstable.labels.skillrating": {
934
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
935
- },
936
- "sheets.gamestatssheet.skillstable.labels.routinechecks": {
937
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
938
- },
939
- "sheets.gamestatssheet.skillstable.labels.notes": {
940
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
941
- },
942
- "sheets.gamestatssheet.skillstable.encumbrance.yes": {
943
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
944
- },
945
- "sheets.gamestatssheet.skillstable.encumbrance.no": {
946
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
947
- },
948
- "sheets.gamestatssheet.skillstable.encumbrance.maybe": {
949
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
950
- },
951
- "sheets.gamestatssheet.skillstable.groups.pages": {
952
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
953
- },
954
- "sheets.gamestatssheet.languages.title": {
955
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
956
- },
957
- "sheets.gamestatssheet.languages.nativetongue": {
958
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
959
- },
960
- "sheets.gamestatssheet.knownscripts.title": {
961
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
962
- },
963
- "sheets.gamestatssheet.routinechecks.title": {
964
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
965
- },
966
- "sheets.gamestatssheet.routinechecks.textRow1": {
967
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
968
- },
969
- "sheets.gamestatssheet.routinechecks.textRow2": {
970
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
971
- },
972
- "sheets.gamestatssheet.routinechecks.textRow3": {
973
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
974
- },
975
- "sheets.gamestatssheet.routinechecks.textRow4": {
976
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
977
- },
978
- "sheets.gamestatssheet.routinechecks.labels.checkmod": {
979
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
980
- },
981
- "sheets.gamestatssheet.routinechecks.labels.neededsr": {
982
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
983
- },
984
- "sheets.gamestatssheet.routinechecks.from3on": {
985
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
986
- },
987
- "sheets.gamestatssheet.qualitylevels.title": {
988
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
989
- },
990
- "sheets.gamestatssheet.qualitylevels.labels.skillpoints": {
991
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
992
- },
993
- "sheets.gamestatssheet.qualitylevels.labels.qualitylevel": {
994
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
995
- },
996
- "sheets.combatsheet.title": {
997
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
998
- },
999
- "sheets.combatsheet.combattechniquestable.title": {
1000
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1001
- },
1002
- "sheets.combatsheet.combattechniquestable.labels.combattechnique": {
1003
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1004
- },
1005
- "sheets.combatsheet.combattechniquestable.labels.primaryattribute": {
1006
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1007
- },
1008
- "sheets.combatsheet.combattechniquestable.labels.improvementcost": {
1009
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1010
- },
1011
- "sheets.combatsheet.combattechniquestable.labels.combattechniquerating": {
1012
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1013
- },
1014
- "sheets.combatsheet.combattechniquestable.labels.attackrangecombat": {
1015
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1016
- },
1017
- "sheets.combatsheet.combattechniquestable.labels.parry": {
1018
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1019
- },
1020
- "sheets.combatsheet.lifepoints.title": {
1021
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1022
- },
1023
- "sheets.combatsheet.lifepoints.max": {
1024
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1025
- },
1026
- "sheets.combatsheet.lifepoints.current": {
1027
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1028
- },
1029
- "sheets.combatsheet.lifepoints.pain1": {
1030
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1031
- },
1032
- "sheets.combatsheet.lifepoints.pain2": {
1033
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1034
- },
1035
- "sheets.combatsheet.lifepoints.pain3": {
1036
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1037
- },
1038
- "sheets.combatsheet.lifepoints.pain4": {
1039
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1040
- },
1041
- "sheets.combatsheet.lifepoints.dying": {
1042
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1043
- },
1044
- "sheets.combatsheet.closecombatweapons": {
1045
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1046
- },
1047
- "sheets.combatsheet.closecombatweapons.labels.weapon": {
1048
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1049
- },
1050
- "sheets.combatsheet.closecombatweapons.labels.combattechnique": {
1051
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1052
- },
1053
- "sheets.combatsheet.closecombatweapons.labels.damagebonus": {
1054
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1055
- },
1056
- "sheets.combatsheet.closecombatweapons.labels.damagepoints": {
1057
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1058
- },
1059
- "sheets.combatsheet.closecombatweapons.labels.attackparrymodifier": {
1060
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1061
- },
1062
- "sheets.combatsheet.closecombatweapons.labels.reach": {
1063
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1064
- },
1065
- "sheets.combatsheet.closecombatweapons.labels.breakingpointrating": {
1066
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1067
- },
1068
- "sheets.combatsheet.closecombatweapons.labels.damaged": {
1069
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1070
- },
1071
- "sheets.combatsheet.closecombatweapons.labels.attack": {
1072
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1073
- },
1074
- "sheets.combatsheet.closecombatweapons.labels.parry": {
1075
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1076
- },
1077
- "sheets.combatsheet.closecombatweapons.labels.weight": {
1078
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1079
- },
1080
- "sheets.combatsheet.rangedcombatweapons": {
1081
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1082
- },
1083
- "sheets.combatsheet.rangedcombatweapons.labels.weapon": {
1084
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1085
- },
1086
- "sheets.combatsheet.rangedcombatweapons.labels.combattechnique": {
1087
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1088
- },
1089
- "sheets.combatsheet.rangedcombatweapons.labels.reloadtime": {
1090
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1091
- },
1092
- "sheets.combatsheet.rangedcombatweapons.labels.damagepoints": {
1093
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1094
- },
1095
- "sheets.combatsheet.rangedcombatweapons.labels.ammunition": {
1096
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1097
- },
1098
- "sheets.combatsheet.rangedcombatweapons.labels.rangebrackets": {
1099
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1100
- },
1101
- "sheets.combatsheet.rangedcombatweapons.labels.breakingpointrating": {
1102
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1103
- },
1104
- "sheets.combatsheet.rangedcombatweapons.labels.damaged": {
1105
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1106
- },
1107
- "sheets.combatsheet.rangedcombatweapons.labels.rangedcombat": {
1108
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1109
- },
1110
- "sheets.combatsheet.rangedcombatweapons.labels.weight": {
1111
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1112
- },
1113
- "sheets.combatsheet.armors.title": {
1114
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1115
- },
1116
- "sheets.combatsheet.armors.labels.armor": {
1117
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1118
- },
1119
- "sheets.combatsheet.armors.labels.sturdinessrating": {
1120
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1121
- },
1122
- "sheets.combatsheet.armors.labels.wear": {
1123
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1124
- },
1125
- "sheets.combatsheet.armors.labels.protection": {
1126
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1127
- },
1128
- "sheets.combatsheet.armors.labels.encumbrance": {
1129
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1130
- },
1131
- "sheets.combatsheet.armors.labels.movementinitiative": {
1132
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1133
- },
1134
- "sheets.combatsheet.armors.labels.carriedwhereexamples": {
1135
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1136
- },
1137
- "sheets.combatsheet.armors.labels.head": {
1138
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1139
- },
1140
- "sheets.combatsheet.armors.labels.torso": {
1141
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1142
- },
1143
- "sheets.combatsheet.armors.labels.leftarm": {
1144
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1145
- },
1146
- "sheets.combatsheet.armors.labels.rightarm": {
1147
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1148
- },
1149
- "sheets.combatsheet.armors.labels.leftleg": {
1150
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1151
- },
1152
- "sheets.combatsheet.armors.labels.rightleg": {
1153
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1154
- },
1155
- "sheets.combatsheet.armors.labels.weight": {
1156
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1157
- },
1158
- "sheets.combatsheet.shieldparryingweapon.title": {
1159
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1160
- },
1161
- "sheets.combatsheet.shieldparryingweapon.labels.shieldparryingweapon": {
1162
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1163
- },
1164
- "sheets.combatsheet.shieldparryingweapon.labels.structurepoints": {
1165
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1166
- },
1167
- "sheets.combatsheet.shieldparryingweapon.labels.breakingpointrating": {
1168
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1169
- },
1170
- "sheets.combatsheet.shieldparryingweapon.labels.damaged": {
1171
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1172
- },
1173
- "sheets.combatsheet.shieldparryingweapon.labels.attackparrymodifier": {
1174
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1175
- },
1176
- "sheets.combatsheet.shieldparryingweapon.labels.weight": {
1177
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1178
- },
1179
- "sheets.combatsheet.actions": {
1180
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1181
- },
1182
- "sheets.combatsheet.combatspecialabilities": {
1183
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1184
- },
1185
- "sheets.combatsheet.conditions": {
1186
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1187
- },
1188
- "sheets.combatsheet.states": {
1189
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1190
- },
1191
- "sheets.belongingssheet.title": {
1192
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1193
- },
1194
- "sheets.belongingssheet.equipmenttable.title": {
1195
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1196
- },
1197
- "sheets.belongingssheet.equipmenttable.labels.item": {
1198
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1199
- },
1200
- "sheets.belongingssheet.equipmenttable.labels.number": {
1201
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1202
- },
1203
- "sheets.belongingssheet.equipmenttable.labels.price": {
1204
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1205
- },
1206
- "sheets.belongingssheet.equipmenttable.labels.weight": {
1207
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1208
- },
1209
- "sheets.belongingssheet.equipmenttable.labels.carriedwhere": {
1210
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1211
- },
1212
- "sheets.belongingssheet.equipmenttable.labels.total": {
1213
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1214
- },
1215
- "sheets.belongingssheet.purse.title": {
1216
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1217
- },
1218
- "sheets.belongingssheet.purse.ducats": {
1219
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1220
- },
1221
- "sheets.belongingssheet.purse.silverthalers": {
1222
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1223
- },
1224
- "sheets.belongingssheet.purse.halers": {
1225
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1226
- },
1227
- "sheets.belongingssheet.purse.kreutzers": {
1228
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1229
- },
1230
- "sheets.belongingssheet.purse.gems": {
1231
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1232
- },
1233
- "sheets.belongingssheet.purse.jewelry": {
1234
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1235
- },
1236
- "sheets.belongingssheet.purse.other": {
1237
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1238
- },
1239
- "sheets.belongingssheet.carryingcapacity.title": {
1240
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1241
- },
1242
- "sheets.belongingssheet.carryingcapacity.calc": {
1243
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1244
- },
1245
- "sheets.belongingssheet.carryingcapacity.label": {
1246
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1247
- },
1248
- "sheets.belongingssheet.animal.title": {
1249
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1250
- },
1251
- "sheets.belongingssheet.animal.name": {
1252
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1253
- },
1254
- "sheets.belongingssheet.animal.sizecategory": {
1255
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1256
- },
1257
- "sheets.belongingssheet.animal.type": {
1258
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1259
- },
1260
- "sheets.belongingssheet.animal.ap": {
1261
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1262
- },
1263
- "sheets.belongingssheet.animal.protection": {
1264
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1265
- },
1266
- "sheets.belongingssheet.animal.attackname": {
1267
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1268
- },
1269
- "sheets.belongingssheet.animal.attack": {
1270
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1271
- },
1272
- "sheets.belongingssheet.animal.parry": {
1273
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1274
- },
1275
- "sheets.belongingssheet.animal.damagepoints": {
1276
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1277
- },
1278
- "sheets.belongingssheet.animal.reach": {
1279
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1280
- },
1281
- "sheets.belongingssheet.animal.actions": {
1282
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1283
- },
1284
- "sheets.belongingssheet.animal.skills": {
1285
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1286
- },
1287
- "sheets.belongingssheet.animal.specialabilities": {
1288
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1289
- },
1290
- "sheets.belongingssheet.animal.notes": {
1291
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1292
- },
1293
- "sheets.spellssheet.title": {
1294
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1295
- },
1296
- "sheets.spellssheet.header.labels.aemax": {
1297
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1298
- },
1299
- "sheets.spellssheet.header.labels.aecurrent": {
1300
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1301
- },
1302
- "sheets.spellssheet.spellstable.title": {
1303
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1304
- },
1305
- "sheets.spellssheet.spellstable.labels.spellorritual": {
1306
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1307
- },
1308
- "sheets.spellssheet.spellstable.labels.check": {
1309
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1310
- },
1311
- "sheets.spellssheet.spellstable.labels.skillrating": {
1312
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1313
- },
1314
- "sheets.spellssheet.spellstable.labels.cost": {
1315
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1316
- },
1317
- "sheets.spellssheet.spellstable.labels.castingtime": {
1318
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1319
- },
1320
- "sheets.spellssheet.spellstable.labels.range": {
1321
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1322
- },
1323
- "sheets.spellssheet.spellstable.labels.duration": {
1324
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1325
- },
1326
- "sheets.spellssheet.spellstable.labels.property": {
1327
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1328
- },
1329
- "sheets.spellssheet.spellstable.labels.improvementcost": {
1330
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1331
- },
1332
- "sheets.spellssheet.spellstable.labels.effect": {
1333
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1334
- },
1335
- "sheets.spellssheet.spellstable.labels.pages": {
1336
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1337
- },
1338
- "sheets.spellssheet.spellstable.unfamiliarspell": {
1339
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1340
- },
1341
- "sheets.spellssheet.primaryattribute": {
1342
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1343
- },
1344
- "sheets.spellssheet.properties": {
1345
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1346
- },
1347
- "sheets.spellssheet.tradition": {
1348
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1349
- },
1350
- "sheets.spellssheet.magicalspecialabilities": {
1351
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1352
- },
1353
- "sheets.spellssheet.cantrips": {
1354
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1355
- },
1356
- "sheets.chantssheet.title": {
1357
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1358
- },
1359
- "sheets.chantssheet.header.labels.kpmax": {
1360
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1361
- },
1362
- "sheets.chantssheet.header.labels.kpcurrent": {
1363
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1364
- },
1365
- "sheets.chantssheet.chantstable.title": {
1366
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1367
- },
1368
- "sheets.chantssheet.chantstable.labels.chant": {
1369
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1370
- },
1371
- "sheets.chantssheet.chantstable.labels.check": {
1372
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1373
- },
1374
- "sheets.chantssheet.chantstable.labels.skillrating": {
1375
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1376
- },
1377
- "sheets.chantssheet.chantstable.labels.cost": {
1378
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1379
- },
1380
- "sheets.chantssheet.chantstable.labels.castingtime": {
1381
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1382
- },
1383
- "sheets.chantssheet.chantstable.labels.range": {
1384
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1385
- },
1386
- "sheets.chantssheet.chantstable.labels.duration": {
1387
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1388
- },
1389
- "sheets.chantssheet.chantstable.labels.aspect": {
1390
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1391
- },
1392
- "sheets.chantssheet.chantstable.labels.improvementcost": {
1393
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1394
- },
1395
- "sheets.chantssheet.chantstable.labels.effect": {
1396
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1397
- },
1398
- "sheets.chantssheet.chantstable.labels.pages": {
1399
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1400
- },
1401
- "sheets.chantssheet.primaryattribute": {
1402
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1403
- },
1404
- "sheets.chantssheet.aspects": {
1405
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1406
- },
1407
- "sheets.chantssheet.tradition": {
1408
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1409
- },
1410
- "sheets.chantssheet.blessedspecialabilities": {
1411
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1412
- },
1413
- "sheets.chantssheet.blessings": {
1414
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1415
- },
1416
- "pacts.pactcategory": {
1417
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1418
- },
1419
- "pacts.nopact": {
1420
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1421
- },
1422
- "pacts.pactlevel": {
1423
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1424
- },
1425
- "pacts.fairytype": {
1426
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1427
- },
1428
- "pacts.domain": {
1429
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1430
- },
1431
- "pacts.userdefined": {
1432
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1433
- },
1434
- "pacts.demontype": {
1435
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1436
- },
1437
- "pacts.circleofdamnation": {
1438
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1439
- },
1440
- "pacts.minorpact": {
1441
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1442
- },
1443
- "pacts.pactisincompletehint": {
1444
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1445
- },
1446
- "pacts.name": {
1447
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1448
- },
1449
- "Rule Sources": {
1450
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1451
- },
1452
- "Use all publications": {
1453
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1454
- },
1455
- "Focus Rules": {
1456
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1457
- },
1458
- "Optional Rules": {
1459
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1460
- },
1461
- "rules.manualherodatarepair": {
1462
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1463
- },
1464
- "rules.manualherodatarepairexplanation": {
1465
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1466
- },
1467
- "inlinewiki.complementarysources": {
1468
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1469
- },
1470
- "race.header.name": {
1471
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1472
- },
1473
- "race.header.adventurepoints": {
1474
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1475
- },
1476
- "race.header.adventurepoints.tooltip": {
1477
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1478
- },
1479
- "inlinewiki.apvalue": {
1480
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1481
- },
1482
- "inlinewiki.adventurepoints": {
1483
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1484
- },
1485
- "inlinewiki.lifepointbasevalue": {
1486
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1487
- },
1488
- "inlinewiki.spiritbasevalue": {
1489
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1490
- },
1491
- "inlinewiki.toughnessbasevalue": {
1492
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1493
- },
1494
- "inlinewiki.movementbasevalue": {
1495
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1496
- },
1497
- "inlinewiki.attributeadjustments": {
1498
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1499
- },
1500
- "inlinewiki.automaticadvantages": {
1501
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1502
- },
1503
- "inlinewiki.stronglyrecommendedadvantages": {
1504
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1505
- },
1506
- "inlinewiki.stronglyrecommendeddisadvantages": {
1507
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1508
- },
1509
- "inlinewiki.commoncultures": {
1510
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1511
- },
1512
- "inlinewiki.commonadvantages": {
1513
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1514
- },
1515
- "inlinewiki.commondisadvantages": {
1516
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1517
- },
1518
- "inlinewiki.uncommonadvantages": {
1519
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1520
- },
1521
- "inlinewiki.uncommondisadvantages": {
1522
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1523
- },
1524
- "culture.filters.common.allcultures": {
1525
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1526
- },
1527
- "culture.filters.common.commoncultures": {
1528
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1529
- },
1530
- "culture.header.name": {
1531
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1532
- },
1533
- "inlinewiki.language": {
1534
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1535
- },
1536
- "inlinewiki.script": {
1537
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1538
- },
1539
- "inlinewiki.areaknowledge": {
1540
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1541
- },
1542
- "inlinewiki.socialstatus": {
1543
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1544
- },
1545
- "inlinewiki.commonprofessions": {
1546
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1547
- },
1548
- "inlinewiki.commonprofessions.mundane": {
1549
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1550
- },
1551
- "inlinewiki.commonprofessions.magic": {
1552
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1553
- },
1554
- "inlinewiki.commonprofessions.blessed": {
1555
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1556
- },
1557
- "inlinewiki.commonskills": {
1558
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1559
- },
1560
- "inlinewiki.uncommonskills": {
1561
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1562
- },
1563
- "inlinewiki.commonnames": {
1564
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1565
- },
1566
- "inlinewiki.culturalpackage": {
1567
- "description": "- `0`: Name of cultural package\n- `1`: AP cost of the cultural package",
1568
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1569
- },
1570
- "profession.ownprofession": {
1571
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1572
- },
1573
- "profession.variants.novariant": {
1574
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1575
- },
1576
- "profession.filters.common.allprofessions": {
1577
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1578
- },
1579
- "profession.filters.common.commonprofessions": {
1580
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1581
- },
1582
- "profession.filters.groups.allprofessiongroups": {
1583
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1584
- },
1585
- "profession.filters.groups.mundaneprofessions": {
1586
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1587
- },
1588
- "profession.filters.groups.magicalprofessions": {
1589
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1590
- },
1591
- "profession.filters.groups.blessedprofessions": {
1592
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1593
- },
1594
- "profession.header.name": {
1595
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1596
- },
1597
- "profession.header.adventurepoints": {
1598
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1599
- },
1600
- "profession.header.adventurepoints.tooltip": {
1601
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1602
- },
1603
- "inlinewiki.prerequisites": {
1604
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1605
- },
1606
- "inlinewiki.race": {
1607
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1608
- },
1609
- "inlinewiki.specialabilities": {
1610
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1611
- },
1612
- "inlinewiki.languagesandliteracytotalingap": {
1613
- "description": "- `0`: AP given",
1614
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1615
- },
1616
- "inlinewiki.skillspecialization": {
1617
- "description": "- `0`: Skill name(s)",
1618
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1619
- },
1620
- "inlinewiki.skillsselection": {
1621
- "description": "- `0`: AP given\n- `1`: Skill group",
1622
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1623
- },
1624
- "inlinewiki.combattechniques": {
1625
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1626
- },
1627
- "inlinewiki.combattechniqueselection": {
1628
- "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",
1629
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1630
- },
1631
- "inlinewiki.combattechnique.one": {
1632
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1633
- },
1634
- "inlinewiki.combattechnique.two": {
1635
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1636
- },
1637
- "inlinewiki.combattechniquesecondselection": {
1638
- "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",
1639
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1640
- },
1641
- "inlinewiki.skills": {
1642
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1643
- },
1644
- "inlinewiki.spells": {
1645
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1646
- },
1647
- "inlinewiki.cursestotalingap": {
1648
- "description": "- `0`: AP given",
1649
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1650
- },
1651
- "inlinewiki.cantripsfromlist": {
1652
- "description": "- `0`: Amount of cantrips to choose\n- `1`: List of possible cantrips",
1653
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1654
- },
1655
- "inlinewiki.cantrip.one": {
1656
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1657
- },
1658
- "inlinewiki.cantrip.two": {
1659
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1660
- },
1661
- "inlinewiki.liturgicalchants": {
1662
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1663
- },
1664
- "inlinewiki.thetwelveblessings": {
1665
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1666
- },
1667
- "inlinewiki.thetwelveblessingsexceptions": {
1668
- "description": "- `0`: name of first excluded blessing\n- `1`: name of second excluded blessing\n- `2`: name of third excluded blessing",
1669
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1670
- },
1671
- "inlinewiki.sixblessings": {
1672
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1673
- },
1674
- "inlinewiki.suggestedadvantages": {
1675
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1676
- },
1677
- "inlinewiki.suggesteddisadvantages": {
1678
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1679
- },
1680
- "inlinewiki.unsuitableadvantages": {
1681
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1682
- },
1683
- "inlinewiki.unsuitabledisadvantages": {
1684
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1685
- },
1686
- "inlinewiki.variants": {
1687
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1688
- },
1689
- "inlinewiki.insteadof": {
1690
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1691
- },
1692
- "rcpselectoptions.race": {
1693
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1694
- },
1695
- "rcpselectoptions.culture": {
1696
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1697
- },
1698
- "rcpselectoptions.profession": {
1699
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1700
- },
1701
- "rcpselectoptions.cantripsfromlist": {
1702
- "description": "- `0`: Amount of cantrips to choose",
1703
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1704
- },
1705
- "rcpselectoptions.cantrip.one": {
1706
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1707
- },
1708
- "rcpselectoptions.cantrip.two": {
1709
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1710
- },
1711
- "rcpselectoptions.combattechniqueselection": {
1712
- "description": "- `0`: Amount of combat techniques to choose\n- `1`: CtR of the selected combat techniques after application",
1713
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1714
- },
1715
- "rcpselectoptions.combattechnique.one": {
1716
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1717
- },
1718
- "rcpselectoptions.combattechnique.two": {
1719
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1720
- },
1721
- "rcpselectoptions.selectattributeadjustment": {
1722
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1723
- },
1724
- "rcpselectoptions.buyculturalpackage": {
1725
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1726
- },
1727
- "rcpselectoptions.nativetongue.placeholder": {
1728
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1729
- },
1730
- "rcpselectoptions.buyscript": {
1731
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1732
- },
1733
- "rcpselectoptions.script.placeholder": {
1734
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1735
- },
1736
- "rcpselectoptions.combattechniquesecondselection": {
1737
- "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",
1738
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1739
- },
1740
- "rcpselectoptions.cursestotalingapleft": {
1741
- "description": "- `0`: AP given\n- `1`: AP left",
1742
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1743
- },
1744
- "rcpselectoptions.languagesandliteracytotalingapleft": {
1745
- "description": "- `0`: AP given\n- `1`: AP left",
1746
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1747
- },
1748
- "rcpselectoptions.applicationforskillspecialization": {
1749
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1750
- },
1751
- "rcpselectoptions.skillselectionap": {
1752
- "description": "- `0`: Skill group\n- `1`: AP given\n- `2`: AP left",
1753
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1754
- },
1755
- "rcpselectoptions.skillspecialization": {
1756
- "description": "- `0`: Skill name(s)",
1757
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1758
- },
1759
- "rcpselectoptions.completebtn": {
1760
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1761
- },
1762
- "rcpselectoptions.unfamiliarspells": {
1763
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1764
- },
1765
- "rcpselectoptions.unfamiliarspellselectionfortraditionguildmage": {
1766
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1767
- },
1768
- "rcpselectoptions.unfamiliarspell.placeholder": {
1769
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1770
- },
1771
- "rcpselectoptions.unfamiliarspell": {
1772
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1773
- },
1774
- "Total Points": {
1775
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1776
- },
1777
- "Increment": {
1778
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1779
- },
1780
- "Decrement": {
1781
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1782
- },
1783
- "Activate": {
1784
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1785
- },
1786
- "Attribute Adjustment Selection": {
1787
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1788
- },
1789
- "Modifier": {
1790
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1791
- },
1792
- "Bought": {
1793
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1794
- },
1795
- "Lost Total": {
1796
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1797
- },
1798
- "Bought Back": {
1799
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1800
- },
1801
- "Buy Back Permanently Lost Point": {
1802
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1803
- },
1804
- "Permanently Lost Life Points": {
1805
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1806
- },
1807
- "pLP": {
1808
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1809
- },
1810
- "Permanently Lost Arcane Energy": {
1811
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1812
- },
1813
- "pAE": {
1814
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1815
- },
1816
- "Permanently Lost Karma Points": {
1817
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1818
- },
1819
- "pKP": {
1820
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1821
- },
1822
- "Loose Permanent Points": {
1823
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1824
- },
1825
- "How many points do you want to remove?": {
1826
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1827
- },
1828
- "Remove": {
1829
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1830
- },
1831
- "Permanently Spent": {
1832
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1833
- },
1834
- "Common Advantages": {
1835
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1836
- },
1837
- "Common Disadvantages": {
1838
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1839
- },
1840
- "Custom AP Cost": {
1841
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1842
- },
1843
- "AP Cost for {0}": {
1844
- "description": "- `0`: Entry name",
1845
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1846
- },
1847
- "Custom option": {
1848
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1849
- },
1850
- "specialabilities.nativetonguelevel": {
1851
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1852
- },
1853
- "Advanced Combat Special Abilities": {
1854
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1855
- },
1856
- "Advanced Karma Special Abilities": {
1857
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1858
- },
1859
- "Advanced Magical Special Abilities": {
1860
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1861
- },
1862
- "Advanced Skill Special Abilities": {
1863
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1864
- },
1865
- "Ancestor Glyphs": {
1866
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1867
- },
1868
- "Arcane Orb Enchantments": {
1869
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1870
- },
1871
- "Attire Enchantments": {
1872
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1873
- },
1874
- "Blessed Traditions": {
1875
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1876
- },
1877
- "Bowl Enchantments": {
1878
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1879
- },
1880
- "Brawling Special Abilities": {
1881
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1882
- },
1883
- "Cauldron Enchantments": {
1884
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1885
- },
1886
- "Ceremonial Item Special Abilities": {
1887
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1888
- },
1889
- "Chronicle Enchantments": {
1890
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1891
- },
1892
- "Combat Special Abilities": {
1893
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1894
- },
1895
- "Combat Style Special Abilities": {
1896
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1897
- },
1898
- "Command Special Abilities": {
1899
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1900
- },
1901
- "Dagger Rituals": {
1902
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1903
- },
1904
- "Familiar Special Abilities": {
1905
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1906
- },
1907
- "Fate Point Sex Special Abilities": {
1908
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1909
- },
1910
- "Fate Point Special Abilities": {
1911
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1912
- },
1913
- "Fools Hat Enchantments": {
1914
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1915
- },
1916
- "General Special Abilities": {
1917
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1918
- },
1919
- "Instrument Enchantments": {
1920
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1921
- },
1922
- "Karma Special Abilities": {
1923
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1924
- },
1925
- "Krallenkettenzauber": {
1926
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1927
- },
1928
- "Liturgical Style Special Abilities": {
1929
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1930
- },
1931
- "Lycantropic Gifts": {
1932
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1933
- },
1934
- "Magical Signs": {
1935
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1936
- },
1937
- "Magical Special Abilities": {
1938
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1939
- },
1940
- "Magical Traditions": {
1941
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1942
- },
1943
- "Magic Style Special Abilities": {
1944
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1945
- },
1946
- "Orb Enchantments": {
1947
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1948
- },
1949
- "Pact Gifts": {
1950
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1951
- },
1952
- "Protective/Warding Circle Special Abilities": {
1953
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1954
- },
1955
- "Ring Enchantments": {
1956
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1957
- },
1958
- "Sermons": {
1959
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1960
- },
1961
- "Sex Special Abilities": {
1962
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1963
- },
1964
- "Sickle Rituals": {
1965
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1966
- },
1967
- "Sikaryan Drain Special Abilities": {
1968
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1969
- },
1970
- "Skill Style Special Abilities": {
1971
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1972
- },
1973
- "Spell Sword Enchantments": {
1974
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1975
- },
1976
- "Staff Enchantments": {
1977
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1978
- },
1979
- "Toy Enchantments": {
1980
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1981
- },
1982
- "Trinkhornzauber": {
1983
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1984
- },
1985
- "Vampiric Gifts": {
1986
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1987
- },
1988
- "Visions": {
1989
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1990
- },
1991
- "Wand Enchantments": {
1992
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1993
- },
1994
- "Weapon Enchantments": {
1995
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1996
- },
1997
- "inlinewiki.rule": {
1998
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1999
- },
2000
- "inlinewiki.effect": {
2001
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2002
- },
2003
- "inlinewiki.extendedcombatspecialabilities": {
2004
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2005
- },
2006
- "inlinewiki.extendedmagicalspecialabilities": {
2007
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2008
- },
2009
- "inlinewiki.extendedblessedspecialabilities": {
2010
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2011
- },
2012
- "inlinewiki.extendedskillspecialabilities": {
2013
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2014
- },
2015
- "inlinewiki.penalty": {
2016
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2017
- },
2018
- "inlinewiki.level": {
2019
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2020
- },
2021
- "inlinewiki.perlevel": {
2022
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2023
- },
2024
- "inlinewiki.volume": {
2025
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2026
- },
2027
- "inlinewiki.aspect": {
2028
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2029
- },
2030
- "inlinewiki.bindingcost": {
2031
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2032
- },
2033
- "inlinewiki.protectivecircle": {
2034
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2035
- },
2036
- "inlinewiki.wardingcircle": {
2037
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2038
- },
2039
- "inlinewiki.actions": {
2040
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2041
- },
2042
- "inlinewiki.racecultureorprofessionrequiresautomaticorsuggested": {
2043
- "description": "- `0`: Entry name\n- `1`: category (advantage, disadvantage, …)",
2044
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2045
- },
2046
- "inlinewiki.advantage": {
2047
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2048
- },
2049
- "inlinewiki.disadvantage": {
2050
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2051
- },
2052
- "inlinewiki.primaryattributeofthetradition": {
2053
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2054
- },
2055
- "inlinewiki.knowledgeofspell": {
2056
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2057
- },
2058
- "inlinewiki.knowledgeofliturgicalchant": {
2059
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2060
- },
2061
- "inlinewiki.appropriatecombatstylespecialability": {
2062
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2063
- },
2064
- "inlinewiki.appropriatemagicalstylespecialability": {
2065
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2066
- },
2067
- "inlinewiki.appropriateblessedstylespecialability": {
2068
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2069
- },
2070
- "inlinewiki.appropriateskillstylespecialability": {
2071
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2072
- },
2073
- "inlinewiki.sex": {
2074
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2075
- },
2076
- "inlinewiki.sex.male": {
2077
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2078
- },
2079
- "inlinewiki.sex.female": {
2080
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2081
- },
2082
- "inlinewiki.combattechniques.groups.all": {
2083
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2084
- },
2085
- "inlinewiki.combattechniques.groups.allmeleecombattechniques": {
2086
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2087
- },
2088
- "inlinewiki.combattechniques.groups.allrangedcombattechniques": {
2089
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2090
- },
2091
- "inlinewiki.combattechniques.groups.allmeleecombattechniqueswithparry": {
2092
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2093
- },
2094
- "inlinewiki.combattechniques.groups.allmeleecombattechniquesforonehandedweapons": {
2095
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2096
- },
2097
- "inlinewiki.socialstatusxorhigher": {
2098
- "description": "- `0`: Minimum social status",
2099
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2100
- },
2101
- "Common Skills": {
2102
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2103
- },
2104
- "SR": {
2105
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2106
- },
2107
- "Skill Rating": {
2108
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2109
- },
2110
- "IC": {
2111
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2112
- },
2113
- "New Applications": {
2114
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2115
- },
2116
- "Uses": {
2117
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2118
- },
2119
- "Strongly Recommended": {
2120
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2121
- },
2122
- "Common": {
2123
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2124
- },
2125
- "Uncommon": {
2126
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2127
- },
2128
- "Unfamiliar Spells": {
2129
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2130
- },
2131
- "CTR": {
2132
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2133
- },
2134
- "Combat Technique Rating": {
2135
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2136
- },
2137
- "P": {
2138
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2139
- },
2140
- "Primary Attribute(s)": {
2141
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2142
- },
2143
- "AT": {
2144
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2145
- },
2146
- "Attack": {
2147
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2148
- },
2149
- "PA": {
2150
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2151
- },
2152
- "Parry": {
2153
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2154
- },
2155
- "Close Combat": {
2156
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2157
- },
2158
- "Ranged Combat": {
2159
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2160
- },
2161
- "Special": {
2162
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2163
- },
2164
- "Primary Attribute": {
2165
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2166
- },
2167
- "Cantrips": {
2168
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2169
- },
2170
- "Rituals": {
2171
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2172
- },
2173
- "Curses": {
2174
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2175
- },
2176
- "Elven Magical Songs": {
2177
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2178
- },
2179
- "Domination Rituals": {
2180
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2181
- },
2182
- "Magical Dances": {
2183
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2184
- },
2185
- "Magical Melodies": {
2186
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2187
- },
2188
- "Jester Tricks": {
2189
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2190
- },
2191
- "Animist Powers": {
2192
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2193
- },
2194
- "Geode Rituals": {
2195
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2196
- },
2197
- "Zibilja Rituals": {
2198
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2199
- },
2200
- "Mod": {
2201
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2202
- },
2203
- "Check Modifier": {
2204
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2205
- },
2206
- "spells.traditions.general": {
2207
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2208
- },
2209
- "magicalactions.animistforces.tribes.general": {
2210
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2211
- },
2212
- " (modified by {0})": {
2213
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2214
- },
2215
- " (− {0})": {
2216
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2217
- },
2218
- "{0} or {1}, depending on which value is higher": {
2219
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2220
- },
2221
- "Invocation Difficulty": {
2222
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2223
- },
2224
- "ID": {
2225
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2226
- },
2227
- "Creation Difficulty": {
2228
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2229
- },
2230
- "CD": {
2231
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2232
- },
2233
- "Effect": {
2234
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2235
- },
2236
- "Casting Time": {
2237
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2238
- },
2239
- "Ritual Time": {
2240
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2241
- },
2242
- "Liturgical Time": {
2243
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2244
- },
2245
- "Ceremonial Time": {
2246
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2247
- },
2248
- "AE Cost": {
2249
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2250
- },
2251
- "KP Cost": {
2252
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2253
- },
2254
- "Range": {
2255
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2256
- },
2257
- "Duration": {
2258
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2259
- },
2260
- "Target Category": {
2261
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2262
- },
2263
- "Traditions": {
2264
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2265
- },
2266
- " (you cannot use a modification on this spell’s casting time)": {
2267
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2268
- },
2269
- " (you cannot use a modification on this spell’s cost)": {
2270
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2271
- },
2272
- " (you cannot use a modification on this spell’s range)": {
2273
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2274
- },
2275
- " (you cannot use a modification on this ritual’s ritual time)": {
2276
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2277
- },
2278
- " (you cannot use a modification on this ritual’s cost)": {
2279
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2280
- },
2281
- " (you cannot use a modification on this ritual’s range)": {
2282
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2283
- },
2284
- " (you cannot use a modification on this chant’s liturgical time)": {
2285
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2286
- },
2287
- " (you cannot use a modification on this chant’s cost)": {
2288
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2289
- },
2290
- " (you cannot use a modification on this chant’s range)": {
2291
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2292
- },
2293
- " (you cannot use a modification on this ceremony’s ceremonial time)": {
2294
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2295
- },
2296
- " (you cannot use a modification on this ceremony’s cost)": {
2297
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2298
- },
2299
- " (you cannot use a modification on this ceremony’s range)": {
2300
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2301
- },
2302
- " (cannot modify)": {
2303
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2304
- },
2305
- "{0} act": {
2306
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2307
- },
2308
- "act": {
2309
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2310
- },
2311
- "{0} actions": {
2312
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2313
- },
2314
- "actions": {
2315
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2316
- },
2317
- "{0} s": {
2318
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2319
- },
2320
- "s": {
2321
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2322
- },
2323
- "{0} seconds": {
2324
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2325
- },
2326
- "seconds": {
2327
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2328
- },
2329
- "{0} min": {
2330
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2331
- },
2332
- "min": {
2333
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2334
- },
2335
- "{0} minutes": {
2336
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2337
- },
2338
- "minutes": {
2339
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2340
- },
2341
- "{0} h": {
2342
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2343
- },
2344
- "h": {
2345
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2346
- },
2347
- "{0} hours": {
2348
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2349
- },
2350
- "hours": {
2351
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2352
- },
2353
- "{0} d": {
2354
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2355
- },
2356
- "d": {
2357
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2358
- },
2359
- "{0} days": {
2360
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2361
- },
2362
- "days": {
2363
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2364
- },
2365
- "{0} wks.": {
2366
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2367
- },
2368
- "wks.": {
2369
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2370
- },
2371
- "{0} weeks": {
2372
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2373
- },
2374
- "weeks": {
2375
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2376
- },
2377
- "{0} mos.": {
2378
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2379
- },
2380
- "mos.": {
2381
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2382
- },
2383
- "{0} months": {
2384
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2385
- },
2386
- "months": {
2387
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2388
- },
2389
- "{0} yrs.": {
2390
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2391
- },
2392
- "yrs.": {
2393
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2394
- },
2395
- "{0} years": {
2396
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2397
- },
2398
- "years": {
2399
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2400
- },
2401
- "{0} cent.": {
2402
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2403
- },
2404
- "cent.": {
2405
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2406
- },
2407
- "{0} centuries": {
2408
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2409
- },
2410
- "centuries": {
2411
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2412
- },
2413
- "{0} SA": {
2414
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2415
- },
2416
- "{0} seduction actions": {
2417
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2418
- },
2419
- "{0} rnds": {
2420
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2421
- },
2422
- "{0} rounds": {
2423
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2424
- },
2425
- "{0} CR": {
2426
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2427
- },
2428
- "CR": {
2429
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2430
- },
2431
- "{0} combat rounds": {
2432
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2433
- },
2434
- "combat rounds": {
2435
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2436
- },
2437
- "{0} AE": {
2438
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2439
- },
2440
- "{0} KP": {
2441
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2442
- },
2443
- "min. ": {
2444
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2445
- },
2446
- "at least ": {
2447
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2448
- },
2449
- "min. {0}": {
2450
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2451
- },
2452
- "at least {0}": {
2453
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2454
- },
2455
- "/{0}": {
2456
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2457
- },
2458
- " per {0}": {
2459
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2460
- },
2461
- ", minimum of {0}": {
2462
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2463
- },
2464
- " ({0} perm.)": {
2465
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2466
- },
2467
- ", {0} of which are permanent": {
2468
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2469
- },
2470
- "half of the activation cost": {
2471
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2472
- },
2473
- " and ": {
2474
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2475
- },
2476
- " + ": {
2477
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2478
- },
2479
- " or ": {
2480
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2481
- },
2482
- " / ": {
2483
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2484
- },
2485
- " for ": {
2486
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2487
- },
2488
- " (no more than {0})": {
2489
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2490
- },
2491
- " (max. {0})": {
2492
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2493
- },
2494
- "no more than {0}": {
2495
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2496
- },
2497
- "max. {0}": {
2498
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2499
- },
2500
- "Immediate": {
2501
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2502
- },
2503
- "Permanent": {
2504
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2505
- },
2506
- "no more than ": {
2507
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2508
- },
2509
- "max. ": {
2510
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2511
- },
2512
- "Quality Levels": {
2513
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2514
- },
2515
- "QL": {
2516
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2517
- },
2518
- "QL {0}": {
2519
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2520
- },
2521
- "Skill Points": {
2522
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2523
- },
2524
- "SP": {
2525
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2526
- },
2527
- "Sustained": {
2528
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2529
- },
2530
- "(S)": {
2531
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2532
- },
2533
- "{0} yards": {
2534
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2535
- },
2536
- "{0} yd": {
2537
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2538
- },
2539
- "{0} miles": {
2540
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
2541
- },
2542
- "{0} mi.": {
2543
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2544
- },
2545
- "Sight": {
2546
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2547
- },
2548
- "Self": {
2549
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2550
- },
2551
- "Global": {
2552
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2553
- },
2554
- "Touch": {
2555
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2556
- },
2557
- "Radius": {
2558
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2559
- },
2560
- " (casting)": {
2561
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2562
- },
2563
- "Zone": {
2564
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2565
- },
2566
- "Liturgical Chants and Ceremonies": {
2567
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2568
- },
2569
- "General": {
2570
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2571
- },
2572
- "Note": {
2573
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2574
- },
2575
- "all": {
2576
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2577
- },
2578
- "none": {
2579
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2580
- },
2581
- "State": {
2582
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2583
- },
2584
- "Social Status {0} or higher": {
2585
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2586
- },
2587
- "Person with {0}": {
2588
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2589
- },
2590
- "Penis": {
2591
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2592
- },
2593
- "Vagina": {
2594
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2595
- },
2596
- "the SR for {0} combined must add up to at least {1}": {
2597
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2598
- },
2599
- "{0} on at least SR {1}: {2}": {
2600
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2601
- },
2602
- "{0} arcane works with the property {1} at SR {2} or higher": {
2603
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2604
- },
2605
- "{0} liturgical chants and ceremonies with the aspect {1} at SR {2} or higher": {
2606
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2607
- },
2608
- "one of the following skills": {
2609
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2610
- },
2611
- "two of the following skills": {
2612
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2613
- },
2614
- "three of the following skills": {
2615
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2616
- },
2617
- "four of the following skills": {
2618
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2619
- },
2620
- "five of the following skills": {
2621
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2622
- },
2623
- "six of the following skills": {
2624
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2625
- },
2626
- "seven of the following skills": {
2627
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2628
- },
2629
- "eight of the following skills": {
2630
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2631
- },
2632
- "nine of the following skills": {
2633
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2634
- },
2635
- "{0} of the following skills": {
2636
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2637
- },
2638
- "one combat technique": {
2639
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2640
- },
2641
- "two combat techniques": {
2642
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2643
- },
2644
- "three combat techniques": {
2645
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2646
- },
2647
- "four combat techniques": {
2648
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2649
- },
2650
- "five combat techniques": {
2651
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2652
- },
2653
- "six combat techniques": {
2654
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2655
- },
2656
- "seven combat techniques": {
2657
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2658
- },
2659
- "eight combat techniques": {
2660
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2661
- },
2662
- "nine combat techniques": {
2663
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2664
- },
2665
- "{0} combat techniques": {
2666
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2667
- },
2668
- "one close combat technique": {
2669
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2670
- },
2671
- "two close combat techniques": {
2672
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2673
- },
2674
- "three close combat techniques": {
2675
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2676
- },
2677
- "four close combat techniques": {
2678
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2679
- },
2680
- "five close combat techniques": {
2681
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2682
- },
2683
- "six close combat techniques": {
2684
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2685
- },
2686
- "seven close combat techniques": {
2687
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2688
- },
2689
- "eight close combat techniques": {
2690
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2691
- },
2692
- "nine close combat techniques": {
2693
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2694
- },
2695
- "{0} close combat techniques": {
2696
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2697
- },
2698
- "one ranged combat technique": {
2699
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2700
- },
2701
- "two ranged combat techniques": {
2702
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2703
- },
2704
- "three ranged combat techniques": {
2705
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2706
- },
2707
- "four ranged combat techniques": {
2708
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2709
- },
2710
- "five ranged combat techniques": {
2711
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2712
- },
2713
- "six ranged combat techniques": {
2714
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2715
- },
2716
- "seven ranged combat techniques": {
2717
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2718
- },
2719
- "eight ranged combat techniques": {
2720
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2721
- },
2722
- "nine ranged combat techniques": {
2723
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2724
- },
2725
- "{0} ranged combat techniques": {
2726
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2727
- },
2728
- "special ability": {
2729
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2730
- },
2731
- "no special ability": {
2732
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2733
- },
2734
- "Tradition": {
2735
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2736
- },
2737
- "Tradition ({0})": {
2738
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2739
- },
2740
- "Church": {
2741
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2742
- },
2743
- "Shaman": {
2744
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2745
- },
2746
- "Tradition must be able to use rituals": {
2747
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2748
- },
2749
- "Tradition must be able to bind familiars": {
2750
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2751
- },
2752
- "spell enhancement": {
2753
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2754
- },
2755
- "liturgical enhancement": {
2756
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2757
- },
2758
- "for": {
2759
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2760
- },
2761
- "no other ancestor blood advantage": {
2762
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2763
- },
2764
- "Race, culture, or profession must have {0} as an automatic or suggested {1}": {
2765
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2766
- },
2767
- "advantage": {
2768
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2769
- },
2770
- "disadvantage": {
2771
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2772
- },
2773
- "domain {0}": {
2774
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2775
- },
2776
- "{0} level {1}": {
2777
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2778
- },
2779
- "Level {0}:": {
2780
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2781
- },
2782
- "inlinewiki.castingtime": {
2783
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2784
- },
2785
- "inlinewiki.ritualtime": {
2786
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2787
- },
2788
- "inlinewiki.aecost": {
2789
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2790
- },
2791
- "inlinewiki.range": {
2792
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2793
- },
2794
- "inlinewiki.duration": {
2795
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2796
- },
2797
- "inlinewiki.targetcategory": {
2798
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2799
- },
2800
- "inlinewiki.property": {
2801
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2802
- },
2803
- "inlinewiki.traditions": {
2804
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2805
- },
2806
- "inlinewiki.skill": {
2807
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2808
- },
2809
- "inlinewiki.lengthoftime": {
2810
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2811
- },
2812
- "inlinewiki.musictradition": {
2813
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2814
- },
2815
- "inlinewiki.youcannotuseamodificationonthisspellscastingtime": {
2816
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2817
- },
2818
- "inlinewiki.youcannotuseamodificationonthisspellsritualtime": {
2819
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2820
- },
2821
- "inlinewiki.youcannotuseamodificationonthisspellscost": {
2822
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2823
- },
2824
- "inlinewiki.youcannotuseamodificationonthisspellsrange": {
2825
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2826
- },
2827
- "inlinewiki.youcannotuseamodificationonthisspellsduration": {
2828
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2829
- },
2830
- "inlinewiki.spellenhancements": {
2831
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2832
- },
2833
- "inlinewiki.spellenhancements.title": {
2834
- "description": "- `0`: Enhancement name\n- `1`: Required Skill Rating\n- `2`: AP value\n- `3`: Description",
2835
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2836
- },
2837
- "inlinewiki.tribaltraditions": {
2838
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2839
- },
2840
- "inlinewiki.brew": {
2841
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2842
- },
2843
- "inlinewiki.spirithalf": {
2844
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2845
- },
2846
- "inlinewiki.spirithalf.short": {
2847
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2848
- },
2849
- "inlinewiki.spiritortoughness": {
2850
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2851
- },
2852
- "inlinewiki.spiritortoughness.short": {
2853
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2854
- },
2855
- "inlinewiki.note": {
2856
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2857
- },
2858
- "Blessings": {
2859
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2860
- },
2861
- "Ceremonies": {
2862
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2863
- },
2864
- "liturgicalchants.addbtn": {
2865
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2866
- },
2867
- "liturgicalchants.header.name": {
2868
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2869
- },
2870
- "liturgicalchants.header.traditions": {
2871
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2872
- },
2873
- "liturgicalchants.header.group": {
2874
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2875
- },
2876
- "liturgicalchants.header.skillrating": {
2877
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2878
- },
2879
- "liturgicalchants.header.skillrating.tooltip": {
2880
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2881
- },
2882
- "liturgicalchants.header.check": {
2883
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2884
- },
2885
- "liturgicalchants.header.checkmodifier": {
2886
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2887
- },
2888
- "liturgicalchants.header.checkmodifier.tooltip": {
2889
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2890
- },
2891
- "liturgicalchants.header.improvementcost": {
2892
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2893
- },
2894
- "liturgicalchants.header.improvementcost.tooltip": {
2895
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2896
- },
2897
- "liturgicalchants.groups.blessing": {
2898
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2899
- },
2900
- "liturgicalchants.aspects.general": {
2901
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2902
- },
2903
- "inlinewiki.liturgicaltime": {
2904
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2905
- },
2906
- "inlinewiki.ceremonialtime": {
2907
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2908
- },
2909
- "inlinewiki.kpcost": {
2910
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2911
- },
2912
- "inlinewiki.youcannotuseamodificationonthischantsliturgicaltime": {
2913
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2914
- },
2915
- "inlinewiki.youcannotuseamodificationonthischantsceremonialtime": {
2916
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2917
- },
2918
- "inlinewiki.youcannotuseamodificationonthischantscost": {
2919
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2920
- },
2921
- "inlinewiki.youcannotuseamodificationonthischantsrange": {
2922
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2923
- },
2924
- "inlinewiki.youcannotuseamodificationonthischantsduration": {
2925
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2926
- },
2927
- "inlinewiki.liturgicalchantenhancements": {
2928
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2929
- },
2930
- "inlinewiki.liturgicalchantenhancements.title": {
2931
- "description": "- `0`: Enhancement name\n- `1`: Required Skill Rating\n- `2`: AP value\n- `3`: Description",
2932
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2933
- },
2934
- "equipment.header.name": {
2935
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2936
- },
2937
- "equipment.header.group": {
2938
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2939
- },
2940
- "equipment.addbtn": {
2941
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2942
- },
2943
- "equipment.createbtn": {
2944
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2945
- },
2946
- "equipment.filters.allcombattechniques": {
2947
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2948
- },
2949
- "equipment.purse.title": {
2950
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2951
- },
2952
- "equipment.purse.ducats": {
2953
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2954
- },
2955
- "equipment.purse.silverthalers": {
2956
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2957
- },
2958
- "equipment.purse.halers": {
2959
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2960
- },
2961
- "equipment.purse.kreutzers": {
2962
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2963
- },
2964
- "equipment.purse.carryingcapacity": {
2965
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2966
- },
2967
- "equipment.purse.initialstartingwealthandcarryingcapacity": {
2968
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2969
- },
2970
- "equipment.purse.earnpay": {
2971
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2972
- },
2973
- "equipment.purse.earn": {
2974
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2975
- },
2976
- "equipment.purse.pay": {
2977
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2978
- },
2979
- "equipment.purse.notefirst": {
2980
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2981
- },
2982
- "equipment.purse.notesecond": {
2983
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2984
- },
2985
- "equipment.purse.currentcredit": {
2986
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2987
- },
2988
- "equipment.purse.amount": {
2989
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2990
- },
2991
- "equipment.dialogs.addedit.damage": {
2992
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2993
- },
2994
- "equipment.dialogs.addedit.length": {
2995
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2996
- },
2997
- "equipment.dialogs.addedit.range": {
2998
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
2999
- },
3000
- "equipment.dialogs.addedit.edititem": {
3001
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3002
- },
3003
- "equipment.dialogs.addedit.createitem": {
3004
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3005
- },
3006
- "equipment.dialogs.addedit.number": {
3007
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3008
- },
3009
- "equipment.dialogs.addedit.name": {
3010
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3011
- },
3012
- "equipment.dialogs.addedit.price": {
3013
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3014
- },
3015
- "equipment.dialogs.addedit.weight": {
3016
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3017
- },
3018
- "equipment.dialogs.addedit.carriedwhere": {
3019
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3020
- },
3021
- "equipment.dialogs.addedit.itemgroup": {
3022
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3023
- },
3024
- "equipment.dialogs.addedit.itemgrouphint": {
3025
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3026
- },
3027
- "equipment.dialogs.addedit.improvisedweapon": {
3028
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3029
- },
3030
- "equipment.dialogs.addedit.improvisedweapongroup": {
3031
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3032
- },
3033
- "equipment.dialogs.addedit.template": {
3034
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3035
- },
3036
- "equipment.dialogs.addedit.combattechnique": {
3037
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3038
- },
3039
- "equipment.dialogs.addedit.primaryattributeanddamagethreshold": {
3040
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3041
- },
3042
- "equipment.dialogs.addedit.primaryattribute": {
3043
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3044
- },
3045
- "equipment.dialogs.addedit.primaryattribute.short": {
3046
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3047
- },
3048
- "equipment.dialogs.addedit.damagethreshold": {
3049
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3050
- },
3051
- "equipment.dialogs.addedit.separatedamagethresholds": {
3052
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3053
- },
3054
- "equipment.dialogs.addedit.breakingpointratingmodifier": {
3055
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3056
- },
3057
- "equipment.dialogs.addedit.damaged": {
3058
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3059
- },
3060
- "equipment.dialogs.addedit.reach": {
3061
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3062
- },
3063
- "equipment.dialogs.addedit.attackparrymodifier": {
3064
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3065
- },
3066
- "equipment.dialogs.addedit.structurepoints": {
3067
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3068
- },
3069
- "equipment.dialogs.addedit.lengthwithunit": {
3070
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3071
- },
3072
- "equipment.dialogs.addedit.parryingweapon": {
3073
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3074
- },
3075
- "equipment.dialogs.addedit.twohandedweapon": {
3076
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3077
- },
3078
- "equipment.dialogs.addedit.reloadtime": {
3079
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3080
- },
3081
- "equipment.dialogs.addedit.rangeclose": {
3082
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3083
- },
3084
- "equipment.dialogs.addedit.rangemedium": {
3085
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3086
- },
3087
- "equipment.dialogs.addedit.rangefar": {
3088
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3089
- },
3090
- "equipment.dialogs.addedit.ammunition": {
3091
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3092
- },
3093
- "equipment.dialogs.addedit.protection": {
3094
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3095
- },
3096
- "equipment.dialogs.addedit.encumbrance": {
3097
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3098
- },
3099
- "equipment.dialogs.addedit.armortype": {
3100
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3101
- },
3102
- "equipment.dialogs.addedit.sturdinessmodifier": {
3103
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3104
- },
3105
- "equipment.dialogs.addedit.wear": {
3106
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3107
- },
3108
- "equipment.dialogs.addedit.hitzonearmoronly": {
3109
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3110
- },
3111
- "equipment.dialogs.addedit.movementmodifier": {
3112
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3113
- },
3114
- "equipment.dialogs.addedit.initiativemodifier": {
3115
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3116
- },
3117
- "equipment.dialogs.addedit.additionalpenalties": {
3118
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3119
- },
3120
- "hitzonearmors.header.name": {
3121
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3122
- },
3123
- "hitzonearmors.createbtn": {
3124
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3125
- },
3126
- "hitzonearmors.dialogs.addedit.name": {
3127
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3128
- },
3129
- "hitzonearmors.dialogs.addedit.edithitzonearmor": {
3130
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3131
- },
3132
- "hitzonearmors.dialogs.addedit.createhitzonearmor": {
3133
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3134
- },
3135
- "hitzonearmors.dialogs.addedit.head": {
3136
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3137
- },
3138
- "hitzonearmors.dialogs.addedit.torso": {
3139
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3140
- },
3141
- "hitzonearmors.dialogs.addedit.leftarm": {
3142
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3143
- },
3144
- "hitzonearmors.dialogs.addedit.rightarm": {
3145
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3146
- },
3147
- "hitzonearmors.dialogs.addedit.leftleg": {
3148
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3149
- },
3150
- "hitzonearmors.dialogs.addedit.rightleg": {
3151
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3152
- },
3153
- "hitzonearmors.dialogs.addedit.wear": {
3154
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3155
- },
3156
- "inlinewiki.equipment.weight": {
3157
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3158
- },
3159
- "inlinewiki.equipment.price": {
3160
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3161
- },
3162
- "inlinewiki.equipment.ammunition": {
3163
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3164
- },
3165
- "inlinewiki.equipment.combattechnique": {
3166
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3167
- },
3168
- "inlinewiki.equipment.damage": {
3169
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3170
- },
3171
- "inlinewiki.equipment.primaryattributeanddamagethreshold": {
3172
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3173
- },
3174
- "inlinewiki.equipment.attackparrymodifier": {
3175
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3176
- },
3177
- "inlinewiki.equipment.reach": {
3178
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3179
- },
3180
- "inlinewiki.equipment.length": {
3181
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3182
- },
3183
- "inlinewiki.equipment.reloadtime": {
3184
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3185
- },
3186
- "inlinewiki.equipment.range": {
3187
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3188
- },
3189
- "inlinewiki.equipment.actionsvalue": {
3190
- "description": "- `0`: Number of actions",
3191
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3192
- },
3193
- "inlinewiki.equipment.protection": {
3194
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3195
- },
3196
- "inlinewiki.equipment.encumbrance": {
3197
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3198
- },
3199
- "inlinewiki.equipment.additionalpenalties": {
3200
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3201
- },
3202
- "inlinewiki.equipment.note": {
3203
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3204
- },
3205
- "inlinewiki.equipment.rules": {
3206
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3207
- },
3208
- "inlinewiki.equipment.weaponadvantage": {
3209
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3210
- },
3211
- "inlinewiki.equipment.weapondisadvantage": {
3212
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3213
- },
3214
- "inlinewiki.equipment.armoradvantage": {
3215
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3216
- },
3217
- "inlinewiki.equipment.armordisadvantage": {
3218
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3219
- },
3220
- "pets.dialogs.addedit.deleteavatarbtn": {
3221
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3222
- },
3223
- "pets.dialogs.addedit.name": {
3224
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3225
- },
3226
- "pets.dialogs.addedit.sizecategory": {
3227
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3228
- },
3229
- "pets.dialogs.addedit.type": {
3230
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3231
- },
3232
- "pets.dialogs.addedit.apspent": {
3233
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3234
- },
3235
- "pets.dialogs.addedit.totalap": {
3236
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3237
- },
3238
- "pets.dialogs.addedit.protection": {
3239
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3240
- },
3241
- "pets.dialogs.addedit.attackname": {
3242
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3243
- },
3244
- "pets.dialogs.addedit.attack": {
3245
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3246
- },
3247
- "pets.dialogs.addedit.parry": {
3248
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3249
- },
3250
- "pets.dialogs.addedit.damagepoints": {
3251
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3252
- },
3253
- "pets.dialogs.addedit.reach": {
3254
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3255
- },
3256
- "pets.dialogs.addedit.actions": {
3257
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3258
- },
3259
- "pets.dialogs.addedit.skills": {
3260
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3261
- },
3262
- "pets.dialogs.addedit.specialabilities": {
3263
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3264
- },
3265
- "pets.dialogs.addedit.notes": {
3266
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3267
- },
3268
- "pets.dialogs.addedit.addbtn": {
3269
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3270
- },
3271
- "pets.dialogs.addedit.savebtn": {
3272
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3273
- },
3274
- "Show details": {
3275
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3276
- },
3277
- "Maximum Attribute Value": {
3278
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3279
- },
3280
- "Maximum Skill Value": {
3281
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3282
- },
3283
- "Maximum Combat Technique": {
3284
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3285
- },
3286
- "Maximum Attribute Total": {
3287
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3288
- },
3289
- "Number of Spells/Liturgical Chants": {
3290
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3291
- },
3292
- "Number from other Traditions": {
3293
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3294
- },
3295
- "Check": {
3296
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3297
- },
3298
- "Applications": {
3299
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3300
- },
3301
- "Encumbrance": {
3302
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3303
- },
3304
- "Yes": {
3305
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3306
- },
3307
- "No": {
3308
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3309
- },
3310
- "Maybe": {
3311
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3312
- },
3313
- "Tools": {
3314
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3315
- },
3316
- "Quality": {
3317
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3318
- },
3319
- "Failed Check": {
3320
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3321
- },
3322
- "Critical Success": {
3323
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3324
- },
3325
- "Botch": {
3326
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3327
- },
3328
- "Improvement Cost": {
3329
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3330
- },
3331
- "Front Cover Inside": {
3332
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3333
- },
3334
- "Back Cover Inside": {
3335
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
3336
- },
3337
- "since the {0}. printing": {
3338
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
3339
- },
3340
- "removed in {0}. printing": {
3341
- "$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
3342
- }
3343
- },
3344
- "required": [
3345
- "About {0}",
3346
- "Preferences …",
3347
- "Services",
3348
- "Hide {0}",
3349
- "Hide Others",
3350
- "Show All",
3351
- "Quit {0}",
3352
- "File",
3353
- "Close",
3354
- "Quit",
3355
- "Edit",
3356
- "Undo",
3357
- "Redo",
3358
- "Cut",
3359
- "Copy",
3360
- "Paste",
3361
- "Delete",
3362
- "Select All",
3363
- "View",
3364
- "Toggle Full Screen",
3365
- "Window",
3366
- "Minimize",
3367
- "Zoom",
3368
- "Main Window",
3369
- "Bring All to Front",
3370
- "Settings",
3371
- "Main Language",
3372
- "System Language",
3373
- "Fallback Language",
3374
- "No fallback language",
3375
- "Appearance",
3376
- "Auto",
3377
- "Light",
3378
- "Dark",
3379
- "Edit characters after creation",
3380
- "Show animations",
3381
- "Check for updates",
3382
- "Updater",
3383
- "Checking for updates …",
3384
- "New version available",
3385
- "Version {0} is available! Do you wish to download and install?",
3386
- "Download",
3387
- "Download Later",
3388
- "Downloading update …",
3389
- "Update downloaded",
3390
- "Quit and Install",
3391
- "Install Later",
3392
- "No update available",
3393
- "You're running the latest version available.",
3394
- "Characters",
3395
- "Groups",
3396
- "Library",
3397
- "FAQ",
3398
- "About",
3399
- "Imprint",
3400
- "Third-Party Licenses",
3401
- "Last Changes",
3402
- "Profile",
3403
- "Overview",
3404
- "Personal Data",
3405
- "Character Sheet",
3406
- "Pact",
3407
- "Rules",
3408
- "Race, Culture & Profession",
3409
- "Race",
3410
- "Culture",
3411
- "Profession",
3412
- "Attributes",
3413
- "Advantages & Disadvantages",
3414
- "Advantages",
3415
- "Disadvantages",
3416
- "Abilities",
3417
- "Skills",
3418
- "Combat Techniques",
3419
- "Special Abilities",
3420
- "Spells",
3421
- "Liturgical Chants",
3422
- "Belongings",
3423
- "Equipment",
3424
- "Hit Zone Armor",
3425
- "Pets",
3426
- "{0} AP Remaining",
3427
- "Save",
3428
- "Show Settings",
3429
- "Toggle DevTools",
3430
- "Adventure Points",
3431
- "AP",
3432
- "{0} Adventure Points",
3433
- "{0} AP",
3434
- "{0} Total AP",
3435
- "{0} AP Spent",
3436
- "{0}/{1} AP spent on advantages",
3437
- "Thereof {0}/{1} on magic advantages",
3438
- "Thereof {0}/{1} on blessed advantages",
3439
- "{0}/{1} AP received from disadvantages",
3440
- "Thereof {0}/{1} from magic disadvantages",
3441
- "Thereof {0}/{1} from blessed disadvantages",
3442
- "{0} AP spent on race",
3443
- "{0} AP spent on profession",
3444
- "{0} AP spent on attributes",
3445
- "{0} AP spent on skills",
3446
- "{0} AP spent on combat techniques",
3447
- "{0} AP spent on spells",
3448
- "{0} AP spent on cantrips",
3449
- "{0} AP spent on liturgical chants",
3450
- "{0} AP spent on blessings",
3451
- "{0} AP spent on special abilities",
3452
- "{0} AP spent on improving/buying back LP/AE/KP",
3453
- "header.dialogs.herosaved",
3454
- "header.dialogs.allsaved",
3455
- "header.dialogs.everythingelsesaved",
3456
- "header.dialogs.saveconfigerror.title",
3457
- "header.dialogs.saveconfigerror.message",
3458
- "header.dialogs.saveheroeserror.title",
3459
- "header.dialogs.saveheroeserror.message",
3460
- "general.weightvalue",
3461
- "general.pricevalue",
3462
- "general.lengthvalue",
3463
- "D",
3464
- "general.none",
3465
- "general.or",
3466
- "general.and",
3467
- "general.error",
3468
- "general.errorcode",
3469
- "general.emptylistplaceholder",
3470
- "general.emptylistnoresultsplaceholder",
3471
- "No Results",
3472
- "Search",
3473
- "Sort By",
3474
- "Name",
3475
- "Date Modified",
3476
- "Group",
3477
- "Property",
3478
- "general.filters.sort.bylocation",
3479
- "general.filters.sort.bycost",
3480
- "general.filters.sort.byweight",
3481
- "general.filters.showactivatedentries",
3482
- "Done",
3483
- "OK",
3484
- "Cancel",
3485
- "Create",
3486
- "Apply",
3487
- "Add",
3488
- "Not enough AP",
3489
- "You are missing {0} Adventure Points to do this.",
3490
- "Exceeding Adventure Points limit for advantages",
3491
- "You cannot spend more than {0} AP on advantages. You would exceed this limit by {1} AP.",
3492
- "Exceeding Adventure Points limit for magical advantages",
3493
- "You cannot spend more than {0} AP on magical advantages. You would exceed this limit by {1} AP.",
3494
- "Exceeding Adventure Points limit for blessed advantages",
3495
- "You cannot spend more than {0} AP on blessed advantages. You would exceed this limit by {1} AP.",
3496
- "Exceeding Adventure Points limit for disadvantages",
3497
- "You cannot receive more than {0} AP from disadvantages. You would exceed this limit by {1} AP.",
3498
- "Exceeding Adventure Points limit for magical disadvantages",
3499
- "You cannot receive more than {0} AP from magical disadvantages. You would exceed this limit by {1} AP.",
3500
- "Exceeding Adventure Points limit for blessed disadvantages",
3501
- "You cannot receive more than {0} AP from blessed disadvantages. You would exceed this limit by {1} AP.",
3502
- "heroes.filters.origin.allheroes",
3503
- "heroes.filters.origin.ownheroes",
3504
- "heroes.filters.origin.sharedheroes",
3505
- "Import",
3506
- "New Character",
3507
- "Duplicate Character",
3508
- "Export Character as OPTLC file",
3509
- "Delete Character",
3510
- "Open Character",
3511
- "heroes.saveherobtn",
3512
- "heroes.unsavedhero.name",
3513
- "heroes.list.adventurepoints",
3514
- "heroes.dialogs.herosaved",
3515
- "heroes.dialogs.importheroerror.title",
3516
- "heroes.dialogs.importheroerror.message",
3517
- "heroes.dialogs.heroexportsavelocation.title",
3518
- "heroes.dialogs.herojsonsaveerror.title",
3519
- "heroes.dialogs.herojsonsaveerror.message",
3520
- "heroes.dialogs.unsavedactions.title",
3521
- "heroes.dialogs.unsavedactions.message",
3522
- "heroes.dialogs.unsavedactions.quit",
3523
- "heroes.dialogs.unsavedactions.saveandquit",
3524
- "heroes.dialogs.deletehero.title",
3525
- "heroes.dialogs.deletehero.message",
3526
- "heroes.dialogs.herocreation.title",
3527
- "heroes.dialogs.herocreation.nameofhero",
3528
- "heroes.dialogs.herocreation.sex.placeholder",
3529
- "heroes.dialogs.herocreation.sex.male",
3530
- "heroes.dialogs.herocreation.sex.female",
3531
- "heroes.dialogs.herocreation.experiencelevel.placeholder",
3532
- "heroes.dialogs.herocreation.startbtn",
3533
- "wiki.chooseacategory",
3534
- "wiki.chooseacategorytodisplayalist",
3535
- "wiki.filters.races",
3536
- "wiki.filters.cultures",
3537
- "wiki.filters.professions",
3538
- "wiki.filters.advantages",
3539
- "wiki.filters.disadvantages",
3540
- "wiki.filters.skills",
3541
- "wiki.filters.skills.all",
3542
- "wiki.filters.combattechniques",
3543
- "wiki.filters.combattechniques.all",
3544
- "wiki.filters.magic",
3545
- "wiki.filters.magic.all",
3546
- "wiki.filters.liturgicalchants",
3547
- "wiki.filters.liturgicalchants.all",
3548
- "wiki.filters.specialabilities",
3549
- "wiki.filters.specialabilities.all",
3550
- "wiki.filters.itemtemplates",
3551
- "wiki.filters.itemtemplates.all",
3552
- "Edit Name",
3553
- "Change Name",
3554
- "Edit Profession Name",
3555
- "Change Profession Name",
3556
- "Add AP",
3557
- "Add Adventure Points",
3558
- "How many Adventure Points do you want to add?",
3559
- "Finish Character Creation",
3560
- "Select New Avatar",
3561
- "Delete Avatar",
3562
- "profile.dialogs.changeheroavatar.title",
3563
- "profile.dialogs.changeheroavatar.selectfilebtn",
3564
- "profile.dialogs.changeheroavatar.imagefiletype",
3565
- "profile.dialogs.changeheroavatar.invalidfilewarning",
3566
- "Male",
3567
- "Female",
3568
- "Bal’Thani",
3569
- "Tsajana",
3570
- "Family",
3571
- "Place of Birth",
3572
- "Date of Birth",
3573
- "Age",
3574
- "Hair Color",
3575
- "Eye Color",
3576
- "Size",
3577
- "Weight",
3578
- "Title",
3579
- "Social Status",
3580
- "Characteristics",
3581
- "Other Information",
3582
- "Reroll Eye Color",
3583
- "Reroll Hair Color",
3584
- "Reroll Size",
3585
- "Reroll Weight",
3586
- "personaldata.cultureareaknowledge",
3587
- "You can save up no more than 10 AP to use later during the game, and you cannot begin the game with a negative AP balance.",
3588
- "sheets.printtopdfbtn",
3589
- "sheets.dialogs.pdfexportsavelocation.title",
3590
- "sheets.dialogs.pdfsaved",
3591
- "sheets.dialogs.pdfsaveerror.title",
3592
- "sheets.dialogs.pdfsaveerror.message",
3593
- "sheets.dialogs.pdfcreationerror.title",
3594
- "sheets.dialogs.pdfcreationerror.message",
3595
- "sheets.showattributevalues",
3596
- "sheets.useparchment",
3597
- "sheets.zoomfactor",
3598
- "sheets.charactersheet",
3599
- "sheets.attributemodifiers.title",
3600
- "sheets.mainsheet.title",
3601
- "sheets.mainsheet.name",
3602
- "sheets.mainsheet.family",
3603
- "sheets.mainsheet.placeofbirth",
3604
- "sheets.mainsheet.dateofbirth",
3605
- "sheets.mainsheet.age",
3606
- "sheets.mainsheet.sex",
3607
- "sheets.mainsheet.race",
3608
- "sheets.mainsheet.size",
3609
- "sheets.mainsheet.weight",
3610
- "sheets.mainsheet.haircolor",
3611
- "sheets.mainsheet.eyecolor",
3612
- "sheets.mainsheet.culture",
3613
- "sheets.mainsheet.socialstatus",
3614
- "sheets.mainsheet.profession",
3615
- "sheets.mainsheet.rank",
3616
- "sheets.mainsheet.characteristics",
3617
- "sheets.mainsheet.otherinfo",
3618
- "sheets.mainsheet.experiencelevellabel",
3619
- "sheets.mainsheet.totalaplabel",
3620
- "sheets.mainsheet.apcollectedlabel",
3621
- "sheets.mainsheet.apspentlabel",
3622
- "sheets.mainsheet.avatarlabel",
3623
- "sheets.mainsheet.advantages",
3624
- "sheets.mainsheet.disadvantages",
3625
- "sheets.mainsheet.generalspecialabilites",
3626
- "sheets.mainsheet.fatepoints",
3627
- "sheets.mainsheet.derivedcharacteristics.labels.value",
3628
- "sheets.mainsheet.derivedcharacteristics.labels.bonuspenalty",
3629
- "sheets.mainsheet.derivedcharacteristics.labels.bonus",
3630
- "sheets.mainsheet.derivedcharacteristics.labels.bought",
3631
- "sheets.mainsheet.derivedcharacteristics.labels.max",
3632
- "sheets.mainsheet.derivedcharacteristics.labels.current",
3633
- "sheets.mainsheet.derivedcharacteristics.labels.basestat",
3634
- "sheets.mainsheet.derivedcharacteristics.labels.permanentlylostboughtback",
3635
- "sheets.gamestatssheet.title",
3636
- "sheets.gamestatssheet.skillstable.title",
3637
- "sheets.gamestatssheet.skillstable.labels.skill",
3638
- "sheets.gamestatssheet.skillstable.labels.check",
3639
- "sheets.gamestatssheet.skillstable.labels.encumbrance",
3640
- "sheets.gamestatssheet.skillstable.labels.improvementcost",
3641
- "sheets.gamestatssheet.skillstable.labels.skillrating",
3642
- "sheets.gamestatssheet.skillstable.labels.routinechecks",
3643
- "sheets.gamestatssheet.skillstable.labels.notes",
3644
- "sheets.gamestatssheet.skillstable.encumbrance.yes",
3645
- "sheets.gamestatssheet.skillstable.encumbrance.no",
3646
- "sheets.gamestatssheet.skillstable.encumbrance.maybe",
3647
- "sheets.gamestatssheet.skillstable.groups.pages",
3648
- "sheets.gamestatssheet.languages.title",
3649
- "sheets.gamestatssheet.languages.nativetongue",
3650
- "sheets.gamestatssheet.knownscripts.title",
3651
- "sheets.gamestatssheet.routinechecks.title",
3652
- "sheets.gamestatssheet.routinechecks.textRow1",
3653
- "sheets.gamestatssheet.routinechecks.textRow2",
3654
- "sheets.gamestatssheet.routinechecks.textRow3",
3655
- "sheets.gamestatssheet.routinechecks.textRow4",
3656
- "sheets.gamestatssheet.routinechecks.labels.checkmod",
3657
- "sheets.gamestatssheet.routinechecks.labels.neededsr",
3658
- "sheets.gamestatssheet.routinechecks.from3on",
3659
- "sheets.gamestatssheet.qualitylevels.title",
3660
- "sheets.gamestatssheet.qualitylevels.labels.skillpoints",
3661
- "sheets.gamestatssheet.qualitylevels.labels.qualitylevel",
3662
- "sheets.combatsheet.title",
3663
- "sheets.combatsheet.combattechniquestable.title",
3664
- "sheets.combatsheet.combattechniquestable.labels.combattechnique",
3665
- "sheets.combatsheet.combattechniquestable.labels.primaryattribute",
3666
- "sheets.combatsheet.combattechniquestable.labels.improvementcost",
3667
- "sheets.combatsheet.combattechniquestable.labels.combattechniquerating",
3668
- "sheets.combatsheet.combattechniquestable.labels.attackrangecombat",
3669
- "sheets.combatsheet.combattechniquestable.labels.parry",
3670
- "sheets.combatsheet.lifepoints.title",
3671
- "sheets.combatsheet.lifepoints.max",
3672
- "sheets.combatsheet.lifepoints.current",
3673
- "sheets.combatsheet.lifepoints.pain1",
3674
- "sheets.combatsheet.lifepoints.pain2",
3675
- "sheets.combatsheet.lifepoints.pain3",
3676
- "sheets.combatsheet.lifepoints.pain4",
3677
- "sheets.combatsheet.lifepoints.dying",
3678
- "sheets.combatsheet.closecombatweapons",
3679
- "sheets.combatsheet.closecombatweapons.labels.weapon",
3680
- "sheets.combatsheet.closecombatweapons.labels.combattechnique",
3681
- "sheets.combatsheet.closecombatweapons.labels.damagebonus",
3682
- "sheets.combatsheet.closecombatweapons.labels.damagepoints",
3683
- "sheets.combatsheet.closecombatweapons.labels.attackparrymodifier",
3684
- "sheets.combatsheet.closecombatweapons.labels.reach",
3685
- "sheets.combatsheet.closecombatweapons.labels.breakingpointrating",
3686
- "sheets.combatsheet.closecombatweapons.labels.damaged",
3687
- "sheets.combatsheet.closecombatweapons.labels.attack",
3688
- "sheets.combatsheet.closecombatweapons.labels.parry",
3689
- "sheets.combatsheet.closecombatweapons.labels.weight",
3690
- "sheets.combatsheet.rangedcombatweapons",
3691
- "sheets.combatsheet.rangedcombatweapons.labels.weapon",
3692
- "sheets.combatsheet.rangedcombatweapons.labels.combattechnique",
3693
- "sheets.combatsheet.rangedcombatweapons.labels.reloadtime",
3694
- "sheets.combatsheet.rangedcombatweapons.labels.damagepoints",
3695
- "sheets.combatsheet.rangedcombatweapons.labels.ammunition",
3696
- "sheets.combatsheet.rangedcombatweapons.labels.rangebrackets",
3697
- "sheets.combatsheet.rangedcombatweapons.labels.breakingpointrating",
3698
- "sheets.combatsheet.rangedcombatweapons.labels.damaged",
3699
- "sheets.combatsheet.rangedcombatweapons.labels.rangedcombat",
3700
- "sheets.combatsheet.rangedcombatweapons.labels.weight",
3701
- "sheets.combatsheet.armors.title",
3702
- "sheets.combatsheet.armors.labels.armor",
3703
- "sheets.combatsheet.armors.labels.sturdinessrating",
3704
- "sheets.combatsheet.armors.labels.wear",
3705
- "sheets.combatsheet.armors.labels.protection",
3706
- "sheets.combatsheet.armors.labels.encumbrance",
3707
- "sheets.combatsheet.armors.labels.movementinitiative",
3708
- "sheets.combatsheet.armors.labels.carriedwhereexamples",
3709
- "sheets.combatsheet.armors.labels.head",
3710
- "sheets.combatsheet.armors.labels.torso",
3711
- "sheets.combatsheet.armors.labels.leftarm",
3712
- "sheets.combatsheet.armors.labels.rightarm",
3713
- "sheets.combatsheet.armors.labels.leftleg",
3714
- "sheets.combatsheet.armors.labels.rightleg",
3715
- "sheets.combatsheet.armors.labels.weight",
3716
- "sheets.combatsheet.shieldparryingweapon.title",
3717
- "sheets.combatsheet.shieldparryingweapon.labels.shieldparryingweapon",
3718
- "sheets.combatsheet.shieldparryingweapon.labels.structurepoints",
3719
- "sheets.combatsheet.shieldparryingweapon.labels.breakingpointrating",
3720
- "sheets.combatsheet.shieldparryingweapon.labels.damaged",
3721
- "sheets.combatsheet.shieldparryingweapon.labels.attackparrymodifier",
3722
- "sheets.combatsheet.shieldparryingweapon.labels.weight",
3723
- "sheets.combatsheet.actions",
3724
- "sheets.combatsheet.combatspecialabilities",
3725
- "sheets.combatsheet.conditions",
3726
- "sheets.combatsheet.states",
3727
- "sheets.belongingssheet.title",
3728
- "sheets.belongingssheet.equipmenttable.title",
3729
- "sheets.belongingssheet.equipmenttable.labels.item",
3730
- "sheets.belongingssheet.equipmenttable.labels.number",
3731
- "sheets.belongingssheet.equipmenttable.labels.price",
3732
- "sheets.belongingssheet.equipmenttable.labels.weight",
3733
- "sheets.belongingssheet.equipmenttable.labels.carriedwhere",
3734
- "sheets.belongingssheet.equipmenttable.labels.total",
3735
- "sheets.belongingssheet.purse.title",
3736
- "sheets.belongingssheet.purse.ducats",
3737
- "sheets.belongingssheet.purse.silverthalers",
3738
- "sheets.belongingssheet.purse.halers",
3739
- "sheets.belongingssheet.purse.kreutzers",
3740
- "sheets.belongingssheet.purse.gems",
3741
- "sheets.belongingssheet.purse.jewelry",
3742
- "sheets.belongingssheet.purse.other",
3743
- "sheets.belongingssheet.carryingcapacity.title",
3744
- "sheets.belongingssheet.carryingcapacity.calc",
3745
- "sheets.belongingssheet.carryingcapacity.label",
3746
- "sheets.belongingssheet.animal.title",
3747
- "sheets.belongingssheet.animal.name",
3748
- "sheets.belongingssheet.animal.sizecategory",
3749
- "sheets.belongingssheet.animal.type",
3750
- "sheets.belongingssheet.animal.ap",
3751
- "sheets.belongingssheet.animal.protection",
3752
- "sheets.belongingssheet.animal.attackname",
3753
- "sheets.belongingssheet.animal.attack",
3754
- "sheets.belongingssheet.animal.parry",
3755
- "sheets.belongingssheet.animal.damagepoints",
3756
- "sheets.belongingssheet.animal.reach",
3757
- "sheets.belongingssheet.animal.actions",
3758
- "sheets.belongingssheet.animal.skills",
3759
- "sheets.belongingssheet.animal.specialabilities",
3760
- "sheets.belongingssheet.animal.notes",
3761
- "sheets.spellssheet.title",
3762
- "sheets.spellssheet.header.labels.aemax",
3763
- "sheets.spellssheet.header.labels.aecurrent",
3764
- "sheets.spellssheet.spellstable.title",
3765
- "sheets.spellssheet.spellstable.labels.spellorritual",
3766
- "sheets.spellssheet.spellstable.labels.check",
3767
- "sheets.spellssheet.spellstable.labels.skillrating",
3768
- "sheets.spellssheet.spellstable.labels.cost",
3769
- "sheets.spellssheet.spellstable.labels.castingtime",
3770
- "sheets.spellssheet.spellstable.labels.range",
3771
- "sheets.spellssheet.spellstable.labels.duration",
3772
- "sheets.spellssheet.spellstable.labels.property",
3773
- "sheets.spellssheet.spellstable.labels.improvementcost",
3774
- "sheets.spellssheet.spellstable.labels.effect",
3775
- "sheets.spellssheet.spellstable.labels.pages",
3776
- "sheets.spellssheet.spellstable.unfamiliarspell",
3777
- "sheets.spellssheet.primaryattribute",
3778
- "sheets.spellssheet.properties",
3779
- "sheets.spellssheet.tradition",
3780
- "sheets.spellssheet.magicalspecialabilities",
3781
- "sheets.spellssheet.cantrips",
3782
- "sheets.chantssheet.title",
3783
- "sheets.chantssheet.header.labels.kpmax",
3784
- "sheets.chantssheet.header.labels.kpcurrent",
3785
- "sheets.chantssheet.chantstable.title",
3786
- "sheets.chantssheet.chantstable.labels.chant",
3787
- "sheets.chantssheet.chantstable.labels.check",
3788
- "sheets.chantssheet.chantstable.labels.skillrating",
3789
- "sheets.chantssheet.chantstable.labels.cost",
3790
- "sheets.chantssheet.chantstable.labels.castingtime",
3791
- "sheets.chantssheet.chantstable.labels.range",
3792
- "sheets.chantssheet.chantstable.labels.duration",
3793
- "sheets.chantssheet.chantstable.labels.aspect",
3794
- "sheets.chantssheet.chantstable.labels.improvementcost",
3795
- "sheets.chantssheet.chantstable.labels.effect",
3796
- "sheets.chantssheet.chantstable.labels.pages",
3797
- "sheets.chantssheet.primaryattribute",
3798
- "sheets.chantssheet.aspects",
3799
- "sheets.chantssheet.tradition",
3800
- "sheets.chantssheet.blessedspecialabilities",
3801
- "sheets.chantssheet.blessings",
3802
- "pacts.pactcategory",
3803
- "pacts.nopact",
3804
- "pacts.pactlevel",
3805
- "pacts.fairytype",
3806
- "pacts.domain",
3807
- "pacts.userdefined",
3808
- "pacts.demontype",
3809
- "pacts.circleofdamnation",
3810
- "pacts.minorpact",
3811
- "pacts.pactisincompletehint",
3812
- "pacts.name",
3813
- "Rule Sources",
3814
- "Use all publications",
3815
- "Focus Rules",
3816
- "Optional Rules",
3817
- "rules.manualherodatarepair",
3818
- "rules.manualherodatarepairexplanation",
3819
- "inlinewiki.complementarysources",
3820
- "race.header.name",
3821
- "race.header.adventurepoints",
3822
- "race.header.adventurepoints.tooltip",
3823
- "inlinewiki.apvalue",
3824
- "inlinewiki.adventurepoints",
3825
- "inlinewiki.lifepointbasevalue",
3826
- "inlinewiki.spiritbasevalue",
3827
- "inlinewiki.toughnessbasevalue",
3828
- "inlinewiki.movementbasevalue",
3829
- "inlinewiki.attributeadjustments",
3830
- "inlinewiki.automaticadvantages",
3831
- "inlinewiki.stronglyrecommendedadvantages",
3832
- "inlinewiki.stronglyrecommendeddisadvantages",
3833
- "inlinewiki.commoncultures",
3834
- "inlinewiki.commonadvantages",
3835
- "inlinewiki.commondisadvantages",
3836
- "inlinewiki.uncommonadvantages",
3837
- "inlinewiki.uncommondisadvantages",
3838
- "culture.filters.common.allcultures",
3839
- "culture.filters.common.commoncultures",
3840
- "culture.header.name",
3841
- "inlinewiki.language",
3842
- "inlinewiki.script",
3843
- "inlinewiki.areaknowledge",
3844
- "inlinewiki.socialstatus",
3845
- "inlinewiki.commonprofessions",
3846
- "inlinewiki.commonprofessions.mundane",
3847
- "inlinewiki.commonprofessions.magic",
3848
- "inlinewiki.commonprofessions.blessed",
3849
- "inlinewiki.commonskills",
3850
- "inlinewiki.uncommonskills",
3851
- "inlinewiki.commonnames",
3852
- "inlinewiki.culturalpackage",
3853
- "profession.ownprofession",
3854
- "profession.variants.novariant",
3855
- "profession.filters.common.allprofessions",
3856
- "profession.filters.common.commonprofessions",
3857
- "profession.filters.groups.allprofessiongroups",
3858
- "profession.filters.groups.mundaneprofessions",
3859
- "profession.filters.groups.magicalprofessions",
3860
- "profession.filters.groups.blessedprofessions",
3861
- "profession.header.name",
3862
- "profession.header.adventurepoints",
3863
- "profession.header.adventurepoints.tooltip",
3864
- "inlinewiki.prerequisites",
3865
- "inlinewiki.race",
3866
- "inlinewiki.specialabilities",
3867
- "inlinewiki.languagesandliteracytotalingap",
3868
- "inlinewiki.skillspecialization",
3869
- "inlinewiki.skillsselection",
3870
- "inlinewiki.combattechniques",
3871
- "inlinewiki.combattechniqueselection",
3872
- "inlinewiki.combattechnique.one",
3873
- "inlinewiki.combattechnique.two",
3874
- "inlinewiki.combattechniquesecondselection",
3875
- "inlinewiki.skills",
3876
- "inlinewiki.spells",
3877
- "inlinewiki.cursestotalingap",
3878
- "inlinewiki.cantripsfromlist",
3879
- "inlinewiki.cantrip.one",
3880
- "inlinewiki.cantrip.two",
3881
- "inlinewiki.liturgicalchants",
3882
- "inlinewiki.thetwelveblessings",
3883
- "inlinewiki.thetwelveblessingsexceptions",
3884
- "inlinewiki.sixblessings",
3885
- "inlinewiki.suggestedadvantages",
3886
- "inlinewiki.suggesteddisadvantages",
3887
- "inlinewiki.unsuitableadvantages",
3888
- "inlinewiki.unsuitabledisadvantages",
3889
- "inlinewiki.variants",
3890
- "inlinewiki.insteadof",
3891
- "rcpselectoptions.race",
3892
- "rcpselectoptions.culture",
3893
- "rcpselectoptions.profession",
3894
- "rcpselectoptions.cantripsfromlist",
3895
- "rcpselectoptions.cantrip.one",
3896
- "rcpselectoptions.cantrip.two",
3897
- "rcpselectoptions.combattechniqueselection",
3898
- "rcpselectoptions.combattechnique.one",
3899
- "rcpselectoptions.combattechnique.two",
3900
- "rcpselectoptions.selectattributeadjustment",
3901
- "rcpselectoptions.buyculturalpackage",
3902
- "rcpselectoptions.nativetongue.placeholder",
3903
- "rcpselectoptions.buyscript",
3904
- "rcpselectoptions.script.placeholder",
3905
- "rcpselectoptions.combattechniquesecondselection",
3906
- "rcpselectoptions.cursestotalingapleft",
3907
- "rcpselectoptions.languagesandliteracytotalingapleft",
3908
- "rcpselectoptions.applicationforskillspecialization",
3909
- "rcpselectoptions.skillselectionap",
3910
- "rcpselectoptions.skillspecialization",
3911
- "rcpselectoptions.completebtn",
3912
- "rcpselectoptions.unfamiliarspells",
3913
- "rcpselectoptions.unfamiliarspellselectionfortraditionguildmage",
3914
- "rcpselectoptions.unfamiliarspell.placeholder",
3915
- "rcpselectoptions.unfamiliarspell",
3916
- "Total Points",
3917
- "Increment",
3918
- "Decrement",
3919
- "Activate",
3920
- "Attribute Adjustment Selection",
3921
- "Modifier",
3922
- "Bought",
3923
- "Lost Total",
3924
- "Bought Back",
3925
- "Buy Back Permanently Lost Point",
3926
- "Permanently Lost Life Points",
3927
- "pLP",
3928
- "Permanently Lost Arcane Energy",
3929
- "pAE",
3930
- "Permanently Lost Karma Points",
3931
- "pKP",
3932
- "Loose Permanent Points",
3933
- "How many points do you want to remove?",
3934
- "Remove",
3935
- "Permanently Spent",
3936
- "Common Advantages",
3937
- "Common Disadvantages",
3938
- "Custom AP Cost",
3939
- "AP Cost for {0}",
3940
- "Custom option",
3941
- "specialabilities.nativetonguelevel",
3942
- "Advanced Combat Special Abilities",
3943
- "Advanced Karma Special Abilities",
3944
- "Advanced Magical Special Abilities",
3945
- "Advanced Skill Special Abilities",
3946
- "Ancestor Glyphs",
3947
- "Arcane Orb Enchantments",
3948
- "Attire Enchantments",
3949
- "Blessed Traditions",
3950
- "Bowl Enchantments",
3951
- "Brawling Special Abilities",
3952
- "Cauldron Enchantments",
3953
- "Ceremonial Item Special Abilities",
3954
- "Chronicle Enchantments",
3955
- "Combat Special Abilities",
3956
- "Combat Style Special Abilities",
3957
- "Command Special Abilities",
3958
- "Dagger Rituals",
3959
- "Familiar Special Abilities",
3960
- "Fate Point Sex Special Abilities",
3961
- "Fate Point Special Abilities",
3962
- "Fools Hat Enchantments",
3963
- "General Special Abilities",
3964
- "Instrument Enchantments",
3965
- "Karma Special Abilities",
3966
- "Krallenkettenzauber",
3967
- "Liturgical Style Special Abilities",
3968
- "Lycantropic Gifts",
3969
- "Magical Signs",
3970
- "Magical Special Abilities",
3971
- "Magical Traditions",
3972
- "Magic Style Special Abilities",
3973
- "Orb Enchantments",
3974
- "Pact Gifts",
3975
- "Protective/Warding Circle Special Abilities",
3976
- "Ring Enchantments",
3977
- "Sermons",
3978
- "Sex Special Abilities",
3979
- "Sickle Rituals",
3980
- "Sikaryan Drain Special Abilities",
3981
- "Skill Style Special Abilities",
3982
- "Spell Sword Enchantments",
3983
- "Staff Enchantments",
3984
- "Toy Enchantments",
3985
- "Trinkhornzauber",
3986
- "Vampiric Gifts",
3987
- "Visions",
3988
- "Wand Enchantments",
3989
- "Weapon Enchantments",
3990
- "inlinewiki.rule",
3991
- "inlinewiki.effect",
3992
- "inlinewiki.extendedcombatspecialabilities",
3993
- "inlinewiki.extendedmagicalspecialabilities",
3994
- "inlinewiki.extendedblessedspecialabilities",
3995
- "inlinewiki.extendedskillspecialabilities",
3996
- "inlinewiki.penalty",
3997
- "inlinewiki.level",
3998
- "inlinewiki.perlevel",
3999
- "inlinewiki.volume",
4000
- "inlinewiki.aspect",
4001
- "inlinewiki.bindingcost",
4002
- "inlinewiki.protectivecircle",
4003
- "inlinewiki.wardingcircle",
4004
- "inlinewiki.actions",
4005
- "inlinewiki.racecultureorprofessionrequiresautomaticorsuggested",
4006
- "inlinewiki.advantage",
4007
- "inlinewiki.disadvantage",
4008
- "inlinewiki.primaryattributeofthetradition",
4009
- "inlinewiki.knowledgeofspell",
4010
- "inlinewiki.knowledgeofliturgicalchant",
4011
- "inlinewiki.appropriatecombatstylespecialability",
4012
- "inlinewiki.appropriatemagicalstylespecialability",
4013
- "inlinewiki.appropriateblessedstylespecialability",
4014
- "inlinewiki.appropriateskillstylespecialability",
4015
- "inlinewiki.sex",
4016
- "inlinewiki.sex.male",
4017
- "inlinewiki.sex.female",
4018
- "inlinewiki.combattechniques.groups.all",
4019
- "inlinewiki.combattechniques.groups.allmeleecombattechniques",
4020
- "inlinewiki.combattechniques.groups.allrangedcombattechniques",
4021
- "inlinewiki.combattechniques.groups.allmeleecombattechniqueswithparry",
4022
- "inlinewiki.combattechniques.groups.allmeleecombattechniquesforonehandedweapons",
4023
- "inlinewiki.socialstatusxorhigher",
4024
- "Common Skills",
4025
- "SR",
4026
- "Skill Rating",
4027
- "IC",
4028
- "New Applications",
4029
- "Uses",
4030
- "Strongly Recommended",
4031
- "Common",
4032
- "Uncommon",
4033
- "Unfamiliar Spells",
4034
- "CTR",
4035
- "Combat Technique Rating",
4036
- "P",
4037
- "Primary Attribute(s)",
4038
- "AT",
4039
- "Attack",
4040
- "PA",
4041
- "Parry",
4042
- "Close Combat",
4043
- "Ranged Combat",
4044
- "Special",
4045
- "Primary Attribute",
4046
- "Cantrips",
4047
- "Rituals",
4048
- "Curses",
4049
- "Elven Magical Songs",
4050
- "Domination Rituals",
4051
- "Magical Dances",
4052
- "Magical Melodies",
4053
- "Jester Tricks",
4054
- "Animist Powers",
4055
- "Geode Rituals",
4056
- "Zibilja Rituals",
4057
- "Mod",
4058
- "Check Modifier",
4059
- "spells.traditions.general",
4060
- "magicalactions.animistforces.tribes.general",
4061
- " (modified by {0})",
4062
- " (− {0})",
4063
- "{0} or {1}, depending on which value is higher",
4064
- "Invocation Difficulty",
4065
- "ID",
4066
- "Creation Difficulty",
4067
- "CD",
4068
- "Effect",
4069
- "Casting Time",
4070
- "Ritual Time",
4071
- "Liturgical Time",
4072
- "Ceremonial Time",
4073
- "AE Cost",
4074
- "KP Cost",
4075
- "Range",
4076
- "Duration",
4077
- "Target Category",
4078
- "Traditions",
4079
- " (you cannot use a modification on this spell’s casting time)",
4080
- " (you cannot use a modification on this spell’s cost)",
4081
- " (you cannot use a modification on this spell’s range)",
4082
- " (you cannot use a modification on this ritual’s ritual time)",
4083
- " (you cannot use a modification on this ritual’s cost)",
4084
- " (you cannot use a modification on this ritual’s range)",
4085
- " (you cannot use a modification on this chant’s liturgical time)",
4086
- " (you cannot use a modification on this chant’s cost)",
4087
- " (you cannot use a modification on this chant’s range)",
4088
- " (you cannot use a modification on this ceremony’s ceremonial time)",
4089
- " (you cannot use a modification on this ceremony’s cost)",
4090
- " (you cannot use a modification on this ceremony’s range)",
4091
- " (cannot modify)",
4092
- "{0} act",
4093
- "act",
4094
- "{0} actions",
4095
- "actions",
4096
- "{0} s",
4097
- "s",
4098
- "{0} seconds",
4099
- "seconds",
4100
- "{0} min",
4101
- "min",
4102
- "{0} minutes",
4103
- "minutes",
4104
- "{0} h",
4105
- "h",
4106
- "{0} hours",
4107
- "hours",
4108
- "{0} d",
4109
- "d",
4110
- "{0} days",
4111
- "days",
4112
- "{0} wks.",
4113
- "wks.",
4114
- "{0} weeks",
4115
- "weeks",
4116
- "{0} mos.",
4117
- "mos.",
4118
- "{0} months",
4119
- "months",
4120
- "{0} yrs.",
4121
- "yrs.",
4122
- "{0} years",
4123
- "years",
4124
- "{0} cent.",
4125
- "cent.",
4126
- "{0} centuries",
4127
- "centuries",
4128
- "{0} SA",
4129
- "{0} seduction actions",
4130
- "{0} rnds",
4131
- "{0} rounds",
4132
- "{0} CR",
4133
- "CR",
4134
- "{0} combat rounds",
4135
- "combat rounds",
4136
- "{0} AE",
4137
- "{0} KP",
4138
- "min. ",
4139
- "at least ",
4140
- "min. {0}",
4141
- "at least {0}",
4142
- "/{0}",
4143
- " per {0}",
4144
- ", minimum of {0}",
4145
- " ({0} perm.)",
4146
- ", {0} of which are permanent",
4147
- "half of the activation cost",
4148
- " and ",
4149
- " + ",
4150
- " or ",
4151
- " / ",
4152
- " for ",
4153
- " (no more than {0})",
4154
- " (max. {0})",
4155
- "no more than {0}",
4156
- "max. {0}",
4157
- "Immediate",
4158
- "Permanent",
4159
- "no more than ",
4160
- "max. ",
4161
- "Quality Levels",
4162
- "QL",
4163
- "QL {0}",
4164
- "Skill Points",
4165
- "SP",
4166
- "Sustained",
4167
- "(S)",
4168
- "{0} yards",
4169
- "{0} yd",
4170
- "{0} miles",
4171
- "{0} mi.",
4172
- "Sight",
4173
- "Self",
4174
- "Global",
4175
- "Touch",
4176
- "Radius",
4177
- " (casting)",
4178
- "Zone",
4179
- "Liturgical Chants and Ceremonies",
4180
- "General",
4181
- "Note",
4182
- "all",
4183
- "none",
4184
- "State",
4185
- "Social Status {0} or higher",
4186
- "Person with {0}",
4187
- "Penis",
4188
- "Vagina",
4189
- "the SR for {0} combined must add up to at least {1}",
4190
- "{0} on at least SR {1}: {2}",
4191
- "{0} arcane works with the property {1} at SR {2} or higher",
4192
- "{0} liturgical chants and ceremonies with the aspect {1} at SR {2} or higher",
4193
- "one of the following skills",
4194
- "two of the following skills",
4195
- "three of the following skills",
4196
- "four of the following skills",
4197
- "five of the following skills",
4198
- "six of the following skills",
4199
- "seven of the following skills",
4200
- "eight of the following skills",
4201
- "nine of the following skills",
4202
- "{0} of the following skills",
4203
- "one combat technique",
4204
- "two combat techniques",
4205
- "three combat techniques",
4206
- "four combat techniques",
4207
- "five combat techniques",
4208
- "six combat techniques",
4209
- "seven combat techniques",
4210
- "eight combat techniques",
4211
- "nine combat techniques",
4212
- "{0} combat techniques",
4213
- "one close combat technique",
4214
- "two close combat techniques",
4215
- "three close combat techniques",
4216
- "four close combat techniques",
4217
- "five close combat techniques",
4218
- "six close combat techniques",
4219
- "seven close combat techniques",
4220
- "eight close combat techniques",
4221
- "nine close combat techniques",
4222
- "{0} close combat techniques",
4223
- "one ranged combat technique",
4224
- "two ranged combat techniques",
4225
- "three ranged combat techniques",
4226
- "four ranged combat techniques",
4227
- "five ranged combat techniques",
4228
- "six ranged combat techniques",
4229
- "seven ranged combat techniques",
4230
- "eight ranged combat techniques",
4231
- "nine ranged combat techniques",
4232
- "{0} ranged combat techniques",
4233
- "special ability",
4234
- "no special ability",
4235
- "Tradition",
4236
- "Tradition ({0})",
4237
- "Church",
4238
- "Shaman",
4239
- "Tradition must be able to use rituals",
4240
- "Tradition must be able to bind familiars",
4241
- "spell enhancement",
4242
- "liturgical enhancement",
4243
- "for",
4244
- "no other ancestor blood advantage",
4245
- "Race, culture, or profession must have {0} as an automatic or suggested {1}",
4246
- "advantage",
4247
- "disadvantage",
4248
- "domain {0}",
4249
- "{0} level {1}",
4250
- "Level {0}:",
4251
- "inlinewiki.castingtime",
4252
- "inlinewiki.ritualtime",
4253
- "inlinewiki.aecost",
4254
- "inlinewiki.range",
4255
- "inlinewiki.duration",
4256
- "inlinewiki.targetcategory",
4257
- "inlinewiki.property",
4258
- "inlinewiki.traditions",
4259
- "inlinewiki.skill",
4260
- "inlinewiki.lengthoftime",
4261
- "inlinewiki.musictradition",
4262
- "inlinewiki.youcannotuseamodificationonthisspellscastingtime",
4263
- "inlinewiki.youcannotuseamodificationonthisspellsritualtime",
4264
- "inlinewiki.youcannotuseamodificationonthisspellscost",
4265
- "inlinewiki.youcannotuseamodificationonthisspellsrange",
4266
- "inlinewiki.youcannotuseamodificationonthisspellsduration",
4267
- "inlinewiki.spellenhancements",
4268
- "inlinewiki.spellenhancements.title",
4269
- "inlinewiki.tribaltraditions",
4270
- "inlinewiki.brew",
4271
- "inlinewiki.spirithalf",
4272
- "inlinewiki.spirithalf.short",
4273
- "inlinewiki.spiritortoughness",
4274
- "inlinewiki.spiritortoughness.short",
4275
- "inlinewiki.note",
4276
- "Blessings",
4277
- "Ceremonies",
4278
- "liturgicalchants.addbtn",
4279
- "liturgicalchants.header.name",
4280
- "liturgicalchants.header.traditions",
4281
- "liturgicalchants.header.group",
4282
- "liturgicalchants.header.skillrating",
4283
- "liturgicalchants.header.skillrating.tooltip",
4284
- "liturgicalchants.header.check",
4285
- "liturgicalchants.header.checkmodifier",
4286
- "liturgicalchants.header.checkmodifier.tooltip",
4287
- "liturgicalchants.header.improvementcost",
4288
- "liturgicalchants.header.improvementcost.tooltip",
4289
- "liturgicalchants.groups.blessing",
4290
- "liturgicalchants.aspects.general",
4291
- "inlinewiki.liturgicaltime",
4292
- "inlinewiki.ceremonialtime",
4293
- "inlinewiki.kpcost",
4294
- "inlinewiki.youcannotuseamodificationonthischantsliturgicaltime",
4295
- "inlinewiki.youcannotuseamodificationonthischantsceremonialtime",
4296
- "inlinewiki.youcannotuseamodificationonthischantscost",
4297
- "inlinewiki.youcannotuseamodificationonthischantsrange",
4298
- "inlinewiki.youcannotuseamodificationonthischantsduration",
4299
- "inlinewiki.liturgicalchantenhancements",
4300
- "inlinewiki.liturgicalchantenhancements.title",
4301
- "equipment.header.name",
4302
- "equipment.header.group",
4303
- "equipment.addbtn",
4304
- "equipment.createbtn",
4305
- "equipment.filters.allcombattechniques",
4306
- "equipment.purse.title",
4307
- "equipment.purse.ducats",
4308
- "equipment.purse.silverthalers",
4309
- "equipment.purse.halers",
4310
- "equipment.purse.kreutzers",
4311
- "equipment.purse.carryingcapacity",
4312
- "equipment.purse.initialstartingwealthandcarryingcapacity",
4313
- "equipment.purse.earnpay",
4314
- "equipment.purse.earn",
4315
- "equipment.purse.pay",
4316
- "equipment.purse.notefirst",
4317
- "equipment.purse.notesecond",
4318
- "equipment.purse.currentcredit",
4319
- "equipment.purse.amount",
4320
- "equipment.dialogs.addedit.damage",
4321
- "equipment.dialogs.addedit.length",
4322
- "equipment.dialogs.addedit.range",
4323
- "equipment.dialogs.addedit.edititem",
4324
- "equipment.dialogs.addedit.createitem",
4325
- "equipment.dialogs.addedit.number",
4326
- "equipment.dialogs.addedit.name",
4327
- "equipment.dialogs.addedit.price",
4328
- "equipment.dialogs.addedit.weight",
4329
- "equipment.dialogs.addedit.carriedwhere",
4330
- "equipment.dialogs.addedit.itemgroup",
4331
- "equipment.dialogs.addedit.itemgrouphint",
4332
- "equipment.dialogs.addedit.improvisedweapon",
4333
- "equipment.dialogs.addedit.improvisedweapongroup",
4334
- "equipment.dialogs.addedit.template",
4335
- "equipment.dialogs.addedit.combattechnique",
4336
- "equipment.dialogs.addedit.primaryattributeanddamagethreshold",
4337
- "equipment.dialogs.addedit.primaryattribute",
4338
- "equipment.dialogs.addedit.primaryattribute.short",
4339
- "equipment.dialogs.addedit.damagethreshold",
4340
- "equipment.dialogs.addedit.separatedamagethresholds",
4341
- "equipment.dialogs.addedit.breakingpointratingmodifier",
4342
- "equipment.dialogs.addedit.damaged",
4343
- "equipment.dialogs.addedit.reach",
4344
- "equipment.dialogs.addedit.attackparrymodifier",
4345
- "equipment.dialogs.addedit.structurepoints",
4346
- "equipment.dialogs.addedit.lengthwithunit",
4347
- "equipment.dialogs.addedit.parryingweapon",
4348
- "equipment.dialogs.addedit.twohandedweapon",
4349
- "equipment.dialogs.addedit.reloadtime",
4350
- "equipment.dialogs.addedit.rangeclose",
4351
- "equipment.dialogs.addedit.rangemedium",
4352
- "equipment.dialogs.addedit.rangefar",
4353
- "equipment.dialogs.addedit.ammunition",
4354
- "equipment.dialogs.addedit.protection",
4355
- "equipment.dialogs.addedit.encumbrance",
4356
- "equipment.dialogs.addedit.armortype",
4357
- "equipment.dialogs.addedit.sturdinessmodifier",
4358
- "equipment.dialogs.addedit.wear",
4359
- "equipment.dialogs.addedit.hitzonearmoronly",
4360
- "equipment.dialogs.addedit.movementmodifier",
4361
- "equipment.dialogs.addedit.initiativemodifier",
4362
- "equipment.dialogs.addedit.additionalpenalties",
4363
- "hitzonearmors.header.name",
4364
- "hitzonearmors.createbtn",
4365
- "hitzonearmors.dialogs.addedit.name",
4366
- "hitzonearmors.dialogs.addedit.edithitzonearmor",
4367
- "hitzonearmors.dialogs.addedit.createhitzonearmor",
4368
- "hitzonearmors.dialogs.addedit.head",
4369
- "hitzonearmors.dialogs.addedit.torso",
4370
- "hitzonearmors.dialogs.addedit.leftarm",
4371
- "hitzonearmors.dialogs.addedit.rightarm",
4372
- "hitzonearmors.dialogs.addedit.leftleg",
4373
- "hitzonearmors.dialogs.addedit.rightleg",
4374
- "hitzonearmors.dialogs.addedit.wear",
4375
- "inlinewiki.equipment.weight",
4376
- "inlinewiki.equipment.price",
4377
- "inlinewiki.equipment.ammunition",
4378
- "inlinewiki.equipment.combattechnique",
4379
- "inlinewiki.equipment.damage",
4380
- "inlinewiki.equipment.primaryattributeanddamagethreshold",
4381
- "inlinewiki.equipment.attackparrymodifier",
4382
- "inlinewiki.equipment.reach",
4383
- "inlinewiki.equipment.length",
4384
- "inlinewiki.equipment.reloadtime",
4385
- "inlinewiki.equipment.range",
4386
- "inlinewiki.equipment.actionsvalue",
4387
- "inlinewiki.equipment.protection",
4388
- "inlinewiki.equipment.encumbrance",
4389
- "inlinewiki.equipment.additionalpenalties",
4390
- "inlinewiki.equipment.note",
4391
- "inlinewiki.equipment.rules",
4392
- "inlinewiki.equipment.weaponadvantage",
4393
- "inlinewiki.equipment.weapondisadvantage",
4394
- "inlinewiki.equipment.armoradvantage",
4395
- "inlinewiki.equipment.armordisadvantage",
4396
- "pets.dialogs.addedit.deleteavatarbtn",
4397
- "pets.dialogs.addedit.name",
4398
- "pets.dialogs.addedit.sizecategory",
4399
- "pets.dialogs.addedit.type",
4400
- "pets.dialogs.addedit.apspent",
4401
- "pets.dialogs.addedit.totalap",
4402
- "pets.dialogs.addedit.protection",
4403
- "pets.dialogs.addedit.attackname",
4404
- "pets.dialogs.addedit.attack",
4405
- "pets.dialogs.addedit.parry",
4406
- "pets.dialogs.addedit.damagepoints",
4407
- "pets.dialogs.addedit.reach",
4408
- "pets.dialogs.addedit.actions",
4409
- "pets.dialogs.addedit.skills",
4410
- "pets.dialogs.addedit.specialabilities",
4411
- "pets.dialogs.addedit.notes",
4412
- "pets.dialogs.addedit.addbtn",
4413
- "pets.dialogs.addedit.savebtn",
4414
- "Show details",
4415
- "Maximum Attribute Value",
4416
- "Maximum Skill Value",
4417
- "Maximum Combat Technique",
4418
- "Maximum Attribute Total",
4419
- "Number of Spells/Liturgical Chants",
4420
- "Number from other Traditions",
4421
- "Check",
4422
- "Applications",
4423
- "Encumbrance",
4424
- "Yes",
4425
- "No",
4426
- "Maybe",
4427
- "Tools",
4428
- "Quality",
4429
- "Failed Check",
4430
- "Critical Success",
4431
- "Botch",
4432
- "Improvement Cost",
4433
- "Front Cover Inside",
4434
- "Back Cover Inside",
4435
- "since the {0}. printing",
4436
- "removed in {0}. printing"
4437
- ],
4438
- "additionalProperties": false
4439
- }
4440
- }
4441
- }