optolith-database-schema 0.17.0 → 0.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (636) hide show
  1. package/CHANGELOG.md +45 -1
  2. package/lib/main.d.ts +2 -101
  3. package/lib/main.js +361 -106
  4. package/lib/test.d.ts +1 -0
  5. package/lib/test.js +2 -0
  6. package/lib/types/Advantage.d.ts +921 -63
  7. package/lib/types/Advantage.js +42 -13
  8. package/lib/types/AnimalDisease.d.ts +90 -59
  9. package/lib/types/AnimalDisease.js +28 -13
  10. package/lib/types/AnimalType.d.ts +6 -28
  11. package/lib/types/AnimalType.js +14 -13
  12. package/lib/types/ArcaneBardTradition.d.ts +30 -10
  13. package/lib/types/ArcaneBardTradition.js +7 -13
  14. package/lib/types/ArcaneDancerTradition.d.ts +30 -10
  15. package/lib/types/ArcaneDancerTradition.js +7 -13
  16. package/lib/types/Aspect.d.ts +7 -33
  17. package/lib/types/Aspect.js +20 -13
  18. package/lib/types/Attribute.d.ts +8 -36
  19. package/lib/types/Attribute.js +23 -13
  20. package/lib/types/Blessing.d.ts +96 -113
  21. package/lib/types/Blessing.js +94 -13
  22. package/lib/types/Cantrip.d.ts +132 -183
  23. package/lib/types/Cantrip.js +159 -13
  24. package/lib/types/Ceremony.d.ts +630 -113
  25. package/lib/types/Ceremony.js +87 -13
  26. package/lib/types/CombatTechnique.d.ts +127 -0
  27. package/lib/types/CombatTechnique.js +101 -0
  28. package/lib/types/Condition.d.ts +52 -40
  29. package/lib/types/Condition.js +31 -13
  30. package/lib/types/Continent.d.ts +6 -30
  31. package/lib/types/Continent.js +15 -13
  32. package/lib/types/Culture.d.ts +142 -369
  33. package/lib/types/Culture.js +355 -13
  34. package/lib/types/DerivedCharacteristic.d.ts +76 -61
  35. package/lib/types/DerivedCharacteristic.js +45 -13
  36. package/lib/types/Disadvantage.d.ts +921 -58
  37. package/lib/types/Disadvantage.js +45 -13
  38. package/lib/types/Disease.d.ts +81 -43
  39. package/lib/types/Disease.js +15 -13
  40. package/lib/types/Element.d.ts +6 -28
  41. package/lib/types/Element.js +14 -13
  42. package/lib/types/ExperienceLevel.d.ts +13 -64
  43. package/lib/types/ExperienceLevel.js +43 -13
  44. package/lib/types/EyeColor.d.ts +6 -28
  45. package/lib/types/EyeColor.js +14 -13
  46. package/lib/types/FamiliarsTrick.d.ts +189 -266
  47. package/lib/types/FamiliarsTrick.js +193 -13
  48. package/lib/types/HairColor.d.ts +6 -28
  49. package/lib/types/HairColor.js +14 -13
  50. package/lib/types/Lessons.d.ts +180 -0
  51. package/lib/types/Lessons.js +212 -0
  52. package/lib/types/LiturgicalChant.d.ts +630 -113
  53. package/lib/types/LiturgicalChant.js +87 -13
  54. package/lib/types/Locale.d.ts +11 -36
  55. package/lib/types/Locale.js +1316 -13
  56. package/lib/types/MetaCondition.d.ts +52 -43
  57. package/lib/types/MetaCondition.js +32 -13
  58. package/lib/types/PactCategory.d.ts +74 -78
  59. package/lib/types/PactCategory.js +65 -13
  60. package/lib/types/Patron.d.ts +100 -197
  61. package/lib/types/Patron.js +195 -13
  62. package/lib/types/PatronCategory.d.ts +7 -36
  63. package/lib/types/PatronCategory.js +19 -13
  64. package/lib/types/PersonalityTrait.d.ts +80 -67
  65. package/lib/types/PersonalityTrait.js +51 -13
  66. package/lib/types/Profession.d.ts +1911 -665
  67. package/lib/types/Profession.js +593 -13
  68. package/lib/types/Property.d.ts +7 -34
  69. package/lib/types/Property.js +19 -13
  70. package/lib/types/Race.d.ts +163 -349
  71. package/lib/types/Race.js +287 -13
  72. package/lib/types/Region.d.ts +6 -28
  73. package/lib/types/Region.js +14 -13
  74. package/lib/types/Ritual.d.ts +627 -111
  75. package/lib/types/Ritual.js +88 -13
  76. package/lib/types/Service.d.ts +55 -43
  77. package/lib/types/Service.js +38 -13
  78. package/lib/types/SexPractice.d.ts +50 -47
  79. package/lib/types/SexPractice.js +32 -13
  80. package/lib/types/Skill.d.ts +112 -131
  81. package/lib/types/Skill.js +120 -10
  82. package/lib/types/SkillGroup.d.ts +8 -37
  83. package/lib/types/SkillGroup.js +23 -13
  84. package/lib/types/SkillModificationLevel.d.ts +31 -101
  85. package/lib/types/SkillModificationLevel.js +95 -10
  86. package/lib/types/SocialStatus.d.ts +7 -28
  87. package/lib/types/SocialStatus.js +18 -13
  88. package/lib/types/Spell.d.ts +627 -111
  89. package/lib/types/Spell.js +88 -13
  90. package/lib/types/State.d.ts +51 -36
  91. package/lib/types/State.js +24 -13
  92. package/lib/types/Talisman.d.ts +64 -70
  93. package/lib/types/Talisman.js +64 -13
  94. package/lib/types/TargetCategory.d.ts +7 -42
  95. package/lib/types/TargetCategory.js +19 -13
  96. package/lib/types/_Activatable.d.ts +1587 -1366
  97. package/lib/types/_Activatable.js +1392 -2
  98. package/lib/types/_ActivatableSelectOptionCategory.d.ts +657 -386
  99. package/lib/types/_ActivatableSelectOptionCategory.js +381 -1
  100. package/lib/types/_ActivatableSkill.d.ts +1105 -34
  101. package/lib/types/_ActivatableSkill.js +82 -1
  102. package/lib/types/_ActivatableSkillCastingTime.d.ts +66 -74
  103. package/lib/types/_ActivatableSkillCastingTime.js +92 -1
  104. package/lib/types/_ActivatableSkillCheckResultBased.d.ts +25 -33
  105. package/lib/types/_ActivatableSkillCheckResultBased.js +44 -1
  106. package/lib/types/_ActivatableSkillCost.d.ts +209 -255
  107. package/lib/types/_ActivatableSkillCost.js +224 -1
  108. package/lib/types/_ActivatableSkillDuration.d.ts +202 -135
  109. package/lib/types/_ActivatableSkillDuration.js +138 -1
  110. package/lib/types/_ActivatableSkillEffect.d.ts +16 -68
  111. package/lib/types/_ActivatableSkillEffect.js +65 -1
  112. package/lib/types/_ActivatableSkillRange.d.ts +61 -115
  113. package/lib/types/_ActivatableSkillRange.js +106 -1
  114. package/lib/types/_ActivatableSkillTargetCategory.d.ts +13 -39
  115. package/lib/types/_ActivatableSkillTargetCategory.js +29 -1
  116. package/lib/types/_AlternativeNames.d.ts +5 -11
  117. package/lib/types/_AlternativeNames.js +14 -1
  118. package/lib/types/_ArcaneTradition.d.ts +30 -28
  119. package/lib/types/_ArcaneTradition.js +14 -4
  120. package/lib/types/_Blessed.d.ts +8 -22
  121. package/lib/types/_Blessed.js +22 -1
  122. package/lib/types/_CommonnessRatedAdvantageDisadvantage.d.ts +4 -10
  123. package/lib/types/_CommonnessRatedAdvantageDisadvantage.js +12 -1
  124. package/lib/types/_Dice.d.ts +6 -19
  125. package/lib/types/_Dice.js +23 -1
  126. package/lib/types/_DiseasePoison.d.ts +56 -107
  127. package/lib/types/_DiseasePoison.js +107 -2
  128. package/lib/types/_Enhancements.d.ts +165 -59
  129. package/lib/types/_Enhancements.js +66 -1
  130. package/lib/types/_I18n.d.ts +14 -42
  131. package/lib/types/_I18n.js +55 -1
  132. package/lib/types/_Identifier.d.ts +158 -1274
  133. package/lib/types/_Identifier.js +300 -1
  134. package/lib/types/_IdentifierGroup.d.ts +278 -29
  135. package/lib/types/_IdentifierGroup.js +340 -1
  136. package/lib/types/_ImprovementCost.d.ts +7 -4
  137. package/lib/types/_ImprovementCost.js +10 -1
  138. package/lib/types/_Influence.d.ts +78 -49
  139. package/lib/types/_Influence.js +42 -4
  140. package/lib/types/_Prerequisite.d.ts +370 -106
  141. package/lib/types/_Prerequisite.js +136 -1
  142. package/lib/types/_ResponsiveText.d.ts +13 -54
  143. package/lib/types/_ResponsiveText.js +37 -1
  144. package/lib/types/_Sex.d.ts +5 -7
  145. package/lib/types/_Sex.js +8 -4
  146. package/lib/types/_SkillCheck.d.ts +10 -15
  147. package/lib/types/_SkillCheck.js +34 -1
  148. package/lib/types/_Spellwork.d.ts +5 -18
  149. package/lib/types/_Spellwork.js +13 -1
  150. package/lib/types/equipment/EquipmentPackage.d.ts +80 -51
  151. package/lib/types/equipment/EquipmentPackage.js +34 -13
  152. package/lib/types/equipment/item/Ammunition.d.ts +69 -32
  153. package/lib/types/equipment/item/Ammunition.js +29 -13
  154. package/lib/types/equipment/item/Animal.d.ts +71 -19
  155. package/lib/types/equipment/item/Animal.js +15 -13
  156. package/lib/types/equipment/item/AnimalCare.d.ts +86 -49
  157. package/lib/types/equipment/item/AnimalCare.js +51 -13
  158. package/lib/types/equipment/item/Armor.d.ts +120 -186
  159. package/lib/types/equipment/item/Armor.js +156 -13
  160. package/lib/types/equipment/item/BandageOrRemedy.d.ts +176 -37
  161. package/lib/types/equipment/item/BandageOrRemedy.js +2 -14
  162. package/lib/types/equipment/item/Book.d.ts +84 -61
  163. package/lib/types/equipment/item/Book.js +57 -13
  164. package/lib/types/equipment/item/CeremonialItem.d.ts +178 -42
  165. package/lib/types/equipment/item/CeremonialItem.js +36 -13
  166. package/lib/types/equipment/item/Clothes.d.ts +176 -7
  167. package/lib/types/equipment/item/Clothes.js +2 -14
  168. package/lib/types/equipment/item/Container.d.ts +176 -7
  169. package/lib/types/equipment/item/Container.js +2 -14
  170. package/lib/types/equipment/item/Elixir.d.ts +91 -76
  171. package/lib/types/equipment/item/Elixir.js +54 -13
  172. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +170 -29
  173. package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +28 -13
  174. package/lib/types/equipment/item/GemOrPreciousStone.d.ts +72 -44
  175. package/lib/types/equipment/item/GemOrPreciousStone.js +41 -13
  176. package/lib/types/equipment/item/IlluminationLightSource.d.ts +186 -61
  177. package/lib/types/equipment/item/IlluminationLightSource.js +61 -13
  178. package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +176 -0
  179. package/lib/types/equipment/item/IlluminationRefillOrSupply.js +2 -0
  180. package/lib/types/equipment/item/Jewelry.d.ts +73 -61
  181. package/lib/types/equipment/item/Jewelry.js +37 -13
  182. package/lib/types/equipment/item/Liebesspielzeug.d.ts +176 -7
  183. package/lib/types/equipment/item/Liebesspielzeug.js +2 -14
  184. package/lib/types/equipment/item/LuxuryGood.d.ts +176 -37
  185. package/lib/types/equipment/item/LuxuryGood.js +2 -14
  186. package/lib/types/equipment/item/MagicalArtifact.d.ts +71 -40
  187. package/lib/types/equipment/item/MagicalArtifact.js +15 -13
  188. package/lib/types/equipment/item/MusicalInstrument.d.ts +174 -32
  189. package/lib/types/equipment/item/MusicalInstrument.js +27 -13
  190. package/lib/types/equipment/item/OrienteeringAid.d.ts +176 -7
  191. package/lib/types/equipment/item/OrienteeringAid.js +2 -14
  192. package/lib/types/equipment/item/Poison.d.ts +483 -354
  193. package/lib/types/equipment/item/Poison.js +386 -13
  194. package/lib/types/equipment/item/RopeOrChain.d.ts +176 -7
  195. package/lib/types/equipment/item/RopeOrChain.js +2 -14
  196. package/lib/types/equipment/item/Stationery.d.ts +176 -0
  197. package/lib/types/equipment/item/Stationery.js +2 -0
  198. package/lib/types/equipment/item/ThievesTool.d.ts +176 -7
  199. package/lib/types/equipment/item/ThievesTool.js +2 -14
  200. package/lib/types/equipment/item/ToolOfTheTrade.d.ts +89 -61
  201. package/lib/types/equipment/item/ToolOfTheTrade.js +40 -13
  202. package/lib/types/equipment/item/TravelGearOrTool.d.ts +176 -7
  203. package/lib/types/equipment/item/TravelGearOrTool.js +2 -14
  204. package/lib/types/equipment/item/Vehicle.d.ts +71 -19
  205. package/lib/types/equipment/item/Vehicle.js +15 -13
  206. package/lib/types/equipment/item/Weapon.d.ts +223 -166
  207. package/lib/types/equipment/item/Weapon.js +153 -13
  208. package/lib/types/equipment/item/WeaponAccessory.d.ts +176 -7
  209. package/lib/types/equipment/item/WeaponAccessory.js +2 -14
  210. package/lib/types/equipment/item/_Herbary.d.ts +42 -16
  211. package/lib/types/equipment/item/_Herbary.js +36 -1
  212. package/lib/types/equipment/item/_Item.d.ts +317 -160
  213. package/lib/types/equipment/item/_Item.js +144 -1
  214. package/lib/types/equipment/item/_MeleeWeapon.d.ts +37 -105
  215. package/lib/types/equipment/item/_MeleeWeapon.js +92 -1
  216. package/lib/types/equipment/item/_RangedWeapon.d.ts +25 -106
  217. package/lib/types/equipment/item/_RangedWeapon.js +85 -1
  218. package/lib/types/equipment/item/_Weapon.d.ts +13 -57
  219. package/lib/types/equipment/item/_Weapon.js +49 -1
  220. package/lib/types/equipment/item/sub/ArmorType.d.ts +7 -37
  221. package/lib/types/equipment/item/sub/ArmorType.js +18 -13
  222. package/lib/types/equipment/item/sub/Reach.d.ts +6 -28
  223. package/lib/types/equipment/item/sub/Reach.js +14 -13
  224. package/lib/types/index.d.ts +148 -0
  225. package/lib/types/index.js +148 -0
  226. package/lib/types/magicalActions/AnimistPower.d.ts +299 -238
  227. package/lib/types/magicalActions/AnimistPower.js +182 -13
  228. package/lib/types/magicalActions/AnimistPower_Tribe.d.ts +6 -28
  229. package/lib/types/magicalActions/AnimistPower_Tribe.js +14 -13
  230. package/lib/types/magicalActions/Curse.d.ts +215 -162
  231. package/lib/types/magicalActions/Curse.js +126 -13
  232. package/lib/types/magicalActions/DominationRitual.d.ts +200 -145
  233. package/lib/types/magicalActions/DominationRitual.js +126 -13
  234. package/lib/types/magicalActions/ElvenMagicalSong.d.ts +121 -135
  235. package/lib/types/magicalActions/ElvenMagicalSong.js +111 -13
  236. package/lib/types/magicalActions/GeodeRitual.d.ts +205 -180
  237. package/lib/types/magicalActions/GeodeRitual.js +135 -13
  238. package/lib/types/magicalActions/JesterTrick.d.ts +299 -177
  239. package/lib/types/magicalActions/JesterTrick.js +153 -13
  240. package/lib/types/magicalActions/MagicalDance.d.ts +125 -119
  241. package/lib/types/magicalActions/MagicalDance.js +113 -13
  242. package/lib/types/magicalActions/MagicalMelody.d.ts +116 -124
  243. package/lib/types/magicalActions/MagicalMelody.js +111 -13
  244. package/lib/types/magicalActions/MagicalRune.d.ts +300 -294
  245. package/lib/types/magicalActions/MagicalRune.js +278 -13
  246. package/lib/types/magicalActions/ZibiljaRitual.d.ts +396 -102
  247. package/lib/types/magicalActions/ZibiljaRitual.js +81 -13
  248. package/lib/types/magicalActions/_MusicTradition.d.ts +17 -30
  249. package/lib/types/magicalActions/_MusicTradition.js +43 -1
  250. package/lib/types/prerequisites/ConditionalPrerequisites.d.ts +24 -10
  251. package/lib/types/prerequisites/ConditionalPrerequisites.js +9 -1
  252. package/lib/types/prerequisites/DisplayOption.d.ts +13 -32
  253. package/lib/types/prerequisites/DisplayOption.js +27 -1
  254. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +1338 -215
  255. package/lib/types/prerequisites/PrerequisiteGroups.js +160 -1
  256. package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +107 -31
  257. package/lib/types/prerequisites/single/ActivatablePrerequisite.js +32 -1
  258. package/lib/types/prerequisites/single/AncestorBloodPrerequisite.d.ts +1 -2
  259. package/lib/types/prerequisites/single/AncestorBloodPrerequisite.js +4 -1
  260. package/lib/types/prerequisites/single/AnimistPowerPrerequisite.d.ts +18 -26
  261. package/lib/types/prerequisites/single/AnimistPowerPrerequisite.js +24 -1
  262. package/lib/types/prerequisites/single/CulturePrerequisite.d.ts +16 -13
  263. package/lib/types/prerequisites/single/CulturePrerequisite.js +16 -1
  264. package/lib/types/prerequisites/single/EnhancementPrerequisite.d.ts +4 -39
  265. package/lib/types/prerequisites/single/EnhancementPrerequisite.js +12 -1
  266. package/lib/types/prerequisites/single/InfluencePrerequisite.d.ts +17 -16
  267. package/lib/types/prerequisites/single/InfluencePrerequisite.js +19 -1
  268. package/lib/types/prerequisites/single/PactPrerequisite.d.ts +18 -23
  269. package/lib/types/prerequisites/single/PactPrerequisite.js +24 -1
  270. package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +20 -18
  271. package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.js +25 -1
  272. package/lib/types/prerequisites/single/PublicationPrerequisite.d.ts +16 -12
  273. package/lib/types/prerequisites/single/PublicationPrerequisite.js +15 -1
  274. package/lib/types/prerequisites/single/RacePrerequisite.d.ts +17 -16
  275. package/lib/types/prerequisites/single/RacePrerequisite.js +19 -1
  276. package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.d.ts +51 -63
  277. package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.js +80 -1
  278. package/lib/types/prerequisites/single/RatedPrerequisite.d.ts +26 -18
  279. package/lib/types/prerequisites/single/RatedPrerequisite.js +19 -1
  280. package/lib/types/prerequisites/single/RatedSumPrerequisite.d.ts +17 -19
  281. package/lib/types/prerequisites/single/RatedSumPrerequisite.js +19 -1
  282. package/lib/types/prerequisites/single/RulePrerequisite.d.ts +19 -9
  283. package/lib/types/prerequisites/single/RulePrerequisite.js +15 -1
  284. package/lib/types/prerequisites/single/SexPrerequisite.d.ts +19 -10
  285. package/lib/types/prerequisites/single/SexPrerequisite.js +15 -1
  286. package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.d.ts +7 -8
  287. package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.js +17 -1
  288. package/lib/types/prerequisites/single/SocialStatusPrerequisite.d.ts +16 -13
  289. package/lib/types/prerequisites/single/SocialStatusPrerequisite.js +16 -1
  290. package/lib/types/prerequisites/single/StatePrerequisite.d.ts +16 -10
  291. package/lib/types/prerequisites/single/StatePrerequisite.js +15 -1
  292. package/lib/types/prerequisites/single/TextPrerequisite.d.ts +19 -49
  293. package/lib/types/prerequisites/single/TextPrerequisite.js +53 -1
  294. package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +37 -33
  295. package/lib/types/prerequisites/single/TraditionPrerequisite.js +42 -1
  296. package/lib/types/rule/CoreRule.d.ts +142 -310
  297. package/lib/types/rule/CoreRule.js +172 -13
  298. package/lib/types/rule/FocusRule.d.ts +54 -53
  299. package/lib/types/rule/FocusRule.js +37 -13
  300. package/lib/types/rule/FocusRule_Subject.d.ts +6 -29
  301. package/lib/types/rule/FocusRule_Subject.js +15 -13
  302. package/lib/types/rule/OptionalRule.d.ts +52 -41
  303. package/lib/types/rule/OptionalRule.js +28 -13
  304. package/lib/types/source/Publication.d.ts +50 -70
  305. package/lib/types/source/Publication.js +57 -13
  306. package/lib/types/source/_Erratum.d.ts +9 -23
  307. package/lib/types/source/_Erratum.js +19 -1
  308. package/lib/types/source/_PublicationRef.d.ts +161 -148
  309. package/lib/types/source/_PublicationRef.js +98 -1
  310. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +1034 -52
  311. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +36 -13
  312. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +917 -34
  313. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +33 -13
  314. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +917 -34
  315. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +33 -13
  316. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +917 -34
  317. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +33 -13
  318. package/lib/types/specialAbility/AncestorGlyph.d.ts +916 -38
  319. package/lib/types/specialAbility/AncestorGlyph.js +35 -13
  320. package/lib/types/specialAbility/BlessedTradition.d.ts +948 -147
  321. package/lib/types/specialAbility/BlessedTradition.js +131 -13
  322. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +980 -34
  323. package/lib/types/specialAbility/BrawlingSpecialAbility.js +32 -13
  324. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +918 -40
  325. package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +33 -13
  326. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +1036 -45
  327. package/lib/types/specialAbility/CombatSpecialAbility.js +37 -13
  328. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +1035 -42
  329. package/lib/types/specialAbility/CombatStyleSpecialAbility.js +37 -13
  330. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +980 -38
  331. package/lib/types/specialAbility/CommandSpecialAbility.js +32 -13
  332. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +915 -32
  333. package/lib/types/specialAbility/FamiliarSpecialAbility.js +30 -13
  334. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +915 -32
  335. package/lib/types/specialAbility/FatePointSexSpecialAbility.js +30 -13
  336. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +917 -39
  337. package/lib/types/specialAbility/FatePointSpecialAbility.js +32 -13
  338. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +918 -44
  339. package/lib/types/specialAbility/GeneralSpecialAbility.js +33 -13
  340. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +915 -37
  341. package/lib/types/specialAbility/KarmaSpecialAbility.js +30 -13
  342. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +966 -36
  343. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +34 -13
  344. package/lib/types/specialAbility/LycantropicGift.d.ts +915 -32
  345. package/lib/types/specialAbility/LycantropicGift.js +30 -13
  346. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +966 -36
  347. package/lib/types/specialAbility/MagicStyleSpecialAbility.js +34 -13
  348. package/lib/types/specialAbility/MagicalSign.d.ts +86 -39
  349. package/lib/types/specialAbility/MagicalSign.js +31 -13
  350. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +918 -43
  351. package/lib/types/specialAbility/MagicalSpecialAbility.js +33 -13
  352. package/lib/types/specialAbility/MagicalTradition.d.ts +938 -114
  353. package/lib/types/specialAbility/MagicalTradition.js +97 -13
  354. package/lib/types/specialAbility/PactGift.d.ts +992 -97
  355. package/lib/types/specialAbility/PactGift.js +118 -13
  356. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +917 -46
  357. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +41 -13
  358. package/lib/types/specialAbility/Sermon.d.ts +915 -32
  359. package/lib/types/specialAbility/Sermon.js +30 -13
  360. package/lib/types/specialAbility/SexSpecialAbility.d.ts +917 -34
  361. package/lib/types/specialAbility/SexSpecialAbility.js +32 -13
  362. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +915 -37
  363. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +30 -13
  364. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +964 -34
  365. package/lib/types/specialAbility/SkillStyleSpecialAbility.js +32 -13
  366. package/lib/types/specialAbility/VampiricGift.d.ts +915 -37
  367. package/lib/types/specialAbility/VampiricGift.js +30 -13
  368. package/lib/types/specialAbility/Vision.d.ts +915 -32
  369. package/lib/types/specialAbility/Vision.js +30 -13
  370. package/lib/types/specialAbility/_Tradition.d.ts +5 -12
  371. package/lib/types/specialAbility/_Tradition.js +14 -1
  372. package/lib/types/specialAbility/sub/Language.d.ts +107 -117
  373. package/lib/types/specialAbility/sub/Language.js +87 -13
  374. package/lib/types/specialAbility/sub/Script.d.ts +61 -60
  375. package/lib/types/specialAbility/sub/Script.js +43 -13
  376. package/lib/types/specialAbility/sub/TradeSecret.d.ts +77 -48
  377. package/lib/types/specialAbility/sub/TradeSecret.js +36 -13
  378. package/lib/types/specialAbility/sub/_LanguageScript.d.ts +5 -11
  379. package/lib/types/specialAbility/sub/_LanguageScript.js +15 -1
  380. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +1135 -47
  381. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +36 -13
  382. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +1135 -47
  383. package/lib/types/traditionArtifacts/AttireEnchantment.js +36 -13
  384. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +1135 -47
  385. package/lib/types/traditionArtifacts/BowlEnchantment.js +36 -13
  386. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +1136 -61
  387. package/lib/types/traditionArtifacts/CauldronEnchantment.js +41 -13
  388. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +1135 -47
  389. package/lib/types/traditionArtifacts/ChronicleEnchantment.js +36 -13
  390. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +1147 -71
  391. package/lib/types/traditionArtifacts/DaggerRitual.js +71 -13
  392. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +1135 -47
  393. package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +36 -13
  394. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +1135 -47
  395. package/lib/types/traditionArtifacts/InstrumentEnchantment.js +36 -13
  396. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +1135 -47
  397. package/lib/types/traditionArtifacts/Krallenkettenzauber.js +36 -13
  398. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +1135 -47
  399. package/lib/types/traditionArtifacts/OrbEnchantment.js +36 -13
  400. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +1135 -47
  401. package/lib/types/traditionArtifacts/RingEnchantment.js +36 -13
  402. package/lib/types/traditionArtifacts/SickleRitual.d.ts +1135 -47
  403. package/lib/types/traditionArtifacts/SickleRitual.js +36 -13
  404. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +1135 -52
  405. package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +36 -13
  406. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +1139 -57
  407. package/lib/types/traditionArtifacts/StaffEnchantment.js +41 -13
  408. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +1135 -47
  409. package/lib/types/traditionArtifacts/ToyEnchantment.js +36 -13
  410. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +1135 -47
  411. package/lib/types/traditionArtifacts/Trinkhornzauber.js +36 -13
  412. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +1084 -42
  413. package/lib/types/traditionArtifacts/WandEnchantment.js +35 -13
  414. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +1135 -47
  415. package/lib/types/traditionArtifacts/WeaponEnchantment.js +36 -13
  416. package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +8 -52
  417. package/lib/types/traditionArtifacts/sub/AnimalShape.js +23 -13
  418. package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +6 -28
  419. package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +14 -13
  420. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +8 -40
  421. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +22 -13
  422. package/lib/types/traditionArtifacts/sub/Brew.d.ts +6 -28
  423. package/lib/types/traditionArtifacts/sub/Brew.js +14 -13
  424. package/package.json +20 -15
  425. package/schema/Advantage.schema.json +3 -3
  426. package/schema/AnimalDisease.schema.json +4 -4
  427. package/schema/Aspect.schema.json +1 -1
  428. package/schema/Blessing.schema.json +3 -3
  429. package/schema/Cantrip.schema.json +4 -4
  430. package/schema/Ceremony.schema.json +9 -61
  431. package/schema/CombatTechnique_Close.schema.json +2 -2
  432. package/schema/CombatTechnique_Ranged.schema.json +2 -2
  433. package/schema/Condition.schema.json +4 -16
  434. package/schema/Continent.schema.json +1 -1
  435. package/schema/Culture.schema.json +46 -50
  436. package/schema/Disadvantage.schema.json +3 -3
  437. package/schema/Disease.schema.json +2 -2
  438. package/schema/FamiliarsTrick.schema.json +45 -71
  439. package/schema/Lessons_Curriculum.schema.json +26 -36
  440. package/schema/LiturgicalChant.schema.json +9 -61
  441. package/schema/Locale.schema.json +1 -1
  442. package/schema/MetaCondition.schema.json +5 -17
  443. package/schema/Patron.schema.json +60 -71
  444. package/schema/PatronCategory.schema.json +1 -1
  445. package/schema/PersonalityTrait.schema.json +2 -2
  446. package/schema/Profession.schema.json +68 -62
  447. package/schema/Property.schema.json +1 -1
  448. package/schema/Race.schema.json +17 -17
  449. package/schema/Ritual.schema.json +8 -60
  450. package/schema/SexPractice.schema.json +1 -1
  451. package/schema/Skill.schema.json +7 -7
  452. package/schema/SkillModificationLevel.schema.json +3 -3
  453. package/schema/Spell.schema.json +8 -60
  454. package/schema/UI.schema.json +288 -0
  455. package/schema/_Activatable.schema.json +52 -60
  456. package/schema/_ActivatableSelectOptionCategory.schema.json +31 -35
  457. package/schema/_ActivatableSkill.schema.json +16 -0
  458. package/schema/_ActivatableSkillCastingTime.schema.json +5 -5
  459. package/schema/_ActivatableSkillCost.schema.json +7 -7
  460. package/schema/_ActivatableSkillEffect.schema.json +20 -51
  461. package/schema/_ActivatableSkillRange.schema.json +2 -2
  462. package/schema/_ActivatableSkillTargetCategory.schema.json +8 -8
  463. package/schema/_Blessed.schema.json +1 -1
  464. package/schema/_DiseasePoison.schema.json +31 -23
  465. package/schema/_Enhancements.schema.json +1 -1
  466. package/schema/_I18n.schema.json +1 -1
  467. package/schema/_Identifier.schema.json +31 -1
  468. package/schema/_IdentifierGroup.schema.json +4 -1
  469. package/schema/_Influence.schema.json +2 -2
  470. package/schema/_Prerequisite.schema.json +15 -15
  471. package/schema/_ResponsiveText.schema.json +6 -6
  472. package/schema/_SkillCheck.schema.json +3 -14
  473. package/schema/_Spellwork.schema.json +1 -1
  474. package/schema/equipment/EquipmentPackage.schema.json +1 -1
  475. package/schema/equipment/item/Armor.schema.json +5 -5
  476. package/schema/equipment/item/BandageOrRemedy.schema.json +2 -2
  477. package/schema/equipment/item/Book.schema.json +1 -1
  478. package/schema/equipment/item/CeremonialItem.schema.json +2 -2
  479. package/schema/equipment/item/Elixir.schema.json +5 -25
  480. package/schema/equipment/item/EquipmentOfBlessedOnes.schema.json +1 -1
  481. package/schema/equipment/item/IlluminationLightSource.schema.json +4 -8
  482. package/schema/equipment/item/Jewelry.schema.json +1 -1
  483. package/schema/equipment/item/LuxuryGood.schema.json +2 -2
  484. package/schema/equipment/item/MusicalInstrument.schema.json +1 -1
  485. package/schema/equipment/item/Poison.schema.json +25 -17
  486. package/schema/equipment/item/ToolOfTheTrade.schema.json +1 -1
  487. package/schema/equipment/item/Weapon.schema.json +11 -11
  488. package/schema/equipment/item/_Item.schema.json +4 -4
  489. package/schema/equipment/item/_MeleeWeapon.schema.json +3 -7
  490. package/schema/equipment/item/_RangedWeapon.schema.json +5 -5
  491. package/schema/equipment/item/_Weapon.schema.json +2 -2
  492. package/schema/equipment/item/sub/ArmorType.schema.json +1 -1
  493. package/schema/magicalActions/AnimistPower.schema.json +10 -36
  494. package/schema/magicalActions/Curse.schema.json +5 -31
  495. package/schema/magicalActions/DominationRitual.schema.json +6 -32
  496. package/schema/magicalActions/ElvenMagicalSong.schema.json +4 -17
  497. package/schema/magicalActions/GeodeRitual.schema.json +7 -59
  498. package/schema/magicalActions/JesterTrick.schema.json +7 -59
  499. package/schema/magicalActions/MagicalDance.schema.json +7 -33
  500. package/schema/magicalActions/MagicalMelody.schema.json +7 -33
  501. package/schema/magicalActions/MagicalRune.schema.json +53 -146
  502. package/schema/magicalActions/ZibiljaRitual.schema.json +7 -59
  503. package/schema/magicalActions/_MusicTradition.schema.json +1 -1
  504. package/schema/magicalActions/_SkillReference.schema.json +2 -24
  505. package/schema/prerequisites/ConditionalPrerequisites.schema.json +1 -1
  506. package/schema/prerequisites/DisplayOption.schema.json +1 -1
  507. package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +1 -1
  508. package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +2 -2
  509. package/schema/prerequisites/single/PublicationPrerequisite.schema.json +1 -2
  510. package/schema/prerequisites/single/RacePrerequisite.schema.json +1 -1
  511. package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +2 -2
  512. package/schema/prerequisites/single/TextPrerequisite.schema.json +4 -4
  513. package/schema/prerequisites/single/TraditionPrerequisite.schema.json +4 -4
  514. package/schema/rule/CoreRule.schema.json +5 -5
  515. package/schema/rule/FocusRule.schema.json +1 -1
  516. package/schema/rule/OptionalRule.schema.json +1 -1
  517. package/schema/source/Publication.schema.json +2 -2
  518. package/schema/source/_PublicationRef.schema.json +9 -9
  519. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +2 -2
  520. package/schema/specialAbility/BlessedTradition.schema.json +74 -52
  521. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +2 -2
  522. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +155 -504
  523. package/schema/specialAbility/CommandSpecialAbility.schema.json +23 -20
  524. package/schema/specialAbility/FatePointSpecialAbility.schema.json +1 -1
  525. package/schema/specialAbility/GeneralSpecialAbility.schema.json +1 -1
  526. package/schema/specialAbility/KarmaSpecialAbility.schema.json +1 -1
  527. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +155 -504
  528. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +155 -504
  529. package/schema/specialAbility/MagicalSign.schema.json +2 -2
  530. package/schema/specialAbility/MagicalSpecialAbility.schema.json +1 -1
  531. package/schema/specialAbility/MagicalTradition.schema.json +8 -8
  532. package/schema/specialAbility/PactGift.schema.json +4 -4
  533. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +1 -1
  534. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +155 -504
  535. package/schema/specialAbility/VampiricGift.schema.json +1 -1
  536. package/schema/specialAbility/_Tradition.schema.json +1 -1
  537. package/schema/specialAbility/sub/Language.schema.json +4 -4
  538. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +1 -1
  539. package/schema/traditionArtifacts/AttireEnchantment.schema.json +1 -1
  540. package/schema/traditionArtifacts/BowlEnchantment.schema.json +1 -1
  541. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +2 -2
  542. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +1 -1
  543. package/schema/traditionArtifacts/DaggerRitual.schema.json +14 -18
  544. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +1 -1
  545. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +1 -1
  546. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +1 -1
  547. package/schema/traditionArtifacts/OrbEnchantment.schema.json +1 -1
  548. package/schema/traditionArtifacts/RingEnchantment.schema.json +1 -1
  549. package/schema/traditionArtifacts/SickleRitual.schema.json +1 -1
  550. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +2 -2
  551. package/schema/traditionArtifacts/StaffEnchantment.schema.json +2 -2
  552. package/schema/traditionArtifacts/ToyEnchantment.schema.json +1 -1
  553. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +1 -1
  554. package/schema/traditionArtifacts/WandEnchantment.schema.json +1 -1
  555. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +1 -1
  556. package/.prettierrc.yml +0 -3
  557. package/lib/cache/activatableSelectOptions.d.ts +0 -80
  558. package/lib/cache/activatableSelectOptions.js +0 -935
  559. package/lib/cache/ancestorBloodAdvantages.d.ts +0 -5
  560. package/lib/cache/ancestorBloodAdvantages.js +0 -18
  561. package/lib/cache/magicalAndBlessedAdvantagesAndDisadvantages.d.ts +0 -20
  562. package/lib/cache/magicalAndBlessedAdvantagesAndDisadvantages.js +0 -164
  563. package/lib/cache/newApplicationsAndUses.d.ts +0 -20
  564. package/lib/cache/newApplicationsAndUses.js +0 -126
  565. package/lib/cacheConfig.d.ts +0 -4
  566. package/lib/cacheConfig.js +0 -1
  567. package/lib/config/build.d.ts +0 -6
  568. package/lib/config/build.js +0 -8
  569. package/lib/config/cache.d.ts +0 -16
  570. package/lib/config/cache.js +0 -10
  571. package/lib/config/types.d.ts +0 -462
  572. package/lib/config/types.js +0 -306
  573. package/lib/errors.d.ts +0 -20
  574. package/lib/errors.js +0 -33
  575. package/lib/helpers/array.d.ts +0 -14
  576. package/lib/helpers/array.js +0 -15
  577. package/lib/helpers/i18n.d.ts +0 -1
  578. package/lib/helpers/i18n.js +0 -1
  579. package/lib/helpers/io.d.ts +0 -29
  580. package/lib/helpers/io.js +0 -51
  581. package/lib/helpers/nullable.d.ts +0 -35
  582. package/lib/helpers/nullable.js +0 -31
  583. package/lib/helpers/nullable.test.d.ts +0 -1
  584. package/lib/helpers/nullable.test.js +0 -46
  585. package/lib/helpers/object.d.ts +0 -5
  586. package/lib/helpers/object.js +0 -16
  587. package/lib/helpers/object.test.d.ts +0 -1
  588. package/lib/helpers/object.test.js +0 -15
  589. package/lib/helpers/objectPath.d.ts +0 -13
  590. package/lib/helpers/objectPath.js +0 -3
  591. package/lib/helpers/pair.d.ts +0 -20
  592. package/lib/helpers/pair.js +0 -20
  593. package/lib/helpers/result.d.ts +0 -57
  594. package/lib/helpers/result.js +0 -45
  595. package/lib/helpers/typeSafety.d.ts +0 -14
  596. package/lib/helpers/typeSafety.js +0 -16
  597. package/lib/helpers/typeSafety.test.d.ts +0 -1
  598. package/lib/helpers/typeSafety.test.js +0 -10
  599. package/lib/typeConfig.d.ts +0 -10
  600. package/lib/typeConfig.js +0 -1
  601. package/lib/types/CombatTechnique_Close.d.ts +0 -73
  602. package/lib/types/CombatTechnique_Close.js +0 -14
  603. package/lib/types/CombatTechnique_Ranged.d.ts +0 -66
  604. package/lib/types/CombatTechnique_Ranged.js +0 -14
  605. package/lib/types/Kirchenpraegung.d.ts +0 -10
  606. package/lib/types/Kirchenpraegung.js +0 -14
  607. package/lib/types/Lessons_Curriculum.d.ts +0 -236
  608. package/lib/types/Lessons_Curriculum.js +0 -14
  609. package/lib/types/Lessons_Guideline.d.ts +0 -34
  610. package/lib/types/Lessons_Guideline.js +0 -14
  611. package/lib/types/UI.d.ts +0 -1212
  612. package/lib/types/UI.js +0 -14
  613. package/lib/types/_LocaleMap.d.ts +0 -10
  614. package/lib/types/_LocaleMap.js +0 -1
  615. package/lib/types/_NonEmptyString.d.ts +0 -9
  616. package/lib/types/_NonEmptyString.js +0 -1
  617. package/lib/types/_SimpleReferences.d.ts +0 -134
  618. package/lib/types/_SimpleReferences.js +0 -1
  619. package/lib/types/equipment/item/IlluminationRefillsOrSupplies.d.ts +0 -7
  620. package/lib/types/equipment/item/IlluminationRefillsOrSupplies.js +0 -14
  621. package/lib/types/equipment/item/Stationary.d.ts +0 -7
  622. package/lib/types/equipment/item/Stationary.js +0 -14
  623. package/lib/types/magicalActions/_SkillReference.d.ts +0 -11
  624. package/lib/types/magicalActions/_SkillReference.js +0 -1
  625. package/lib/validation/builders/integrity.d.ts +0 -56
  626. package/lib/validation/builders/integrity.js +0 -44
  627. package/lib/validation/builders/naming.d.ts +0 -15
  628. package/lib/validation/builders/naming.js +0 -17
  629. package/lib/validation/builders/schema.d.ts +0 -31
  630. package/lib/validation/builders/schema.js +0 -32
  631. package/lib/validation/filename.d.ts +0 -9
  632. package/lib/validation/filename.js +0 -10
  633. package/lib/validation/raw.d.ts +0 -8
  634. package/lib/validation/raw.js +0 -54
  635. package/lib/validation/schema.d.ts +0 -6
  636. package/lib/validation/schema.js +0 -32
