optolith-database-schema 0.26.3 → 0.27.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 (319) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/gen/types.d.ts +985 -202
  3. package/lib/main.d.ts +10 -2
  4. package/lib/main.js +1 -1
  5. package/lib/types/Advantage.d.ts +2 -2
  6. package/lib/types/Advantage.js +1 -1
  7. package/lib/types/AnimalDisease.d.ts +1 -1
  8. package/lib/types/AnimalDisease.js +1 -1
  9. package/lib/types/AnimalType.js +1 -1
  10. package/lib/types/ArcaneBardTradition.js +1 -1
  11. package/lib/types/ArcaneDancerTradition.js +1 -1
  12. package/lib/types/Aspect.js +1 -1
  13. package/lib/types/Attribute.d.ts +2 -1
  14. package/lib/types/Attribute.js +12 -2
  15. package/lib/types/Blessing.d.ts +1 -1
  16. package/lib/types/Blessing.js +1 -1
  17. package/lib/types/Cantrip.d.ts +1 -1
  18. package/lib/types/Cantrip.js +1 -1
  19. package/lib/types/Ceremony.d.ts +36 -6
  20. package/lib/types/Ceremony.js +1 -1
  21. package/lib/types/CombatTechnique.d.ts +2 -2
  22. package/lib/types/CombatTechnique.js +2 -2
  23. package/lib/types/Condition.d.ts +1 -1
  24. package/lib/types/Condition.js +1 -1
  25. package/lib/types/Continent.js +1 -1
  26. package/lib/types/Culture.d.ts +13 -1
  27. package/lib/types/Culture.js +1 -1
  28. package/lib/types/DerivedCharacteristic.d.ts +10 -9
  29. package/lib/types/DerivedCharacteristic.js +12 -2
  30. package/lib/types/Disadvantage.d.ts +2 -2
  31. package/lib/types/Disadvantage.js +1 -1
  32. package/lib/types/Disease.d.ts +1 -1
  33. package/lib/types/Disease.js +1 -1
  34. package/lib/types/Element.js +1 -1
  35. package/lib/types/ExperienceLevel.js +7 -1
  36. package/lib/types/EyeColor.js +1 -1
  37. package/lib/types/FamiliarsTrick.d.ts +1 -1
  38. package/lib/types/FamiliarsTrick.js +3 -1
  39. package/lib/types/HairColor.js +1 -1
  40. package/lib/types/HomunculusType.js +1 -1
  41. package/lib/types/Lessons.d.ts +1 -1
  42. package/lib/types/Lessons.js +3 -3
  43. package/lib/types/LiturgicalChant.d.ts +36 -6
  44. package/lib/types/LiturgicalChant.js +1 -1
  45. package/lib/types/MetaCondition.d.ts +1 -1
  46. package/lib/types/MetaCondition.js +1 -1
  47. package/lib/types/PactCategory.d.ts +1 -1
  48. package/lib/types/PactCategory.js +7 -7
  49. package/lib/types/Patron.d.ts +1 -1
  50. package/lib/types/Patron.js +1 -1
  51. package/lib/types/PatronCategory.js +1 -1
  52. package/lib/types/PersonalityTrait.d.ts +1 -1
  53. package/lib/types/PersonalityTrait.js +1 -1
  54. package/lib/types/Profession.d.ts +40 -2
  55. package/lib/types/Profession.js +11 -11
  56. package/lib/types/Property.js +1 -1
  57. package/lib/types/Race.d.ts +49 -15
  58. package/lib/types/Race.js +21 -11
  59. package/lib/types/Region.js +1 -1
  60. package/lib/types/Ritual.d.ts +36 -6
  61. package/lib/types/Ritual.js +1 -1
  62. package/lib/types/Service.d.ts +1 -1
  63. package/lib/types/Service.js +1 -1
  64. package/lib/types/SexPractice.d.ts +1 -1
  65. package/lib/types/SexPractice.js +1 -1
  66. package/lib/types/Skill.d.ts +1 -1
  67. package/lib/types/Skill.js +2 -2
  68. package/lib/types/SkillGroup.d.ts +2 -1
  69. package/lib/types/SkillGroup.js +12 -2
  70. package/lib/types/SkillModificationLevel.js +5 -2
  71. package/lib/types/SocialStatus.d.ts +1 -1
  72. package/lib/types/SocialStatus.js +4 -4
  73. package/lib/types/Spell.d.ts +36 -6
  74. package/lib/types/Spell.js +1 -1
  75. package/lib/types/State.d.ts +1 -1
  76. package/lib/types/State.js +1 -1
  77. package/lib/types/Talisman.d.ts +48 -4
  78. package/lib/types/Talisman.js +57 -2
  79. package/lib/types/TargetCategory.js +1 -1
  80. package/lib/types/_ActivatableAdventurePointsValue.js +3 -0
  81. package/lib/types/_ActivatableSelectOptions.d.ts +766 -928
  82. package/lib/types/_ActivatableSelectOptions.js +5 -68
  83. package/lib/types/_ActivatableSkill.d.ts +70 -12
  84. package/lib/types/_ActivatableSkillApplicationsAndUses.js +7 -7
  85. package/lib/types/_ActivatableSkillCost.d.ts +66 -8
  86. package/lib/types/_ActivatableSkillCost.js +59 -15
  87. package/lib/types/_CommonnessRatedAdvantageDisadvantage.d.ts +4 -1
  88. package/lib/types/_CommonnessRatedAdvantageDisadvantage.js +8 -1
  89. package/lib/types/_Enhancements.d.ts +2 -2
  90. package/lib/types/_Enhancements.js +4 -4
  91. package/lib/types/_IdentifierGroup.d.ts +1 -0
  92. package/lib/types/_IdentifierGroup.js +1 -0
  93. package/lib/types/_Influence.d.ts +1 -1
  94. package/lib/types/_Influence.js +1 -1
  95. package/lib/types/_MathExpression.d.ts +1 -1
  96. package/lib/types/_SkillCheck.d.ts +1 -0
  97. package/lib/types/_SkillCheck.js +7 -18
  98. package/lib/types/equipment/EquipmentPackage.d.ts +1 -1
  99. package/lib/types/equipment/EquipmentPackage.js +1 -1
  100. package/lib/types/equipment/item/Ammunition.d.ts +1 -1
  101. package/lib/types/equipment/item/Ammunition.js +1 -1
  102. package/lib/types/equipment/item/Animal.d.ts +1 -1
  103. package/lib/types/equipment/item/Animal.js +1 -1
  104. package/lib/types/equipment/item/AnimalCare.d.ts +1 -1
  105. package/lib/types/equipment/item/AnimalCare.js +1 -1
  106. package/lib/types/equipment/item/Armor.d.ts +1 -1
  107. package/lib/types/equipment/item/Armor.js +1 -1
  108. package/lib/types/equipment/item/BandageOrRemedy.d.ts +3 -19
  109. package/lib/types/equipment/item/BandageOrRemedy.js +2 -2
  110. package/lib/types/equipment/item/Book.d.ts +1 -1
  111. package/lib/types/equipment/item/Book.js +1 -1
  112. package/lib/types/equipment/item/CeremonialItem.d.ts +3 -19
  113. package/lib/types/equipment/item/CeremonialItem.js +2 -2
  114. package/lib/types/equipment/item/Clothes.d.ts +3 -19
  115. package/lib/types/equipment/item/Clothes.js +2 -2
  116. package/lib/types/equipment/item/ClothingPackage.d.ts +1 -1
  117. package/lib/types/equipment/item/ClothingPackage.js +2 -2
  118. package/lib/types/equipment/item/Container.d.ts +3 -19
  119. package/lib/types/equipment/item/Container.js +2 -2
  120. package/lib/types/equipment/item/Elixir.d.ts +1 -1
  121. package/lib/types/equipment/item/Elixir.js +1 -1
  122. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +3 -19
  123. package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +2 -2
  124. package/lib/types/equipment/item/GemOrPreciousStone.d.ts +1 -1
  125. package/lib/types/equipment/item/GemOrPreciousStone.js +1 -1
  126. package/lib/types/equipment/item/IlluminationLightSource.d.ts +3 -19
  127. package/lib/types/equipment/item/IlluminationLightSource.js +2 -2
  128. package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +3 -19
  129. package/lib/types/equipment/item/IlluminationRefillOrSupply.js +2 -2
  130. package/lib/types/equipment/item/Jewelry.d.ts +1 -1
  131. package/lib/types/equipment/item/Jewelry.js +1 -1
  132. package/lib/types/equipment/item/Laboratory.d.ts +1 -1
  133. package/lib/types/equipment/item/Laboratory.js +1 -1
  134. package/lib/types/equipment/item/Liebesspielzeug.d.ts +3 -19
  135. package/lib/types/equipment/item/Liebesspielzeug.js +2 -2
  136. package/lib/types/equipment/item/LuxuryGood.d.ts +3 -19
  137. package/lib/types/equipment/item/LuxuryGood.js +2 -2
  138. package/lib/types/equipment/item/MagicalArtifact.d.ts +3 -19
  139. package/lib/types/equipment/item/MagicalArtifact.js +2 -2
  140. package/lib/types/equipment/item/MusicalInstrument.d.ts +3 -19
  141. package/lib/types/equipment/item/MusicalInstrument.js +2 -2
  142. package/lib/types/equipment/item/Newspaper.d.ts +1 -1
  143. package/lib/types/equipment/item/Newspaper.js +1 -1
  144. package/lib/types/equipment/item/OrienteeringAid.d.ts +3 -19
  145. package/lib/types/equipment/item/Poison.d.ts +1 -1
  146. package/lib/types/equipment/item/Poison.js +1 -1
  147. package/lib/types/equipment/item/RopeOrChain.d.ts +3 -19
  148. package/lib/types/equipment/item/Stationery.d.ts +3 -19
  149. package/lib/types/equipment/item/ThievesTool.d.ts +3 -19
  150. package/lib/types/equipment/item/ToolOfTheTrade.d.ts +1 -1
  151. package/lib/types/equipment/item/ToolOfTheTrade.js +1 -1
  152. package/lib/types/equipment/item/TravelGearOrTool.d.ts +3 -19
  153. package/lib/types/equipment/item/TravelGearOrTool.js +2 -2
  154. package/lib/types/equipment/item/Vehicle.d.ts +1 -1
  155. package/lib/types/equipment/item/Vehicle.js +1 -1
  156. package/lib/types/equipment/item/Weapon.d.ts +5 -37
  157. package/lib/types/equipment/item/Weapon.js +2 -2
  158. package/lib/types/equipment/item/WeaponAccessory.d.ts +3 -19
  159. package/lib/types/equipment/item/WeaponAccessory.js +2 -2
  160. package/lib/types/equipment/item/_Item.d.ts +5 -37
  161. package/lib/types/equipment/item/_Item.js +2 -2
  162. package/lib/types/equipment/item/_MeleeWeapon.d.ts +32 -10
  163. package/lib/types/equipment/item/_MeleeWeapon.js +9 -4
  164. package/lib/types/equipment/item/_RangedWeapon.d.ts +18 -14
  165. package/lib/types/equipment/item/_RangedWeapon.js +9 -4
  166. package/lib/types/equipment/item/_Weapon.d.ts +9 -7
  167. package/lib/types/equipment/item/_Weapon.js +2 -2
  168. package/lib/types/equipment/item/sub/ArmorType.js +1 -1
  169. package/lib/types/equipment/item/sub/Reach.js +1 -1
  170. package/lib/types/magicalActions/AnimistPower.d.ts +2 -2
  171. package/lib/types/magicalActions/AnimistPower.js +1 -1
  172. package/lib/types/magicalActions/AnimistPower_Tribe.js +1 -1
  173. package/lib/types/magicalActions/Curse.d.ts +2 -1
  174. package/lib/types/magicalActions/Curse.js +1 -1
  175. package/lib/types/magicalActions/DominationRitual.d.ts +2 -1
  176. package/lib/types/magicalActions/DominationRitual.js +1 -1
  177. package/lib/types/magicalActions/ElvenMagicalSong.d.ts +2 -1
  178. package/lib/types/magicalActions/ElvenMagicalSong.js +1 -1
  179. package/lib/types/magicalActions/GeodeRitual.d.ts +5 -5
  180. package/lib/types/magicalActions/GeodeRitual.js +3 -3
  181. package/lib/types/magicalActions/JesterTrick.d.ts +2 -1
  182. package/lib/types/magicalActions/JesterTrick.js +1 -1
  183. package/lib/types/magicalActions/MagicalDance.d.ts +1 -1
  184. package/lib/types/magicalActions/MagicalDance.js +1 -1
  185. package/lib/types/magicalActions/MagicalMelody.d.ts +2 -1
  186. package/lib/types/magicalActions/MagicalMelody.js +1 -1
  187. package/lib/types/magicalActions/MagicalRune.d.ts +1 -1
  188. package/lib/types/magicalActions/MagicalRune.js +2 -2
  189. package/lib/types/magicalActions/ZibiljaRitual.d.ts +6 -5
  190. package/lib/types/magicalActions/ZibiljaRitual.js +1 -1
  191. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +29 -0
  192. package/lib/types/prerequisites/PrerequisiteGroups.js +1 -0
  193. package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +1 -0
  194. package/lib/types/rule/AlternativeRule.d.ts +1 -1
  195. package/lib/types/rule/AlternativeRule.js +1 -1
  196. package/lib/types/rule/AlternativeRule_PlayerType.js +1 -1
  197. package/lib/types/rule/CoreRule.d.ts +1 -1
  198. package/lib/types/rule/CoreRule.js +1 -1
  199. package/lib/types/rule/FocusRule.d.ts +1 -1
  200. package/lib/types/rule/FocusRule.js +1 -1
  201. package/lib/types/rule/FocusRule_Subject.js +1 -1
  202. package/lib/types/rule/OptionalRule.d.ts +1 -1
  203. package/lib/types/rule/OptionalRule.js +1 -1
  204. package/lib/types/source/Publication.js +1 -1
  205. package/lib/types/source/_PublicationRef.d.ts +4 -4
  206. package/lib/types/source/_PublicationRef.js +53 -6
  207. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +2 -2
  208. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +1 -1
  209. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +2 -2
  210. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +1 -1
  211. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +2 -2
  212. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +1 -1
  213. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +2 -2
  214. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +1 -1
  215. package/lib/types/specialAbility/AncestorGlyph.d.ts +2 -2
  216. package/lib/types/specialAbility/AncestorGlyph.js +1 -1
  217. package/lib/types/specialAbility/BlessedTradition.d.ts +2 -2
  218. package/lib/types/specialAbility/BlessedTradition.js +1 -1
  219. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +2 -2
  220. package/lib/types/specialAbility/BrawlingSpecialAbility.js +1 -1
  221. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +2 -2
  222. package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +1 -1
  223. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +2 -2
  224. package/lib/types/specialAbility/CombatSpecialAbility.js +1 -1
  225. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +2 -2
  226. package/lib/types/specialAbility/CombatStyleSpecialAbility.js +1 -1
  227. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +2 -2
  228. package/lib/types/specialAbility/CommandSpecialAbility.js +1 -1
  229. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +2 -2
  230. package/lib/types/specialAbility/FamiliarSpecialAbility.js +1 -1
  231. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +2 -2
  232. package/lib/types/specialAbility/FatePointSexSpecialAbility.js +1 -1
  233. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +2 -2
  234. package/lib/types/specialAbility/FatePointSpecialAbility.js +1 -1
  235. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +2 -2
  236. package/lib/types/specialAbility/GeneralSpecialAbility.js +1 -1
  237. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +2 -2
  238. package/lib/types/specialAbility/KarmaSpecialAbility.js +1 -1
  239. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +2 -2
  240. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +1 -1
  241. package/lib/types/specialAbility/LycantropicGift.d.ts +2 -2
  242. package/lib/types/specialAbility/LycantropicGift.js +1 -1
  243. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +2 -2
  244. package/lib/types/specialAbility/MagicStyleSpecialAbility.js +1 -1
  245. package/lib/types/specialAbility/MagicalSign.d.ts +5 -5
  246. package/lib/types/specialAbility/MagicalSign.js +3 -3
  247. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +2 -2
  248. package/lib/types/specialAbility/MagicalSpecialAbility.js +1 -1
  249. package/lib/types/specialAbility/MagicalTradition.d.ts +2 -2
  250. package/lib/types/specialAbility/MagicalTradition.js +1 -1
  251. package/lib/types/specialAbility/PactGift.d.ts +2 -2
  252. package/lib/types/specialAbility/PactGift.js +1 -1
  253. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +3 -3
  254. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +2 -2
  255. package/lib/types/specialAbility/Sermon.d.ts +2 -2
  256. package/lib/types/specialAbility/Sermon.js +1 -1
  257. package/lib/types/specialAbility/SexSpecialAbility.d.ts +2 -2
  258. package/lib/types/specialAbility/SexSpecialAbility.js +1 -1
  259. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +2 -2
  260. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +1 -1
  261. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +2 -2
  262. package/lib/types/specialAbility/SkillStyleSpecialAbility.js +1 -1
  263. package/lib/types/specialAbility/VampiricGift.d.ts +2 -2
  264. package/lib/types/specialAbility/VampiricGift.js +1 -1
  265. package/lib/types/specialAbility/Vision.d.ts +2 -2
  266. package/lib/types/specialAbility/Vision.js +1 -1
  267. package/lib/types/specialAbility/sub/Language.d.ts +1 -1
  268. package/lib/types/specialAbility/sub/Language.js +2 -2
  269. package/lib/types/specialAbility/sub/Script.d.ts +1 -1
  270. package/lib/types/specialAbility/sub/Script.js +1 -1
  271. package/lib/types/specialAbility/sub/TradeSecret.d.ts +2 -2
  272. package/lib/types/specialAbility/sub/TradeSecret.js +4 -4
  273. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +2 -2
  274. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +1 -1
  275. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +2 -2
  276. package/lib/types/traditionArtifacts/AttireEnchantment.js +1 -1
  277. package/lib/types/traditionArtifacts/Beutelzauber.d.ts +2 -2
  278. package/lib/types/traditionArtifacts/Beutelzauber.js +1 -1
  279. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +2 -2
  280. package/lib/types/traditionArtifacts/BowlEnchantment.js +1 -1
  281. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +2 -2
  282. package/lib/types/traditionArtifacts/CauldronEnchantment.js +1 -1
  283. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +2 -2
  284. package/lib/types/traditionArtifacts/ChronicleEnchantment.js +1 -1
  285. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +2 -2
  286. package/lib/types/traditionArtifacts/DaggerRitual.js +1 -1
  287. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +2 -2
  288. package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +3 -1
  289. package/lib/types/traditionArtifacts/Haubenzauber.d.ts +2 -2
  290. package/lib/types/traditionArtifacts/Haubenzauber.js +1 -1
  291. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +2 -2
  292. package/lib/types/traditionArtifacts/InstrumentEnchantment.js +1 -1
  293. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +2 -2
  294. package/lib/types/traditionArtifacts/Krallenkettenzauber.js +1 -1
  295. package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +2 -2
  296. package/lib/types/traditionArtifacts/Kristallkugelzauber.js +1 -1
  297. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +2 -2
  298. package/lib/types/traditionArtifacts/OrbEnchantment.js +1 -1
  299. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +2 -2
  300. package/lib/types/traditionArtifacts/RingEnchantment.js +1 -1
  301. package/lib/types/traditionArtifacts/SickleRitual.d.ts +2 -2
  302. package/lib/types/traditionArtifacts/SickleRitual.js +1 -1
  303. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +2 -2
  304. package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +1 -1
  305. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +2 -2
  306. package/lib/types/traditionArtifacts/StaffEnchantment.js +1 -1
  307. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +2 -2
  308. package/lib/types/traditionArtifacts/ToyEnchantment.js +1 -1
  309. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +2 -2
  310. package/lib/types/traditionArtifacts/Trinkhornzauber.js +1 -1
  311. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +2 -2
  312. package/lib/types/traditionArtifacts/WandEnchantment.js +1 -1
  313. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +2 -2
  314. package/lib/types/traditionArtifacts/WeaponEnchantment.js +1 -1
  315. package/lib/types/traditionArtifacts/sub/AnimalShape.js +1 -1
  316. package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +1 -1
  317. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +1 -1
  318. package/lib/types/traditionArtifacts/sub/Brew.js +1 -1
  319. package/package.json +11 -11
package/gen/types.d.ts CHANGED
@@ -194,6 +194,629 @@ export type ChildEntityMap = {
194
194
  SkillUse: [SkillUse, "parent", SkillUse["parent"]]
195
195
  }
196
196
 
197
+ export type EnumMap = {
198
+ AbilityAdjustment: AbilityAdjustment
199
+ ActivatableIdentifier: ActivatableIdentifier
200
+ ActivatableSkillEffect: ActivatableSkillEffect
201
+ AdvancedSpecialAbility: AdvancedSpecialAbility<unknown>
202
+ AdvancedSpecialAbilityRestrictedOptionIdentifier: AdvancedSpecialAbilityRestrictedOptionIdentifier
203
+ AdvantageDisadvantagePrerequisiteGroup: AdvantageDisadvantagePrerequisiteGroup
204
+ AdventurePointsDependingOnActiveInstances: AdventurePointsDependingOnActiveInstances
205
+ AdventurePointsDependingOnActiveInstancesExpressionValue: AdventurePointsDependingOnActiveInstancesExpressionValue
206
+ AdventurePointsValue: AdventurePointsValue
207
+ AnimalCareType: AnimalCareType
208
+ AnimalFeedCost: AnimalFeedCost
209
+ AnimalPowerLevel1: AnimalPowerLevel1
210
+ AnimalPowerLevel2: AnimalPowerLevel2
211
+ AnimalPowerLevel3: AnimalPowerLevel3
212
+ AnimalVenomLevel: AnimalVenomLevel
213
+ AnimistPowerImprovementCost: AnimistPowerImprovementCost
214
+ AnimistPowerPerformanceParameters: AnimistPowerPerformanceParameters
215
+ AnimistPowerPrerequisiteGroup: AnimistPowerPrerequisiteGroup
216
+ ApplicableAllCombatTechniquesRestriction: ApplicableAllCombatTechniquesRestriction
217
+ ApplicableCloseCombatTechniquesRestriction: ApplicableCloseCombatTechniquesRestriction
218
+ ApplicableCombatTechniques: ApplicableCombatTechniques
219
+ ApplicableRangedCombatTechniquesRestriction: ApplicableRangedCombatTechniquesRestriction
220
+ ApplicableSpecificCombatTechniquesRestriction: ApplicableSpecificCombatTechniquesRestriction
221
+ ApplicationCategory: ApplicationCategory
222
+ ArcaneEnergyCost: ArcaneEnergyCost
223
+ ArcaneTraditionPrerequisiteGroup: ArcaneTraditionPrerequisiteGroup
224
+ ArmorComplexity: ArmorComplexity
225
+ AutomaticEntryAction: AutomaticEntryAction
226
+ AutomaticEntryTarget: AutomaticEntryTarget
227
+ AutomaticEntryTargetSelectionList: AutomaticEntryTargetSelectionList
228
+ BinarySex: BinarySex
229
+ BindingCost: BindingCost
230
+ BlessedCommonProfessionConstraint: BlessedCommonProfessionConstraint
231
+ BlessedTraditionPrerequisiteRestriction: BlessedTraditionPrerequisiteRestriction
232
+ BlessedTraditionType: BlessedTraditionType
233
+ BlessingDuration: BlessingDuration
234
+ BlessingRange: BlessingRange
235
+ BookCost: BookCost
236
+ BookCostVariant: BookCostVariant
237
+ BookType: BookType
238
+ BurningTime: BurningTime
239
+ CantripDuration: CantripDuration
240
+ CantripNote: CantripNote
241
+ CantripRange: CantripRange
242
+ CastingTime: CastingTime<unknown>
243
+ CastingTimeDuringLovemakingUnit: CastingTimeDuringLovemakingUnit
244
+ CheckResultArithmetic: CheckResultArithmetic
245
+ CheckResultValue: CheckResultValue
246
+ CombatAnimalPowerType: CombatAnimalPowerType
247
+ CombatRelatedSpecialAbilityIdentifier: CombatRelatedSpecialAbilityIdentifier
248
+ CombatSpecialAbilityType: CombatSpecialAbilityType
249
+ CombatSpecialAbilityUsageType: CombatSpecialAbilityUsageType
250
+ CombatTechniqueIdentifier: CombatTechniqueIdentifier
251
+ CombatTechniquesSelectOptionCategoryCategory: CombatTechniquesSelectOptionCategoryCategory
252
+ CombatUse: CombatUse
253
+ CommonCantripNote: CommonCantripNote
254
+ CommonnessWeight: CommonnessWeight
255
+ CommonProfessionConstraintsOperation: CommonProfessionConstraintsOperation
256
+ CommonProfessions: CommonProfessions
257
+ Complexity: Complexity
258
+ ContentNode: ContentNode
259
+ CoreRuleDerivableContentIdentifier: CoreRuleDerivableContentIdentifier
260
+ Cost: Cost
261
+ CurseCost: CurseCost
262
+ CurseDuration: CurseDuration
263
+ DaggerRitualCost: DaggerRitualCost
264
+ DemonicPoisonLevel: DemonicPoisonLevel
265
+ DerivedCharacteristicPrerequisiteGroup: DerivedCharacteristicPrerequisiteGroup
266
+ DisplayOption: DisplayOption
267
+ DominationRitualDuration: DominationRitualDuration
268
+ DurationForOneTime: DurationForOneTime
269
+ DurationUnit: DurationUnit
270
+ EffectType: EffectType
271
+ ElectiveSpellworkRestriction: ElectiveSpellworkRestriction
272
+ ElectiveSpellworks: ElectiveSpellworks
273
+ EnchantmentCost: EnchantmentCost
274
+ EncumbranceInfluence: EncumbranceInfluence
275
+ EnhancementPrerequisiteGroup: EnhancementPrerequisiteGroup
276
+ EquipmentIdentifier: EquipmentIdentifier
277
+ ExpressionBasedPoisonTimeExpressionValue: ExpressionBasedPoisonTimeExpressionValue
278
+ ExtensionRuleIdentifier: ExtensionRuleIdentifier
279
+ FamiliarsTrickOneTimeCost: FamiliarsTrickOneTimeCost
280
+ FamiliarsTrickOneTimeDuration: FamiliarsTrickOneTimeDuration
281
+ FamiliarsTrickPerformanceParameters: FamiliarsTrickPerformanceParameters
282
+ FamiliarsTrickProperty: FamiliarsTrickProperty
283
+ FastPerformanceParameters: FastPerformanceParameters
284
+ FavoredCombatTechniques: FavoredCombatTechniques
285
+ FixedArcaneEnergyCostPerLevel: FixedArcaneEnergyCostPerLevel
286
+ GeneralPrerequisiteGroup: GeneralPrerequisiteGroup
287
+ GeodeRitualCost: GeodeRitualCost
288
+ GeodeRitualDuration: GeodeRitualDuration
289
+ GeodeRitualPrerequisiteGroup: GeodeRitualPrerequisiteGroup
290
+ GeodeRitualRange: GeodeRitualRange
291
+ HitZone: HitZone
292
+ ImprovementCost: ImprovementCost
293
+ IndefiniteArcaneEnergyCostModifierArithmetic: IndefiniteArcaneEnergyCostModifierArithmetic
294
+ InfluencePrerequisiteGroup: InfluencePrerequisiteGroup
295
+ IntoxicantAddictionInterval: IntoxicantAddictionInterval
296
+ JesterTrickDuration: JesterTrickDuration
297
+ JesterTrickRange: JesterTrickRange
298
+ LaboratoryLevel: LaboratoryLevel
299
+ LanguagePrerequisiteGroup: LanguagePrerequisiteGroup
300
+ LanguagesSelectOptionCategoryPrerequisite: LanguagesSelectOptionCategoryPrerequisite
301
+ LifePointsCost: LifePointsCost
302
+ LimitedBurningTimeUnit: LimitedBurningTimeUnit
303
+ LiturgyIdentifier: LiturgyIdentifier
304
+ LiturgyPrerequisiteGroup: LiturgyPrerequisiteGroup
305
+ LiturgyTradition: LiturgyTradition
306
+ MagicalActionIdentifier: MagicalActionIdentifier
307
+ MagicalDanceCost: MagicalDanceCost
308
+ MagicalMelodyCost: MagicalMelodyCost
309
+ MagicalRuneCheckPenalty: MagicalRuneCheckPenalty
310
+ MagicalRuneCost: MagicalRuneCost
311
+ MagicalRuneImprovementCost: MagicalRuneImprovementCost
312
+ MagicalRuneOptionCost: MagicalRuneOptionCost
313
+ MagicalRuneSuboption: MagicalRuneSuboption
314
+ MagicalSignCost: MagicalSignCost
315
+ MagicalTraditionPrerequisiteRestriction: MagicalTraditionPrerequisiteRestriction
316
+ MagicCommonProfessionConstraint: MagicCommonProfessionConstraint
317
+ MathOperation: MathOperation<unknown>
318
+ MaximumIndefiniteCurseDuration: MaximumIndefiniteCurseDuration
319
+ MaximumIndefiniteDominationRitualDuration: MaximumIndefiniteDominationRitualDuration
320
+ MundaneBookType: MundaneBookType
321
+ MundaneCommonProfessionConstraint: MundaneCommonProfessionConstraint
322
+ MundaneProfessionGroup: MundaneProfessionGroup
323
+ MusicLength: MusicLength
324
+ MusicReusability: MusicReusability
325
+ NewSkillApplicationOrUseParentIdentifier: NewSkillApplicationOrUseParentIdentifier
326
+ OneTimeAnimistPowerCost: OneTimeAnimistPowerCost
327
+ OneTimeAnimistPowerDuration: OneTimeAnimistPowerDuration
328
+ OneTimeCost: OneTimeCost
329
+ PactGiftPermanentDemonicConsumption: PactGiftPermanentDemonicConsumption
330
+ Page: Page
331
+ PatronCultureOperation: PatronCultureOperation
332
+ Penalty: Penalty
333
+ PenaltyByAttackReplacement: PenaltyByAttackReplacement
334
+ PenaltySelectionOptions: PenaltySelectionOptions
335
+ PersonalityTraitPrerequisiteGroup: PersonalityTraitPrerequisiteGroup
336
+ PoisonApplicationType: PoisonApplicationType
337
+ PoisonCost: PoisonCost
338
+ PoisonDuration: PoisonDuration
339
+ PoisonSourceType: PoisonSourceType
340
+ PoisonStart: PoisonStart
341
+ PoisonTimeUnit: PoisonTimeUnit
342
+ PreconditionGroup: PreconditionGroup
343
+ PrerequisitesElement: PrerequisitesElement<unknown>
344
+ PrimaryAttributeCategory: PrimaryAttributeCategory
345
+ PrimaryAttributeDamageThreshold: PrimaryAttributeDamageThreshold
346
+ ProfessionGroup: ProfessionGroup
347
+ ProfessionMagicalSkillIdentifier: ProfessionMagicalSkillIdentifier
348
+ ProfessionPrerequisiteGroup: ProfessionPrerequisiteGroup
349
+ ProfessionSpecialAbility: ProfessionSpecialAbility
350
+ PropertyDeclaration: PropertyDeclaration
351
+ PublicationCategory: PublicationCategory
352
+ PublicationPrerequisiteGroup: PublicationPrerequisiteGroup
353
+ QualityLevelDemonicPoisonLevelSource: QualityLevelDemonicPoisonLevelSource
354
+ RangedDamage: RangedDamage
355
+ RangeUnit: RangeUnit
356
+ RangeValue: RangeValue
357
+ Rarity: Rarity
358
+ RatedIdentifier: RatedIdentifier
359
+ RatedMinimumNumberPrerequisiteCombatTechniquesTargetGroup: RatedMinimumNumberPrerequisiteCombatTechniquesTargetGroup
360
+ RatedMinimumNumberPrerequisiteTarget: RatedMinimumNumberPrerequisiteTarget
361
+ ReferenceListNodeImprovementCostSourceTarget: ReferenceListNodeImprovementCostSourceTarget
362
+ ReferenceListNodeSource: ReferenceListNodeSource
363
+ RequirableSelectOptionIdentifier: RequirableSelectOptionIdentifier
364
+ Resistance: Resistance
365
+ RestrictedBlessings: RestrictedBlessings
366
+ RestrictedSpellwork: RestrictedSpellwork
367
+ RestrictedToBlessedTraditionsScope: RestrictedToBlessedTraditionsScope
368
+ Revision: Revision
369
+ RulePrerequisiteGroup: RulePrerequisiteGroup
370
+ SelectOptionCategory: SelectOptionCategory
371
+ SelectOptionParentIdentifier: SelectOptionParentIdentifier
372
+ SelectOptionsAdventurePointsValue: SelectOptionsAdventurePointsValue<unknown>
373
+ SelectOptionsBindingCostValue: SelectOptionsBindingCostValue<unknown>
374
+ SentenceType: SentenceType
375
+ ServiceAvailability: ServiceAvailability
376
+ SexualCharacteristic: SexualCharacteristic
377
+ ShieldSize: ShieldSize
378
+ SingleOneTimeCost: SingleOneTimeCost
379
+ SkillCheckPenalty: SkillCheckPenalty
380
+ SkillishIdentifier: SkillishIdentifier
381
+ SkillSelectOptionCategoryPrerequisite: SkillSelectOptionCategoryPrerequisite
382
+ SkillSpecializationOptions: SkillSpecializationOptions
383
+ SkillsSelectOptionCategoryCategory: SkillsSelectOptionCategoryCategory
384
+ SkillWithEnhancementsIdentifier: SkillWithEnhancementsIdentifier
385
+ SlowPerformanceParameters: SlowPerformanceParameters
386
+ SlowSkillCastingTimeUnit: SlowSkillCastingTimeUnit
387
+ SpecialAbilityIdentifier: SpecialAbilityIdentifier
388
+ SpecificAffectedTargetCategoryIdentifier: SpecificAffectedTargetCategoryIdentifier
389
+ SpecificFromSkillSelectOptionCategoryCategoryOperation: SpecificFromSkillSelectOptionCategoryCategoryOperation
390
+ SpellworkIdentifier: SpellworkIdentifier
391
+ SpellworkPrerequisiteGroup: SpellworkPrerequisiteGroup
392
+ SpellworkTraditions: SpellworkTraditions
393
+ SustainedAnimistPowerCost: SustainedAnimistPowerCost
394
+ SustainedCost: SustainedCost
395
+ TalismanDamageOption: TalismanDamageOption
396
+ TalismanType: TalismanType
397
+ TextVerificationRule: TextVerificationRule
398
+ TradeSecretAdventurePointsValue: TradeSecretAdventurePointsValue
399
+ TradeSecretSelectOptionCategory: TradeSecretSelectOptionCategory
400
+ TribePrerequisiteGroup: TribePrerequisiteGroup
401
+ VariantOptionAction: VariantOptionAction<unknown>
402
+ VariantSpecialAbilityAction: VariantSpecialAbilityAction
403
+ Volume: Volume
404
+ VolumePointsOptionReferenceIdentifier: VolumePointsOptionReferenceIdentifier
405
+ WeaponCombatTechniqueValueRule: WeaponCombatTechniqueValueRule
406
+ WeightDiceOffsetStrategy: WeightDiceOffsetStrategy
407
+ }
408
+
409
+ export type TypeAliasMap = {
410
+ ActivatablePrerequisite: ActivatablePrerequisite
411
+ ActivatableSkillEffectForEachQualityLevel: ActivatableSkillEffectForEachQualityLevel
412
+ ActivatableSkillEffectForEachTwoQualityLevels: ActivatableSkillEffectForEachTwoQualityLevels
413
+ ActivatableSkillPlainEffect: ActivatableSkillPlainEffect
414
+ ActivationAndHalfIntervalArcaneEnergyCost: ActivationAndHalfIntervalArcaneEnergyCost
415
+ AdvancedSpecialAbilityDerivedFromExternalOption: AdvancedSpecialAbilityDerivedFromExternalOption<unknown>
416
+ AdvancedSpecialAbilityDerivedFromExternalOptionMapping: AdvancedSpecialAbilityDerivedFromExternalOptionMapping<unknown>
417
+ AdvantageAnimalPower: AdvantageAnimalPower
418
+ AdvantageDisadvantagePrerequisites: AdvantageDisadvantagePrerequisites
419
+ AdventurePointsDependingOnActive: AdventurePointsDependingOnActive
420
+ AdventurePointsDependingOnActiveInstancesExpression: AdventurePointsDependingOnActiveInstancesExpression
421
+ AdventurePointsDependingOnActiveInstancesThreshold: AdventurePointsDependingOnActiveInstancesThreshold
422
+ AdventurePointsDerivedFromSelection: AdventurePointsDerivedFromSelection
423
+ AdventurePointsSingleValue: AdventurePointsSingleValue
424
+ AdventurePointsValueByLevel: AdventurePointsValueByLevel
425
+ AffectedTargetCategories: AffectedTargetCategories
426
+ AlchemicalPoison: AlchemicalPoison
427
+ AllApplicableCloseCombatTechniques: AllApplicableCloseCombatTechniques
428
+ AllApplicableCombatTechniques: AllApplicableCombatTechniques
429
+ AllApplicableRangedCombatTechniques: AllApplicableRangedCombatTechniques
430
+ AlternativeName: AlternativeName
431
+ AnimalFeed: AnimalFeed
432
+ AnimalPowers: AnimalPowers
433
+ AnimalPowersLevel1: AnimalPowersLevel1
434
+ AnimalPowersLevel2: AnimalPowersLevel2
435
+ AnimalPowersLevel3: AnimalPowersLevel3
436
+ AnimalVenom: AnimalVenom
437
+ AnimalVenomLevelBySubType: AnimalVenomLevelBySubType
438
+ AnimistPowerCostByPrimaryPatron: AnimistPowerCostByPrimaryPatron
439
+ AnimistPowerLevel: AnimistPowerLevel
440
+ AnimistPowerPrerequisite: AnimistPowerPrerequisite
441
+ AnimistPowerPrerequisites: AnimistPowerPrerequisites
442
+ ApplicableCombatTechniquesLevelRestriction: ApplicableCombatTechniquesLevelRestriction
443
+ ApplicableCombatTechniquesNegativeCombatTechniquesRestriction: ApplicableCombatTechniquesNegativeCombatTechniquesRestriction<unknown>
444
+ ApplicableCombatTechniquesRaceRestriction: ApplicableCombatTechniquesRaceRestriction
445
+ ApplicableCombatTechniquesWeaponRestriction: ApplicableCombatTechniquesWeaponRestriction
446
+ Applications: Applications
447
+ ArcaneBardTraditionReference: ArcaneBardTraditionReference
448
+ ArcaneDancerTraditionReference: ArcaneDancerTraditionReference
449
+ ArcaneEnergyCostDisjunction: ArcaneEnergyCostDisjunction
450
+ ArcaneEnergyCostDisjunctionInterval: ArcaneEnergyCostDisjunctionInterval
451
+ ArcaneEnergyCostDisjunctionOption: ArcaneEnergyCostDisjunctionOption
452
+ ArcaneEnergyCostPerCountable: ArcaneEnergyCostPerCountable
453
+ ArcaneTraditionPrerequisites: ArcaneTraditionPrerequisites
454
+ AreaKnowledge: AreaKnowledge
455
+ AreaKnowledgeExample: AreaKnowledgeExample
456
+ AreaKnowledgeTranslation: AreaKnowledgeTranslation
457
+ AspectSelectOptionCategory: AspectSelectOptionCategory
458
+ AssociatedContinent: AssociatedContinent
459
+ AttackModifier: AttackModifier
460
+ AttributeAdjustments: AttributeAdjustments
461
+ AttributeAnimalPower: AttributeAnimalPower
462
+ AutomaticAdvantageDisadvantage: AutomaticAdvantageDisadvantage<unknown>
463
+ AutomaticEntry: AutomaticEntry
464
+ AutomaticEntryTargetSelection: AutomaticEntryTargetSelection
465
+ BaseValues: BaseValues
466
+ BindingCostDerivedFromSelection: BindingCostDerivedFromSelection
467
+ BindingCostMap: BindingCostMap
468
+ BindingCostMapOption: BindingCostMapOption
469
+ BindingCostPerLevel: BindingCostPerLevel
470
+ BlessedTraditionConstraint: BlessedTraditionConstraint
471
+ BlessedTraditionPrerequisite: BlessedTraditionPrerequisite
472
+ BlessedTraditionsSelectOptionCategory: BlessedTraditionsSelectOptionCategory
473
+ BlessingPerformanceParameters: BlessingPerformanceParameters
474
+ BySizeCategory: BySizeCategory<unknown>
475
+ CalculationTranslation: CalculationTranslation
476
+ CantripPerformanceParameters: CantripPerformanceParameters
477
+ CantripsOptions: CantripsOptions
478
+ CastingTimeDuringLovemaking: CastingTimeDuringLovemaking
479
+ CastingTimeIncludingLovemaking: CastingTimeIncludingLovemaking<unknown>
480
+ Cause: Cause
481
+ CheckResultBasedDuration: CheckResultBasedDuration
482
+ CheckResultBasedModifier: CheckResultBasedModifier
483
+ CheckResultBasedRange: CheckResultBasedRange
484
+ ChildNode: ChildNode
485
+ CloseCombatTechniqueSpecialRules: CloseCombatTechniqueSpecialRules
486
+ CombatAnimalPower: CombatAnimalPower
487
+ CombatTechniqueAdjustment: CombatTechniqueAdjustment
488
+ CombatTechniqueRating: CombatTechniqueRating
489
+ CombatTechniquesOptions: CombatTechniquesOptions
490
+ CombatTechniquesSelectOptionCategory: CombatTechniquesSelectOptionCategory
491
+ CommonCantripNotes: CommonCantripNotes
492
+ CommonCantripTraditionNote: CommonCantripTraditionNote
493
+ CommonName: CommonName
494
+ CommonNameGroup: CommonNameGroup
495
+ CommonNames: CommonNames
496
+ CommonnessRatedAdvantageDisadvantage: CommonnessRatedAdvantageDisadvantage<unknown>
497
+ CommonnessRatedSkill: CommonnessRatedSkill
498
+ CommonProfessionConstraints: CommonProfessionConstraints<unknown>
499
+ ComplexComplexity: ComplexComplexity
500
+ ConstantDemonicPoisonLevel: ConstantDemonicPoisonLevel
501
+ ConstantIntoxicantAddictionInterval: ConstantIntoxicantAddictionInterval
502
+ ConstantMagicalSignCost: ConstantMagicalSignCost
503
+ ConstantPoisonTime: ConstantPoisonTime
504
+ ConstantProfessionSpecialAbility: ConstantProfessionSpecialAbility
505
+ CostRange: CostRange
506
+ CulturalPackageItem: CulturalPackageItem
507
+ CulturePrerequisite: CulturePrerequisite
508
+ CursePerformanceParameters: CursePerformanceParameters
509
+ CursesOptions: CursesOptions
510
+ CustomMagicalRuneSuboption: CustomMagicalRuneSuboption
511
+ DaggerRitualArcaneEnergyCost: DaggerRitualArcaneEnergyCost
512
+ DefaultPrimaryAttributeDamageThreshold: DefaultPrimaryAttributeDamageThreshold
513
+ DefaultRangedDamage: DefaultRangedDamage
514
+ DefiniteBookCostVariant: DefiniteBookCostVariant
515
+ DemonicPoison: DemonicPoison
516
+ Deprecation: Deprecation
517
+ DerivedCharacteristicPrerequisites: DerivedCharacteristicPrerequisites
518
+ Dice: Dice
519
+ DiceBasedIntoxicantAddictionInterval: DiceBasedIntoxicantAddictionInterval
520
+ DiceBasedPoisonTime: DiceBasedPoisonTime
521
+ DieType: DieType
522
+ DiseasesPoisonsSelectOptionCategory: DiseasesPoisonsSelectOptionCategory
523
+ DominationRitualCost: DominationRitualCost
524
+ DominationRitualPerformanceParameters: DominationRitualPerformanceParameters
525
+ DurationForSustained: DurationForSustained
526
+ DurationUnitValue: DurationUnitValue
527
+ ElectiveSpellwork: ElectiveSpellwork
528
+ ElementsSelectOptionCategory: ElementsSelectOptionCategory
529
+ ElvenMagicalSongCost: ElvenMagicalSongCost
530
+ ElvenMagicalSongPerformanceParameters: ElvenMagicalSongPerformanceParameters
531
+ ElvenMagicalSongPermanentCost: ElvenMagicalSongPermanentCost
532
+ Encumbrance: Encumbrance
533
+ EnhancementPrerequisite: EnhancementPrerequisite
534
+ EnhancementPrerequisites: EnhancementPrerequisites
535
+ EquipmentPackageItem: EquipmentPackageItem
536
+ Errata: Errata
537
+ Erratum: Erratum
538
+ ExclusiveCantripNote: ExclusiveCantripNote
539
+ ExpressionBasedPoisonTime: ExpressionBasedPoisonTime
540
+ ExpressionBasedPoisonTimeValue: ExpressionBasedPoisonTimeValue
541
+ FamiliarsTrickAllOneTimeCost: FamiliarsTrickAllOneTimeCost
542
+ FamiliarsTrickFixedOneTimeCost: FamiliarsTrickFixedOneTimeCost
543
+ FamiliarsTrickOneTimeIntervalCost: FamiliarsTrickOneTimeIntervalCost
544
+ FamiliarsTrickOneTimeIntervalPerformanceParameters: FamiliarsTrickOneTimeIntervalPerformanceParameters
545
+ FamiliarsTrickOneTimePerformanceParameters: FamiliarsTrickOneTimePerformanceParameters
546
+ FamiliarsTrickSustainedCost: FamiliarsTrickSustainedCost
547
+ FamiliarsTrickSustainedPerformanceParameters: FamiliarsTrickSustainedPerformanceParameters
548
+ FastCastingTime: FastCastingTime
549
+ FastOneTimePerformanceParameters: FastOneTimePerformanceParameters
550
+ FastSkillModificationLevelConfig: FastSkillModificationLevelConfig
551
+ FastSkillNonModifiableCastingTime: FastSkillNonModifiableCastingTime
552
+ FastSustainedPerformanceParameters: FastSustainedPerformanceParameters
553
+ FavoredSkillsSelection: FavoredSkillsSelection
554
+ FirstPersonMagicalMelodyCost: FirstPersonMagicalMelodyCost
555
+ FixedAdventurePointsValue: FixedAdventurePointsValue
556
+ FixedAnimistPowerCost: FixedAnimistPowerCost
557
+ FixedArcaneEnergyCost: FixedArcaneEnergyCost
558
+ FixedAttributeAdjustment: FixedAttributeAdjustment
559
+ FixedAutomaticEntryTarget: FixedAutomaticEntryTarget
560
+ FixedBindingCost: FixedBindingCost
561
+ FixedBlessingDuration: FixedBlessingDuration
562
+ FixedCantripDuration: FixedCantripDuration
563
+ FixedCost: FixedCost
564
+ FixedCurseCost: FixedCurseCost
565
+ FixedDominationRitualDuration: FixedDominationRitualDuration
566
+ FixedDuration: FixedDuration
567
+ FixedGeodeRitualCost: FixedGeodeRitualCost
568
+ FixedGeodeRitualRange: FixedGeodeRitualRange
569
+ FixedJesterTrickDuration: FixedJesterTrickDuration
570
+ FixedJesterTrickRange: FixedJesterTrickRange
571
+ FixedLifePointsCost: FixedLifePointsCost
572
+ FixedMagicalDanceCost: FixedMagicalDanceCost
573
+ FixedMagicalMelodyCost: FixedMagicalMelodyCost
574
+ FixedPactGiftPermanentDemonicConsumption: FixedPactGiftPermanentDemonicConsumption
575
+ FixedRange: FixedRange
576
+ FixedVolume: FixedVolume
577
+ GeneralAnimalCare: GeneralAnimalCare
578
+ GeneralPrerequisites: GeneralPrerequisites
579
+ GenericSkillsSelectOptionCategoryCategory: GenericSkillsSelectOptionCategoryCategory<unknown>
580
+ GenMeleeWeapon: GenMeleeWeapon<unknown>
581
+ GenRangedWeapon: GenRangedWeapon<unknown>
582
+ GeodeRitualPerformanceParameters: GeodeRitualPerformanceParameters
583
+ GeodeRitualPrerequisites: GeodeRitualPrerequisites
584
+ GroupedCommonProfessions: GroupedCommonProfessions
585
+ HasAdditionalPenalties: HasAdditionalPenalties
586
+ HeadHitZone: HeadHitZone
587
+ HeadHitZoneCombinationPossibilities: HeadHitZoneCombinationPossibilities
588
+ Immediate: Immediate
589
+ ImprovisedWeapon: ImprovisedWeapon
590
+ IndefiniteArcaneEnergyCost: IndefiniteArcaneEnergyCost
591
+ IndefiniteArcaneEnergyCostModifier: IndefiniteArcaneEnergyCostModifier
592
+ IndefiniteBlessingDuration: IndefiniteBlessingDuration
593
+ IndefiniteBookCostVariant: IndefiniteBookCostVariant
594
+ IndefiniteCantripDuration: IndefiniteCantripDuration
595
+ IndefiniteCurseDuration: IndefiniteCurseDuration
596
+ IndefiniteDominationRitualDuration: IndefiniteDominationRitualDuration
597
+ IndefiniteDuration: IndefiniteDuration
598
+ IndefiniteFamiliarsTrickProperty: IndefiniteFamiliarsTrickProperty
599
+ IndefiniteMagicalDanceCost: IndefiniteMagicalDanceCost
600
+ IndefiniteOneTimeCost: IndefiniteOneTimeCost
601
+ IndefinitePoisonCost: IndefinitePoisonCost
602
+ IndefinitePoisonTime: IndefinitePoisonTime
603
+ IndefiniteSpecializations: IndefiniteSpecializations
604
+ InfluenceEffect: InfluenceEffect
605
+ InfluencePrerequisite: InfluencePrerequisite
606
+ InfluencePrerequisites: InfluencePrerequisites
607
+ InitialOccurrence: InitialOccurrence
608
+ IntervalArcaneEnergyCost: IntervalArcaneEnergyCost
609
+ Intoxicant: Intoxicant
610
+ IntoxicantAddiction: IntoxicantAddiction
611
+ IntoxicantLegality: IntoxicantLegality
612
+ JesterTrickCastingTime: JesterTrickCastingTime
613
+ JesterTrickCost: JesterTrickCost
614
+ JesterTrickPerformanceParameters: JesterTrickPerformanceParameters
615
+ JewelryMaterialDifference: JewelryMaterialDifference<unknown>
616
+ LanguagePrerequisites: LanguagePrerequisites
617
+ LanguagesScriptsOptions: LanguagesScriptsOptions
618
+ LanguagesSelectOptionCategory: LanguagesSelectOptionCategory
619
+ LargeShieldSize: LargeShieldSize
620
+ Length: Length
621
+ LevelTypeConfigTranslation: LevelTypeConfigTranslation
622
+ LimitedBurningTime: LimitedBurningTime
623
+ LiturgicalChantRating: LiturgicalChantRating
624
+ LiturgiesOptions: LiturgiesOptions
625
+ LiturgyPrerequisites: LiturgyPrerequisites
626
+ LiturgyTraditionWithAspects: LiturgyTraditionWithAspects
627
+ MagicalDancePerformanceParameters: MagicalDancePerformanceParameters
628
+ MagicalMelodyPerformanceParameters: MagicalMelodyPerformanceParameters
629
+ MagicalProfessionGroup: MagicalProfessionGroup
630
+ MagicalRuneCombatTechniqueCheckPenalty: MagicalRuneCombatTechniqueCheckPenalty
631
+ MagicalRuneCombatTechniqueCheckPenaltyMapping: MagicalRuneCombatTechniqueCheckPenaltyMapping
632
+ MagicalRuneCombatTechniqueCheckPenaltyRest: MagicalRuneCombatTechniqueCheckPenaltyRest
633
+ MagicalRuneCostDisjunction: MagicalRuneCostDisjunction
634
+ MagicalRuneCraftingTime: MagicalRuneCraftingTime
635
+ MagicalRuneDuration: MagicalRuneDuration
636
+ MagicalRunePerformanceParameters: MagicalRunePerformanceParameters
637
+ MagicalSkillRating: MagicalSkillRating
638
+ MagicalTraditionConstraint: MagicalTraditionConstraint
639
+ MagicalTraditionPrerequisite: MagicalTraditionPrerequisite
640
+ MeleeDamage: MeleeDamage
641
+ MeleeWeapon: MeleeWeapon
642
+ MineralPoison: MineralPoison
643
+ ModifiableCastingTime: ModifiableCastingTime
644
+ ModifiableOneTimeCost: ModifiableOneTimeCost
645
+ ModifiableRange: ModifiableRange
646
+ ModifiableSustainedCost: ModifiableSustainedCost
647
+ MultipleOneTimeCosts: MultipleOneTimeCosts
648
+ MusicDuration: MusicDuration
649
+ NonModifiableOneTimeCost: NonModifiableOneTimeCost
650
+ NonModifiableOneTimeCostPerCountable: NonModifiableOneTimeCostPerCountable
651
+ NonModifiableSustainedCost: NonModifiableSustainedCost
652
+ NonModifiableSustainedCostPerCountable: NonModifiableSustainedCostPerCountable
653
+ NoPoisonCost: NoPoisonCost
654
+ OldParameter: OldParameter
655
+ OldParameterBySpeed: OldParameterBySpeed
656
+ OneOfAdvancedSpecialAbilityOptions: OneOfAdvancedSpecialAbilityOptions<unknown>
657
+ OneTimeAnimistPowerPerformanceParameters: OneTimeAnimistPowerPerformanceParameters
658
+ OneTimeCostMap: OneTimeCostMap
659
+ OneTimeCostMapOption: OneTimeCostMapOption
660
+ OneTimePerformanceParameters: OneTimePerformanceParameters<unknown>
661
+ OptionPrerequisite: OptionPrerequisite
662
+ PactGiftPermanentDemonicConsumptionPerLevel: PactGiftPermanentDemonicConsumptionPerLevel
663
+ PactPrerequisite: PactPrerequisite
664
+ PageRange: PageRange
665
+ ParryModifier: ParryModifier
666
+ PatronCulture: PatronCulture
667
+ PenaltyByActivation: PenaltyByActivation
668
+ PenaltyByAttack: PenaltyByAttack
669
+ PenaltyByAttackOrderItem: PenaltyByAttackOrderItem
670
+ PenaltyByExternalLevel: PenaltyByExternalLevel
671
+ PenaltyByHandedness: PenaltyByHandedness
672
+ PenaltyByLevel: PenaltyByLevel
673
+ PenaltyByLevelLevel: PenaltyByLevelLevel
674
+ PenaltySelection: PenaltySelection
675
+ PenaltySelectionOptionsRange: PenaltySelectionOptionsRange
676
+ PermanentDuration: PermanentDuration
677
+ PersonalityTraitEffect: PersonalityTraitEffect
678
+ PersonalityTraitPrerequisite: PersonalityTraitPrerequisite
679
+ PersonalityTraitPrerequisites: PersonalityTraitPrerequisites
680
+ PlainCommonProfessions: PlainCommonProfessions
681
+ PlainGeneralPrerequisites: PlainGeneralPrerequisites
682
+ PlainPrerequisites: PlainPrerequisites<unknown>
683
+ PlantPoison: PlantPoison
684
+ Preconditions: Preconditions
685
+ PrerequisiteForLevel: PrerequisiteForLevel<unknown>
686
+ PrerequisiteGroup: PrerequisiteGroup<unknown>
687
+ PrerequisitesDisjunction: PrerequisitesDisjunction<unknown>
688
+ PrerequisitesForLevels: PrerequisitesForLevels<unknown>
689
+ PrimaryAttribute: PrimaryAttribute
690
+ PrimaryAttributeDamageThresholdList: PrimaryAttributeDamageThresholdList
691
+ PrimaryAttributePrerequisite: PrimaryAttributePrerequisite
692
+ ProfessionConstraint: ProfessionConstraint
693
+ ProfessionMagicalActionIdentifier: ProfessionMagicalActionIdentifier
694
+ ProfessionName: ProfessionName
695
+ ProfessionPackageOptions: ProfessionPackageOptions
696
+ ProfessionPrerequisites: ProfessionPrerequisites
697
+ ProfessionSpecialAbilitySelection: ProfessionSpecialAbilitySelection
698
+ ProfessionSpellworkIdentifier: ProfessionSpellworkIdentifier
699
+ ProfessionVariantPackageOptions: ProfessionVariantPackageOptions
700
+ ProfessionVariantSpecialAbility: ProfessionVariantSpecialAbility
701
+ PropertiesSelectOptionCategory: PropertiesSelectOptionCategory
702
+ Protection: Protection
703
+ PublicationPrerequisite: PublicationPrerequisite
704
+ PublicationPrerequisites: PublicationPrerequisites
705
+ PublicationRef: PublicationRef
706
+ PublicationRefs: PublicationRefs
707
+ QualityLevelDemonicPoisonLevel: QualityLevelDemonicPoisonLevel
708
+ RacePrerequisite: RacePrerequisite
709
+ RandomHeightGeneration: RandomHeightGeneration
710
+ RandomWeightGeneration: RandomWeightGeneration
711
+ Range: Range
712
+ RangeBrackets: RangeBrackets
713
+ RangedCombatTechniqueSpecialRules: RangedCombatTechniqueSpecialRules
714
+ RangedWeapon: RangedWeapon
715
+ RatedMinimumNumberPrerequisite: RatedMinimumNumberPrerequisite
716
+ RatedMinimumNumberPrerequisiteCombatTechniquesTarget: RatedMinimumNumberPrerequisiteCombatTechniquesTarget
717
+ RatedMinimumNumberPrerequisiteLiturgiesTarget: RatedMinimumNumberPrerequisiteLiturgiesTarget
718
+ RatedMinimumNumberPrerequisiteSkillsTarget: RatedMinimumNumberPrerequisiteSkillsTarget
719
+ RatedMinimumNumberPrerequisiteSpellworksTarget: RatedMinimumNumberPrerequisiteSpellworksTarget
720
+ RatedPrerequisite: RatedPrerequisite
721
+ RatedSumPrerequisite: RatedSumPrerequisite
722
+ RatingForCombatTechniquesNumber: RatingForCombatTechniquesNumber
723
+ RecipeTradeSecret: RecipeTradeSecret
724
+ Reduceable: Reduceable<unknown>
725
+ ReferenceListNode: ReferenceListNode
726
+ ReferenceListNodeImprovementCostSource: ReferenceListNodeImprovementCostSource
727
+ ReferenceNode: ReferenceNode
728
+ ReloadTime: ReloadTime
729
+ ReplacementDisplayOption: ReplacementDisplayOption
730
+ RequiredMinimumSkillsToBeOnSkillRating: RequiredMinimumSkillsToBeOnSkillRating
731
+ ResponsiveText: ResponsiveText
732
+ ResponsiveTextOptional: ResponsiveTextOptional
733
+ ResponsiveTextReplace: ResponsiveTextReplace
734
+ RestrictAdvancedSpecialAbilityOptions: RestrictAdvancedSpecialAbilityOptions<unknown>
735
+ RestrictedProperty: RestrictedProperty
736
+ RestrictedSpellworks: RestrictedSpellworks
737
+ RestrictedTo: RestrictedTo
738
+ RestrictedToBlessedTraditions: RestrictedToBlessedTraditions
739
+ RestrictedToCultures: RestrictedToCultures
740
+ RestrictedToMagicalTraditions: RestrictedToMagicalTraditions
741
+ RestrictedToProfessions: RestrictedToProfessions
742
+ RestrictedToRaces: RestrictedToRaces
743
+ RulePrerequisite: RulePrerequisite
744
+ RulePrerequisites: RulePrerequisites
745
+ SecondaryArmor: SecondaryArmor
746
+ SelectableAttributeAdjustment: SelectableAttributeAdjustment
747
+ SelectOptions: SelectOptions
748
+ SelectOptionsDeriveAdventurePointsValueFromImprovementCost: SelectOptionsDeriveAdventurePointsValueFromImprovementCost
749
+ SelectOptionsFixedAdventurePointsValue: SelectOptionsFixedAdventurePointsValue<unknown>
750
+ SelectOptionsFixedAdventurePointsValueMapping: SelectOptionsFixedAdventurePointsValueMapping<unknown>
751
+ SelectOptionsFixedBindingCostValue: SelectOptionsFixedBindingCostValue<unknown>
752
+ SelectOptionsFixedBindingCostValueMapping: SelectOptionsFixedBindingCostValueMapping<unknown>
753
+ SelfPrerequisite: SelfPrerequisite
754
+ SexPrerequisite: SexPrerequisite
755
+ SexualCharacteristicPrerequisite: SexualCharacteristicPrerequisite
756
+ ShamanisticBlessedTradition: ShamanisticBlessedTradition
757
+ Since: Since
758
+ SingleMagicalRuneCost: SingleMagicalRuneCost
759
+ SinglePenalty: SinglePenalty
760
+ SinglePrimaryAttributeDamageThreshold: SinglePrimaryAttributeDamageThreshold
761
+ SkillAdjustment: SkillAdjustment
762
+ SkillAnimalPower: SkillAnimalPower
763
+ SkillApplicationOrUse: SkillApplicationOrUse
764
+ SkillCheck: SkillCheck
765
+ SkillRating: SkillRating
766
+ SkillSelectOptionCategoryCategory: SkillSelectOptionCategoryCategory
767
+ SkillsOptions: SkillsOptions
768
+ SkillsSelectOptionCategory: SkillsSelectOptionCategory
769
+ SlowCastingTime: SlowCastingTime
770
+ SlowOneTimePerformanceParameters: SlowOneTimePerformanceParameters
771
+ SlowSkillCastingTime: SlowSkillCastingTime
772
+ SlowSkillModificationLevelConfig: SlowSkillModificationLevelConfig
773
+ SlowSkillNonModifiableCastingTime: SlowSkillNonModifiableCastingTime
774
+ SlowSustainedPerformanceParameters: SlowSustainedPerformanceParameters
775
+ SocialStatusPrerequisite: SocialStatusPrerequisite
776
+ SpecialRule: SpecialRule
777
+ SpecificAffectedTargetCategory: SpecificAffectedTargetCategory
778
+ SpecificApplicableCombatTechnique: SpecificApplicableCombatTechnique
779
+ SpecificApplicableCombatTechniques: SpecificApplicableCombatTechniques
780
+ SpecificElectiveSpellworks: SpecificElectiveSpellworks
781
+ SpecificFavoredCombatTechniques: SpecificFavoredCombatTechniques
782
+ SpecificFromSkillSelectOptionCategoryCategory: SpecificFromSkillSelectOptionCategoryCategory<unknown>
783
+ SpecificPenaltySelectionOption: SpecificPenaltySelectionOption
784
+ SpecificPenaltySelectionOptions: SpecificPenaltySelectionOptions
785
+ SpecificSkillSpecializationOptions: SpecificSkillSpecializationOptions
786
+ SpecificTargetCategory: SpecificTargetCategory
787
+ SpellworkAdjustment: SpellworkAdjustment
788
+ SpellworkChange: SpellworkChange
789
+ SpellworkPrerequisites: SpellworkPrerequisites
790
+ StatePrerequisite: StatePrerequisite
791
+ StructurePoints: StructurePoints
792
+ StructurePointsComponent: StructurePointsComponent
793
+ SustainedAnimistPowerPerformanceParameters: SustainedAnimistPowerPerformanceParameters
794
+ SustainedCostMap: SustainedCostMap
795
+ SustainedCostMapOption: SustainedCostMapOption
796
+ SustainedPerformanceParameters: SustainedPerformanceParameters<unknown>
797
+ TalismanActivationTranslation: TalismanActivationTranslation
798
+ TalismanDamage: TalismanDamage
799
+ TalismanMeleeWeapon: TalismanMeleeWeapon
800
+ TalismanRangedWeapon: TalismanRangedWeapon
801
+ TargetCategoriesSelectOptionCategory: TargetCategoriesSelectOptionCategory
802
+ TerrainKnowledgeOptions: TerrainKnowledgeOptions
803
+ TextNode: TextNode
804
+ TextPrerequisite: TextPrerequisite
805
+ TradeSecretSelectOptions: TradeSecretSelectOptions
806
+ TribePrerequisites: TribePrerequisites
807
+ VolumeByLevel: VolumeByLevel
808
+ VolumeByLevelItem: VolumeByLevelItem
809
+ VolumeDerivedFromSelection: VolumeDerivedFromSelection
810
+ VolumeMap: VolumeMap
811
+ VolumeMapOption: VolumeMapOption
812
+ VolumeMapOptionAssociatedOption: VolumeMapOptionAssociatedOption
813
+ VolumePerLevel: VolumePerLevel
814
+ Weight: Weight
815
+ WeightDice: WeightDice
816
+ Weighted: Weighted<unknown>
817
+ ZibiljaRitualPerformanceParameters: ZibiljaRitualPerformanceParameters
818
+ }
819
+
197
820
  export type StringableTranslationParameter = {
198
821
  toString(): string
199
822
  }