@@ -1,1369 +1,1590 @@
1
1
  /**
2
2
  * General type specifications used by multiple activatable entries.
3
- * @title Activatable
4
3
  */
5
- import { SelectOptionCategory, SkillApplicationOrUse } from "./_ActivatableSelectOptionCategory.js";
6
- import { DurationUnitValue } from "./_ActivatableSkillDuration.js";
7
- import { MagicalTraditionIdentifier, PatronIdentifier, SkillIdentifier } from "./_Identifier.js";
8
- import { AdvancedSpecialAbilityRestrictedOptionIdentifier, CombatRelatedSpecialAbilityIdentifier, CombatTechniqueIdentifier, VolumePointsOptionReferenceIdentifier } from "./_IdentifierGroup.js";
9
- import { LocaleMap } from "./_LocaleMap.js";
10
- import { NonEmptyMarkdown, NonEmptyString } from "./_NonEmptyString.js";
11
- import { GeneralPrerequisites } from "./_Prerequisite.js";
12
- import { ResponsiveText, ResponsiveTextOptional } from "./_ResponsiveText.js";
13
- import { AdvancedSpecialAbilityReference, AspectReference, CloseCombatTechniqueReference, CombatTechniqueReference, PropertyReference, RaceReference, RangedCombatTechniqueReference, SkillReference, WeaponReference } from "./_SimpleReferences.js";
14
- import { DisplayOption } from "./prerequisites/DisplayOption.js";
15
- import { Errata } from "./source/_Erratum.js";
16
- import { PublicationRefs } from "./source/_PublicationRef.js";
17
- /**
18
- * The activatable entry's identifier. An unique, increasing integer.
19
- * @integer
20
- * @minimum 0
21
- */
22
- export type Id = number;
23
- /**
24
- * The name of the activatable entry.
25
- * @minLength 1
26
- */
27
- export type Name = string;
28
- /**
29
- * The full name of the entry as stated in the sources. Only use when `name`
30
- * needs to be different from full name for text generation purposes.
31
- * @minLength 1
32
- */
33
- export type NameInLibrary = string;
34
- /**
35
- * Number of available levels.
36
- * @integer
37
- * @minimum 2
38
- */
39
- export type Levels = number;
40
- /**
41
- * The number stating how often you can buy the entry. The **default** depends on
42
- * the entry type:
43
- *
44
- * - **Advantage:** `1` in all cases (as specified in the **Core Rules**)
45
- * - **Disadvantage:** `1` in all cases (as specified in the **Core Rules**)
46
- * - **Special Abilities:** `1` if no options can be selected, otherwise the
47
- * number of possible options
48
- *
49
- * The maximum is only set if it differs from the defaults specified above.
50
- * @integer
51
- * @minimum 1
52
- */
53
- export type Maximum = number;
54
- /**
55
- * Definitions for possible options for the activatable entry. They can either
56
- * be derived from entry categories or be defined explicitly. Both can happen as
57
- * well, but if there is an explicitly defined select option and a derived
58
- * select option has the same identifier (which may only happen if skill or
59
- * combat technique identifiers are used for explicit select options), the
60
- * explicit definition overwrites the derived option.
61
- *
62
- * Note that this is only a full definition of options for simple logic that can
63
- * be made explicit using the more detailed configuration for both derived
64
- * categories and explicit options. There are quite a few entries whose option
65
- * logic cannot be fully represented here, so that it needs to be implemented
66
- * manually.
67
- * @minProperties 1
68
- */
69
- export type SelectOptions = {
70
- /**
71
- * An entry category with optional further configuration. All available
72
- * entries from the specified categories will be included as separate select
73
- * options. You can also specify a set of groups that should only be
74
- * included. Groups not mentioned will be excluded then.
75
- */
76
- derived?: SelectOptionCategory;
77
- /**
78
- * A list of explicit select options. If the identifier has a specific type,
79
- * its entry is the base of this select option, where values defined here
80
- * override values from the base. Define the `src` property if the options
81
- * are not derived from the rules text of the advantage/disadvantage/special
82
- * ability but instead are listed in a separate block and/or on a separate
83
- * page.
84
- * @minItems 1
85
- */
86
- explicit?: ExplicitSelectOption[];
87
- };
88
- export type ExplicitSelectOption = {
89
- tag: "General";
90
- general: ExplicitGeneralSelectOption;
91
- } | {
92
- tag: "Skill";
93
- skill: ExplicitSkillSelectOption;
94
- } | {
95
- tag: "CombatTechnique";
96
- combat_technique: ExplicitCombatTechniqueSelectOption;
97
- };
98
- export type ExplicitGeneralSelectOption = {
99
- /**
100
- * The option's identifier. An unique, increasing integer.
101
- * @integer
102
- * @minimum 1
103
- */
104
- id: number;
105
- /**
106
- * Sometimes, professions use specific text selections that are not
107
- * contained in described lists. This ensures you can use them for
108
- * professions only. They are not going to be displayed as options to the
109
- * user.
110
- */
111
- profession_only?: true;
112
- /**
113
- * Registers new applications, which get enabled once this entry is
114
- * activated with its respective select option. It specifies an entry-unique
115
- * identifier and the skill it belongs to. A translation can be left out if
116
- * its name equals the name of the origin select option.
117
- */
118
- skill_applications?: SkillApplications;
119
- /**
120
- * Registers uses, which get enabled once this entry is activated with its
121
- * respective select option. It specifies an entry-unique identifier and the
122
- * skill it belongs to. A translation can be left out if its name equals the
123
- * name of the origin select option.
124
- */
125
- skill_uses?: SkillUses;
126
- prerequisites?: GeneralPrerequisites;
127
- /**
128
- * Specific binding cost for the select option. Only has an effect if the
129
- * associated entry supports binding costs.
130
- * @integer
131
- * @minimum 0
132
- */
133
- binding_cost?: number;
134
- /**
135
- * Specific AP cost for the select option.
136
- * @integer
137
- * @minimum 1
138
- */
139
- ap_value?: number;
140
- src?: PublicationRefs;
141
- /**
142
- * All translations for the entry, identified by IETF language tag (BCP47).
143
- */
144
- translations: LocaleMap<ExplicitGeneralSelectOptionTranslation>;
145
- };
146
- export type ExplicitGeneralSelectOptionTranslation = {
147
- /**
148
- * The name of the select option.
149
- * @minLength 1
150
- */
151
- name: string;
152
- /**
153
- * The name of the select option when displayed in a generated
154
- * profession text.
155
- * @minLength 1
156
- */
157
- name_in_profession?: string;
158
- /**
159
- * The description of the select option. Useful for Bad Habits, Trade
160
- * Secrets and other entries where a description is available.
161
- * @markdown
162
- * @minLength 1
163
- */
164
- description?: string;
165
- errata?: Errata;
166
- };
167
- export type ExplicitSkillSelectOption = {
168
- /**
169
- * The skill's identifier. An unique, increasing integer.
170
- * @integer
171
- * @minimum 1
172
- */
173
- id: SkillIdentifier;
174
- /**
175
- * Registers new applications, which get enabled once this entry is
176
- * activated with its respective select option. It specifies an entry-unique
177
- * identifier and the skill it belongs to. A translation can be left out if
178
- * its name equals the name of the origin select option.
179
- * @minItems 1
180
- */
181
- skill_applications?: SkillApplicationOrUse[];
182
- /**
183
- * Registers uses, which get enabled once this entry is activated with its
184
- * respective select option. It specifies an entry-unique identifier and the
185
- * skill it belongs to. A translation can be left out if its name equals the
186
- * name of the origin select option.
187
- * @minItems 1
188
- */
189
- skill_uses?: SkillApplicationOrUse[];
190
- prerequisites?: GeneralPrerequisites;
191
- /**
192
- * Specific binding cost for the select option. Only has an effect if the
193
- * associated entry supports binding costs.
194
- * @integer
195
- * @minimum 0
196
- */
197
- binding_cost?: number;
198
- /**
199
- * Specific AP cost for the select option.
200
- * @integer
201
- * @minimum 1
202
- */
203
- ap_value?: number;
204
- src?: PublicationRefs;
205
- /**
206
- * All translations for the entry, identified by IETF language tag (BCP47).
207
- */
208
- translations?: LocaleMap<ExplicitSkillSelectOptionTranslation>;
209
- };
210
- /**
211
- * @minProperties 1
212
- */
213
- export type ExplicitSkillSelectOptionTranslation = {
214
- errata?: Errata;
215
- };
216
- export type ExplicitCombatTechniqueSelectOption = {
217
- /**
218
- * The combat technique's identifier.
219
- */
220
- id: CombatTechniqueIdentifier;
221
- prerequisites?: GeneralPrerequisites;
222
- /**
223
- * Specific binding cost for the select option. Only has an effect if the
224
- * associated entry supports binding costs.
225
- * @integer
226
- * @minimum 0
227
- */
228
- binding_cost?: number;
229
- /**
230
- * Specific AP cost for the select option.
231
- * @integer
232
- * @minimum 1
233
- */
234
- ap_value?: number;
235
- src?: PublicationRefs;
236
- /**
237
- * All translations for the entry, identified by IETF language tag (BCP47).
238
- */
239
- translations?: LocaleMap<ExplicitCombatTechniqueSelectOptionTranslation>;
240
- };
241
- /**
242
- * @minProperties 1
243
- */
244
- export type ExplicitCombatTechniqueSelectOptionTranslation = {
245
- errata?: Errata;
246
- };
247
- /**
248
- * The rule text.
249
- */
250
- export type Rules = NonEmptyMarkdown;
251
- /**
252
- * The effect description.
253
- */
254
- export type Effect = NonEmptyMarkdown;
255
- /**
256
- * The definition of how the combat special ability can be used in combat.
257
- */
258
- export type CombatSpecialAbilityUsageType = "Passive" | "BasicManeuver" | "SpecialManeuver";
259
- /**
260
- * The definition of if the combat special ability can be used when armed or
261
- * when unarmed.
262
- */
263
- export type CombatSpecialAbilityType = "Armed" | "Unarmed";
264
- /**
265
- * Registers new skill applications, which get enabled once this entry is
266
- * activated. It specifies an entry-unique identifier and the skill it belongs
267
- * to. A translation can be left out if its name equals the name of the origin
268
- * activatable entry.
269
- * @minItems 1
270
- */
271
- export type SkillApplications = SkillApplication[];
272
- export type SkillApplication = {
273
- /**
274
- * The application's identifier. An entry-unique, increasing integer.
275
- * @integer
276
- * @minimum 1
277
- */
278
- id: number;
279
- /**
280
- * The skill(s) this application belongs to.
281
- */
282
- skill: SkillApplicationAssociatedSkill;
283
- /**
284
- * All translations for the entry, identified by IETF language tag (BCP47).
285
- */
286
- translations?: LocaleMap<SkillApplicationTranslation>;
287
- };
288
- export type SkillApplicationAssociatedSkill = {
289
- tag: "Single";
290
- single: SkillReference;
291
- } | {
292
- tag: "Multiple";
293
- multiple: SkillApplicationAssociatedSkills;
294
- };
295
- export type SkillApplicationAssociatedSkills = {
296
- /**
297
- * The skills this application belongs to.
298
- * @minItems 2
299
- */
300
- list: SkillReference[];
301
- /**
302
- * If an application applies to multiple skills, it may need to ensure the
303
- * respective skill is on a certain skill rating if the activatable entry
304
- * cannot ensure this prerequisite.
305
- * @integer
306
- * @minimum 1
307
- */
308
- required_skill_rating?: number;
309
- };
310
- export type SkillApplicationTranslation = {
311
- /**
312
- * The name of the application if different from the activatable entry's name.
313
- */
314
- name: NonEmptyString;
315
- };
316
- /**
317
- * Registers uses, which get enabled once this entry is activated. It specifies
318
- * an entry-unique identifier and the skill it belongs to. A translation can be
319
- * left out if its name equals the name of the origin activatable entry.
320
- * @minItems 1
321
- */
322
- export type SkillUses = SkillUse[];
323
- export type SkillUse = {
324
- /**
325
- * The use's identifier. An entry-unique, increasing integer.
326
- * @integer
327
- * @minimum 1
328
- */
329
- id: number;
330
- /**
331
- * The skill(s) this use belongs to.
332
- */
333
- skill: SkillUseAssociatedSkill;
334
- /**
335
- * All translations for the entry, identified by IETF language tag (BCP47).
336
- */
337
- translations?: LocaleMap<SkillUseTranslation>;
338
- };
339
- export type SkillUseAssociatedSkill = {
340
- tag: "Single";
341
- single: SkillReference;
342
- } | {
343
- tag: "Multiple";
344
- multiple: SkillUseAssociatedSkills;
345
- };
346
- export type SkillUseAssociatedSkills = {
347
- /**
348
- * The skills this use belongs to.
349
- * @minItems 2
350
- */
351
- list: SkillReference[];
352
- };
353
- export type SkillUseTranslation = {
354
- /**
355
- * The name of the use if different from the activatable entry's name.
356
- */
357
- name: NonEmptyString;
358
- };
359
- /**
360
- * The penalty the special ability gives when used.
361
- */
362
- export type Penalty = {
363
- tag: "Single";
364
- single: SinglePenalty;
365
- } | {
366
- tag: "ByHandedness";
367
- by_handedness: PenaltyByHandedness;
368
- } | {
369
- tag: "ByActivation";
370
- by_activation: PenaltyByActivation;
371
- } | {
372
- tag: "Selection";
373
- selection: PenaltySelection;
374
- } | {
375
- tag: "ByLevel";
376
- by_level: PenaltyByLevel;
377
- } | {
378
- tag: "ByAttack";
379
- by_attack: PenaltyByAttack;
380
- } | {
381
- tag: "DependsOnHitZone";
382
- depends_on_hit_zone: {};
383
- };
384
- export type SinglePenalty = {
385
- /**
386
- * The penalty value.
387
- * @integer
388
- */
389
- value: number;
390
- /**
391
- * Set to `true` if the penalty applies to the parry instead of the attack.
392
- */
393
- applies_to_parry?: true;
394
- };
395
- export type PenaltyByHandedness = {
396
- /**
397
- * The penalty value for one-handed weapons.
398
- * @integer
399
- */
400
- one_handed: number;
401
- /**
402
- * The penalty value for two-handed weapons.
403
- * @integer
404
- */
405
- two_handed: number;
406
- /**
407
- * Set to `true` if the penalty applies to the parry instead of the attack.
408
- */
409
- applies_to_parry?: true;
410
- };
411
- export type PenaltyByActivation = {
412
- /**
413
- * The penalty value if the entry has been bought by the character.
414
- * @integer
415
- */
416
- active: number;
417
- /**
418
- * The penalty value if the entry has not been bought by the character.
419
- * @integer
420
- */
421
- inactive: number;
422
- /**
423
- * Set to `true` if the penalty applies to the parry instead of the attack.
424
- */
425
- applies_to_parry?: true;
426
- };
427
- export type PenaltySelection = {
428
- options: PenaltySelectionOptions;
429
- };
430
- export type PenaltySelectionOptions = {
431
- tag: "Specific";
432
- specific: SpecificPenaltySelectionOptions;
433
- } | {
434
- tag: "Range";
435
- range: PenaltySelectionOptionsRange;
436
- };
437
- export type SpecificPenaltySelectionOptions = {
438
- /**
439
- * The list of specific penalty options.
440
- * @minItems 2
441
- * @uniqueItems
442
- */
443
- list: SpecificPenaltySelectionOption[];
444
- };
445
- export type SpecificPenaltySelectionOption = {
446
- /**
447
- * The penalty value.
448
- * @integer
449
- */
450
- value: number;
451
- };
452
- export type PenaltySelectionOptionsRange = {
453
- /**
454
- * The minimum penalty value.
455
- * @integer
456
- */
457
- minimum: number;
458
- /**
459
- * The maximum penalty value.
460
- * @integer
461
- */
462
- maximum: number;
463
- };
464
- export type PenaltyByLevel = {
465
- /**
466
- * A continuous range of penalties for each level. The first element is the
467
- * penalty for the first level, the second element is the penalty for the
468
- * second level, and so on.
469
- * @minItems 2
470
- */
471
- levels: PenaltyByLevelLevel[];
472
- /**
473
- * The combat-related special ability of which the level defines the penalty
474
- * instead.
475
- */
476
- external?: PenaltyByExternalLevel;
477
- };
478
- export type PenaltyByLevelLevel = {
479
- /**
480
- * The penalty value for this level.
481
- * @integer
482
- */
483
- value: number;
484
- };
485
- /**
486
- * The combat-related special ability of which the level defines the penalty
487
- * instead.
488
- */
489
- export type PenaltyByExternalLevel = {
490
- /**
491
- * The identifier of the combat-related special ability of which the level
492
- * defines the penalty instead.
493
- */
494
- id: CombatRelatedSpecialAbilityIdentifier;
495
- };
496
- export type PenaltyByAttack = {
497
- /**
498
- * A list of penalties for subsequent attacks. The first element is the
499
- * penalty for the first attack, the second element is the penalty for the
500
- * second attack, and so on. The order of the first element may be changed
501
- * using `initial_order`, so that e.g. if set to `2`, the first element is
502
- * the penalty for the second attack, the second element is the penalty for
503
- * the third attack, and so on.
504
- * @minItems 1
505
- */
506
- list: PenaltyByAttackOrderItem[];
507
- /**
508
- * The order of the first element in the `list` of penalties.
509
- */
510
- initial_order?: number;
511
- /**
512
- * Set if a predefined different word should be used instead of the word
513
- * `attack` for display purposes.
514
- */
515
- attack_replacement?: PenaltyByAttackReplacement;
516
- };
517
- export type PenaltyByAttackOrderItem = {
518
- /**
519
- * The penalty value for this order.
520
- * @integer
521
- */
522
- value: number;
523
- };
524
- /**
525
- * Set if a predefined different word should be used instead of the word
526
- * `attack` for display purposes.
527
- */
528
- export type PenaltyByAttackReplacement = "Throw";
529
- export type EnchantmentCost = {
530
- tag: "ArcaneEnergyCost";
531
- arcane_energy_cost: ArcaneEnergyCost;
532
- } | {
533
- tag: "BindingCost";
534
- binding_cost: BindingCost;
535
- };
536
- /**
537
- * The AE Cost.
538
- */
539
- export type ArcaneEnergyCost = {
540
- tag: "Fixed";
541
- fixed: FixedArcaneEnergyCost;
542
- } | {
543
- tag: "PerCountable";
544
- per_countable: ArcaneEnergyCostPerCountable;
545
- } | {
546
- tag: "Interval";
547
- interval: IntervalArcaneEnergyCost;
548
- } | {
549
- tag: "ActivationAndHalfInterval";
550
- activation_and_half_interval: ActivationAndHalfIntervalArcaneEnergyCost;
551
- } | {
552
- tag: "Indefinite";
553
- indefinite: IndefiniteArcaneEnergyCost;
554
- } | {
555
- tag: "Disjunction";
556
- disjunction: ArcaneEnergyCostDisjunction;
557
- } | {
558
- tag: "Variable";
559
- variable: {};
560
- };
561
- export type FixedArcaneEnergyCost = {
562
- /**
563
- * The AE cost value.
564
- * @integer
565
- * @minimum 1
566
- */
567
- value: number;
568
- /**
569
- * Set to `true` if the AE costs are permanent.
570
- * @integer
571
- * @minimum 1
572
- */
573
- is_permanent?: true;
574
- /**
575
- * Specified if the AE cost `value` has to be paid for each time interval.
576
- */
577
- interval?: DurationUnitValue;
578
- /**
579
- * The AE cost are per level of the enchantment. It may either be displayed
580
- * in a compressed way (e.g. `1 AE per level`) or in a verbose way (e.g. `1
581
- * AE for level I; 2 AE for level II`).
582
- */
583
- per_level?: FixedArcaneEnergyCostPerLevel;
584
- /**
585
- * All translations for the entry, identified by IETF language tag (BCP47).
586
- */
587
- translations?: LocaleMap<FixedArcaneEnergyCostTranslation>;
588
- };
589
- /**
590
- * The AE cost are per level of the enchantment. It may either be displayed
591
- * in a compressed way (e.g. `1 AE per level`) or in a verbose way (e.g. `1
592
- * AE for level I; 2 AE for level II`).
593
- */
594
- export type FixedArcaneEnergyCostPerLevel = "Compressed" | "Verbose";
595
- /**
596
- * @minProperties 1
597
- */
598
- export type FixedArcaneEnergyCostTranslation = {
599
- /**
600
- * A note, appended to the generated option string in parenthesis.
601
- */
602
- note?: ResponsiveTextOptional;
603
- };
604
- export type ArcaneEnergyCostPerCountable = {
605
- /**
606
- * The AE cost value that has to be per a specific countable entity.
607
- * @integer
608
- * @minimum 1
609
- */
610
- value: number;
611
- /**
612
- * If defined, in addition to the cost per entity you have to pay a flat
613
- * amount, regardless of the entity count.
614
- * @integer
615
- * @minimum 1
616
- */
617
- base_value?: number;
618
- /**
619
- * All translations for the entry, identified by IETF language tag (BCP47).
620
- */
621
- translations: LocaleMap<ArcaneEnergyCostPerCountableTranslation>;
622
- };
623
- export type ArcaneEnergyCostPerCountableTranslation = {
624
- /**
625
- * The cost have to be per a specific countable entity, e.g. `8 AE per
626
- * person`.
627
- */
628
- per: ResponsiveText;
629
- /**
630
- * A note, appended to the generated string in parenthesis.
631
- */
632
- note?: ResponsiveTextOptional;
633
- };
634
- export type IntervalArcaneEnergyCost = {
635
- /**
636
- * The AE cost value that has to be payed each interval.
637
- * @integer
638
- * @minimum 1
639
- */
640
- value: number;
641
- /**
642
- * The time interval for which the AE cost `value` has to be paid.
643
- */
644
- interval: DurationUnitValue;
645
- };
646
- export type ActivationAndHalfIntervalArcaneEnergyCost = {
647
- /**
648
- * The AE cost value that has to be payed for activation. Half of this value
649
- * has to be payed each interval.
650
- * @integer
651
- * @minimum 2
652
- * @multipleOf 2
653
- */
654
- value: number;
655
- /**
656
- * The time interval for which the AE cost `value` has to be paid.
657
- */
658
- interval: DurationUnitValue;
659
- };
660
- export type IndefiniteArcaneEnergyCost = {
661
- /**
662
- * Specified if the indefinite AP cost description needs to be modified by a
663
- * certain value.
664
- */
665
- modifier?: IndefiniteArcaneEnergyCostModifier;
666
- /**
667
- * All translations for the entry, identified by IETF language tag (BCP47).
668
- */
669
- translations: LocaleMap<IndefiniteArcaneEnergyCostTranslation>;
670
- };
671
- export type IndefiniteArcaneEnergyCostModifier = {
672
- /**
673
- * The arithmetic how to apply the `value` to the `base`.
674
- */
675
- arithmetic: IndefiniteArcaneEnergyCostModifierArithmetic;
676
- /**
677
- * The value that is applied to the `base` using the defined `arithmetic`.
678
- * @integer
679
- * @minimum 1
680
- */
681
- value: number;
682
- };
683
- export type IndefiniteArcaneEnergyCostModifierArithmetic = "Add";
684
- export type IndefiniteArcaneEnergyCostTranslation = {
685
- /**
686
- * A description of where the cost come from.
687
- */
688
- description: ResponsiveText;
689
- };
690
- export type ArcaneEnergyCostDisjunction = {
691
- /**
692
- * Specified if the selected AE cost option has to be paid for each time
693
- * interval.
694
- */
695
- interval?: ArcaneEnergyCostDisjunctionInterval;
696
- /**
697
- * The possible AE cost values.
698
- */
699
- options: ArcaneEnergyCostDisjunctionOption[];
700
- };
701
- export type ArcaneEnergyCostDisjunctionInterval = {
702
- /**
703
- * The interval itself.
704
- */
705
- value: DurationUnitValue;
706
- /**
707
- * The AE cost value for activation.
708
- * @integer
709
- * @minimum 1
710
- */
711
- activation_value: number;
712
- /**
713
- * Set to `true` if the action where the enchantment is casted does
714
- * **not** as a part of the first interval that has to be payed, so that
715
- * the first interval payment needs to be done after the activation.
716
- *
717
- * This works different than other sustained spells, since for them the
718
- * end of the cast usually already counts as part of the first interval.
719
- */
720
- after_activation: boolean;
721
- };
722
- export type ArcaneEnergyCostDisjunctionOption = {
723
- /**
724
- * A possible AE cost value.
725
- * @integer
726
- * @minimum 1
727
- */
728
- value: number;
729
- /**
730
- * All translations for the entry, identified by IETF language tag (BCP47).
731
- */
732
- translations?: LocaleMap<ArcaneEnergyCostDisjunctionOptionTranslation>;
733
- };
734
- /**
735
- * @minProperties 1
736
- */
737
- export type ArcaneEnergyCostDisjunctionOptionTranslation = {
738
- /**
739
- * A note, appended to the generated option string in parenthesis.
740
- */
741
- note?: ResponsiveTextOptional;
742
- };
743
- export type NoArcaneEnergyCost = {
744
- /**
745
- * All translations for the entry, identified by IETF language tag
746
- * (BCP47).
747
- */
748
- translations?: LocaleMap<NoArcaneEnergyCostTranslation>;
749
- };
750
- /**
751
- * @minProperties 1
752
- */
753
- export type NoArcaneEnergyCostTranslation = {
754
- /**
755
- * A note, appended to the generated string in parenthesis.
756
- */
757
- note?: ResponsiveTextOptional;
758
- };
759
- /**
760
- * The volume points the enchantment needs.
761
- */
762
- export type Volume = {
763
- tag: "Fixed";
764
- fixed: FixedVolume;
765
- } | {
766
- tag: "PerLevel";
767
- per_level: VolumePerLevel;
768
- } | {
769
- tag: "ByLevel";
770
- by_level: VolumeByLevel;
771
- } | {
772
- tag: "Map";
773
- map: VolumeMap;
774
- } | {
775
- tag: "DerivedFromSelection";
776
- derived_from_selection: VolumeDerivedFromSelection;
777
- };
778
- export type FixedVolume = {
779
- /**
780
- * The volume points.
781
- * @integer
782
- * @minimum 0
783
- */
784
- points: number;
785
- };
786
- export type VolumePerLevel = {
787
- /**
788
- * The volume points per level.
789
- * @integer
790
- * @minimum 1
791
- */
792
- points: number;
793
- };
794
- export type VolumeByLevel = {
795
- /**
796
- * The volume points for each level. The first element is the volume points
797
- * for the first level, the second element is the volume points for the
798
- * second level, and so on.
799
- * @minItems 2
800
- */
801
- list: VolumeByLevelItem[];
802
- };
803
- export type VolumeByLevelItem = {
804
- /**
805
- * The volume points for this level.
806
- * @integer
807
- * @minimum 0
808
- */
809
- points: number;
810
- };
811
- /**
812
- * A content that is `3/4/5 Points for Chimera, Daimonid, Golems, Undead /
813
- * Fairies, Ghosts / Demons, Elementals` may be respresented as the following
814
- * map:
815
- *
816
- * ```yaml
817
- * options:
818
- * - points: 3
819
- * associated_options:
820
- * - id:
821
- * tag: General
822
- * value: # ...
823
- * # ...
824
- * translations:
825
- * en-US:
826
- * label: "Chimera, Daimonid, Golems, Undead"
827
- * label_standalone: "Chimera/Daimonid/Golems/Undead"
828
- * - points: 4
829
- * associated_options:
830
- * - id:
831
- * tag: General
832
- * value: # ...
833
- * # ...
834
- * translations:
835
- * en-US:
836
- * label: "Fairies, Ghosts"
837
- * label_standalone: "Fairies/Ghosts"
838
- * - points: 5
839
- * associated_options:
840
- * - id:
841
- * tag: General
842
- * value: # ...
843
- * # ...
844
- * translations:
845
- * en-US:
846
- * label: "Demons, Elementals"
847
- * label_standalone: "Demons/Elementals"
848
- * ```
849
- *
850
- * This will generate the exact same string as seen above. The associated
851
- * options are not present in the example, but they link to the options the
852
- * volume specification is meant for.
853
- */
854
- export type VolumeMap = {
855
- /**
856
- * The possible costs and associated labels.
857
- * @minItems 2
858
- */
859
- options: VolumeMapOption[];
860
- /**
861
- * All translations for the entry, identified by IETF language tag (BCP47).
862
- */
863
- translations?: LocaleMap<VolumeMapTranslation>;
864
- };
865
- /**
866
- * @minProperties 1
867
- */
868
- export type VolumeMapTranslation = {
869
- /**
870
- * Place a string between the `for` and the grouped map option labels.
871
- */
872
- list_prepend?: string;
873
- /**
874
- * Place a string after the grouped map option labels.
875
- */
876
- list_append?: string;
877
- /**
878
- * If the string from the book cannot be generated using the default
879
- * generation technique, use this string. All options still need to be
880
- * inserted propertly, since it may be used by in-game tools to provide a
881
- * selection to players.
882
- */
883
- replacement?: string;
884
- };
885
- export type VolumeMapOption = {
886
- /**
887
- * The full permanent AE cost value for this option.
888
- * @integer
889
- * @minimum 1
890
- */
891
- points: number;
892
- /**
893
- * Links to the options this volume specification is meant for.
894
- */
895
- associated_options: VolumeMapOptionAssociatedOption[];
896
- /**
897
- * All translations for the entry, identified by IETF language tag (BCP47).
898
- */
899
- translations?: LocaleMap<VolumeMapOptionTranslation>;
900
- };
901
- export type VolumeMapOptionAssociatedOption = {
902
- /**
903
- * The option's identifier.
904
- */
905
- id: VolumePointsOptionReferenceIdentifier;
906
- };
907
- export type VolumeMapOptionTranslation = {
908
- /**
909
- * The description of the option for cost string generation.
910
- */
911
- label: NonEmptyString;
912
- /**
913
- * The description of the option if used standalone. Only used if
914
- * different from `label`.
915
- */
916
- label_standalone?: NonEmptyString;
917
- };
918
- export type VolumeDerivedFromSelection = {
919
- /**
920
- * The volume for the selection if it does not define a specific one.
921
- * @integer
922
- * @minimum 0
923
- */
924
- fallback: number;
925
- };
926
- /**
927
- * The binding cost for an enchantment.
928
- */
929
- export type BindingCost = {
930
- tag: "Fixed";
931
- fixed: FixedBindingCost;
932
- } | {
933
- tag: "PerLevel";
934
- per_level: BindingCostPerLevel;
935
- } | {
936
- tag: "Map";
937
- map: BindingCostMap;
938
- } | {
939
- tag: "DerivedFromSelection";
940
- derived_from_selection: BindingCostDerivedFromSelection;
941
- };
942
- export type FixedBindingCost = {
943
- /**
944
- * The permanent AE cost.
945
- *
946
- * If the enchantment has multiple levels, it is only applied for the first
947
- * level.
948
- * @integer
949
- * @minimum 1
950
- */
951
- permanent_value: number;
952
- };
953
- export type BindingCostPerLevel = {
954
- /**
955
- * The permanent AE cost per level.
956
- * @integer
957
- * @minimum 1
958
- */
959
- permanent_value: number;
960
- };
961
- /**
962
- * A content that is `2/4/8 permanent AE for spell-swords with the combat
963
- * technique Daggers, Swords, or Two-Handed Swords` may be respresented as the
964
- * following map:
965
- *
966
- * ```yaml
967
- * options:
968
- * - permanent_value: 2
969
- * translations:
970
- * en-US:
971
- * label: "Daggers"
972
- * label_standalone: "Dagger"
973
- * - permanent_value: 4
974
- * translations:
975
- * en-US:
976
- * label: "Swords"
977
- * label_standalone: "Sword"
978
- * - permanent_value: 8
979
- * translations:
980
- * en-US:
981
- * label: "Two-Handed Swords"
982
- * label_standalone: "Two-Handed Sword"
983
- * list_prepend: "spell-swords with the combat technique"
984
- * ```
985
- *
986
- * This will generate the exact same string as seen above.
987
- */
988
- export type BindingCostMap = {
989
- /**
990
- * The possible costs and associated labels.
991
- * @minItems 2
992
- */
993
- options: VolumeMapOption[];
994
- /**
995
- * All translations for the entry, identified by IETF language tag (BCP47).
996
- */
997
- translations?: LocaleMap<BindingCostMapTranslation>;
998
- };
999
- /**
1000
- * @minProperties 1
1001
- */
1002
- export type BindingCostMapTranslation = {
1003
- /**
1004
- * Place a string between the `for` and the grouped map option labels.
1005
- */
1006
- list_prepend?: NonEmptyString;
1007
- /**
1008
- * Place a string after the grouped map option labels.
1009
- */
1010
- list_append?: NonEmptyString;
1011
- /**
1012
- * If the string from the book cannot be generated using the default
1013
- * generation technique, use this string. All options still need to be
1014
- * inserted propertly, since it may be used by in-game tools to provide a
1015
- * selection to players.
1016
- */
1017
- replacement?: NonEmptyString;
1018
- };
1019
- export type BindingCostMapOption = {
1020
- /**
1021
- * The full permanent AE cost value for this option.
1022
- * @integer
1023
- * @minimum 1
1024
- */
1025
- permanent_value: number;
1026
- /**
1027
- * All translations for the entry, identified by IETF language tag (BCP47).
1028
- */
1029
- translations?: LocaleMap<BindingCostMapOptionTranslation>;
1030
- };
1031
- export type BindingCostMapOptionTranslation = {
1032
- /**
1033
- * The description of the option for cost string generation.
1034
- */
1035
- label: NonEmptyString;
1036
- /**
1037
- * The description of the option if used standalone. Only used if
1038
- * different from `label`.
1039
- */
1040
- label_standalone?: NonEmptyString;
1041
- };
1042
- export type BindingCostDerivedFromSelection = {
1043
- /**
1044
- * The binding cost for the selection if it does not define a specific one.
1045
- * @integer
1046
- * @minimum 0
1047
- */
1048
- fallback: number;
1049
- };
1050
- /**
1051
- * The magic property's identifier. `DependingOnProperty` can only be used if
1052
- * the special ability has an option to select a property.
1053
- */
1054
- export type Property = {
1055
- tag: "DependingOnSelection";
1056
- depending_on_selection: {};
1057
- } | {
1058
- tag: "Fixed";
1059
- fixed: PropertyReference;
1060
- };
1061
- /**
1062
- * The blessed aspect.
1063
- */
1064
- export type Aspect = AspectReference;
1065
- /**
1066
- * A reference to an advanced special ability.
1067
- */
1068
- export type AdvancedSpecialAbility<Identifier> = {
1069
- tag: "General";
1070
- general: AdvancedSpecialAbilityReference<Identifier>;
1071
- } | {
1072
- tag: "RestrictOptions";
1073
- restrict_options: RestrictAdvancedSpecialAbilityOptions<Identifier>;
1074
- } | {
1075
- tag: "OneOf";
1076
- one_of: OneOfAdvancedSpecialAbilityOptions<Identifier>;
1077
- } | {
1078
- tag: "DeriveFromExternalOption";
1079
- derive_from_external_option: AdvancedSpecialAbilityDerivedFromExternalOption<Identifier>;
1080
- };
1081
- export type RestrictAdvancedSpecialAbilityOptions<Identifier> = {
1082
- /**
1083
- * The advanced special ability’s identifier.
1084
- */
1085
- id: Identifier;
1086
- /**
1087
- * Specify the select option(s) that only are allowed for the referenced
1088
- * advanced special ability; others are disallowed.
1089
- * @minItems 1
1090
- */
1091
- option: AdvancedSpecialAbilityRestrictedOptionIdentifier[];
1092
- };
1093
- export type OneOfAdvancedSpecialAbilityOptions<Identifier> = {
1094
- /**
1095
- * The possible advanced special abilities.
1096
- * @minItems 2
1097
- */
1098
- options: AdvancedSpecialAbilityReference<Identifier>[];
1099
- /**
1100
- * Do have to choose the advanced special ability when buying the style
1101
- * special ability? Otherwise the decision can be made later.
1102
- */
1103
- is_selection_required_on_purchase: boolean;
1104
- display_option?: DisplayOption;
1105
- };
1106
- export type AdvancedSpecialAbilityDerivedFromExternalOption<Identifier> = {
1107
- /**
1108
- * The possible advanced special abilities.
1109
- */
1110
- external_entry: MagicalTraditionIdentifier;
1111
- /**
1112
- * Map options from the external entry to allowed advanced special abilities.
1113
- * @minItems 1
1114
- */
1115
- map: AdvancedSpecialAbilityDerivedFromExternalOptionMapping<Identifier>[];
1116
- display_option?: DisplayOption;
1117
- };
1118
- /**
1119
- * Mapping from an option of the external entry to an allowed advanced special
1120
- * ability.
1121
- * @minItems 1
1122
- */
1123
- export type AdvancedSpecialAbilityDerivedFromExternalOptionMapping<Identifier> = {
1124
- /**
1125
- * The select option's identifier.
1126
- */
1127
- from_option: PatronIdentifier;
1128
- /**
1129
- * The advanced special ability's identifier.
1130
- */
1131
- to_advanced: AdvancedSpecialAbilityReference<Identifier>;
1132
- };
1133
- export type AdvancedSpecialAbilityDerivedExternalEntryId = MagicalTraditionIdentifier;
1134
- export type AdvancedSpecialAbilityDerivedExternalEntryOptionId = PatronIdentifier;
1135
- /**
1136
- * The Advanced Special Abilities for the respective Style Special Ability.
1137
- * Sometimes, only a specific select option or a set of select options of an
1138
- * entry is allowed, which can be modelled by the option property. It can also
1139
- * be that you can choose from a set of special abilities, but then you can't
1140
- * specify an option.
1141
- */
1142
- export type AdvancedSpecialAbilities<Identifier> = [
1143
- AdvancedSpecialAbility<Identifier>,
1144
- AdvancedSpecialAbility<Identifier>,
1145
- AdvancedSpecialAbility<Identifier>
1146
- ];
1147
- /**
1148
- * The prerequisites text. It is only used if the text cannot be generated from
1149
- * the given information.
1150
- */
1151
- export type PrerequisitesReplacement = NonEmptyMarkdown;
1152
- export type ApplicableCombatTechniques = {
1153
- tag: "None";
1154
- none: {};
1155
- } | {
1156
- tag: "DependingOnCombatStyle";
1157
- depending_on_combat_style: {};
1158
- } | {
1159
- tag: "All";
1160
- all: AllApplicableCombatTechniques;
1161
- } | {
1162
- tag: "AllClose";
1163
- all_close: AllApplicableCloseCombatTechniques;
1164
- } | {
1165
- tag: "AllRanged";
1166
- all_ranged: AllApplicableRangedCombatTechniques;
1167
- } | {
1168
- tag: "Specific";
1169
- specific: SpecificApplicableCombatTechniques;
1170
- };
1171
- export type AllApplicableCombatTechniques = {
1172
- /**
1173
- * @minItems 1
1174
- */
1175
- restrictions?: ApplicableAllCombatTechniquesRestriction[];
1176
- };
1177
- export type AllApplicableCloseCombatTechniques = {
1178
- /**
1179
- * @minItems 1
1180
- */
1181
- restrictions?: ApplicableCloseCombatTechniquesRestriction[];
1182
- };
1183
- export type AllApplicableRangedCombatTechniques = {
1184
- /**
1185
- * @minItems 1
1186
- */
1187
- restrictions?: ApplicableRangedCombatTechniquesRestriction[];
1188
- };
1189
- export type SpecificApplicableCombatTechniques = {
1190
- /**
1191
- * @minItems 1
1192
- */
1193
- list: SpecificApplicableCombatTechnique[];
1194
- };
1195
- export type SpecificApplicableCombatTechnique = {
1196
- id: CombatTechniqueIdentifier;
1197
- /**
1198
- * @minItems 1
1199
- */
1200
- restrictions?: ApplicableSpecificCombatTechniquesRestriction[];
1201
- };
1202
- export type ApplicableAllCombatTechniquesRestriction = {
1203
- tag: "Improvised";
1204
- improvised: {};
1205
- } | {
1206
- tag: "PointedBlade";
1207
- pointed_blade: {};
1208
- } | {
1209
- tag: "Mount";
1210
- mount: {};
1211
- } | {
1212
- tag: "Race";
1213
- race: ApplicableCombatTechniquesRaceRestriction;
1214
- } | {
1215
- tag: "ExcludeCombatTechniques";
1216
- exclude_combat_techniques: ApplicableCombatTechniquesNegativeCombatTechniquesRestriction<CombatTechniqueReference>;
1217
- };
1218
- export type ApplicableCloseCombatTechniquesRestriction = {
1219
- tag: "Improvised";
1220
- improvised: {};
1221
- } | {
1222
- tag: "PointedBlade";
1223
- pointed_blade: {};
1224
- } | {
1225
- tag: "Mount";
1226
- mount: {};
1227
- } | {
1228
- tag: "HasParry";
1229
- has_parry: {};
1230
- } | {
1231
- tag: "OneHanded";
1232
- one_handed: {};
1233
- } | {
1234
- tag: "ParryingWeapon";
1235
- parrying_weapon: {};
1236
- } | {
1237
- tag: "Race";
1238
- race: ApplicableCombatTechniquesRaceRestriction;
1239
- } | {
1240
- tag: "ExcludeCombatTechniques";
1241
- exclude_combat_techniques: ApplicableCombatTechniquesNegativeCombatTechniquesRestriction<CloseCombatTechniqueReference>;
1242
- };
1243
- export type ApplicableRangedCombatTechniquesRestriction = {
1244
- tag: "Improvised";
1245
- improvised: {};
1246
- } | {
1247
- tag: "PointedBlade";
1248
- pointed_blade: {};
1249
- } | {
1250
- tag: "Mount";
1251
- mount: {};
1252
- } | {
1253
- tag: "Race";
1254
- race: ApplicableCombatTechniquesRaceRestriction;
1255
- } | {
1256
- tag: "ExcludeCombatTechniques";
1257
- exclude_combat_techniques: ApplicableCombatTechniquesNegativeCombatTechniquesRestriction<RangedCombatTechniqueReference>;
1258
- };
1259
- export type ApplicableSpecificCombatTechniquesRestriction = {
1260
- tag: "Improvised";
1261
- improvised: {};
1262
- } | {
1263
- tag: "PointedBlade";
1264
- pointed_blade: {};
1265
- } | {
1266
- tag: "Mount";
1267
- mount: {};
1268
- } | {
1269
- tag: "Race";
1270
- race: ApplicableCombatTechniquesRaceRestriction;
1271
- } | {
1272
- tag: "Level";
1273
- level: ApplicableCombatTechniquesLevelRestriction;
1274
- } | {
1275
- tag: "Weapons";
1276
- weapons: ApplicableCombatTechniquesWeaponRestriction;
1277
- };
1278
- export type ApplicableCombatTechniquesNegativeCombatTechniquesRestriction<Ref> = {
1279
- /**
1280
- * The combat techniques this combat special ability is **not** applicable to.
1281
- * @minItems 1
1282
- * @uniqueItems
1283
- */
1284
- list: Ref[];
1285
- };
1286
- export type ApplicableCombatTechniquesRaceRestriction = RaceReference;
1287
- export type ApplicableCombatTechniquesLevelRestriction = {
1288
- /**
1289
- * The combat special ability is only applicable on a certain level.
1290
- * @integer
1291
- * @minimum 1
1292
- */
1293
- level: number;
1294
- };
1295
- export type ApplicableCombatTechniquesWeaponRestriction = {
1296
- /**
1297
- * The specific weapons this combat special ability is only applicable to.
1298
- * @minItems 1
1299
- * @uniqueItems
1300
- */
1301
- list: WeaponReference[];
1302
- };
1303
- export type AdventurePointsValue = {
1304
- tag: "Fixed";
1305
- fixed: FixedAdventurePointsValue;
1306
- } | {
1307
- tag: "ByLevel";
1308
- by_level: AdventurePointsValueByLevel;
1309
- } | {
1310
- tag: "DerivedFromSelection";
1311
- derived_from_selection: AdventurePointsDerivedFromSelection;
1312
- } | {
1313
- tag: "Indefinite";
1314
- indefinite: {};
1315
- };
1316
- /**
1317
- * A fixed adventure points value. If the entry has levels, this is the cost per
1318
- * level as well.
1319
- */
1320
- export type FixedAdventurePointsValue = AdventurePointsSingleValue;
1321
- /**
1322
- * An entry with levels may have different costs for each level. The length of
1323
- * the list must match the amount of levels the special ability has.
1324
- * @minItems 2
1325
- */
1326
- export type AdventurePointsValueByLevel = AdventurePointsSingleValue[];
1327
- /**
1328
- * The adventure points value is derived from the selection of the special
1329
- * ability. Its display value may be able to be derived from the given
1330
- * information for the select options. If that is not the case or the generated
1331
- * text would not match the original one, a replacement text can be provided.
1332
- */
1333
- export type AdventurePointsDerivedFromSelection = {
1334
- /**
1335
- * All translations for the entry, identified by IETF language tag (BCP47).
1336
- */
1337
- translations?: LocaleMap<AdventurePointsDerivedFromSelectionTranslation>;
1338
- };
1339
- /**
1340
- * @minProperties 1
1341
- */
1342
- export type AdventurePointsDerivedFromSelectionTranslation = {
1343
- /**
1344
- * A replacement for the generated text if it would not match the original
1345
- * one.
1346
- */
1347
- replacement?: NonEmptyMarkdown;
1348
- };
1349
- /**
1350
- * A single adventure points value.
1351
- * @integer
1352
- * @minimum 0
1353
- */
1354
- export type AdventurePointsSingleValue = number;
1355
- /**
1356
- * A string that is used as a label for an input field.
1357
- */
1358
- export type Input = NonEmptyString;
1359
- /**
1360
- * The AP value. It is only used if the text cannot be generated from the given
1361
- * information.
1362
- */
1363
- export type AdventurePointsValueReplacement = NonEmptyMarkdown;
1364
- /**
1365
- * A string that gets appended to the default AP Value text with a preceding
1366
- * space. This always happens if present, even if the generated AP Value text is
1367
- * replaced.
1368
- */
1369
- export type AdventurePointsValueAppend = NonEmptyMarkdown;
4
+ import { Array, Boolean, Entity, Enum, EnumCase, IncludeIdentifier, Integer, Object, String, Type, TypeAlias, TypeArgument } from "tsondb/schema/def";
5
+ export declare const name: import("tsondb/schema/def").MemberDecl<String, true>;
6
+ export declare const name_in_library: import("tsondb/schema/def").MemberDecl<String, false>;
7
+ export declare const levels: import("tsondb/schema/def").MemberDecl<Integer, false>;
8
+ export declare const maximum: import("tsondb/schema/def").MemberDecl<Integer, false>;
9
+ export declare const select_options: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"SelectOptions", Object<{
10
+ derived: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SelectOptionCategory", {
11
+ Blessings: EnumCase<null>;
12
+ Cantrips: EnumCase<null>;
13
+ TradeSecrets: EnumCase<null>;
14
+ Scripts: EnumCase<null>;
15
+ AnimalShapes: EnumCase<null>;
16
+ ArcaneBardTraditions: EnumCase<null>;
17
+ ArcaneDancerTraditions: EnumCase<null>;
18
+ SexPractices: EnumCase<null>;
19
+ Races: EnumCase<null>;
20
+ Cultures: EnumCase<null>;
21
+ RacesAndCultures: EnumCase<null>;
22
+ BlessedTraditions: EnumCase<IncludeIdentifier<[], TypeAlias<"BlessedTraditionsSelectOptionCategory", Object<{
23
+ require_principles: import("tsondb/schema/def").MemberDecl<Boolean, false>;
24
+ }>, []>>>;
25
+ Elements: EnumCase<IncludeIdentifier<[], TypeAlias<"ElementsSelectOptionCategory", Object<{
26
+ specific: import("tsondb/schema/def").MemberDecl<Array<import("tsondb/schema/def").ReferenceIdentifierType>, false>;
27
+ }>, []>>>;
28
+ Properties: EnumCase<IncludeIdentifier<[], TypeAlias<"PropertiesSelectOptionCategory", Object<{
29
+ require_knowledge: import("tsondb/schema/def").MemberDecl<Boolean, false>;
30
+ require_minimum_spellworks_on: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"RequiredMinimumSkillsToBeOnSkillRating", Object<{
31
+ number: import("tsondb/schema/def").MemberDecl<Integer, true>;
32
+ rating: import("tsondb/schema/def").MemberDecl<Integer, true>;
33
+ }>, []>>, false>;
34
+ }>, []>>>;
35
+ Aspects: EnumCase<IncludeIdentifier<[], TypeAlias<"AspectSelectOptionCategory", Object<{
36
+ require_knowledge: import("tsondb/schema/def").MemberDecl<Boolean, false>;
37
+ use_master_of_suffix_as_name: import("tsondb/schema/def").MemberDecl<Boolean, false>;
38
+ require_minimum_liturgies_on: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"RequiredMinimumSkillsToBeOnSkillRating", Object<{
39
+ number: import("tsondb/schema/def").MemberDecl<Integer, true>;
40
+ rating: import("tsondb/schema/def").MemberDecl<Integer, true>;
41
+ }>, []>>, false>;
42
+ }>, []>>>;
43
+ Diseases: EnumCase<IncludeIdentifier<[], TypeAlias<"DiseasesPoisonsSelectOptionCategory", Object<{
44
+ use_half_level_as_ap_value: import("tsondb/schema/def").MemberDecl<Boolean, false>;
45
+ }>, []>>>;
46
+ Poisons: EnumCase<IncludeIdentifier<[], TypeAlias<"DiseasesPoisonsSelectOptionCategory", Object<{
47
+ use_half_level_as_ap_value: import("tsondb/schema/def").MemberDecl<Boolean, false>;
48
+ }>, []>>>;
49
+ Languages: EnumCase<IncludeIdentifier<[], TypeAlias<"LanguagesSelectOptionCategory", Object<{
50
+ prerequisites: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"LanguagesSelectOptionCategoryPrerequisite", {
51
+ SelectOption: EnumCase<IncludeIdentifier<[], TypeAlias<"OptionPrerequisite", Object<{
52
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"ActivatableIdentifier", {
53
+ Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
54
+ Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
55
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
56
+ AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
57
+ AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
58
+ AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
59
+ AncestorGlyph: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
60
+ ArcaneOrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
61
+ AttireEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
62
+ BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
63
+ BowlEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
64
+ BrawlingSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
65
+ CauldronEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
66
+ CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
67
+ ChronicleEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
68
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
69
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
70
+ CommandSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
71
+ DaggerRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
72
+ FamiliarSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
73
+ FatePointSexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
74
+ FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
75
+ FoolsHatEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
76
+ GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
77
+ InstrumentEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
78
+ KarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
79
+ Krallenkettenzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
80
+ LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
81
+ LycantropicGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
82
+ MagicalSign: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
83
+ MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
84
+ MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
85
+ MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
86
+ OrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
87
+ PactGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
88
+ ProtectiveWardingCircleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
89
+ RingEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
90
+ Sermon: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
91
+ SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
92
+ SickleRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
93
+ SikaryanDrainSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
94
+ SkillStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
95
+ SpellSwordEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
96
+ StaffEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
97
+ ToyEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
98
+ Trinkhornzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
99
+ VampiricGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
100
+ Vision: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
101
+ WandEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
102
+ WeaponEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
103
+ }, []>>, true>;
104
+ active: import("tsondb/schema/def").MemberDecl<Boolean, true>;
105
+ level: import("tsondb/schema/def").MemberDecl<Integer, false>;
106
+ }>, []>>>;
107
+ }, []>>>, false>;
108
+ }>, []>>>;
109
+ Skills: EnumCase<IncludeIdentifier<[], TypeAlias<"SkillsSelectOptionCategory", Object<{
110
+ categories: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"SkillsSelectOptionCategoryCategory", {
111
+ Skills: EnumCase<IncludeIdentifier<[], TypeAlias<"SkillSelectOptionCategoryCategory", Object<{
112
+ groups: import("tsondb/schema/def").MemberDecl<Array<import("tsondb/schema/def").ReferenceIdentifierType>, false>;
113
+ specific: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SpecificFromSkillSelectOptionCategoryCategory", Object<{
114
+ operation: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SpecificFromSkillSelectOptionCategoryCategoryOperation", {
115
+ Intersection: EnumCase<null>;
116
+ Difference: EnumCase<null>;
117
+ }, []>>, true>;
118
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"Ref", Type>>>, true>;
119
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>, false>;
120
+ skill_applications: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"SkillApplicationOrUse", Object<{
121
+ id: import("tsondb/schema/def").MemberDecl<Integer, true>;
122
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"SkillApplicationOrUseTranslation", {
123
+ name: import("tsondb/schema/def").MemberDecl<String, true>;
124
+ }>, false>;
125
+ }>, []>>>, false>;
126
+ skill_uses: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"SkillApplicationOrUse", Object<{
127
+ id: import("tsondb/schema/def").MemberDecl<Integer, true>;
128
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"SkillApplicationOrUseTranslation", {
129
+ name: import("tsondb/schema/def").MemberDecl<String, true>;
130
+ }>, false>;
131
+ }>, []>>>, false>;
132
+ prerequisites: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"SkillSelectOptionCategoryPrerequisite", {
133
+ Self: EnumCase<IncludeIdentifier<[], TypeAlias<"SelfPrerequisite", Object<{
134
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
135
+ }>, []>>>;
136
+ SelectOption: EnumCase<IncludeIdentifier<[], TypeAlias<"OptionPrerequisite", Object<{
137
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"ActivatableIdentifier", {
138
+ Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
139
+ Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
140
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
141
+ AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
142
+ AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
143
+ AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
144
+ AncestorGlyph: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
145
+ ArcaneOrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
146
+ AttireEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
147
+ BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
148
+ BowlEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
149
+ BrawlingSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
150
+ CauldronEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
151
+ CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
152
+ ChronicleEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
153
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
154
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
155
+ CommandSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
156
+ DaggerRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
157
+ FamiliarSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
158
+ FatePointSexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
159
+ FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
160
+ FoolsHatEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
161
+ GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
162
+ InstrumentEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
163
+ KarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
164
+ Krallenkettenzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
165
+ LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
166
+ LycantropicGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
167
+ MagicalSign: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
168
+ MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
169
+ MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
170
+ MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
171
+ OrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
172
+ PactGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
173
+ ProtectiveWardingCircleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
174
+ RingEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
175
+ Sermon: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
176
+ SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
177
+ SickleRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
178
+ SikaryanDrainSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
179
+ SkillStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
180
+ SpellSwordEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
181
+ StaffEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
182
+ ToyEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
183
+ Trinkhornzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
184
+ VampiricGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
185
+ Vision: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
186
+ WandEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
187
+ WeaponEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
188
+ }, []>>, true>;
189
+ active: import("tsondb/schema/def").MemberDecl<Boolean, true>;
190
+ level: import("tsondb/schema/def").MemberDecl<Integer, false>;
191
+ }>, []>>>;
192
+ }, []>>>, false>;
193
+ ap_value: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], Enum<"SelectOptionsAdventurePointsValue", {
194
+ DerivedFromImprovementCost: EnumCase<IncludeIdentifier<[], TypeAlias<"SelectOptionsDeriveAdventurePointsValueFromImprovementCost", Object<{
195
+ multiplier: import("tsondb/schema/def").MemberDecl<Integer, false>;
196
+ offset: import("tsondb/schema/def").MemberDecl<Integer, false>;
197
+ }>, []>>>;
198
+ Fixed: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SelectOptionsFixedAdventurePointsValue", Object<{
199
+ map: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SelectOptionsFixedAdventurePointsValueMapping", Object<{
200
+ id: import("tsondb/schema/def").MemberDecl<TypeArgument<import("tsondb/schema/def").TypeParameter<"Identifier", Type>>, true>;
201
+ ap_value: import("tsondb/schema/def").MemberDecl<Integer, true>;
202
+ }>, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>>, true>;
203
+ default: import("tsondb/schema/def").MemberDecl<Integer, true>;
204
+ }>, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>>;
205
+ }, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>, false>;
206
+ }>, []>>>;
207
+ Spells: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"GenericSkillsSelectOptionCategoryCategory", Object<{
208
+ specific: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SpecificFromSkillSelectOptionCategoryCategory", Object<{
209
+ operation: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SpecificFromSkillSelectOptionCategoryCategoryOperation", {
210
+ Intersection: EnumCase<null>;
211
+ Difference: EnumCase<null>;
212
+ }, []>>, true>;
213
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"Ref", Type>>>, true>;
214
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>, false>;
215
+ prerequisites: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"SkillSelectOptionCategoryPrerequisite", {
216
+ Self: EnumCase<IncludeIdentifier<[], TypeAlias<"SelfPrerequisite", Object<{
217
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
218
+ }>, []>>>;
219
+ SelectOption: EnumCase<IncludeIdentifier<[], TypeAlias<"OptionPrerequisite", Object<{
220
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"ActivatableIdentifier", {
221
+ Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
222
+ Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
223
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
224
+ AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
225
+ AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
226
+ AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
227
+ AncestorGlyph: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
228
+ ArcaneOrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
229
+ AttireEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
230
+ BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
231
+ BowlEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
232
+ BrawlingSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
233
+ CauldronEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
234
+ CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
235
+ ChronicleEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
236
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
237
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
238
+ CommandSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
239
+ DaggerRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
240
+ FamiliarSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
241
+ FatePointSexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
242
+ FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
243
+ FoolsHatEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
244
+ GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
245
+ InstrumentEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
246
+ KarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
247
+ Krallenkettenzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
248
+ LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
249
+ LycantropicGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
250
+ MagicalSign: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
251
+ MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
252
+ MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
253
+ MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
254
+ OrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
255
+ PactGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
256
+ ProtectiveWardingCircleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
257
+ RingEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
258
+ Sermon: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
259
+ SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
260
+ SickleRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
261
+ SikaryanDrainSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
262
+ SkillStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
263
+ SpellSwordEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
264
+ StaffEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
265
+ ToyEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
266
+ Trinkhornzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
267
+ VampiricGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
268
+ Vision: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
269
+ WandEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
270
+ WeaponEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
271
+ }, []>>, true>;
272
+ active: import("tsondb/schema/def").MemberDecl<Boolean, true>;
273
+ level: import("tsondb/schema/def").MemberDecl<Integer, false>;
274
+ }>, []>>>;
275
+ }, []>>>, false>;
276
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>>;
277
+ Rituals: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"GenericSkillsSelectOptionCategoryCategory", Object<{
278
+ specific: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SpecificFromSkillSelectOptionCategoryCategory", Object<{
279
+ operation: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SpecificFromSkillSelectOptionCategoryCategoryOperation", {
280
+ Intersection: EnumCase<null>;
281
+ Difference: EnumCase<null>;
282
+ }, []>>, true>;
283
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"Ref", Type>>>, true>;
284
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>, false>;
285
+ prerequisites: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"SkillSelectOptionCategoryPrerequisite", {
286
+ Self: EnumCase<IncludeIdentifier<[], TypeAlias<"SelfPrerequisite", Object<{
287
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
288
+ }>, []>>>;
289
+ SelectOption: EnumCase<IncludeIdentifier<[], TypeAlias<"OptionPrerequisite", Object<{
290
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"ActivatableIdentifier", {
291
+ Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
292
+ Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
293
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
294
+ AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
295
+ AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
296
+ AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
297
+ AncestorGlyph: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
298
+ ArcaneOrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
299
+ AttireEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
300
+ BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
301
+ BowlEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
302
+ BrawlingSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
303
+ CauldronEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
304
+ CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
305
+ ChronicleEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
306
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
307
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
308
+ CommandSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
309
+ DaggerRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
310
+ FamiliarSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
311
+ FatePointSexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
312
+ FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
313
+ FoolsHatEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
314
+ GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
315
+ InstrumentEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
316
+ KarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
317
+ Krallenkettenzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
318
+ LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
319
+ LycantropicGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
320
+ MagicalSign: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
321
+ MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
322
+ MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
323
+ MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
324
+ OrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
325
+ PactGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
326
+ ProtectiveWardingCircleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
327
+ RingEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
328
+ Sermon: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
329
+ SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
330
+ SickleRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
331
+ SikaryanDrainSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
332
+ SkillStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
333
+ SpellSwordEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
334
+ StaffEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
335
+ ToyEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
336
+ Trinkhornzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
337
+ VampiricGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
338
+ Vision: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
339
+ WandEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
340
+ WeaponEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
341
+ }, []>>, true>;
342
+ active: import("tsondb/schema/def").MemberDecl<Boolean, true>;
343
+ level: import("tsondb/schema/def").MemberDecl<Integer, false>;
344
+ }>, []>>>;
345
+ }, []>>>, false>;
346
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>>;
347
+ LiturgicalChants: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"GenericSkillsSelectOptionCategoryCategory", Object<{
348
+ specific: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SpecificFromSkillSelectOptionCategoryCategory", Object<{
349
+ operation: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SpecificFromSkillSelectOptionCategoryCategoryOperation", {
350
+ Intersection: EnumCase<null>;
351
+ Difference: EnumCase<null>;
352
+ }, []>>, true>;
353
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"Ref", Type>>>, true>;
354
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>, false>;
355
+ prerequisites: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"SkillSelectOptionCategoryPrerequisite", {
356
+ Self: EnumCase<IncludeIdentifier<[], TypeAlias<"SelfPrerequisite", Object<{
357
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
358
+ }>, []>>>;
359
+ SelectOption: EnumCase<IncludeIdentifier<[], TypeAlias<"OptionPrerequisite", Object<{
360
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"ActivatableIdentifier", {
361
+ Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
362
+ Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
363
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
364
+ AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
365
+ AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
366
+ AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
367
+ AncestorGlyph: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
368
+ ArcaneOrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
369
+ AttireEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
370
+ BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
371
+ BowlEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
372
+ BrawlingSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
373
+ CauldronEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
374
+ CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
375
+ ChronicleEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
376
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
377
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
378
+ CommandSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
379
+ DaggerRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
380
+ FamiliarSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
381
+ FatePointSexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
382
+ FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
383
+ FoolsHatEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
384
+ GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
385
+ InstrumentEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
386
+ KarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
387
+ Krallenkettenzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
388
+ LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
389
+ LycantropicGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
390
+ MagicalSign: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
391
+ MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
392
+ MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
393
+ MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
394
+ OrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
395
+ PactGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
396
+ ProtectiveWardingCircleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
397
+ RingEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
398
+ Sermon: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
399
+ SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
400
+ SickleRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
401
+ SikaryanDrainSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
402
+ SkillStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
403
+ SpellSwordEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
404
+ StaffEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
405
+ ToyEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
406
+ Trinkhornzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
407
+ VampiricGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
408
+ Vision: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
409
+ WandEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
410
+ WeaponEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
411
+ }, []>>, true>;
412
+ active: import("tsondb/schema/def").MemberDecl<Boolean, true>;
413
+ level: import("tsondb/schema/def").MemberDecl<Integer, false>;
414
+ }>, []>>>;
415
+ }, []>>>, false>;
416
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>>;
417
+ Ceremonies: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"GenericSkillsSelectOptionCategoryCategory", Object<{
418
+ specific: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SpecificFromSkillSelectOptionCategoryCategory", Object<{
419
+ operation: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SpecificFromSkillSelectOptionCategoryCategoryOperation", {
420
+ Intersection: EnumCase<null>;
421
+ Difference: EnumCase<null>;
422
+ }, []>>, true>;
423
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"Ref", Type>>>, true>;
424
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>, false>;
425
+ prerequisites: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"SkillSelectOptionCategoryPrerequisite", {
426
+ Self: EnumCase<IncludeIdentifier<[], TypeAlias<"SelfPrerequisite", Object<{
427
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
428
+ }>, []>>>;
429
+ SelectOption: EnumCase<IncludeIdentifier<[], TypeAlias<"OptionPrerequisite", Object<{
430
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"ActivatableIdentifier", {
431
+ Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
432
+ Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
433
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
434
+ AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
435
+ AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
436
+ AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
437
+ AncestorGlyph: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
438
+ ArcaneOrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
439
+ AttireEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
440
+ BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
441
+ BowlEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
442
+ BrawlingSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
443
+ CauldronEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
444
+ CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
445
+ ChronicleEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
446
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
447
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
448
+ CommandSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
449
+ DaggerRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
450
+ FamiliarSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
451
+ FatePointSexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
452
+ FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
453
+ FoolsHatEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
454
+ GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
455
+ InstrumentEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
456
+ KarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
457
+ Krallenkettenzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
458
+ LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
459
+ LycantropicGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
460
+ MagicalSign: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
461
+ MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
462
+ MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
463
+ MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
464
+ OrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
465
+ PactGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
466
+ ProtectiveWardingCircleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
467
+ RingEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
468
+ Sermon: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
469
+ SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
470
+ SickleRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
471
+ SikaryanDrainSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
472
+ SkillStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
473
+ SpellSwordEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
474
+ StaffEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
475
+ ToyEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
476
+ Trinkhornzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
477
+ VampiricGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
478
+ Vision: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
479
+ WandEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
480
+ WeaponEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
481
+ }, []>>, true>;
482
+ active: import("tsondb/schema/def").MemberDecl<Boolean, true>;
483
+ level: import("tsondb/schema/def").MemberDecl<Integer, false>;
484
+ }>, []>>>;
485
+ }, []>>>, false>;
486
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>>;
487
+ }, []>>>, true>;
488
+ ap_value: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], Enum<"SelectOptionsAdventurePointsValue", {
489
+ DerivedFromImprovementCost: EnumCase<IncludeIdentifier<[], TypeAlias<"SelectOptionsDeriveAdventurePointsValueFromImprovementCost", Object<{
490
+ multiplier: import("tsondb/schema/def").MemberDecl<Integer, false>;
491
+ offset: import("tsondb/schema/def").MemberDecl<Integer, false>;
492
+ }>, []>>>;
493
+ Fixed: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SelectOptionsFixedAdventurePointsValue", Object<{
494
+ map: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SelectOptionsFixedAdventurePointsValueMapping", Object<{
495
+ id: import("tsondb/schema/def").MemberDecl<TypeArgument<import("tsondb/schema/def").TypeParameter<"Identifier", Type>>, true>;
496
+ ap_value: import("tsondb/schema/def").MemberDecl<Integer, true>;
497
+ }>, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>>, true>;
498
+ default: import("tsondb/schema/def").MemberDecl<Integer, true>;
499
+ }>, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>>;
500
+ }, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>, false>;
501
+ }>, []>>>;
502
+ CombatTechniques: EnumCase<IncludeIdentifier<[], TypeAlias<"CombatTechniquesSelectOptionCategory", Object<{
503
+ categories: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"CombatTechniquesSelectOptionCategoryCategory", {
504
+ CloseCombatTechniques: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"GenericSkillsSelectOptionCategoryCategory", Object<{
505
+ specific: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SpecificFromSkillSelectOptionCategoryCategory", Object<{
506
+ operation: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SpecificFromSkillSelectOptionCategoryCategoryOperation", {
507
+ Intersection: EnumCase<null>;
508
+ Difference: EnumCase<null>;
509
+ }, []>>, true>;
510
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"Ref", Type>>>, true>;
511
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>, false>;
512
+ prerequisites: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"SkillSelectOptionCategoryPrerequisite", {
513
+ Self: EnumCase<IncludeIdentifier<[], TypeAlias<"SelfPrerequisite", Object<{
514
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
515
+ }>, []>>>;
516
+ SelectOption: EnumCase<IncludeIdentifier<[], TypeAlias<"OptionPrerequisite", Object<{
517
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"ActivatableIdentifier", {
518
+ Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
519
+ Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
520
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
521
+ AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
522
+ AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
523
+ AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
524
+ AncestorGlyph: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
525
+ ArcaneOrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
526
+ AttireEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
527
+ BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
528
+ BowlEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
529
+ BrawlingSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
530
+ CauldronEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
531
+ CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
532
+ ChronicleEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
533
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
534
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
535
+ CommandSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
536
+ DaggerRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
537
+ FamiliarSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
538
+ FatePointSexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
539
+ FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
540
+ FoolsHatEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
541
+ GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
542
+ InstrumentEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
543
+ KarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
544
+ Krallenkettenzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
545
+ LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
546
+ LycantropicGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
547
+ MagicalSign: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
548
+ MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
549
+ MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
550
+ MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
551
+ OrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
552
+ PactGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
553
+ ProtectiveWardingCircleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
554
+ RingEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
555
+ Sermon: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
556
+ SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
557
+ SickleRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
558
+ SikaryanDrainSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
559
+ SkillStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
560
+ SpellSwordEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
561
+ StaffEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
562
+ ToyEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
563
+ Trinkhornzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
564
+ VampiricGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
565
+ Vision: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
566
+ WandEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
567
+ WeaponEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
568
+ }, []>>, true>;
569
+ active: import("tsondb/schema/def").MemberDecl<Boolean, true>;
570
+ level: import("tsondb/schema/def").MemberDecl<Integer, false>;
571
+ }>, []>>>;
572
+ }, []>>>, false>;
573
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>>;
574
+ RangedCombatTechniques: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"GenericSkillsSelectOptionCategoryCategory", Object<{
575
+ specific: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SpecificFromSkillSelectOptionCategoryCategory", Object<{
576
+ operation: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SpecificFromSkillSelectOptionCategoryCategoryOperation", {
577
+ Intersection: EnumCase<null>;
578
+ Difference: EnumCase<null>;
579
+ }, []>>, true>;
580
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"Ref", Type>>>, true>;
581
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>, false>;
582
+ prerequisites: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"SkillSelectOptionCategoryPrerequisite", {
583
+ Self: EnumCase<IncludeIdentifier<[], TypeAlias<"SelfPrerequisite", Object<{
584
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
585
+ }>, []>>>;
586
+ SelectOption: EnumCase<IncludeIdentifier<[], TypeAlias<"OptionPrerequisite", Object<{
587
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"ActivatableIdentifier", {
588
+ Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
589
+ Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
590
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
591
+ AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
592
+ AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
593
+ AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
594
+ AncestorGlyph: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
595
+ ArcaneOrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
596
+ AttireEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
597
+ BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
598
+ BowlEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
599
+ BrawlingSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
600
+ CauldronEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
601
+ CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
602
+ ChronicleEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
603
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
604
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
605
+ CommandSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
606
+ DaggerRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
607
+ FamiliarSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
608
+ FatePointSexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
609
+ FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
610
+ FoolsHatEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
611
+ GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
612
+ InstrumentEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
613
+ KarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
614
+ Krallenkettenzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
615
+ LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
616
+ LycantropicGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
617
+ MagicalSign: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
618
+ MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
619
+ MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
620
+ MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
621
+ OrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
622
+ PactGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
623
+ ProtectiveWardingCircleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
624
+ RingEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
625
+ Sermon: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
626
+ SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
627
+ SickleRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
628
+ SikaryanDrainSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
629
+ SkillStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
630
+ SpellSwordEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
631
+ StaffEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
632
+ ToyEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
633
+ Trinkhornzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
634
+ VampiricGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
635
+ Vision: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
636
+ WandEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
637
+ WeaponEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
638
+ }, []>>, true>;
639
+ active: import("tsondb/schema/def").MemberDecl<Boolean, true>;
640
+ level: import("tsondb/schema/def").MemberDecl<Integer, false>;
641
+ }>, []>>>;
642
+ }, []>>>, false>;
643
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>>;
644
+ }, []>>>, true>;
645
+ ap_value: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], Enum<"SelectOptionsAdventurePointsValue", {
646
+ DerivedFromImprovementCost: EnumCase<IncludeIdentifier<[], TypeAlias<"SelectOptionsDeriveAdventurePointsValueFromImprovementCost", Object<{
647
+ multiplier: import("tsondb/schema/def").MemberDecl<Integer, false>;
648
+ offset: import("tsondb/schema/def").MemberDecl<Integer, false>;
649
+ }>, []>>>;
650
+ Fixed: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SelectOptionsFixedAdventurePointsValue", Object<{
651
+ map: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"SelectOptionsFixedAdventurePointsValueMapping", Object<{
652
+ id: import("tsondb/schema/def").MemberDecl<TypeArgument<import("tsondb/schema/def").TypeParameter<"Identifier", Type>>, true>;
653
+ ap_value: import("tsondb/schema/def").MemberDecl<Integer, true>;
654
+ }>, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>>, true>;
655
+ default: import("tsondb/schema/def").MemberDecl<Integer, true>;
656
+ }>, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>>;
657
+ }, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>, false>;
658
+ }>, []>>>;
659
+ TargetCategories: EnumCase<IncludeIdentifier<[], TypeAlias<"TargetCategoriesSelectOptionCategory", Object<{
660
+ list: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"SpecificTargetCategory", Object<{
661
+ id: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
662
+ volume: import("tsondb/schema/def").MemberDecl<Integer, false>;
663
+ }>, []>>>, true>;
664
+ }>, []>>>;
665
+ }, []>>, false>;
666
+ explicit: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"ExplicitSelectOption", {
667
+ General: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
668
+ Skill: EnumCase<IncludeIdentifier<[], TypeAlias<"ExplicitSkillSelectOption", Object<{
669
+ id: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
670
+ skill_applications: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"NewSkillApplications", Array<import("tsondb/schema/def").ReferenceIdentifierType>, []>>, false>;
671
+ skill_uses: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"SkillUses", Array<import("tsondb/schema/def").ReferenceIdentifierType>, []>>, false>;
672
+ prerequisites: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"GeneralPrerequisites", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisitesForLevels", Array<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisiteForLevel", Object<{
673
+ level: import("tsondb/schema/def").MemberDecl<Integer, true>;
674
+ prerequisite: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], Enum<"PrerequisitesElement", {
675
+ Single: EnumCase<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>;
676
+ Disjunction: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisitesDisjunction", Object<{
677
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>, true>;
678
+ display_option: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DisplayOption", {
679
+ Hide: EnumCase<null>;
680
+ ReplaceWith: EnumCase<IncludeIdentifier<[], TypeAlias<"ReplacementDisplayOption", Object<{
681
+ sentence_type: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SentenceType", {
682
+ Standalone: EnumCase<null>;
683
+ Connected: EnumCase<null>;
684
+ }, []>>, false>;
685
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ReplacementDisplayOptionTranslation", {
686
+ replacement: import("tsondb/schema/def").MemberDecl<String, true>;
687
+ }>, true>;
688
+ }>, []>>>;
689
+ }, []>>, false>;
690
+ }>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>;
691
+ Group: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisiteGroup", Object<{
692
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>, true>;
693
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"PrerequisiteGroupTranslation", {
694
+ text: import("tsondb/schema/def").MemberDecl<String, true>;
695
+ }>, true>;
696
+ }>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>;
697
+ }, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>, true>;
698
+ }>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>, []>>, false>;
699
+ binding_cost: import("tsondb/schema/def").MemberDecl<Integer, false>;
700
+ ap_value: import("tsondb/schema/def").MemberDecl<Integer, false>;
701
+ src: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"PublicationRefs", Array<IncludeIdentifier<[], TypeAlias<"PublicationRef", Object<{
702
+ id: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
703
+ occurrences: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"Occurrence", {
704
+ initial: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"InitialOccurrence", Object<{
705
+ printing: import("tsondb/schema/def").MemberDecl<Integer, false>;
706
+ pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
707
+ first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
708
+ InsideCoverFront: EnumCase<null>;
709
+ InsideCoverBack: EnumCase<null>;
710
+ Numbered: EnumCase<Integer>;
711
+ }, []>>, true>;
712
+ last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
713
+ InsideCoverFront: EnumCase<null>;
714
+ InsideCoverBack: EnumCase<null>;
715
+ Numbered: EnumCase<Integer>;
716
+ }, []>>, false>;
717
+ }>, []>>>, true>;
718
+ }>, []>>, true>;
719
+ revisions: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"Revision", {
720
+ Since: EnumCase<IncludeIdentifier<[], TypeAlias<"Since", Object<{
721
+ printing: import("tsondb/schema/def").MemberDecl<Integer, true>;
722
+ pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
723
+ first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
724
+ InsideCoverFront: EnumCase<null>;
725
+ InsideCoverBack: EnumCase<null>;
726
+ Numbered: EnumCase<Integer>;
727
+ }, []>>, true>;
728
+ last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
729
+ InsideCoverFront: EnumCase<null>;
730
+ InsideCoverBack: EnumCase<null>;
731
+ Numbered: EnumCase<Integer>;
732
+ }, []>>, false>;
733
+ }>, []>>>, true>;
734
+ }>, []>>>;
735
+ Deprecated: EnumCase<IncludeIdentifier<[], TypeAlias<"Deprecation", Object<{
736
+ printing: import("tsondb/schema/def").MemberDecl<Integer, true>;
737
+ }>, []>>>;
738
+ }, []>>>, false>;
739
+ }>, true>;
740
+ }>, []>>>, []>>, false>;
741
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ExplicitSkillSelectOptionTranslation", {
742
+ errata: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"Errata", Array<IncludeIdentifier<[], TypeAlias<"Erratum", Object<{
743
+ date: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").DateType, true>;
744
+ description: import("tsondb/schema/def").MemberDecl<String, true>;
745
+ }>, []>>>, []>>, false>;
746
+ }>, false>;
747
+ }>, []>>>;
748
+ CombatTechnique: EnumCase<IncludeIdentifier<[], TypeAlias<"ExplicitCombatTechniqueSelectOption", Object<{
749
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"CombatTechniqueIdentifier", {
750
+ CloseCombatTechnique: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
751
+ RangedCombatTechnique: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
752
+ }, []>>, true>;
753
+ prerequisites: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"GeneralPrerequisites", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisitesForLevels", Array<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisiteForLevel", Object<{
754
+ level: import("tsondb/schema/def").MemberDecl<Integer, true>;
755
+ prerequisite: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], Enum<"PrerequisitesElement", {
756
+ Single: EnumCase<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>;
757
+ Disjunction: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisitesDisjunction", Object<{
758
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>, true>;
759
+ display_option: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DisplayOption", {
760
+ Hide: EnumCase<null>;
761
+ ReplaceWith: EnumCase<IncludeIdentifier<[], TypeAlias<"ReplacementDisplayOption", Object<{
762
+ sentence_type: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SentenceType", {
763
+ Standalone: EnumCase<null>;
764
+ Connected: EnumCase<null>;
765
+ }, []>>, false>;
766
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ReplacementDisplayOptionTranslation", {
767
+ replacement: import("tsondb/schema/def").MemberDecl<String, true>;
768
+ }>, true>;
769
+ }>, []>>>;
770
+ }, []>>, false>;
771
+ }>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>;
772
+ Group: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisiteGroup", Object<{
773
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>, true>;
774
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"PrerequisiteGroupTranslation", {
775
+ text: import("tsondb/schema/def").MemberDecl<String, true>;
776
+ }>, true>;
777
+ }>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>;
778
+ }, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>, true>;
779
+ }>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>, []>>, false>;
780
+ binding_cost: import("tsondb/schema/def").MemberDecl<Integer, false>;
781
+ ap_value: import("tsondb/schema/def").MemberDecl<Integer, false>;
782
+ src: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"PublicationRefs", Array<IncludeIdentifier<[], TypeAlias<"PublicationRef", Object<{
783
+ id: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
784
+ occurrences: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"Occurrence", {
785
+ initial: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"InitialOccurrence", Object<{
786
+ printing: import("tsondb/schema/def").MemberDecl<Integer, false>;
787
+ pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
788
+ first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
789
+ InsideCoverFront: EnumCase<null>;
790
+ InsideCoverBack: EnumCase<null>;
791
+ Numbered: EnumCase<Integer>;
792
+ }, []>>, true>;
793
+ last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
794
+ InsideCoverFront: EnumCase<null>;
795
+ InsideCoverBack: EnumCase<null>;
796
+ Numbered: EnumCase<Integer>;
797
+ }, []>>, false>;
798
+ }>, []>>>, true>;
799
+ }>, []>>, true>;
800
+ revisions: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"Revision", {
801
+ Since: EnumCase<IncludeIdentifier<[], TypeAlias<"Since", Object<{
802
+ printing: import("tsondb/schema/def").MemberDecl<Integer, true>;
803
+ pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
804
+ first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
805
+ InsideCoverFront: EnumCase<null>;
806
+ InsideCoverBack: EnumCase<null>;
807
+ Numbered: EnumCase<Integer>;
808
+ }, []>>, true>;
809
+ last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
810
+ InsideCoverFront: EnumCase<null>;
811
+ InsideCoverBack: EnumCase<null>;
812
+ Numbered: EnumCase<Integer>;
813
+ }, []>>, false>;
814
+ }>, []>>>, true>;
815
+ }>, []>>>;
816
+ Deprecated: EnumCase<IncludeIdentifier<[], TypeAlias<"Deprecation", Object<{
817
+ printing: import("tsondb/schema/def").MemberDecl<Integer, true>;
818
+ }>, []>>>;
819
+ }, []>>>, false>;
820
+ }>, true>;
821
+ }>, []>>>, []>>, false>;
822
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ExplicitCombatTechniqueSelectOptionTranslation", {
823
+ errata: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"Errata", Array<IncludeIdentifier<[], TypeAlias<"Erratum", Object<{
824
+ date: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").DateType, true>;
825
+ description: import("tsondb/schema/def").MemberDecl<String, true>;
826
+ }>, []>>>, []>>, false>;
827
+ }>, false>;
828
+ }>, []>>>;
829
+ }, []>>>, false>;
830
+ }>, []>>, false>;
831
+ export declare const GeneralSelectOption: Entity<"GeneralSelectOption", {
832
+ parent: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"ActivatableIdentifier", {
833
+ Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
834
+ Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
835
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
836
+ AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
837
+ AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
838
+ AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
839
+ AncestorGlyph: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
840
+ ArcaneOrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
841
+ AttireEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
842
+ BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
843
+ BowlEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
844
+ BrawlingSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
845
+ CauldronEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
846
+ CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
847
+ ChronicleEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
848
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
849
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
850
+ CommandSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
851
+ DaggerRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
852
+ FamiliarSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
853
+ FatePointSexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
854
+ FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
855
+ FoolsHatEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
856
+ GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
857
+ InstrumentEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
858
+ KarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
859
+ Krallenkettenzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
860
+ LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
861
+ LycantropicGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
862
+ MagicalSign: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
863
+ MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
864
+ MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
865
+ MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
866
+ OrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
867
+ PactGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
868
+ ProtectiveWardingCircleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
869
+ RingEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
870
+ Sermon: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
871
+ SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
872
+ SickleRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
873
+ SikaryanDrainSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
874
+ SkillStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
875
+ SpellSwordEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
876
+ StaffEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
877
+ ToyEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
878
+ Trinkhornzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
879
+ VampiricGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
880
+ Vision: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
881
+ WandEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
882
+ WeaponEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
883
+ }, []>>, true>;
884
+ profession_only: import("tsondb/schema/def").MemberDecl<Boolean, false>;
885
+ skill_applications: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"NewSkillApplications", Array<import("tsondb/schema/def").ReferenceIdentifierType>, []>>, false>;
886
+ skill_uses: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"SkillUses", Array<import("tsondb/schema/def").ReferenceIdentifierType>, []>>, false>;
887
+ prerequisites: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"GeneralPrerequisites", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisitesForLevels", Array<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisiteForLevel", Object<{
888
+ level: import("tsondb/schema/def").MemberDecl<Integer, true>;
889
+ prerequisite: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], Enum<"PrerequisitesElement", {
890
+ Single: EnumCase<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>;
891
+ Disjunction: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisitesDisjunction", Object<{
892
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>, true>;
893
+ display_option: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DisplayOption", {
894
+ Hide: EnumCase<null>;
895
+ ReplaceWith: EnumCase<IncludeIdentifier<[], TypeAlias<"ReplacementDisplayOption", Object<{
896
+ sentence_type: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SentenceType", {
897
+ Standalone: EnumCase<null>;
898
+ Connected: EnumCase<null>;
899
+ }, []>>, false>;
900
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ReplacementDisplayOptionTranslation", {
901
+ replacement: import("tsondb/schema/def").MemberDecl<String, true>;
902
+ }>, true>;
903
+ }>, []>>>;
904
+ }, []>>, false>;
905
+ }>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>;
906
+ Group: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisiteGroup", Object<{
907
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>, true>;
908
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"PrerequisiteGroupTranslation", {
909
+ text: import("tsondb/schema/def").MemberDecl<String, true>;
910
+ }>, true>;
911
+ }>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>;
912
+ }, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>, true>;
913
+ }>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>, []>>, false>;
914
+ binding_cost: import("tsondb/schema/def").MemberDecl<Integer, false>;
915
+ ap_value: import("tsondb/schema/def").MemberDecl<Integer, false>;
916
+ src: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"PublicationRefs", Array<IncludeIdentifier<[], TypeAlias<"PublicationRef", Object<{
917
+ id: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
918
+ occurrences: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"Occurrence", {
919
+ initial: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"InitialOccurrence", Object<{
920
+ printing: import("tsondb/schema/def").MemberDecl<Integer, false>;
921
+ pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
922
+ first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
923
+ InsideCoverFront: EnumCase<null>;
924
+ InsideCoverBack: EnumCase<null>;
925
+ Numbered: EnumCase<Integer>;
926
+ }, []>>, true>;
927
+ last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
928
+ InsideCoverFront: EnumCase<null>;
929
+ InsideCoverBack: EnumCase<null>;
930
+ Numbered: EnumCase<Integer>;
931
+ }, []>>, false>;
932
+ }>, []>>>, true>;
933
+ }>, []>>, true>;
934
+ revisions: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"Revision", {
935
+ Since: EnumCase<IncludeIdentifier<[], TypeAlias<"Since", Object<{
936
+ printing: import("tsondb/schema/def").MemberDecl<Integer, true>;
937
+ pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
938
+ first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
939
+ InsideCoverFront: EnumCase<null>;
940
+ InsideCoverBack: EnumCase<null>;
941
+ Numbered: EnumCase<Integer>;
942
+ }, []>>, true>;
943
+ last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
944
+ InsideCoverFront: EnumCase<null>;
945
+ InsideCoverBack: EnumCase<null>;
946
+ Numbered: EnumCase<Integer>;
947
+ }, []>>, false>;
948
+ }>, []>>>, true>;
949
+ }>, []>>>;
950
+ Deprecated: EnumCase<IncludeIdentifier<[], TypeAlias<"Deprecation", Object<{
951
+ printing: import("tsondb/schema/def").MemberDecl<Integer, true>;
952
+ }>, []>>>;
953
+ }, []>>>, false>;
954
+ }>, true>;
955
+ }>, []>>>, []>>, false>;
956
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"GeneralSelectOptionTranslation", {
957
+ name: import("tsondb/schema/def").MemberDecl<String, true>;
958
+ name_in_profession: import("tsondb/schema/def").MemberDecl<String, false>;
959
+ description: import("tsondb/schema/def").MemberDecl<String, false>;
960
+ errata: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"Errata", Array<IncludeIdentifier<[], TypeAlias<"Erratum", Object<{
961
+ date: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").DateType, true>;
962
+ description: import("tsondb/schema/def").MemberDecl<String, true>;
963
+ }>, []>>>, []>>, false>;
964
+ }>, true>;
965
+ }, "parent">;
966
+ export declare const rules: import("tsondb/schema/def").MemberDecl<String, true>;
967
+ export declare const effect: import("tsondb/schema/def").MemberDecl<String, true>;
968
+ export declare const usage_type: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"CombatSpecialAbilityUsageType", {
969
+ Passive: EnumCase<null>;
970
+ BasicManeuver: EnumCase<null>;
971
+ SpecialManeuver: EnumCase<null>;
972
+ }, []>>, true>;
973
+ export declare const type: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"CombatSpecialAbilityType", {
974
+ Armed: EnumCase<null>;
975
+ Unarmed: EnumCase<null>;
976
+ }, []>>, true>;
977
+ export declare const skill_applications: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"NewSkillApplications", Array<import("tsondb/schema/def").ReferenceIdentifierType>, []>>, false>;
978
+ export declare const NewSkillApplication: Entity<"NewSkillApplication", {
979
+ parent: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"NewSkillApplicationOrUseParentIdentifier", {
980
+ GeneralSelectOption: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
981
+ Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
982
+ Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
983
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
984
+ AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
985
+ AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
986
+ AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
987
+ BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
988
+ CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
989
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
990
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
991
+ FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
992
+ GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
993
+ LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
994
+ MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
995
+ MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
996
+ MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
997
+ SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
998
+ }, []>>, true>;
999
+ skills: import("tsondb/schema/def").MemberDecl<Array<import("tsondb/schema/def").ReferenceIdentifierType>, true>;
1000
+ required_skill_rating: import("tsondb/schema/def").MemberDecl<Integer, false>;
1001
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"NewSkillApplicationTranslation", {
1002
+ name: import("tsondb/schema/def").MemberDecl<String, true>;
1003
+ }>, false>;
1004
+ }, "parent">;
1005
+ export declare const SkillUse: Entity<"SkillUse", {
1006
+ parent: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"NewSkillApplicationOrUseParentIdentifier", {
1007
+ GeneralSelectOption: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1008
+ Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1009
+ Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1010
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1011
+ AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1012
+ AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1013
+ AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1014
+ BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1015
+ CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1016
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1017
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1018
+ FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1019
+ GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1020
+ LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1021
+ MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1022
+ MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1023
+ MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1024
+ SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1025
+ }, []>>, true>;
1026
+ skills: import("tsondb/schema/def").MemberDecl<Array<import("tsondb/schema/def").ReferenceIdentifierType>, true>;
1027
+ required_skill_rating: import("tsondb/schema/def").MemberDecl<Integer, false>;
1028
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"SkillUseTranslation", {
1029
+ name: import("tsondb/schema/def").MemberDecl<String, true>;
1030
+ }>, false>;
1031
+ }, "parent">;
1032
+ export declare const skill_uses: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"SkillUses", Array<import("tsondb/schema/def").ReferenceIdentifierType>, []>>, false>;
1033
+ export declare const range_l10n: import("tsondb/schema/def").MemberDecl<String, false>;
1034
+ export declare const penalty: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Penalty", {
1035
+ Single: EnumCase<IncludeIdentifier<[], TypeAlias<"SinglePenalty", Object<{
1036
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1037
+ applies_to_parry: import("tsondb/schema/def").MemberDecl<Boolean, false>;
1038
+ }>, []>>>;
1039
+ ByHandedness: EnumCase<IncludeIdentifier<[], TypeAlias<"PenaltyByHandedness", Object<{
1040
+ one_handed: import("tsondb/schema/def").MemberDecl<Integer, true>;
1041
+ two_handed: import("tsondb/schema/def").MemberDecl<Integer, true>;
1042
+ applies_to_parry: import("tsondb/schema/def").MemberDecl<Boolean, false>;
1043
+ }>, []>>>;
1044
+ ByActivation: EnumCase<IncludeIdentifier<[], TypeAlias<"PenaltyByActivation", Object<{
1045
+ active: import("tsondb/schema/def").MemberDecl<Integer, true>;
1046
+ inactive: import("tsondb/schema/def").MemberDecl<Integer, true>;
1047
+ applies_to_parry: import("tsondb/schema/def").MemberDecl<Boolean, false>;
1048
+ }>, []>>>;
1049
+ Selection: EnumCase<IncludeIdentifier<[], TypeAlias<"PenaltySelection", Object<{
1050
+ options: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"PenaltySelectionOptions", {
1051
+ Specific: EnumCase<IncludeIdentifier<[], TypeAlias<"SpecificPenaltySelectionOptions", Object<{
1052
+ list: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"SpecificPenaltySelectionOption", Object<{
1053
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1054
+ }>, []>>>, true>;
1055
+ }>, []>>>;
1056
+ Range: EnumCase<IncludeIdentifier<[], TypeAlias<"PenaltySelectionOptionsRange", Object<{
1057
+ minimum: import("tsondb/schema/def").MemberDecl<Integer, true>;
1058
+ maximum: import("tsondb/schema/def").MemberDecl<Integer, true>;
1059
+ }>, []>>>;
1060
+ }, []>>, true>;
1061
+ }>, []>>>;
1062
+ ByLevel: EnumCase<IncludeIdentifier<[], TypeAlias<"PenaltyByLevel", Object<{
1063
+ levels: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PenaltyByLevelLevel", Object<{
1064
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1065
+ }>, []>>>, true>;
1066
+ external: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"PenaltyByExternalLevel", Object<{
1067
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"CombatRelatedSpecialAbilityIdentifier", {
1068
+ CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1069
+ CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1070
+ AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1071
+ CommandSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1072
+ }, []>>, true>;
1073
+ }>, []>>, false>;
1074
+ }>, []>>>;
1075
+ ByAttack: EnumCase<IncludeIdentifier<[], TypeAlias<"PenaltyByAttack", Object<{
1076
+ list: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PenaltyByAttackOrderItem", Object<{
1077
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1078
+ }>, []>>>, true>;
1079
+ initial_order: import("tsondb/schema/def").MemberDecl<Integer, false>;
1080
+ attack_replacement: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"PenaltyByAttackReplacement", {
1081
+ Throw: EnumCase<null>;
1082
+ }, []>>, false>;
1083
+ }>, []>>>;
1084
+ DependsOnHitZone: EnumCase<null>;
1085
+ }, []>>, false>;
1086
+ export declare const penalty_l10n: import("tsondb/schema/def").MemberDecl<String, false>;
1087
+ export declare const cost: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"EnchantmentCost", {
1088
+ ArcaneEnergyCost: EnumCase<IncludeIdentifier<[], Enum<"ArcaneEnergyCost", {
1089
+ Fixed: EnumCase<IncludeIdentifier<[], TypeAlias<"FixedArcaneEnergyCost", Object<{
1090
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1091
+ is_permanent: import("tsondb/schema/def").MemberDecl<Boolean, false>;
1092
+ interval: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"DurationUnitValue", Object<{
1093
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1094
+ unit: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DurationUnit", {
1095
+ Seconds: EnumCase<null>;
1096
+ Minutes: EnumCase<null>;
1097
+ Hours: EnumCase<null>;
1098
+ Days: EnumCase<null>;
1099
+ Weeks: EnumCase<null>;
1100
+ Months: EnumCase<null>;
1101
+ Years: EnumCase<null>;
1102
+ Centuries: EnumCase<null>;
1103
+ Actions: EnumCase<null>;
1104
+ CombatRounds: EnumCase<null>;
1105
+ }, []>>, true>;
1106
+ }>, []>>, false>;
1107
+ per_level: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"FixedArcaneEnergyCostPerLevel", {
1108
+ Compressed: EnumCase<null>;
1109
+ Verbose: EnumCase<null>;
1110
+ }, []>>, false>;
1111
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"FixedArcaneEnergyCostTranslation", {
1112
+ note: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveTextOptional", Object<{
1113
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1114
+ compressed: import("tsondb/schema/def").MemberDecl<String, false>;
1115
+ }>, []>>, false>;
1116
+ }>, false>;
1117
+ }>, []>>>;
1118
+ PerCountable: EnumCase<IncludeIdentifier<[], TypeAlias<"ArcaneEnergyCostPerCountable", Object<{
1119
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1120
+ base_value: import("tsondb/schema/def").MemberDecl<Integer, false>;
1121
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ArcaneEnergyCostPerCountableTranslation", {
1122
+ per: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1123
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1124
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1125
+ }>, []>>, true>;
1126
+ note: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveTextOptional", Object<{
1127
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1128
+ compressed: import("tsondb/schema/def").MemberDecl<String, false>;
1129
+ }>, []>>, false>;
1130
+ }>, true>;
1131
+ }>, []>>>;
1132
+ Interval: EnumCase<IncludeIdentifier<[], TypeAlias<"IntervalArcaneEnergyCost", Object<{
1133
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1134
+ interval: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"DurationUnitValue", Object<{
1135
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1136
+ unit: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DurationUnit", {
1137
+ Seconds: EnumCase<null>;
1138
+ Minutes: EnumCase<null>;
1139
+ Hours: EnumCase<null>;
1140
+ Days: EnumCase<null>;
1141
+ Weeks: EnumCase<null>;
1142
+ Months: EnumCase<null>;
1143
+ Years: EnumCase<null>;
1144
+ Centuries: EnumCase<null>;
1145
+ Actions: EnumCase<null>;
1146
+ CombatRounds: EnumCase<null>;
1147
+ }, []>>, true>;
1148
+ }>, []>>, true>;
1149
+ }>, []>>>;
1150
+ ActivationAndHalfInterval: EnumCase<IncludeIdentifier<[], TypeAlias<"ActivationAndHalfIntervalArcaneEnergyCost", Object<{
1151
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1152
+ interval: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"DurationUnitValue", Object<{
1153
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1154
+ unit: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DurationUnit", {
1155
+ Seconds: EnumCase<null>;
1156
+ Minutes: EnumCase<null>;
1157
+ Hours: EnumCase<null>;
1158
+ Days: EnumCase<null>;
1159
+ Weeks: EnumCase<null>;
1160
+ Months: EnumCase<null>;
1161
+ Years: EnumCase<null>;
1162
+ Centuries: EnumCase<null>;
1163
+ Actions: EnumCase<null>;
1164
+ CombatRounds: EnumCase<null>;
1165
+ }, []>>, true>;
1166
+ }>, []>>, true>;
1167
+ }>, []>>>;
1168
+ Indefinite: EnumCase<IncludeIdentifier<[], TypeAlias<"IndefiniteArcaneEnergyCost", Object<{
1169
+ modifier: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"IndefiniteArcaneEnergyCostModifier", Object<{
1170
+ arithmetic: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"IndefiniteArcaneEnergyCostModifierArithmetic", {
1171
+ Add: EnumCase<null>;
1172
+ }, []>>, true>;
1173
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1174
+ }>, []>>, false>;
1175
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"IndefiniteArcaneEnergyCostTranslation", {
1176
+ description: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1177
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1178
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1179
+ }>, []>>, true>;
1180
+ }>, true>;
1181
+ }>, []>>>;
1182
+ Disjunction: EnumCase<IncludeIdentifier<[], TypeAlias<"ArcaneEnergyCostDisjunction", Object<{
1183
+ interval: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ArcaneEnergyCostDisjunctionInterval", Object<{
1184
+ value: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"DurationUnitValue", Object<{
1185
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1186
+ unit: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DurationUnit", {
1187
+ Seconds: EnumCase<null>;
1188
+ Minutes: EnumCase<null>;
1189
+ Hours: EnumCase<null>;
1190
+ Days: EnumCase<null>;
1191
+ Weeks: EnumCase<null>;
1192
+ Months: EnumCase<null>;
1193
+ Years: EnumCase<null>;
1194
+ Centuries: EnumCase<null>;
1195
+ Actions: EnumCase<null>;
1196
+ CombatRounds: EnumCase<null>;
1197
+ }, []>>, true>;
1198
+ }>, []>>, true>;
1199
+ activation_value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1200
+ after_activation: import("tsondb/schema/def").MemberDecl<Boolean, true>;
1201
+ }>, []>>, false>;
1202
+ options: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"ArcaneEnergyCostDisjunctionOption", Object<{
1203
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1204
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ArcaneEnergyCostDisjunctionOptionTranslation", {
1205
+ note: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveTextOptional", Object<{
1206
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1207
+ compressed: import("tsondb/schema/def").MemberDecl<String, false>;
1208
+ }>, []>>, false>;
1209
+ }>, false>;
1210
+ }>, []>>>, true>;
1211
+ }>, []>>>;
1212
+ Variable: EnumCase<null>;
1213
+ }, []>>>;
1214
+ BindingCost: EnumCase<IncludeIdentifier<[], Enum<"BindingCost", {
1215
+ Fixed: EnumCase<IncludeIdentifier<[], TypeAlias<"FixedBindingCost", Object<{
1216
+ permanent_value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1217
+ }>, []>>>;
1218
+ PerLevel: EnumCase<IncludeIdentifier<[], TypeAlias<"BindingCostPerLevel", Object<{
1219
+ permanent_value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1220
+ }>, []>>>;
1221
+ Map: EnumCase<IncludeIdentifier<[], TypeAlias<"BindingCostMap", Object<{
1222
+ options: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"BindingCostMapOption", Object<{
1223
+ permanent_value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1224
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"BindingCostMapOptionTranslation", {
1225
+ label: import("tsondb/schema/def").MemberDecl<String, true>;
1226
+ label_standalone: import("tsondb/schema/def").MemberDecl<String, false>;
1227
+ }>, false>;
1228
+ }>, []>>>, true>;
1229
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"BindingCostMapTranslation", {
1230
+ list_prepend: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1231
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1232
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1233
+ }>, []>>, false>;
1234
+ list_append: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1235
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1236
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1237
+ }>, []>>, false>;
1238
+ replacement: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1239
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1240
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1241
+ }>, []>>, false>;
1242
+ }>, false>;
1243
+ }>, []>>>;
1244
+ DerivedFromSelection: EnumCase<IncludeIdentifier<[], TypeAlias<"BindingCostDerivedFromSelection", Object<{
1245
+ fallback: import("tsondb/schema/def").MemberDecl<Integer, true>;
1246
+ }>, []>>>;
1247
+ }, []>>>;
1248
+ }, []>>, false>;
1249
+ export declare const ArcaneEnergyCost: Enum<"ArcaneEnergyCost", {
1250
+ Fixed: EnumCase<IncludeIdentifier<[], TypeAlias<"FixedArcaneEnergyCost", Object<{
1251
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1252
+ is_permanent: import("tsondb/schema/def").MemberDecl<Boolean, false>;
1253
+ interval: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"DurationUnitValue", Object<{
1254
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1255
+ unit: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DurationUnit", {
1256
+ Seconds: EnumCase<null>;
1257
+ Minutes: EnumCase<null>;
1258
+ Hours: EnumCase<null>;
1259
+ Days: EnumCase<null>;
1260
+ Weeks: EnumCase<null>;
1261
+ Months: EnumCase<null>;
1262
+ Years: EnumCase<null>;
1263
+ Centuries: EnumCase<null>;
1264
+ Actions: EnumCase<null>;
1265
+ CombatRounds: EnumCase<null>;
1266
+ }, []>>, true>;
1267
+ }>, []>>, false>;
1268
+ per_level: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"FixedArcaneEnergyCostPerLevel", {
1269
+ Compressed: EnumCase<null>;
1270
+ Verbose: EnumCase<null>;
1271
+ }, []>>, false>;
1272
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"FixedArcaneEnergyCostTranslation", {
1273
+ note: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveTextOptional", Object<{
1274
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1275
+ compressed: import("tsondb/schema/def").MemberDecl<String, false>;
1276
+ }>, []>>, false>;
1277
+ }>, false>;
1278
+ }>, []>>>;
1279
+ PerCountable: EnumCase<IncludeIdentifier<[], TypeAlias<"ArcaneEnergyCostPerCountable", Object<{
1280
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1281
+ base_value: import("tsondb/schema/def").MemberDecl<Integer, false>;
1282
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ArcaneEnergyCostPerCountableTranslation", {
1283
+ per: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1284
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1285
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1286
+ }>, []>>, true>;
1287
+ note: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveTextOptional", Object<{
1288
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1289
+ compressed: import("tsondb/schema/def").MemberDecl<String, false>;
1290
+ }>, []>>, false>;
1291
+ }>, true>;
1292
+ }>, []>>>;
1293
+ Interval: EnumCase<IncludeIdentifier<[], TypeAlias<"IntervalArcaneEnergyCost", Object<{
1294
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1295
+ interval: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"DurationUnitValue", Object<{
1296
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1297
+ unit: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DurationUnit", {
1298
+ Seconds: EnumCase<null>;
1299
+ Minutes: EnumCase<null>;
1300
+ Hours: EnumCase<null>;
1301
+ Days: EnumCase<null>;
1302
+ Weeks: EnumCase<null>;
1303
+ Months: EnumCase<null>;
1304
+ Years: EnumCase<null>;
1305
+ Centuries: EnumCase<null>;
1306
+ Actions: EnumCase<null>;
1307
+ CombatRounds: EnumCase<null>;
1308
+ }, []>>, true>;
1309
+ }>, []>>, true>;
1310
+ }>, []>>>;
1311
+ ActivationAndHalfInterval: EnumCase<IncludeIdentifier<[], TypeAlias<"ActivationAndHalfIntervalArcaneEnergyCost", Object<{
1312
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1313
+ interval: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"DurationUnitValue", Object<{
1314
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1315
+ unit: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DurationUnit", {
1316
+ Seconds: EnumCase<null>;
1317
+ Minutes: EnumCase<null>;
1318
+ Hours: EnumCase<null>;
1319
+ Days: EnumCase<null>;
1320
+ Weeks: EnumCase<null>;
1321
+ Months: EnumCase<null>;
1322
+ Years: EnumCase<null>;
1323
+ Centuries: EnumCase<null>;
1324
+ Actions: EnumCase<null>;
1325
+ CombatRounds: EnumCase<null>;
1326
+ }, []>>, true>;
1327
+ }>, []>>, true>;
1328
+ }>, []>>>;
1329
+ Indefinite: EnumCase<IncludeIdentifier<[], TypeAlias<"IndefiniteArcaneEnergyCost", Object<{
1330
+ modifier: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"IndefiniteArcaneEnergyCostModifier", Object<{
1331
+ arithmetic: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"IndefiniteArcaneEnergyCostModifierArithmetic", {
1332
+ Add: EnumCase<null>;
1333
+ }, []>>, true>;
1334
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1335
+ }>, []>>, false>;
1336
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"IndefiniteArcaneEnergyCostTranslation", {
1337
+ description: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1338
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1339
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1340
+ }>, []>>, true>;
1341
+ }>, true>;
1342
+ }>, []>>>;
1343
+ Disjunction: EnumCase<IncludeIdentifier<[], TypeAlias<"ArcaneEnergyCostDisjunction", Object<{
1344
+ interval: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ArcaneEnergyCostDisjunctionInterval", Object<{
1345
+ value: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"DurationUnitValue", Object<{
1346
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1347
+ unit: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DurationUnit", {
1348
+ Seconds: EnumCase<null>;
1349
+ Minutes: EnumCase<null>;
1350
+ Hours: EnumCase<null>;
1351
+ Days: EnumCase<null>;
1352
+ Weeks: EnumCase<null>;
1353
+ Months: EnumCase<null>;
1354
+ Years: EnumCase<null>;
1355
+ Centuries: EnumCase<null>;
1356
+ Actions: EnumCase<null>;
1357
+ CombatRounds: EnumCase<null>;
1358
+ }, []>>, true>;
1359
+ }>, []>>, true>;
1360
+ activation_value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1361
+ after_activation: import("tsondb/schema/def").MemberDecl<Boolean, true>;
1362
+ }>, []>>, false>;
1363
+ options: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"ArcaneEnergyCostDisjunctionOption", Object<{
1364
+ value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1365
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ArcaneEnergyCostDisjunctionOptionTranslation", {
1366
+ note: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveTextOptional", Object<{
1367
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1368
+ compressed: import("tsondb/schema/def").MemberDecl<String, false>;
1369
+ }>, []>>, false>;
1370
+ }>, false>;
1371
+ }>, []>>>, true>;
1372
+ }>, []>>>;
1373
+ Variable: EnumCase<null>;
1374
+ }, []>;
1375
+ export declare const aeCost: import("tsondb/schema/def").MemberDecl<String, false>;
1376
+ export declare const volume: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Volume", {
1377
+ Fixed: EnumCase<IncludeIdentifier<[], TypeAlias<"FixedVolume", Object<{
1378
+ points: import("tsondb/schema/def").MemberDecl<Integer, true>;
1379
+ }>, []>>>;
1380
+ PerLevel: EnumCase<IncludeIdentifier<[], TypeAlias<"VolumePerLevel", Object<{
1381
+ points: import("tsondb/schema/def").MemberDecl<Integer, true>;
1382
+ }>, []>>>;
1383
+ ByLevel: EnumCase<IncludeIdentifier<[], TypeAlias<"VolumeByLevel", Object<{
1384
+ list: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"VolumeByLevelItem", Object<{
1385
+ points: import("tsondb/schema/def").MemberDecl<Integer, true>;
1386
+ }>, []>>>, true>;
1387
+ }>, []>>>;
1388
+ Map: EnumCase<IncludeIdentifier<[], TypeAlias<"VolumeMap", Object<{
1389
+ options: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"VolumeMapOption", Object<{
1390
+ points: import("tsondb/schema/def").MemberDecl<Integer, true>;
1391
+ associated_options: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"VolumeMapOptionAssociatedOption", Object<{
1392
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"VolumePointsOptionReferenceIdentifier", {
1393
+ General: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1394
+ AnimalShapeSize: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1395
+ }, []>>, true>;
1396
+ }>, []>>>, true>;
1397
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"VolumeMapOptionTranslation", {
1398
+ label: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1399
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1400
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1401
+ }>, []>>, true>;
1402
+ label_standalone: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1403
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1404
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1405
+ }>, []>>, false>;
1406
+ }>, false>;
1407
+ }>, []>>>, true>;
1408
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"VolumeMapTranslation", {
1409
+ list_prepend: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1410
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1411
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1412
+ }>, []>>, false>;
1413
+ list_append: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1414
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1415
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1416
+ }>, []>>, false>;
1417
+ replacement: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1418
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1419
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1420
+ }>, []>>, false>;
1421
+ }>, false>;
1422
+ }>, []>>>;
1423
+ DerivedFromSelection: EnumCase<IncludeIdentifier<[], TypeAlias<"VolumeDerivedFromSelection", Object<{
1424
+ fallback: import("tsondb/schema/def").MemberDecl<Integer, true>;
1425
+ }>, []>>>;
1426
+ }, []>>, true>;
1427
+ export declare const volume_l10n: import("tsondb/schema/def").MemberDecl<String, false>;
1428
+ export declare const BindingCost: Enum<"BindingCost", {
1429
+ Fixed: EnumCase<IncludeIdentifier<[], TypeAlias<"FixedBindingCost", Object<{
1430
+ permanent_value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1431
+ }>, []>>>;
1432
+ PerLevel: EnumCase<IncludeIdentifier<[], TypeAlias<"BindingCostPerLevel", Object<{
1433
+ permanent_value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1434
+ }>, []>>>;
1435
+ Map: EnumCase<IncludeIdentifier<[], TypeAlias<"BindingCostMap", Object<{
1436
+ options: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"BindingCostMapOption", Object<{
1437
+ permanent_value: import("tsondb/schema/def").MemberDecl<Integer, true>;
1438
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"BindingCostMapOptionTranslation", {
1439
+ label: import("tsondb/schema/def").MemberDecl<String, true>;
1440
+ label_standalone: import("tsondb/schema/def").MemberDecl<String, false>;
1441
+ }>, false>;
1442
+ }>, []>>>, true>;
1443
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"BindingCostMapTranslation", {
1444
+ list_prepend: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1445
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1446
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1447
+ }>, []>>, false>;
1448
+ list_append: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1449
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1450
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1451
+ }>, []>>, false>;
1452
+ replacement: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"ResponsiveText", Object<{
1453
+ full: import("tsondb/schema/def").MemberDecl<String, true>;
1454
+ compressed: import("tsondb/schema/def").MemberDecl<String, true>;
1455
+ }>, []>>, false>;
1456
+ }>, false>;
1457
+ }>, []>>>;
1458
+ DerivedFromSelection: EnumCase<IncludeIdentifier<[], TypeAlias<"BindingCostDerivedFromSelection", Object<{
1459
+ fallback: import("tsondb/schema/def").MemberDecl<Integer, true>;
1460
+ }>, []>>>;
1461
+ }, []>;
1462
+ export declare const bindingCost: import("tsondb/schema/def").MemberDecl<String, false>;
1463
+ export declare const property: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"PropertyDeclaration", {
1464
+ DependingOnSelection: EnumCase<null>;
1465
+ Fixed: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1466
+ }, []>>, true>;
1467
+ export declare const aspect: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
1468
+ export declare const aspectOptional: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, false>;
1469
+ export declare const advanced: (identifier: Type) => import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], Enum<"AdvancedSpecialAbility", {
1470
+ General: EnumCase<TypeArgument<import("tsondb/schema/def").TypeParameter<"Identifier", Type>>>;
1471
+ RestrictOptions: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"RestrictAdvancedSpecialAbilityOptions", Object<{
1472
+ id: import("tsondb/schema/def").MemberDecl<TypeArgument<import("tsondb/schema/def").TypeParameter<"Identifier", Type>>, true>;
1473
+ option: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"AdvancedSpecialAbilityRestrictedOptionIdentifier", {
1474
+ General: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1475
+ Skill: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1476
+ CloseCombatTechnique: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1477
+ RangedCombatTechnique: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1478
+ Element: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1479
+ Aspect: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1480
+ }, []>>>, true>;
1481
+ }>, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>>;
1482
+ OneOf: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"OneOfAdvancedSpecialAbilityOptions", Object<{
1483
+ options: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"Identifier", Type>>>, true>;
1484
+ is_selection_required_on_purchase: import("tsondb/schema/def").MemberDecl<Boolean, true>;
1485
+ display_option: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DisplayOption", {
1486
+ Hide: EnumCase<null>;
1487
+ ReplaceWith: EnumCase<IncludeIdentifier<[], TypeAlias<"ReplacementDisplayOption", Object<{
1488
+ sentence_type: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SentenceType", {
1489
+ Standalone: EnumCase<null>;
1490
+ Connected: EnumCase<null>;
1491
+ }, []>>, false>;
1492
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ReplacementDisplayOptionTranslation", {
1493
+ replacement: import("tsondb/schema/def").MemberDecl<String, true>;
1494
+ }>, true>;
1495
+ }>, []>>>;
1496
+ }, []>>, false>;
1497
+ }>, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>>;
1498
+ DeriveFromExternalOption: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"AdvancedSpecialAbilityDerivedFromExternalOption", Object<{
1499
+ external_entry: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
1500
+ map: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"AdvancedSpecialAbilityDerivedFromExternalOptionMapping", Object<{
1501
+ from_option: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
1502
+ to_advanced: import("tsondb/schema/def").MemberDecl<TypeArgument<import("tsondb/schema/def").TypeParameter<"Identifier", Type>>, true>;
1503
+ }>, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>>, true>;
1504
+ display_option: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DisplayOption", {
1505
+ Hide: EnumCase<null>;
1506
+ ReplaceWith: EnumCase<IncludeIdentifier<[], TypeAlias<"ReplacementDisplayOption", Object<{
1507
+ sentence_type: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SentenceType", {
1508
+ Standalone: EnumCase<null>;
1509
+ Connected: EnumCase<null>;
1510
+ }, []>>, false>;
1511
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ReplacementDisplayOptionTranslation", {
1512
+ replacement: import("tsondb/schema/def").MemberDecl<String, true>;
1513
+ }>, true>;
1514
+ }>, []>>>;
1515
+ }, []>>, false>;
1516
+ }>, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>>;
1517
+ }, [Identifier: import("tsondb/schema/def").TypeParameter<"Identifier", Type>]>>>, true>;
1518
+ export declare const combat_techniques: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"ApplicableCombatTechniques", {
1519
+ None: EnumCase<null>;
1520
+ DependingOnCombatStyle: EnumCase<null>;
1521
+ All: EnumCase<IncludeIdentifier<[], TypeAlias<"AllApplicableCombatTechniques", Object<{
1522
+ restrictions: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"ApplicableAllCombatTechniquesRestriction", {
1523
+ Improvised: EnumCase<null>;
1524
+ PointedBlade: EnumCase<null>;
1525
+ Mount: EnumCase<null>;
1526
+ Race: EnumCase<IncludeIdentifier<[], TypeAlias<"ApplicableCombatTechniquesRaceRestriction", import("tsondb/schema/def").ReferenceIdentifierType, []>>>;
1527
+ ExcludeCombatTechniques: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"ApplicableCombatTechniquesNegativeCombatTechniquesRestriction", Object<{
1528
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"Ref", Type>>>, true>;
1529
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>>;
1530
+ }, []>>>, false>;
1531
+ }>, []>>>;
1532
+ AllClose: EnumCase<IncludeIdentifier<[], TypeAlias<"AllApplicableCloseCombatTechniques", Object<{
1533
+ restrictions: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"ApplicableCloseCombatTechniquesRestriction", {
1534
+ Improvised: EnumCase<null>;
1535
+ PointedBlade: EnumCase<null>;
1536
+ Mount: EnumCase<null>;
1537
+ HasParry: EnumCase<null>;
1538
+ OneHanded: EnumCase<null>;
1539
+ ParryingWeapon: EnumCase<null>;
1540
+ Race: EnumCase<IncludeIdentifier<[], TypeAlias<"ApplicableCombatTechniquesRaceRestriction", import("tsondb/schema/def").ReferenceIdentifierType, []>>>;
1541
+ ExcludeCombatTechniques: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"ApplicableCombatTechniquesNegativeCombatTechniquesRestriction", Object<{
1542
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"Ref", Type>>>, true>;
1543
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>>;
1544
+ }, []>>>, false>;
1545
+ }>, []>>>;
1546
+ AllRanged: EnumCase<IncludeIdentifier<[], TypeAlias<"AllApplicableRangedCombatTechniques", Object<{
1547
+ restrictions: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"ApplicableRangedCombatTechniquesRestriction", {
1548
+ Improvised: EnumCase<null>;
1549
+ PointedBlade: EnumCase<null>;
1550
+ Mount: EnumCase<null>;
1551
+ Race: EnumCase<IncludeIdentifier<[], TypeAlias<"ApplicableCombatTechniquesRaceRestriction", import("tsondb/schema/def").ReferenceIdentifierType, []>>>;
1552
+ ExcludeCombatTechniques: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"ApplicableCombatTechniquesNegativeCombatTechniquesRestriction", Object<{
1553
+ list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"Ref", Type>>>, true>;
1554
+ }>, [Ref: import("tsondb/schema/def").TypeParameter<"Ref", Type>]>>>;
1555
+ }, []>>>, false>;
1556
+ }>, []>>>;
1557
+ Specific: EnumCase<IncludeIdentifier<[], TypeAlias<"SpecificApplicableCombatTechniques", Object<{
1558
+ list: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"SpecificApplicableCombatTechnique", Object<{
1559
+ id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"CombatTechniqueIdentifier", {
1560
+ CloseCombatTechnique: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1561
+ RangedCombatTechnique: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
1562
+ }, []>>, true>;
1563
+ restrictions: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"ApplicableSpecificCombatTechniquesRestriction", {
1564
+ Improvised: EnumCase<null>;
1565
+ PointedBlade: EnumCase<null>;
1566
+ Mount: EnumCase<null>;
1567
+ Race: EnumCase<IncludeIdentifier<[], TypeAlias<"ApplicableCombatTechniquesRaceRestriction", import("tsondb/schema/def").ReferenceIdentifierType, []>>>;
1568
+ Level: EnumCase<IncludeIdentifier<[], TypeAlias<"ApplicableCombatTechniquesLevelRestriction", Object<{
1569
+ level: import("tsondb/schema/def").MemberDecl<Integer, true>;
1570
+ }>, []>>>;
1571
+ Weapons: EnumCase<IncludeIdentifier<[], TypeAlias<"ApplicableCombatTechniquesWeaponRestriction", Object<{
1572
+ list: import("tsondb/schema/def").MemberDecl<Array<import("tsondb/schema/def").ReferenceIdentifierType>, true>;
1573
+ }>, []>>>;
1574
+ }, []>>>, false>;
1575
+ }>, []>>>, true>;
1576
+ }>, []>>>;
1577
+ }, []>>, true>;
1578
+ export declare const ap_value: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsValue", {
1579
+ Fixed: EnumCase<IncludeIdentifier<[], TypeAlias<"FixedAdventurePointsValue", IncludeIdentifier<[], TypeAlias<"AdventurePointsSingleValue", Integer, []>>, []>>>;
1580
+ ByLevel: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsValueByLevel", Array<IncludeIdentifier<[], TypeAlias<"AdventurePointsSingleValue", Integer, []>>>, []>>>;
1581
+ DerivedFromSelection: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDerivedFromSelection", Object<{
1582
+ translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"AdventurePointsDerivedFromSelectionTranslation", {
1583
+ replacement: import("tsondb/schema/def").MemberDecl<String, false>;
1584
+ }>, false>;
1585
+ }>, []>>>;
1586
+ Indefinite: EnumCase<null>;
1587
+ }, []>>, true>;
1588
+ export declare const ap_value_l10n: import("tsondb/schema/def").MemberDecl<String, false>;
1589
+ export declare const ap_value_append: import("tsondb/schema/def").MemberDecl<String, false>;
1590
+ export declare const input: import("tsondb/schema/def").MemberDecl<String, false>;