@@ -265,7 +888,7 @@ export interface AdvancedCombatSpecialAbility {
265
888
  ap_value: AdventurePointsValue
266
889
 
267
890
  /**
268
- * All translations for the entry, identified by IETF language tag (BCP47).
891
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
269
892
  */
270
893
  src: PublicationRefs
271
894
 
@@ -1924,7 +2547,7 @@ export interface Advantage {
1924
2547
  is_exclusive_to_arcane_spellworks: boolean
1925
2548
 
1926
2549
  /**
1927
- * All translations for the entry, identified by IETF language tag (BCP47).
2550
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
1928
2551
  */
1929
2552
  src: PublicationRefs
1930
2553
 
@@ -2020,7 +2643,7 @@ export interface GeneralSelectOption {
2020
2643
  ap_value?: number
2021
2644
 
2022
2645
  /**
2023
- * All translations for the entry, identified by IETF language tag (BCP47).
2646
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
2024
2647
  */
2025
2648
  src?: PublicationRefs
2026
2649
 
@@ -2333,7 +2956,7 @@ export interface Disadvantage {
2333
2956
  is_exclusive_to_arcane_spellworks: boolean
2334
2957
 
2335
2958
  /**
2336
- * All translations for the entry, identified by IETF language tag (BCP47).
2959
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
2337
2960
  */
2338
2961
  src: PublicationRefs
2339
2962
 
@@ -2556,7 +3179,7 @@ export interface AdvancedKarmaSpecialAbility {
2556
3179
  ap_value: AdventurePointsValue
2557
3180
 
2558
3181
  /**
2559
- * All translations for the entry, identified by IETF language tag (BCP47).
3182
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
2560
3183
  */
2561
3184
  src: PublicationRefs
2562
3185
 
@@ -2670,7 +3293,7 @@ export interface Skill {
2670
3293
  group: SkillGroup_ID
2671
3294
 
2672
3295
  /**
2673
- * All translations for the entry, identified by IETF language tag (BCP47).
3296
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
2674
3297
  */
2675
3298
  src: PublicationRefs
2676
3299
 
@@ -2740,6 +3363,11 @@ export type SkillCheck = Attribute_ID[]
2740
3363
  * A base attribute of a character.
2741
3364
  */
2742
3365
  export interface Attribute {
3366
+ /**
3367
+ * The position of the attribute in lists. This has to be a unique value.
3368
+ */
3369
+ position: number
3370
+
2743
3371
  /**
2744
3372
  * All translations for the entry, identified by IETF language tag (BCP47).
2745
3373
  */
@@ -2851,6 +3479,11 @@ export type ImprovementCost =
2851
3479
  }
2852
3480
 
2853
3481
  export interface SkillGroup {
3482
+ /**
3483
+ * The position of the skill group in lists. This has to be a unique value.
3484
+ */
3485
+ position: number
3486
+
2854
3487
  /**
2855
3488
  * The skill group’s skill check attributes
2856
3489
  */
@@ -2907,7 +3540,7 @@ export interface Occurrence {
2907
3540
  /**
2908
3541
  * The initial occurrence of the entry.
2909
3542
  */
2910
- initial: InitialOccurrence
3543
+ initial?: InitialOccurrence
2911
3544
 
2912
3545
  /**
2913
3546
  * Revisions of the entry, resulting in either changed page references or re-addition or removal of an entry.
@@ -3156,6 +3789,8 @@ export interface Since {
3156
3789
  export interface Deprecation {
3157
3790
  /**
3158
3791
  * The publication’s printing since which the entry has been removed.
3792
+ *
3793
+ * This can also be used if the entry hss been removed by the release of this publication (that is, the first printing).
3159
3794
  */
3160
3795
  printing: number
3161
3796
  }
@@ -3312,7 +3947,12 @@ export interface Race {
3312
3947
  /**
3313
3948
  * A list of automatically applied advantages. This does only work for advantages with no further configuration such as level or special selection.
3314
3949
  */
3315
- automatic_advantages?: AutomaticAdvantage[]
3950
+ automatic_advantages?: AutomaticAdvantageDisadvantage<Advantage_ID>[]
3951
+
3952
+ /**
3953
+ * A list of automatically applied disadvantages. This does only work for disadvantages with no further configuration such as level or special selection.
3954
+ */
3955
+ automatic_disadvantages?: AutomaticAdvantageDisadvantage<Disadvantage_ID>[]
3316
3956
 
3317
3957
  /**
3318
3958
  * A list of strongly recommended advantages.
@@ -3342,7 +3982,7 @@ export interface Race {
3342
3982
  variants: RaceVariant_ID[]
3343
3983
 
3344
3984
  /**
3345
- * All translations for the entry, identified by IETF language tag (BCP47).
3985
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
3346
3986
  */
3347
3987
  src: PublicationRefs
3348
3988
 
@@ -3387,6 +4027,11 @@ export interface RaceTranslation {
3387
4027
  */
3388
4028
  automatic_advantages?: string
3389
4029
 
4030
+ /**
4031
+ * The respective automatic disadvantages text from the source book.
4032
+ */
4033
+ automatic_disadvantages?: string
4034
+
3390
4035
  /**
3391
4036
  * The respective strongly recommended advantages text from the source book.
3392
4037
  */
@@ -3470,13 +4115,13 @@ export interface SelectableAttributeAdjustment {
3470
4115
  }
3471
4116
 
3472
4117
  /**
3473
- * An advantage that is automatically applied to the character after selecting the race. This does only work for advantages with no further configuration such as level or special selection.
4118
+ * An advantage or disadvantage that is automatically applied to the character after selecting the race. This does only work for advantages or disadvantages with no further configuration such as level or special selection.
3474
4119
  */
3475
- export interface AutomaticAdvantage {
4120
+ export interface AutomaticAdvantageDisadvantage<Identifier> {
3476
4121
  /**
3477
- * The automatic advantage.
4122
+ * The automatic advantage or disadvantage.
3478
4123
  */
3479
- id: Advantage_ID
4124
+ id: Identifier
3480
4125
  }
3481
4126
 
3482
4127
  /**
@@ -3487,6 +4132,20 @@ export interface CommonnessRatedAdvantageDisadvantage<Identifier> {
3487
4132
  * The advantage's or disadvantage's identifier.
3488
4133
  */
3489
4134
  id: Identifier
4135
+
4136
+ /**
4137
+ * All translations for the entry, identified by IETF language tag (BCP47).
4138
+ */
4139
+ translations?: {
4140
+ [localeId: string]: CommonnessRatedAdvantageDisadvantageTranslation
4141
+ }
4142
+ }
4143
+
4144
+ export interface CommonnessRatedAdvantageDisadvantageTranslation {
4145
+ /**
4146
+ * The options the commonness rating applies to.
4147
+ */
4148
+ options: string
3490
4149
  }
3491
4150
 
3492
4151
  /**
@@ -3759,7 +4418,7 @@ export interface Culture {
3759
4418
  cultural_package: CulturalPackageItem[]
3760
4419
 
3761
4420
  /**
3762
- * All translations for the entry, identified by IETF language tag (BCP47).
4421
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
3763
4422
  */
3764
4423
  src: PublicationRefs
3765
4424
 
@@ -3836,7 +4495,7 @@ export interface Language {
3836
4495
  max_level?: number
3837
4496
 
3838
4497
  /**
3839
- * All translations for the entry, identified by IETF language tag (BCP47).
4498
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
3840
4499
  */
3841
4500
  src: PublicationRefs
3842
4501
 
@@ -4010,6 +4669,10 @@ export type RequirableSelectOptionIdentifier =
4010
4669
  kind: "General"
4011
4670
  General: GeneralSelectOption_ID
4012
4671
  }
4672
+ | {
4673
+ kind: "Race"
4674
+ Race: Race_ID
4675
+ }
4013
4676
  | {
4014
4677
  kind: "Skill"
4015
4678
  Skill: Skill_ID
@@ -4097,7 +4760,7 @@ export interface CloseCombatTechnique {
4097
4760
  improvement_cost: ImprovementCost
4098
4761
 
4099
4762
  /**
4100
- * All translations for the entry, identified by IETF language tag (BCP47).
4763
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
4101
4764
  */
4102
4765
  src: PublicationRefs
4103
4766
 
@@ -4182,7 +4845,7 @@ export interface RangedCombatTechnique {
4182
4845
  improvement_cost: ImprovementCost
4183
4846
 
4184
4847
  /**
4185
- * All translations for the entry, identified by IETF language tag (BCP47).
4848
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
4186
4849
  */
4187
4850
  src: PublicationRefs
4188
4851
 
@@ -4392,7 +5055,7 @@ export interface LiturgicalChant {
4392
5055
  prerequisites?: LiturgyPrerequisites
4393
5056
 
4394
5057
  /**
4395
- * All translations for the entry, identified by IETF language tag (BCP47).
5058
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
4396
5059
  */
4397
5060
  src: PublicationRefs
4398
5061
 
@@ -4462,6 +5125,9 @@ export type SkillCheckPenalty =
4462
5125
  | {
4463
5126
  kind: "CreationDifficulty"
4464
5127
  }
5128
+ | {
5129
+ kind: "Object"
5130
+ }
4465
5131
 
4466
5132
  export type FastPerformanceParameters =
4467
5133
  | {
@@ -4497,7 +5163,7 @@ export type OneTimeCost =
4497
5163
  }
4498
5164
  | {
4499
5165
  kind: "Map"
4500
- Map: CostMap
5166
+ Map: OneTimeCostMap
4501
5167
  }
4502
5168
 
4503
5169
  export type SingleOneTimeCost =
@@ -4775,21 +5441,21 @@ export type MultipleOneTimeCosts = SingleOneTimeCost[]
4775
5441
  *
4776
5442
  * This will generate the exact same string as seen above – given it is set for a spellwork and thus `AE` is used.
4777
5443
  */
4778
- export interface CostMap {
5444
+ export interface OneTimeCostMap {
4779
5445
  /**
4780
5446
  * The possible costs and associated labels.
4781
5447
  */
4782
- options: CostMapOption[]
5448
+ options: OneTimeCostMapOption[]
4783
5449
 
4784
5450
  /**
4785
5451
  * All translations for the entry, identified by IETF language tag (BCP47).
4786
5452
  */
4787
5453
  translations?: {
4788
- [localeId: string]: CostMapTranslation
5454
+ [localeId: string]: OneTimeCostMapTranslation
4789
5455
  }
4790
5456
  }
4791
5457
 
4792
- export interface CostMapTranslation {
5458
+ export interface OneTimeCostMapTranslation {
4793
5459
  /**
4794
5460
  * Place a string between the `for` and the grouped map option labels.
4795
5461
  */
@@ -4806,7 +5472,7 @@ export interface CostMapTranslation {
4806
5472
  replacement?: ResponsiveTextOptional
4807
5473
  }
4808
5474
 
4809
- export interface CostMapOption {
5475
+ export interface OneTimeCostMapOption {
4810
5476
  /**
4811
5477
  * The full cost value for this option.
4812
5478
  */
@@ -4821,18 +5487,18 @@ export interface CostMapOption {
4821
5487
  * All translations for the entry, identified by IETF language tag (BCP47).
4822
5488
  */
4823
5489
  translations?: {
4824
- [localeId: string]: CostMapOptionTranslation
5490
+ [localeId: string]: OneTimeCostMapOptionTranslation
4825
5491
  }
4826
5492
  }
4827
5493
 
4828
- export interface CostMapOptionTranslation {
5494
+ export interface OneTimeCostMapOptionTranslation {
4829
5495
  /**
4830
5496
  * The description of the option for cost string generation.
4831
5497
  */
4832
5498
  label: ResponsiveTextOptional
4833
5499
 
4834
5500
  /**
4835
- * The description of the option if used standalone. Only used if different from `label`.
5501
+ * The description of the option if used standalone (e.g. in an in-game tool where you can select how many AE you have to pay). Only used if different from `label`.
4836
5502
  */
4837
5503
  label_standalone?: ResponsiveTextOptional
4838
5504
  }
@@ -5267,6 +5933,10 @@ export type SustainedCost =
5267
5933
  kind: "NonModifiable"
5268
5934
  NonModifiable: NonModifiableSustainedCost
5269
5935
  }
5936
+ | {
5937
+ kind: "Map"
5938
+ Map: SustainedCostMap
5939
+ }
5270
5940
 
5271
5941
  export interface ModifiableSustainedCost {
5272
5942
  /**
@@ -5323,6 +5993,68 @@ export interface NonModifiableSustainedCostPerCountableTranslation {
5323
5993
  countable: ResponsiveText
5324
5994
  }
5325
5995
 
5996
+ /**
5997
+ * A content that is `2/4/8/16 AE (activation) + 1/2/4/8 per 5 minutes for an item the size of a cup/chest/door/castle gate` can be represented as a cost map.
5998
+ *
5999
+ * The `an item the size of a` would be the *list prefix* string, while the list of options would contain four options with the activation cost and the name.
6000
+ */
6001
+ export interface SustainedCostMap {
6002
+ /**
6003
+ * The possible costs and associated labels.
6004
+ */
6005
+ options: SustainedCostMapOption[]
6006
+
6007
+ /**
6008
+ * All translations for the entry, identified by IETF language tag (BCP47).
6009
+ */
6010
+ translations?: {
6011
+ [localeId: string]: SustainedCostMapTranslation
6012
+ }
6013
+ }
6014
+
6015
+ export interface SustainedCostMapTranslation {
6016
+ /**
6017
+ * Place a string between the `for` and the grouped map option labels.
6018
+ */
6019
+ listPrefix?: ResponsiveTextOptional
6020
+
6021
+ /**
6022
+ * Place a string after the grouped map option labels.
6023
+ */
6024
+ listSuffix?: ResponsiveTextOptional
6025
+
6026
+ /**
6027
+ * If the string from the book cannot be generated using the default generation technique, use this string. All options still need to be inserted propertly, since it may be used by in-game tools to provide a selection to players.
6028
+ */
6029
+ replacement?: ResponsiveTextOptional
6030
+ }
6031
+
6032
+ export interface SustainedCostMapOption {
6033
+ /**
6034
+ * The activation cost value for this option. The interval cost is always half of this value.
6035
+ */
6036
+ value: number
6037
+
6038
+ /**
6039
+ * All translations for the entry, identified by IETF language tag (BCP47).
6040
+ */
6041
+ translations?: {
6042
+ [localeId: string]: SustainedCostMapOptionTranslation
6043
+ }
6044
+ }
6045
+
6046
+ export interface SustainedCostMapOptionTranslation {
6047
+ /**
6048
+ * The description of the option for cost string generation.
6049
+ */
6050
+ label: ResponsiveTextOptional
6051
+
6052
+ /**
6053
+ * The description of the option if used standalone (e.g. in an in-game tool where you can select how many AE you have to pay). Only used if different from `label`.
6054
+ */
6055
+ standaloneLabel?: ResponsiveTextOptional
6056
+ }
6057
+
5326
6058
  export interface DurationForSustained {
5327
6059
  /**
5328
6060
  * The sustained skill can be active a maximum amount of time.
@@ -5494,7 +6226,7 @@ export interface BlessedTradition {
5494
6226
  ap_value: AdventurePointsValue
5495
6227
 
5496
6228
  /**
5497
- * All translations for the entry, identified by IETF language tag (BCP47).
6229
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
5498
6230
  */
5499
6231
  src: PublicationRefs
5500
6232
 
@@ -5572,7 +6304,7 @@ export interface Blessing {
5572
6304
  target: AffectedTargetCategories
5573
6305
 
5574
6306
  /**
5575
- * All translations for the entry, identified by IETF language tag (BCP47).
6307
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
5576
6308
  */
5577
6309
  src: PublicationRefs
5578
6310
 
@@ -5971,7 +6703,7 @@ export interface FocusRule {
5971
6703
  prerequisites?: RulePrerequisites
5972
6704
 
5973
6705
  /**
5974
- * All translations for the entry, identified by IETF language tag (BCP47).
6706
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
5975
6707
  */
5976
6708
  src: PublicationRefs
5977
6709
 
@@ -6043,7 +6775,7 @@ export interface OptionalRule {
6043
6775
  prerequisites?: RulePrerequisites
6044
6776
 
6045
6777
  /**
6046
- * All translations for the entry, identified by IETF language tag (BCP47).
6778
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
6047
6779
  */
6048
6780
  src: PublicationRefs
6049
6781
 
@@ -6252,7 +6984,7 @@ export interface Spell {
6252
6984
  prerequisites?: SpellworkPrerequisites
6253
6985
 
6254
6986
  /**
6255
- * All translations for the entry, identified by IETF language tag (BCP47).
6987
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
6256
6988
  */
6257
6989
  src: PublicationRefs
6258
6990
 
@@ -6400,7 +7132,7 @@ export interface MagicalTradition {
6400
7132
  ap_value: AdventurePointsValue
6401
7133
 
6402
7134
  /**
6403
- * All translations for the entry, identified by IETF language tag (BCP47).
7135
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
6404
7136
  */
6405
7137
  src: PublicationRefs
6406
7138
 
@@ -6474,7 +7206,7 @@ export interface Influence {
6474
7206
  prerequisites?: InfluencePrerequisites
6475
7207
 
6476
7208
  /**
6477
- * All translations for the entry, identified by IETF language tag (BCP47).
7209
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
6478
7210
  */
6479
7211
  src: PublicationRefs
6480
7212
 
@@ -6693,7 +7425,7 @@ export interface Ritual {
6693
7425
  prerequisites?: SpellworkPrerequisites
6694
7426
 
6695
7427
  /**
6696
- * All translations for the entry, identified by IETF language tag (BCP47).
7428
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
6697
7429
  */
6698
7430
  src: PublicationRefs
6699
7431
 
@@ -6801,7 +7533,7 @@ export interface Ceremony {
6801
7533
  prerequisites?: LiturgyPrerequisites
6802
7534
 
6803
7535
  /**
6804
- * All translations for the entry, identified by IETF language tag (BCP47).
7536
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
6805
7537
  */
6806
7538
  src: PublicationRefs
6807
7539
 
@@ -6856,6 +7588,10 @@ export type EnhancementPrerequisiteGroup =
6856
7588
  kind: "Enhancement"
6857
7589
  Enhancement: EnhancementPrerequisite
6858
7590
  }
7591
+ | {
7592
+ kind: "Rated"
7593
+ Rated: RatedPrerequisite
7594
+ }
6859
7595
 
6860
7596
  /**
6861
7597
  * Requires a specific enhancement from a skill.
@@ -6895,7 +7631,7 @@ export interface TradeSecret {
6895
7631
  prerequisites?: PlainGeneralPrerequisites
6896
7632
 
6897
7633
  /**
6898
- * All translations for the entry, identified by IETF language tag (BCP47).
7634
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
6899
7635
  */
6900
7636
  src: PublicationRefs
6901
7637
 
@@ -7452,7 +8188,7 @@ export interface Script {
7452
8188
  continent: AssociatedContinent[]
7453
8189
 
7454
8190
  /**
7455
- * All translations for the entry, identified by IETF language tag (BCP47).
8191
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
7456
8192
  */
7457
8193
  src: PublicationRefs
7458
8194
 
@@ -7500,9 +8236,9 @@ export interface AreaKnowledge {
7500
8236
 
7501
8237
  export interface SocialStatus {
7502
8238
  /**
7503
- * The social status’ order. The higher the order, the more powerful the social status. This has to be a unique value.
8239
+ * The social status’ position. The higher the position, the more powerful the social status. This has to be a unique value.
7504
8240
  */
7505
- order: number
8241
+ position: number
7506
8242
 
7507
8243
  /**
7508
8244
  * All translations for the entry, identified by IETF language tag (BCP47).
@@ -7640,7 +8376,7 @@ export interface Curriculum {
7640
8376
  lesson_packages: LessonPackage_ID[]
7641
8377
 
7642
8378
  /**
7643
- * All translations for the entry, identified by IETF language tag (BCP47).
8379
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
7644
8380
  */
7645
8381
  src: PublicationRefs
7646
8382
 
@@ -7898,7 +8634,7 @@ export interface ProfessionVersion {
7898
8634
  unsuitable_disadvantages?: CommonnessRatedAdvantageDisadvantage<Disadvantage_ID>[]
7899
8635
 
7900
8636
  /**
7901
- * All translations for the entry, identified by IETF language tag (BCP47).
8637
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
7902
8638
  */
7903
8639
  src: PublicationRefs
7904
8640
 
@@ -8158,7 +8894,7 @@ export interface Cantrip {
8158
8894
  note?: CantripNote
8159
8895
 
8160
8896
  /**
8161
- * All translations for the entry, identified by IETF language tag (BCP47).
8897
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
8162
8898
  */
8163
8899
  src: PublicationRefs
8164
8900
 
@@ -8653,7 +9389,7 @@ export interface AdvancedMagicalSpecialAbility {
8653
9389
  ap_value: AdventurePointsValue
8654
9390
 
8655
9391
  /**
8656
- * All translations for the entry, identified by IETF language tag (BCP47).
9392
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
8657
9393
  */
8658
9394
  src: PublicationRefs
8659
9395
 
@@ -8753,7 +9489,7 @@ export interface AdvancedSkillSpecialAbility {
8753
9489
  ap_value: AdventurePointsValue
8754
9490
 
8755
9491
  /**
8756
- * All translations for the entry, identified by IETF language tag (BCP47).
9492
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
8757
9493
  */
8758
9494
  src: PublicationRefs
8759
9495
 
@@ -8848,7 +9584,7 @@ export interface AncestorGlyph {
8848
9584
  ap_value: AdventurePointsValue
8849
9585
 
8850
9586
  /**
8851
- * All translations for the entry, identified by IETF language tag (BCP47).
9587
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
8852
9588
  */
8853
9589
  src: PublicationRefs
8854
9590
 
@@ -8950,7 +9686,7 @@ export interface ArcaneOrbEnchantment {
8950
9686
  ap_value: AdventurePointsValue
8951
9687
 
8952
9688
  /**
8953
- * All translations for the entry, identified by IETF language tag (BCP47).
9689
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
8954
9690
  */
8955
9691
  src: PublicationRefs
8956
9692
 
@@ -9639,7 +10375,7 @@ export interface AttireEnchantment {
9639
10375
  ap_value: AdventurePointsValue
9640
10376
 
9641
10377
  /**
9642
- * All translations for the entry, identified by IETF language tag (BCP47).
10378
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
9643
10379
  */
9644
10380
  src: PublicationRefs
9645
10381
 
@@ -9759,7 +10495,7 @@ export interface Beutelzauber {
9759
10495
  ap_value: AdventurePointsValue
9760
10496
 
9761
10497
  /**
9762
- * All translations for the entry, identified by IETF language tag (BCP47).
10498
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
9763
10499
  */
9764
10500
  src: PublicationRefs
9765
10501
 
@@ -9879,7 +10615,7 @@ export interface BowlEnchantment {
9879
10615
  ap_value: AdventurePointsValue
9880
10616
 
9881
10617
  /**
9882
- * All translations for the entry, identified by IETF language tag (BCP47).
10618
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
9883
10619
  */
9884
10620
  src: PublicationRefs
9885
10621
 
@@ -9994,7 +10730,7 @@ export interface BrawlingSpecialAbility {
9994
10730
  ap_value: AdventurePointsValue
9995
10731
 
9996
10732
  /**
9997
- * All translations for the entry, identified by IETF language tag (BCP47).
10733
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
9998
10734
  */
9999
10735
  src: PublicationRefs
10000
10736
 
@@ -10246,7 +10982,7 @@ export interface Weapon {
10246
10982
  restrictedTo?: RestrictedTo
10247
10983
 
10248
10984
  /**
10249
- * All translations for the entry, identified by IETF language tag (BCP47).
10985
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
10250
10986
  */
10251
10987
  src: PublicationRefs
10252
10988
 
@@ -10409,11 +11145,13 @@ export interface StructurePointsComponent {
10409
11145
  points: number
10410
11146
  }
10411
11147
 
10412
- export interface MeleeWeapon {
11148
+ export type MeleeWeapon = GenMeleeWeapon<MeleeDamage>
11149
+
11150
+ export interface GenMeleeWeapon<Damage> {
10413
11151
  /**
10414
- * The damage of a weapon consists of a random part using dice and an optional flat part.
11152
+ * The damage of a weapon can consist of random dice rolls and flat damage.
10415
11153
  */
10416
- damage: MeleeDamage
11154
+ damage: Damage
10417
11155
 
10418
11156
  /**
10419
11157
  * The primary attribute damage and threshold value.
@@ -10461,21 +11199,6 @@ export interface MeleeWeapon {
10461
11199
  is_improvised_weapon: boolean
10462
11200
  }
10463
11201
 
10464
- /**
10465
- * The damage of a weapon consists of a random part using dice and an optional flat part.
10466
- */
10467
- export interface MeleeDamage {
10468
- /**
10469
- * How many dice of which type are rolled to get the damage.
10470
- */
10471
- dice: Dice
10472
-
10473
- /**
10474
- * Flat damage, if any. It gets added to the result of the dice rolls.
10475
- */
10476
- flat?: number
10477
- }
10478
-
10479
11202
  /**
10480
11203
  * The primary attribute damage and threshold value. You can either use an integer, an object or a pair. Use an integer if you just have to define a single threshold value for the default primary attribute of the combat technique. Use an object if you need to define the value only or if you need to define the value as well as a single different primary attribute than which the combat technique uses. Use the pair if you need to set the primary attributes to AGI and STR (the combat technique has AGI but this item has AGI/STR) and/or if you need to set different thresholds for AGI and STR (e.g. AGI 14/STR 15). If the same values are in the pair, they will be merged (AGI 14/STR 14 will be AGI/STR 14).
10481
11204
  */
@@ -10576,11 +11299,28 @@ export interface LargeShieldSize {
10576
11299
  attack_penalty?: number
10577
11300
  }
10578
11301
 
10579
- export interface RangedWeapon {
11302
+ /**
11303
+ * The damage of a weapon consists of a random part using dice and an optional flat part.
11304
+ */
11305
+ export interface MeleeDamage {
10580
11306
  /**
10581
- * The damage of a weapon consists of a random part using dice and an optional flat part.
11307
+ * How many dice of which type are rolled to get the damage.
10582
11308
  */
10583
- damage: RangedDamage
11309
+ dice: Dice
11310
+
11311
+ /**
11312
+ * Flat damage, if any. It gets added to the result of the dice rolls.
11313
+ */
11314
+ flat?: number
11315
+ }
11316
+
11317
+ export type RangedWeapon = GenRangedWeapon<RangedDamage>
11318
+
11319
+ export interface GenRangedWeapon<Damage> {
11320
+ /**
11321
+ * The damage of a weapon can consist of random dice rolls and flat damage.
11322
+ */
11323
+ damage: Damage
10584
11324
 
10585
11325
  /**
10586
11326
  * One or multiple reload times.
@@ -10608,36 +11348,6 @@ export interface RangedWeapon {
10608
11348
  is_improvised_weapon: boolean
10609
11349
  }
10610
11350
 
10611
- /**
10612
- * The damage of a ranged weapon. It consists of a random part using dice and an optional flat part ny default. Some ranged weapons may work different so that damage is either not applicable at all or it is outlined as *Special* and further defined in a description.
10613
- */
10614
- export type RangedDamage =
10615
- | {
10616
- kind: "Default"
10617
- Default: DefaultRangedDamage
10618
- }
10619
- | {
10620
- kind: "NotApplicable"
10621
- }
10622
- | {
10623
- kind: "Special"
10624
- }
10625
-
10626
- /**
10627
- * The damage of a weapon consists of a random part using dice and an optional flat part.
10628
- */
10629
- export interface DefaultRangedDamage {
10630
- /**
10631
- * How many dice of which type are rolled to get the damage.
10632
- */
10633
- dice: Dice
10634
-
10635
- /**
10636
- * Flat damage, if any. It gets added to the result of the dice rolls.
10637
- */
10638
- flat?: number
10639
- }
10640
-
10641
11351
  export interface ReloadTime {
10642
11352
  /**
10643
11353
  * A reload time value in actions.
@@ -10669,7 +11379,7 @@ export interface Ammunition {
10669
11379
  cost: Cost
10670
11380
 
10671
11381
  /**
10672
- * All translations for the entry, identified by IETF language tag (BCP47).
11382
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
10673
11383
  */
10674
11384
  src: PublicationRefs
10675
11385
 
@@ -10710,6 +11420,36 @@ export interface AmmunitionTranslation {
10710
11420
  errata?: Errata
10711
11421
  }
10712
11422
 
11423
+ /**
11424
+ * The damage of a ranged weapon. It consists of a random part using dice and an optional flat part ny default. Some ranged weapons may work different so that damage is either not applicable at all or it is outlined as *Special* and further defined in a description.
11425
+ */
11426
+ export type RangedDamage =
11427
+ | {
11428
+ kind: "Default"
11429
+ Default: DefaultRangedDamage
11430
+ }
11431
+ | {
11432
+ kind: "NotApplicable"
11433
+ }
11434
+ | {
11435
+ kind: "Special"
11436
+ }
11437
+
11438
+ /**
11439
+ * The damage of a weapon consists of a random part using dice and an optional flat part.
11440
+ */
11441
+ export interface DefaultRangedDamage {
11442
+ /**
11443
+ * How many dice of which type are rolled to get the damage.
11444
+ */
11445
+ dice: Dice
11446
+
11447
+ /**
11448
+ * Flat damage, if any. It gets added to the result of the dice rolls.
11449
+ */
11450
+ flat?: number
11451
+ }
11452
+
10713
11453
  /**
10714
11454
  * If the item is in any case restricted to a subset of characters. The differenciating aspect may be tradition, race, culture, or a profession. Each element must be applicable to a character.
10715
11455
  */
@@ -10869,7 +11609,7 @@ export interface CauldronEnchantment {
10869
11609
  ap_value: AdventurePointsValue
10870
11610
 
10871
11611
  /**
10872
- * All translations for the entry, identified by IETF language tag (BCP47).
11612
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
10873
11613
  */
10874
11614
  src: PublicationRefs
10875
11615
 
@@ -11010,7 +11750,7 @@ export interface CeremonialItemSpecialAbility {
11010
11750
  ap_value: AdventurePointsValue
11011
11751
 
11012
11752
  /**
11013
- * All translations for the entry, identified by IETF language tag (BCP47).
11753
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
11014
11754
  */
11015
11755
  src: PublicationRefs
11016
11756
 
@@ -11112,7 +11852,7 @@ export interface ChronicleEnchantment {
11112
11852
  ap_value: AdventurePointsValue
11113
11853
 
11114
11854
  /**
11115
- * All translations for the entry, identified by IETF language tag (BCP47).
11855
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
11116
11856
  */
11117
11857
  src: PublicationRefs
11118
11858
 
@@ -11242,7 +11982,7 @@ export interface CombatSpecialAbility {
11242
11982
  ap_value: AdventurePointsValue
11243
11983
 
11244
11984
  /**
11245
- * All translations for the entry, identified by IETF language tag (BCP47).
11985
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
11246
11986
  */
11247
11987
  src: PublicationRefs
11248
11988
 
@@ -11540,7 +12280,7 @@ export interface CombatStyleSpecialAbility {
11540
12280
  ap_value: AdventurePointsValue
11541
12281
 
11542
12282
  /**
11543
- * All translations for the entry, identified by IETF language tag (BCP47).
12283
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
11544
12284
  */
11545
12285
  src: PublicationRefs
11546
12286
 
@@ -11754,7 +12494,7 @@ export interface Patron {
11754
12494
  common_spellworks?: SpellworkIdentifier[]
11755
12495
 
11756
12496
  /**
11757
- * All translations for the entry, identified by IETF language tag (BCP47).
12497
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
11758
12498
  */
11759
12499
  src: PublicationRefs
11760
12500
 
@@ -12017,7 +12757,7 @@ export interface CommandSpecialAbility {
12017
12757
  ap_value: AdventurePointsValue
12018
12758
 
12019
12759
  /**
12020
- * All translations for the entry, identified by IETF language tag (BCP47).
12760
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
12021
12761
  */
12022
12762
  src: PublicationRefs
12023
12763
 
@@ -12148,7 +12888,7 @@ export interface DaggerRitual {
12148
12888
  ap_value: AdventurePointsValue
12149
12889
 
12150
12890
  /**
12151
- * All translations for the entry, identified by IETF language tag (BCP47).
12891
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
12152
12892
  */
12153
12893
  src: PublicationRefs
12154
12894
 
@@ -12281,7 +13021,7 @@ export interface FamiliarSpecialAbility {
12281
13021
  ap_value: AdventurePointsValue
12282
13022
 
12283
13023
  /**
12284
- * All translations for the entry, identified by IETF language tag (BCP47).
13024
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
12285
13025
  */
12286
13026
  src: PublicationRefs
12287
13027
 
@@ -12368,7 +13108,7 @@ export interface FatePointSexSpecialAbility {
12368
13108
  ap_value: AdventurePointsValue
12369
13109
 
12370
13110
  /**
12371
- * All translations for the entry, identified by IETF language tag (BCP47).
13111
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
12372
13112
  */
12373
13113
  src: PublicationRefs
12374
13114
 
@@ -12465,7 +13205,7 @@ export interface FatePointSpecialAbility {
12465
13205
  ap_value: AdventurePointsValue
12466
13206
 
12467
13207
  /**
12468
- * All translations for the entry, identified by IETF language tag (BCP47).
13208
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
12469
13209
  */
12470
13210
  src: PublicationRefs
12471
13211
 
@@ -12567,7 +13307,7 @@ export interface FoolsHatEnchantment {
12567
13307
  ap_value: AdventurePointsValue
12568
13308
 
12569
13309
  /**
12570
- * All translations for the entry, identified by IETF language tag (BCP47).
13310
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
12571
13311
  */
12572
13312
  src: PublicationRefs
12573
13313
 
@@ -12682,7 +13422,7 @@ export interface GeneralSpecialAbility {
12682
13422
  ap_value: AdventurePointsValue
12683
13423
 
12684
13424
  /**
12685
- * All translations for the entry, identified by IETF language tag (BCP47).
13425
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
12686
13426
  */
12687
13427
  src: PublicationRefs
12688
13428
 
@@ -12789,7 +13529,7 @@ export interface Haubenzauber {
12789
13529
  ap_value: AdventurePointsValue
12790
13530
 
12791
13531
  /**
12792
- * All translations for the entry, identified by IETF language tag (BCP47).
13532
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
12793
13533
  */
12794
13534
  src: PublicationRefs
12795
13535
 
@@ -12909,7 +13649,7 @@ export interface InstrumentEnchantment {
12909
13649
  ap_value: AdventurePointsValue
12910
13650
 
12911
13651
  /**
12912
- * All translations for the entry, identified by IETF language tag (BCP47).
13652
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
12913
13653
  */
12914
13654
  src: PublicationRefs
12915
13655
 
@@ -13014,7 +13754,7 @@ export interface KarmaSpecialAbility {
13014
13754
  ap_value: AdventurePointsValue
13015
13755
 
13016
13756
  /**
13017
- * All translations for the entry, identified by IETF language tag (BCP47).
13757
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
13018
13758
  */
13019
13759
  src: PublicationRefs
13020
13760
 
@@ -13116,7 +13856,7 @@ export interface Krallenkettenzauber {
13116
13856
  ap_value: AdventurePointsValue
13117
13857
 
13118
13858
  /**
13119
- * All translations for the entry, identified by IETF language tag (BCP47).
13859
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
13120
13860
  */
13121
13861
  src: PublicationRefs
13122
13862
 
@@ -13236,7 +13976,7 @@ export interface Kristallkugelzauber {
13236
13976
  ap_value: AdventurePointsValue
13237
13977
 
13238
13978
  /**
13239
- * All translations for the entry, identified by IETF language tag (BCP47).
13979
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
13240
13980
  */
13241
13981
  src: PublicationRefs
13242
13982
 
@@ -13356,7 +14096,7 @@ export interface LiturgicalStyleSpecialAbility {
13356
14096
  ap_value: AdventurePointsValue
13357
14097
 
13358
14098
  /**
13359
- * All translations for the entry, identified by IETF language tag (BCP47).
14099
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
13360
14100
  */
13361
14101
  src: PublicationRefs
13362
14102
 
@@ -13443,7 +14183,7 @@ export interface LycantropicGift {
13443
14183
  ap_value: AdventurePointsValue
13444
14184
 
13445
14185
  /**
13446
- * All translations for the entry, identified by IETF language tag (BCP47).
14186
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
13447
14187
  */
13448
14188
  src: PublicationRefs
13449
14189
 
@@ -13510,7 +14250,7 @@ export interface MagicalSign {
13510
14250
  ap_value: number
13511
14251
 
13512
14252
  /**
13513
- * All translations for the entry, identified by IETF language tag (BCP47).
14253
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
13514
14254
  */
13515
14255
  src: PublicationRefs
13516
14256
 
@@ -13565,7 +14305,7 @@ export type MagicalSignCost =
13565
14305
  }
13566
14306
  | {
13567
14307
  kind: "Map"
13568
- Map: CostMap
14308
+ Map: OneTimeCostMap
13569
14309
  }
13570
14310
 
13571
14311
  export interface ConstantMagicalSignCost {
@@ -13629,7 +14369,7 @@ export interface MagicalSpecialAbility {
13629
14369
  ap_value: AdventurePointsValue
13630
14370
 
13631
14371
  /**
13632
- * All translations for the entry, identified by IETF language tag (BCP47).
14372
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
13633
14373
  */
13634
14374
  src: PublicationRefs
13635
14375
 
@@ -13736,7 +14476,7 @@ export interface MagicStyleSpecialAbility {
13736
14476
  ap_value: AdventurePointsValue
13737
14477
 
13738
14478
  /**
13739
- * All translations for the entry, identified by IETF language tag (BCP47).
14479
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
13740
14480
  */
13741
14481
  src: PublicationRefs
13742
14482
 
@@ -13838,7 +14578,7 @@ export interface OrbEnchantment {
13838
14578
  ap_value: AdventurePointsValue
13839
14579
 
13840
14580
  /**
13841
- * All translations for the entry, identified by IETF language tag (BCP47).
14581
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
13842
14582
  */
13843
14583
  src: PublicationRefs
13844
14584
 
@@ -13953,7 +14693,7 @@ export interface PactGift {
13953
14693
  ap_value: AdventurePointsValue
13954
14694
 
13955
14695
  /**
13956
- * All translations for the entry, identified by IETF language tag (BCP47).
14696
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
13957
14697
  */
13958
14698
  src: PublicationRefs
13959
14699
 
@@ -14125,7 +14865,7 @@ export interface ProtectiveWardingCircleSpecialAbility {
14125
14865
  ap_value: AdventurePointsValue
14126
14866
 
14127
14867
  /**
14128
- * All translations for the entry, identified by IETF language tag (BCP47).
14868
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
14129
14869
  */
14130
14870
  src: PublicationRefs
14131
14871
 
@@ -14161,7 +14901,7 @@ export interface ProtectiveWardingCircleSpecialAbilityTranslation {
14161
14901
  /**
14162
14902
  * The rules for the warding circle variant.
14163
14903
  */
14164
- warding_circle: string
14904
+ warding_circle?: string
14165
14905
 
14166
14906
  /**
14167
14907
  * The string to append to the generated AP value text.
@@ -14232,7 +14972,7 @@ export interface RingEnchantment {
14232
14972
  ap_value: AdventurePointsValue
14233
14973
 
14234
14974
  /**
14235
- * All translations for the entry, identified by IETF language tag (BCP47).
14975
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
14236
14976
  */
14237
14977
  src: PublicationRefs
14238
14978
 
@@ -14337,7 +15077,7 @@ export interface Sermon {
14337
15077
  ap_value: AdventurePointsValue
14338
15078
 
14339
15079
  /**
14340
- * All translations for the entry, identified by IETF language tag (BCP47).
15080
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
14341
15081
  */
14342
15082
  src: PublicationRefs
14343
15083
 
@@ -14434,7 +15174,7 @@ export interface SexSpecialAbility {
14434
15174
  ap_value: AdventurePointsValue
14435
15175
 
14436
15176
  /**
14437
- * All translations for the entry, identified by IETF language tag (BCP47).
15177
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
14438
15178
  */
14439
15179
  src: PublicationRefs
14440
15180
 
@@ -14536,7 +15276,7 @@ export interface SickleRitual {
14536
15276
  ap_value: AdventurePointsValue
14537
15277
 
14538
15278
  /**
14539
- * All translations for the entry, identified by IETF language tag (BCP47).
15279
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
14540
15280
  */
14541
15281
  src: PublicationRefs
14542
15282
 
@@ -14641,7 +15381,7 @@ export interface SikaryanDrainSpecialAbility {
14641
15381
  ap_value: AdventurePointsValue
14642
15382
 
14643
15383
  /**
14644
- * All translations for the entry, identified by IETF language tag (BCP47).
15384
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
14645
15385
  */
14646
15386
  src: PublicationRefs
14647
15387
 
@@ -14733,7 +15473,7 @@ export interface SkillStyleSpecialAbility {
14733
15473
  ap_value: AdventurePointsValue
14734
15474
 
14735
15475
  /**
14736
- * All translations for the entry, identified by IETF language tag (BCP47).
15476
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
14737
15477
  */
14738
15478
  src: PublicationRefs
14739
15479
 
@@ -14835,7 +15575,7 @@ export interface SpellSwordEnchantment {
14835
15575
  ap_value: AdventurePointsValue
14836
15576
 
14837
15577
  /**
14838
- * All translations for the entry, identified by IETF language tag (BCP47).
15578
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
14839
15579
  */
14840
15580
  src: PublicationRefs
14841
15581
 
@@ -14955,7 +15695,7 @@ export interface StaffEnchantment {
14955
15695
  ap_value: AdventurePointsValue
14956
15696
 
14957
15697
  /**
14958
- * All translations for the entry, identified by IETF language tag (BCP47).
15698
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
14959
15699
  */
14960
15700
  src: PublicationRefs
14961
15701
 
@@ -15080,7 +15820,7 @@ export interface ToyEnchantment {
15080
15820
  ap_value: AdventurePointsValue
15081
15821
 
15082
15822
  /**
15083
- * All translations for the entry, identified by IETF language tag (BCP47).
15823
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
15084
15824
  */
15085
15825
  src: PublicationRefs
15086
15826
 
@@ -15200,7 +15940,7 @@ export interface Trinkhornzauber {
15200
15940
  ap_value: AdventurePointsValue
15201
15941
 
15202
15942
  /**
15203
- * All translations for the entry, identified by IETF language tag (BCP47).
15943
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
15204
15944
  */
15205
15945
  src: PublicationRefs
15206
15946
 
@@ -15305,7 +16045,7 @@ export interface VampiricGift {
15305
16045
  ap_value: AdventurePointsValue
15306
16046
 
15307
16047
  /**
15308
- * All translations for the entry, identified by IETF language tag (BCP47).
16048
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
15309
16049
  */
15310
16050
  src: PublicationRefs
15311
16051
 
@@ -15392,7 +16132,7 @@ export interface Vision {
15392
16132
  ap_value: AdventurePointsValue
15393
16133
 
15394
16134
  /**
15395
- * All translations for the entry, identified by IETF language tag (BCP47).
16135
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
15396
16136
  */
15397
16137
  src: PublicationRefs
15398
16138
 
@@ -15489,7 +16229,7 @@ export interface WandEnchantment {
15489
16229
  ap_value: AdventurePointsValue
15490
16230
 
15491
16231
  /**
15492
- * All translations for the entry, identified by IETF language tag (BCP47).
16232
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
15493
16233
  */
15494
16234
  src: PublicationRefs
15495
16235
 
@@ -15609,7 +16349,7 @@ export interface WeaponEnchantment {
15609
16349
  ap_value: AdventurePointsValue
15610
16350
 
15611
16351
  /**
15612
- * All translations for the entry, identified by IETF language tag (BCP47).
16352
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
15613
16353
  */
15614
16354
  src: PublicationRefs
15615
16355
 
@@ -15815,7 +16555,7 @@ export interface Curse {
15815
16555
  property: Property_ID
15816
16556
 
15817
16557
  /**
15818
- * All translations for the entry, identified by IETF language tag (BCP47).
16558
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
15819
16559
  */
15820
16560
  src: PublicationRefs
15821
16561
 
@@ -15981,7 +16721,7 @@ export interface ElvenMagicalSong {
15981
16721
  improvement_cost: ImprovementCost
15982
16722
 
15983
16723
  /**
15984
- * All translations for the entry, identified by IETF language tag (BCP47).
16724
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
15985
16725
  */
15986
16726
  src: PublicationRefs
15987
16727
 
@@ -16098,7 +16838,7 @@ export interface DominationRitual {
16098
16838
  property: Property_ID
16099
16839
 
16100
16840
  /**
16101
- * All translations for the entry, identified by IETF language tag (BCP47).
16841
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
16102
16842
  */
16103
16843
  src: PublicationRefs
16104
16844
 
@@ -16263,7 +17003,7 @@ export interface MagicalMelody {
16263
17003
  improvement_cost: ImprovementCost
16264
17004
 
16265
17005
  /**
16266
- * All translations for the entry, identified by IETF language tag (BCP47).
17006
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
16267
17007
  */
16268
17008
  src: PublicationRefs
16269
17009
 
@@ -16409,7 +17149,7 @@ export interface MagicalDance {
16409
17149
  improvement_cost: ImprovementCost
16410
17150
 
16411
17151
  /**
16412
- * All translations for the entry, identified by IETF language tag (BCP47).
17152
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
16413
17153
  */
16414
17154
  src: PublicationRefs
16415
17155
 
@@ -16567,7 +17307,7 @@ export interface JesterTrick {
16567
17307
  improvement_cost: ImprovementCost
16568
17308
 
16569
17309
  /**
16570
- * All translations for the entry, identified by IETF language tag (BCP47).
17310
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
16571
17311
  */
16572
17312
  src: PublicationRefs
16573
17313
 
@@ -16730,7 +17470,7 @@ export interface AnimistPower {
16730
17470
  levels?: AnimistPowerLevel[]
16731
17471
 
16732
17472
  /**
16733
- * All translations for the entry, identified by IETF language tag (BCP47).
17473
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
16734
17474
  */
16735
17475
  src: PublicationRefs
16736
17476
 
@@ -16962,7 +17702,7 @@ export interface GeodeRitual {
16962
17702
  prerequisites?: GeodeRitualPrerequisites
16963
17703
 
16964
17704
  /**
16965
- * All translations for the entry, identified by IETF language tag (BCP47).
17705
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
16966
17706
  */
16967
17707
  src: PublicationRefs
16968
17708
 
@@ -17035,7 +17775,7 @@ export type GeodeRitualCost =
17035
17775
  }
17036
17776
  | {
17037
17777
  kind: "Map"
17038
- Map: CostMap
17778
+ Map: OneTimeCostMap
17039
17779
  }
17040
17780
 
17041
17781
  export interface FixedGeodeRitualCost {
@@ -17114,7 +17854,7 @@ export interface ZibiljaRitual {
17114
17854
  improvement_cost: ImprovementCost
17115
17855
 
17116
17856
  /**
17117
- * All translations for the entry, identified by IETF language tag (BCP47).
17857
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
17118
17858
  */
17119
17859
  src: PublicationRefs
17120
17860
 
@@ -17191,7 +17931,7 @@ export interface MagicalRune {
17191
17931
  improvement_cost: MagicalRuneImprovementCost
17192
17932
 
17193
17933
  /**
17194
- * All translations for the entry, identified by IETF language tag (BCP47).
17934
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
17195
17935
  */
17196
17936
  src: PublicationRefs
17197
17937
 
@@ -17923,7 +18663,7 @@ export interface PactCategory {
17923
18663
  domains: PactDomain_ID[]
17924
18664
 
17925
18665
  /**
17926
- * All translations for the entry, identified by IETF language tag (BCP47).
18666
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
17927
18667
  */
17928
18668
  src: PublicationRefs
17929
18669
 
@@ -18023,7 +18763,7 @@ export interface StatePrerequisite {
18023
18763
 
18024
18764
  export interface State {
18025
18765
  /**
18026
- * All translations for the entry, identified by IETF language tag (BCP47).
18766
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
18027
18767
  */
18028
18768
  src: PublicationRefs
18029
18769
 
@@ -18296,7 +19036,7 @@ export interface AlternativeRule {
18296
19036
  isMissingImplementation: boolean
18297
19037
 
18298
19038
  /**
18299
- * All translations for the entry, identified by IETF language tag (BCP47).
19039
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
18300
19040
  */
18301
19041
  src: PublicationRefs
18302
19042
 
@@ -18358,7 +19098,7 @@ export interface Animal {
18358
19098
  cost: Cost
18359
19099
 
18360
19100
  /**
18361
- * All translations for the entry, identified by IETF language tag (BCP47).
19101
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
18362
19102
  */
18363
19103
  src: PublicationRefs
18364
19104
 
@@ -18406,7 +19146,7 @@ export interface AnimalCare {
18406
19146
  type: AnimalCareType
18407
19147
 
18408
19148
  /**
18409
- * All translations for the entry, identified by IETF language tag (BCP47).
19149
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
18410
19150
  */
18411
19151
  src: PublicationRefs
18412
19152
 
@@ -18516,7 +19256,7 @@ export interface AnimalDisease {
18516
19256
  communicability_to_intelligent_creatures: Cause[]
18517
19257
 
18518
19258
  /**
18519
- * All translations for the entry, identified by IETF language tag (BCP47).
19259
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
18520
19260
  */
18521
19261
  src: PublicationRefs
18522
19262
 
@@ -18715,7 +19455,7 @@ export interface Armor {
18715
19455
  restrictedTo?: RestrictedTo
18716
19456
 
18717
19457
  /**
18718
- * All translations for the entry, identified by IETF language tag (BCP47).
19458
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
18719
19459
  */
18720
19460
  src: PublicationRefs
18721
19461
 
@@ -18889,7 +19629,7 @@ export interface BandageOrRemedy {
18889
19629
  combat_use?: CombatUse
18890
19630
 
18891
19631
  /**
18892
- * All translations for the entry, identified by IETF language tag (BCP47).
19632
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
18893
19633
  */
18894
19634
  src: PublicationRefs
18895
19635
 
@@ -19065,7 +19805,7 @@ export interface Book {
19065
19805
  structure_points?: StructurePoints
19066
19806
 
19067
19807
  /**
19068
- * All translations for the entry, identified by IETF language tag (BCP47).
19808
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
19069
19809
  */
19070
19810
  src: PublicationRefs
19071
19811
 
@@ -19264,7 +20004,7 @@ export interface CeremonialItem {
19264
20004
  combat_use?: CombatUse
19265
20005
 
19266
20006
  /**
19267
- * All translations for the entry, identified by IETF language tag (BCP47).
20007
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
19268
20008
  */
19269
20009
  src: PublicationRefs
19270
20010
 
@@ -19332,7 +20072,7 @@ export interface Clothes {
19332
20072
  combat_use?: CombatUse
19333
20073
 
19334
20074
  /**
19335
- * All translations for the entry, identified by IETF language tag (BCP47).
20075
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
19336
20076
  */
19337
20077
  src: PublicationRefs
19338
20078
 
@@ -19385,7 +20125,7 @@ export interface ClothingPackage {
19385
20125
  socialStatus: SocialStatus_ID
19386
20126
 
19387
20127
  /**
19388
- * All translations for the entry, identified by IETF language tag (BCP47).
20128
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
19389
20129
  */
19390
20130
  src: PublicationRefs
19391
20131
  }
@@ -19397,7 +20137,7 @@ export type ClothingPackage_ID = string
19397
20137
 
19398
20138
  export interface Condition {
19399
20139
  /**
19400
- * All translations for the entry, identified by IETF language tag (BCP47).
20140
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
19401
20141
  */
19402
20142
  src: PublicationRefs
19403
20143
 
@@ -19460,7 +20200,7 @@ export interface Container {
19460
20200
  combat_use?: CombatUse
19461
20201
 
19462
20202
  /**
19463
- * All translations for the entry, identified by IETF language tag (BCP47).
20203
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
19464
20204
  */
19465
20205
  src: PublicationRefs
19466
20206
 
@@ -19505,7 +20245,7 @@ export interface CoreRule {
19505
20245
  content: ContentNode[]
19506
20246
 
19507
20247
  /**
19508
- * All translations for the entry, identified by IETF language tag (BCP47).
20248
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
19509
20249
  */
19510
20250
  src: PublicationRefs
19511
20251
 
@@ -19838,10 +20578,15 @@ export type ReferenceListNodeImprovementCostSourceTarget =
19838
20578
  }
19839
20579
 
19840
20580
  export interface DerivedCharacteristic {
20581
+ /**
20582
+ * The position of the derived characteristic in lists. This has to be a unique value.
20583
+ */
20584
+ position: number
20585
+
19841
20586
  prerequisites?: DerivedCharacteristicPrerequisites
19842
20587
 
19843
20588
  /**
19844
- * All translations for the entry, identified by IETF language tag (BCP47).
20589
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
19845
20590
  */
19846
20591
  src: PublicationRefs
19847
20592
 
@@ -19922,7 +20667,7 @@ export interface Disease {
19922
20667
  trade_secret?: RecipeTradeSecret
19923
20668
 
19924
20669
  /**
19925
- * All translations for the entry, identified by IETF language tag (BCP47).
20670
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
19926
20671
  */
19927
20672
  src: PublicationRefs
19928
20673
 
@@ -20032,7 +20777,7 @@ export interface Elixir {
20032
20777
  trade_secret: RecipeTradeSecret
20033
20778
 
20034
20779
  /**
20035
- * All translations for the entry, identified by IETF language tag (BCP47).
20780
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20036
20781
  */
20037
20782
  src: PublicationRefs
20038
20783
 
@@ -20147,7 +20892,7 @@ export interface EquipmentOfBlessedOnes {
20147
20892
  combat_use?: CombatUse
20148
20893
 
20149
20894
  /**
20150
- * All translations for the entry, identified by IETF language tag (BCP47).
20895
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20151
20896
  */
20152
20897
  src: PublicationRefs
20153
20898
 
@@ -20195,7 +20940,7 @@ export interface EquipmentPackage {
20195
20940
  items?: EquipmentPackageItem[]
20196
20941
 
20197
20942
  /**
20198
- * All translations for the entry, identified by IETF language tag (BCP47).
20943
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20199
20944
  */
20200
20945
  src: PublicationRefs
20201
20946
 
@@ -20373,7 +21118,7 @@ export interface GemOrPreciousStone {
20373
21118
  weight?: Weight
20374
21119
 
20375
21120
  /**
20376
- * All translations for the entry, identified by IETF language tag (BCP47).
21121
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20377
21122
  */
20378
21123
  src: PublicationRefs
20379
21124
 
@@ -20451,7 +21196,7 @@ export interface IlluminationLightSource {
20451
21196
  combat_use?: CombatUse
20452
21197
 
20453
21198
  /**
20454
- * All translations for the entry, identified by IETF language tag (BCP47).
21199
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20455
21200
  */
20456
21201
  src: PublicationRefs
20457
21202
 
@@ -20545,7 +21290,7 @@ export interface IlluminationRefillOrSupply {
20545
21290
  combat_use?: CombatUse
20546
21291
 
20547
21292
  /**
20548
- * All translations for the entry, identified by IETF language tag (BCP47).
21293
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20549
21294
  */
20550
21295
  src: PublicationRefs
20551
21296
 
@@ -20608,7 +21353,7 @@ export interface Jewelry {
20608
21353
  structure_points: StructurePoints
20609
21354
 
20610
21355
  /**
20611
- * All translations for the entry, identified by IETF language tag (BCP47).
21356
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20612
21357
  */
20613
21358
  src: PublicationRefs
20614
21359
 
@@ -20680,7 +21425,7 @@ export interface Laboratory {
20680
21425
  level: number
20681
21426
 
20682
21427
  /**
20683
- * All translations for the entry, identified by IETF language tag (BCP47).
21428
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20684
21429
  */
20685
21430
  src: PublicationRefs
20686
21431
 
@@ -20748,7 +21493,7 @@ export interface Liebesspielzeug {
20748
21493
  combat_use?: CombatUse
20749
21494
 
20750
21495
  /**
20751
- * All translations for the entry, identified by IETF language tag (BCP47).
21496
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20752
21497
  */
20753
21498
  src: PublicationRefs
20754
21499
 
@@ -20816,7 +21561,7 @@ export interface LuxuryGood {
20816
21561
  combat_use?: CombatUse
20817
21562
 
20818
21563
  /**
20819
- * All translations for the entry, identified by IETF language tag (BCP47).
21564
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20820
21565
  */
20821
21566
  src: PublicationRefs
20822
21567
 
@@ -20884,7 +21629,7 @@ export interface MagicalArtifact {
20884
21629
  combat_use?: CombatUse
20885
21630
 
20886
21631
  /**
20887
- * All translations for the entry, identified by IETF language tag (BCP47).
21632
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20888
21633
  */
20889
21634
  src: PublicationRefs
20890
21635
 
@@ -20967,7 +21712,7 @@ export interface MusicalInstrument {
20967
21712
  combat_use?: CombatUse
20968
21713
 
20969
21714
  /**
20970
- * All translations for the entry, identified by IETF language tag (BCP47).
21715
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
20971
21716
  */
20972
21717
  src: PublicationRefs
20973
21718
 
@@ -21015,7 +21760,7 @@ export interface Newspaper {
21015
21760
  cost: Cost
21016
21761
 
21017
21762
  /**
21018
- * All translations for the entry, identified by IETF language tag (BCP47).
21763
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
21019
21764
  */
21020
21765
  src: PublicationRefs
21021
21766
 
@@ -21076,7 +21821,7 @@ export interface OrienteeringAid {
21076
21821
  combat_use?: CombatUse
21077
21822
 
21078
21823
  /**
21079
- * All translations for the entry, identified by IETF language tag (BCP47).
21824
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
21080
21825
  */
21081
21826
  src: PublicationRefs
21082
21827
 
@@ -21154,7 +21899,7 @@ export interface Poison {
21154
21899
  cost: PoisonCost
21155
21900
 
21156
21901
  /**
21157
- * All translations for the entry, identified by IETF language tag (BCP47).
21902
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
21158
21903
  */
21159
21904
  src: PublicationRefs
21160
21905
 
@@ -21685,7 +22430,7 @@ export interface RopeOrChain {
21685
22430
  combat_use?: CombatUse
21686
22431
 
21687
22432
  /**
21688
- * All translations for the entry, identified by IETF language tag (BCP47).
22433
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
21689
22434
  */
21690
22435
  src: PublicationRefs
21691
22436
 
@@ -21753,7 +22498,7 @@ export interface Stationery {
21753
22498
  combat_use?: CombatUse
21754
22499
 
21755
22500
  /**
21756
- * All translations for the entry, identified by IETF language tag (BCP47).
22501
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
21757
22502
  */
21758
22503
  src: PublicationRefs
21759
22504
 
@@ -21821,7 +22566,7 @@ export interface ThievesTool {
21821
22566
  combat_use?: CombatUse
21822
22567
 
21823
22568
  /**
21824
- * All translations for the entry, identified by IETF language tag (BCP47).
22569
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
21825
22570
  */
21826
22571
  src: PublicationRefs
21827
22572
 
@@ -21884,7 +22629,7 @@ export interface ToolOfTheTrade {
21884
22629
  structure_points: StructurePoints
21885
22630
 
21886
22631
  /**
21887
- * All translations for the entry, identified by IETF language tag (BCP47).
22632
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
21888
22633
  */
21889
22634
  src: PublicationRefs
21890
22635
 
@@ -21952,7 +22697,7 @@ export interface TravelGearOrTool {
21952
22697
  combat_use?: CombatUse
21953
22698
 
21954
22699
  /**
21955
- * All translations for the entry, identified by IETF language tag (BCP47).
22700
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
21956
22701
  */
21957
22702
  src: PublicationRefs
21958
22703
 
@@ -22010,7 +22755,7 @@ export interface Vehicle {
22010
22755
  complexity?: Complexity
22011
22756
 
22012
22757
  /**
22013
- * All translations for the entry, identified by IETF language tag (BCP47).
22758
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
22014
22759
  */
22015
22760
  src: PublicationRefs
22016
22761
 
@@ -22078,7 +22823,7 @@ export interface WeaponAccessory {
22078
22823
  combat_use?: CombatUse
22079
22824
 
22080
22825
  /**
22081
- * All translations for the entry, identified by IETF language tag (BCP47).
22826
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
22082
22827
  */
22083
22828
  src: PublicationRefs
22084
22829
 
@@ -22143,7 +22888,7 @@ export interface FamiliarsTrick {
22143
22888
  ap_value?: number
22144
22889
 
22145
22890
  /**
22146
- * All translations for the entry, identified by IETF language tag (BCP47).
22891
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
22147
22892
  */
22148
22893
  src: PublicationRefs
22149
22894
 
@@ -22359,7 +23104,7 @@ export interface HomunculusTypeTranslation {
22359
23104
  */
22360
23105
  export interface MetaCondition {
22361
23106
  /**
22362
- * All translations for the entry, identified by IETF language tag (BCP47).
23107
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
22363
23108
  */
22364
23109
  src: PublicationRefs
22365
23110
 
@@ -22412,7 +23157,7 @@ export interface PersonalityTrait {
22412
23157
  combination_options?: PersonalityTrait_ID[]
22413
23158
 
22414
23159
  /**
22415
- * All translations for the entry, identified by IETF language tag (BCP47).
23160
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
22416
23161
  */
22417
23162
  src: PublicationRefs
22418
23163
 
@@ -22517,7 +23262,7 @@ export interface Service {
22517
23262
  availability: ServiceAvailability[]
22518
23263
 
22519
23264
  /**
22520
- * All translations for the entry, identified by IETF language tag (BCP47).
23265
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
22521
23266
  */
22522
23267
  src: PublicationRefs
22523
23268
 
@@ -22558,7 +23303,7 @@ export type ServiceAvailability =
22558
23303
 
22559
23304
  export interface SexPractice {
22560
23305
  /**
22561
- * All translations for the entry, identified by IETF language tag (BCP47).
23306
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
22562
23307
  */
22563
23308
  src: PublicationRefs
22564
23309
 
@@ -22618,8 +23363,24 @@ export interface Talisman {
22618
23363
  */
22619
23364
  ap_value?: number
22620
23365
 
23366
+ combatUse?: {
23367
+ /**
23368
+ * A list of stat blocks for each close combat technique this talisman can be used with.
23369
+ */
23370
+ melee_uses?: {
23371
+ [closeCombatTechniqueId: string]: MeleeTalismanUse
23372
+ }
23373
+
23374
+ /**
23375
+ * A list of stat blocks for each ranged combat technique this talisman can be used with.
23376
+ */
23377
+ ranged_uses?: {
23378
+ [rangedCombatTechniqueId: string]: RangedTalismanUse
23379
+ }
23380
+ }
23381
+
22621
23382
  /**
22622
- * All translations for the entry, identified by IETF language tag (BCP47).
23383
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
22623
23384
  */
22624
23385
  src: PublicationRefs
22625
23386
 
@@ -22636,6 +23397,10 @@ export interface Talisman {
22636
23397
  */
22637
23398
  export type Talisman_ID = string
22638
23399
 
23400
+ export type MeleeTalismanUse = TalismanMeleeWeapon
23401
+
23402
+ export type RangedTalismanUse = TalismanRangedWeapon
23403
+
22639
23404
  export interface TalismanTranslation {
22640
23405
  /**
22641
23406
  * The talisman’s name.
@@ -22672,6 +23437,24 @@ export type TalismanType =
22672
23437
  kind: "PowerfulTalisman"
22673
23438
  }
22674
23439
 
23440
+ export type TalismanMeleeWeapon = GenMeleeWeapon<TalismanDamage>
23441
+
23442
+ export type TalismanDamage = MathOperation<TalismanDamageOption>
23443
+
23444
+ export type TalismanDamageOption =
23445
+ | {
23446
+ kind: "Random"
23447
+ Random: Dice
23448
+ }
23449
+ | {
23450
+ kind: "Constant"
23451
+ }
23452
+ | {
23453
+ kind: "QualityLevels"
23454
+ }
23455
+
23456
+ export type TalismanRangedWeapon = GenRangedWeapon<TalismanDamage>
23457
+
22675
23458
  export interface TalismanActivationTranslation {
22676
23459
  /**
22677
23460
  * The KP cost.