optolith-database-schema 0.2.3 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (518) hide show
  1. package/CHANGELOG.md +73 -0
  2. package/lib/config.d.ts +302 -250
  3. package/lib/config.js +302 -250
  4. package/lib/main.d.ts +3 -2
  5. package/lib/main.js +1 -1
  6. package/lib/types/Advantage.d.ts +23 -25
  7. package/lib/types/AnimalDisease.d.ts +18 -212
  8. package/lib/types/AnimalType.d.ts +9 -13
  9. package/lib/types/ArcaneBardTradition.d.ts +3 -27
  10. package/lib/types/ArcaneDancerTradition.d.ts +3 -27
  11. package/lib/types/Aspect.d.ts +14 -19
  12. package/lib/types/Attribute.d.ts +17 -23
  13. package/lib/types/Blessing.d.ts +81 -94
  14. package/lib/types/Cantrip.d.ts +135 -148
  15. package/lib/types/Ceremony.d.ts +55 -88
  16. package/lib/types/CombatTechnique_Close.d.ts +30 -39
  17. package/lib/types/CombatTechnique_Ranged.d.ts +28 -26
  18. package/lib/types/Condition.d.ts +18 -31
  19. package/lib/types/Continent.d.ts +9 -13
  20. package/lib/types/Culture.d.ts +164 -290
  21. package/lib/types/Culture.js +38 -0
  22. package/lib/types/DerivedCharacteristic.d.ts +4 -10
  23. package/lib/types/Disadvantage.d.ts +20 -24
  24. package/lib/types/Disease.d.ts +5 -140
  25. package/lib/types/Element.d.ts +9 -13
  26. package/lib/types/ExperienceLevel.d.ts +3 -9
  27. package/lib/types/EyeColor.d.ts +9 -13
  28. package/lib/types/FamiliarsTrick.d.ts +201 -290
  29. package/lib/types/HairColor.d.ts +9 -13
  30. package/lib/types/Lessons_Curriculum.d.ts +77 -138
  31. package/lib/types/Lessons_Guideline.d.ts +9 -13
  32. package/lib/types/LiturgicalChant.d.ts +55 -88
  33. package/lib/types/Locale.d.ts +1 -1
  34. package/lib/types/Locale.js +1 -1
  35. package/lib/types/MetaCondition.d.ts +18 -31
  36. package/lib/types/PactCategory.d.ts +48 -62
  37. package/lib/types/Patron.d.ts +60 -76
  38. package/lib/types/Patron.js +20 -0
  39. package/lib/types/PatronCategory.d.ts +11 -21
  40. package/lib/types/PersonalityTrait.d.ts +31 -39
  41. package/lib/types/Profession.d.ts +293 -435
  42. package/lib/types/Profession.js +6 -0
  43. package/lib/types/Property.d.ts +9 -13
  44. package/lib/types/Race.d.ts +95 -192
  45. package/lib/types/Race.js +11 -0
  46. package/lib/types/Region.d.ts +9 -13
  47. package/lib/types/Ritual.d.ts +58 -83
  48. package/lib/types/Service.d.ts +19 -25
  49. package/lib/types/Service.js +5 -0
  50. package/lib/types/SexPractice.d.ts +26 -34
  51. package/lib/types/Skill.d.ts +73 -102
  52. package/lib/types/Skill.js +19 -0
  53. package/lib/types/SkillGroup.d.ts +13 -18
  54. package/lib/types/SkillModificationLevel.d.ts +72 -76
  55. package/lib/types/SocialStatus.d.ts +9 -13
  56. package/lib/types/Spell.d.ts +58 -83
  57. package/lib/types/State.d.ts +14 -20
  58. package/lib/types/Talisman.d.ts +40 -54
  59. package/lib/types/Talisman.js +8 -0
  60. package/lib/types/TargetCategory.d.ts +21 -16
  61. package/lib/types/UI.d.ts +1 -5
  62. package/lib/types/_Activatable.d.ts +643 -1221
  63. package/lib/types/_Activatable.js +44 -13
  64. package/lib/types/_ActivatableSelectOptionCategory.d.ts +359 -0
  65. package/lib/types/_ActivatableSelectOptionCategory.js +8 -0
  66. package/lib/types/_ActivatableSkill.d.ts +24 -1013
  67. package/lib/types/_ActivatableSkill.js +1 -31
  68. package/lib/types/_ActivatableSkillCastingTime.d.ts +69 -0
  69. package/lib/types/_ActivatableSkillCastingTime.js +5 -0
  70. package/lib/types/_ActivatableSkillCheckResultBased.d.ts +39 -0
  71. package/lib/types/_ActivatableSkillCheckResultBased.js +16 -0
  72. package/lib/types/_ActivatableSkillCost.d.ts +223 -0
  73. package/lib/types/{prerequisites/single/CommonSuggestedByRCPPrerequisite.js → _ActivatableSkillCost.js} +0 -0
  74. package/lib/types/_ActivatableSkillDuration.d.ts +138 -0
  75. package/lib/types/_ActivatableSkillDuration.js +13 -0
  76. package/lib/types/_ActivatableSkillEffect.d.ts +68 -0
  77. package/lib/types/{equipment/_Armor.js → _ActivatableSkillEffect.js} +0 -3
  78. package/lib/types/_ActivatableSkillRange.d.ts +107 -0
  79. package/lib/types/_ActivatableSkillRange.js +5 -0
  80. package/lib/types/_ActivatableSkillTargetCategory.d.ts +39 -0
  81. package/lib/types/_ActivatableSkillTargetCategory.js +1 -0
  82. package/lib/types/_AlternativeNames.d.ts +11 -0
  83. package/lib/types/_AlternativeNames.js +1 -0
  84. package/lib/types/_ArcaneTradition.d.ts +28 -0
  85. package/lib/types/_ArcaneTradition.js +4 -0
  86. package/lib/types/_Blessed.d.ts +22 -0
  87. package/lib/types/_Blessed.js +1 -0
  88. package/lib/types/_DiseasePoison.d.ts +114 -0
  89. package/lib/types/_DiseasePoison.js +15 -0
  90. package/lib/types/_Enhancements.d.ts +16 -20
  91. package/lib/types/_I18n.d.ts +1 -5
  92. package/lib/types/_Identifier.d.ts +32 -0
  93. package/lib/types/_Identifier.js +32 -0
  94. package/lib/types/_Influence.d.ts +27 -32
  95. package/lib/types/_LocaleMap.d.ts +10 -0
  96. package/lib/types/_LocaleMap.js +1 -0
  97. package/lib/types/_NonEmptyString.d.ts +9 -0
  98. package/lib/types/_NonEmptyString.js +1 -0
  99. package/lib/types/_Prerequisite.d.ts +61 -65
  100. package/lib/types/_ResponsiveText.d.ts +54 -0
  101. package/lib/types/_ResponsiveText.js +1 -0
  102. package/lib/types/_Sex.d.ts +4 -5
  103. package/lib/types/_Sex.js +8 -1
  104. package/lib/types/_SimpleReferences.d.ts +334 -0
  105. package/lib/types/_SimpleReferences.js +1 -0
  106. package/lib/types/_SkillCheck.d.ts +12 -20
  107. package/lib/types/_SkillCheck.js +11 -1
  108. package/lib/types/_Spellwork.d.ts +18 -0
  109. package/lib/types/_Spellwork.js +1 -0
  110. package/lib/types/equipment/EquipmentPackage.d.ts +24 -28
  111. package/lib/types/equipment/item/Alchemicum.d.ts +6 -0
  112. package/lib/types/equipment/item/Alchemicum.js +5 -0
  113. package/lib/types/equipment/item/Ammunition.d.ts +31 -0
  114. package/lib/types/equipment/item/Ammunition.js +5 -0
  115. package/lib/types/equipment/item/Animal.d.ts +18 -0
  116. package/lib/types/equipment/item/Animal.js +5 -0
  117. package/lib/types/equipment/item/AnimalCare.d.ts +48 -0
  118. package/lib/types/equipment/item/AnimalCare.js +5 -0
  119. package/lib/types/equipment/item/Armor.d.ts +185 -0
  120. package/lib/types/equipment/item/Armor.js +5 -0
  121. package/lib/types/equipment/item/BandageOrRemedy.d.ts +36 -0
  122. package/lib/types/equipment/item/BandageOrRemedy.js +5 -0
  123. package/lib/types/equipment/item/Book.d.ts +60 -0
  124. package/lib/types/equipment/item/Book.js +5 -0
  125. package/lib/types/equipment/item/CeremonialItem.d.ts +41 -0
  126. package/lib/types/equipment/item/CeremonialItem.js +5 -0
  127. package/lib/types/equipment/item/Clothes.d.ts +6 -0
  128. package/lib/types/equipment/item/Clothes.js +5 -0
  129. package/lib/types/equipment/item/Container.d.ts +6 -0
  130. package/lib/types/equipment/item/Container.js +5 -0
  131. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +28 -0
  132. package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +5 -0
  133. package/lib/types/equipment/item/GemOrPreciousStone.d.ts +43 -0
  134. package/lib/types/equipment/item/GemOrPreciousStone.js +5 -0
  135. package/lib/types/equipment/item/IlluminationLightSource.d.ts +62 -0
  136. package/lib/types/equipment/item/IlluminationLightSource.js +9 -0
  137. package/lib/types/equipment/item/IlluminationRefillsOrSupplies.d.ts +6 -0
  138. package/lib/types/equipment/item/IlluminationRefillsOrSupplies.js +5 -0
  139. package/lib/types/equipment/item/Jewelry.d.ts +60 -0
  140. package/lib/types/equipment/item/Jewelry.js +5 -0
  141. package/lib/types/equipment/item/Liebesspielzeug.d.ts +6 -0
  142. package/lib/types/equipment/item/Liebesspielzeug.js +5 -0
  143. package/lib/types/equipment/item/LuxuryGood.d.ts +36 -0
  144. package/lib/types/equipment/item/LuxuryGood.js +5 -0
  145. package/lib/types/equipment/item/MagicalArtifact.d.ts +39 -0
  146. package/lib/types/equipment/item/MagicalArtifact.js +5 -0
  147. package/lib/types/equipment/item/MusicalInstrument.d.ts +22 -0
  148. package/lib/types/equipment/item/MusicalInstrument.js +5 -0
  149. package/lib/types/equipment/item/OrienteeringAid.d.ts +6 -0
  150. package/lib/types/equipment/item/OrienteeringAid.js +5 -0
  151. package/lib/types/equipment/item/Poison.d.ts +165 -0
  152. package/lib/types/equipment/item/Poison.js +12 -0
  153. package/lib/types/equipment/item/RopeOrChain.d.ts +6 -0
  154. package/lib/types/equipment/item/RopeOrChain.js +5 -0
  155. package/lib/types/equipment/item/Stationary.d.ts +6 -0
  156. package/lib/types/equipment/item/Stationary.js +5 -0
  157. package/lib/types/equipment/item/ThievesTool.d.ts +6 -0
  158. package/lib/types/equipment/item/ThievesTool.js +5 -0
  159. package/lib/types/equipment/item/ToolOfTheTrade.d.ts +56 -0
  160. package/lib/types/equipment/item/ToolOfTheTrade.js +5 -0
  161. package/lib/types/equipment/item/TravelGearOrTool.d.ts +6 -0
  162. package/lib/types/equipment/item/TravelGearOrTool.js +5 -0
  163. package/lib/types/equipment/item/Vehicle.d.ts +18 -0
  164. package/lib/types/equipment/item/Vehicle.js +5 -0
  165. package/lib/types/equipment/item/Weapon.d.ts +152 -0
  166. package/lib/types/equipment/item/Weapon.js +5 -0
  167. package/lib/types/equipment/item/WeaponAccessory.d.ts +6 -0
  168. package/lib/types/equipment/item/WeaponAccessory.js +5 -0
  169. package/lib/types/equipment/item/_Item.d.ts +163 -0
  170. package/lib/types/equipment/item/_Item.js +1 -0
  171. package/lib/types/equipment/item/_MeleeWeapon.d.ts +115 -0
  172. package/lib/types/equipment/item/_MeleeWeapon.js +4 -0
  173. package/lib/types/equipment/item/_RangedWeapon.d.ts +110 -0
  174. package/lib/types/equipment/item/_RangedWeapon.js +4 -0
  175. package/lib/types/equipment/item/_Weapon.d.ts +57 -0
  176. package/lib/types/equipment/{_Weapon.js → item/_Weapon.js} +0 -3
  177. package/lib/types/equipment/item/sub/ArmorType.d.ts +36 -0
  178. package/lib/types/equipment/{ArmorType.js → item/sub/ArmorType.js} +1 -1
  179. package/lib/types/equipment/item/sub/Reach.d.ts +27 -0
  180. package/lib/types/equipment/{Reach.js → item/sub/Reach.js} +1 -1
  181. package/lib/types/magicalActions/AnimistPower.d.ts +170 -225
  182. package/lib/types/magicalActions/AnimistPower_Tribe.d.ts +9 -13
  183. package/lib/types/magicalActions/Curse.d.ts +116 -184
  184. package/lib/types/magicalActions/DominationRitual.d.ts +98 -136
  185. package/lib/types/magicalActions/ElvenMagicalSong.d.ts +79 -123
  186. package/lib/types/magicalActions/GeodeRitual.d.ts +126 -111
  187. package/lib/types/magicalActions/JesterTrick.d.ts +117 -109
  188. package/lib/types/magicalActions/MagicalDance.d.ts +71 -138
  189. package/lib/types/magicalActions/MagicalMelody.d.ts +65 -75
  190. package/lib/types/magicalActions/MagicalRune.d.ts +155 -189
  191. package/lib/types/magicalActions/ZibiljaRitual.d.ts +57 -65
  192. package/lib/types/magicalActions/_MusicTradition.d.ts +21 -13
  193. package/lib/types/magicalActions/_MusicTradition.js +10 -1
  194. package/lib/types/magicalActions/_SkillReference.d.ts +1 -1
  195. package/lib/types/prerequisites/DisplayOption.d.ts +7 -8
  196. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +195 -16
  197. package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +0 -3
  198. package/lib/types/prerequisites/single/AnimistPowerPrerequisite.d.ts +0 -1
  199. package/lib/types/prerequisites/single/CulturePrerequisite.d.ts +0 -1
  200. package/lib/types/prerequisites/single/EnhancementPrerequisite.d.ts +17 -14
  201. package/lib/types/prerequisites/single/InfluencePrerequisite.d.ts +0 -1
  202. package/lib/types/prerequisites/single/PactPrerequisite.d.ts +5 -14
  203. package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +5 -6
  204. package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.js +5 -1
  205. package/lib/types/prerequisites/single/PublicationPrerequisite.d.ts +0 -1
  206. package/lib/types/prerequisites/single/RacePrerequisite.d.ts +0 -1
  207. package/lib/types/prerequisites/single/RatedPrerequisite.d.ts +32 -41
  208. package/lib/types/prerequisites/single/RulePrerequisite.d.ts +0 -1
  209. package/lib/types/prerequisites/single/SexPrerequisite.d.ts +0 -1
  210. package/lib/types/prerequisites/single/SocialStatusPrerequisite.d.ts +0 -1
  211. package/lib/types/prerequisites/single/StatePrerequisite.d.ts +0 -1
  212. package/lib/types/prerequisites/single/TextPrerequisite.d.ts +9 -14
  213. package/lib/types/prerequisites/single/TextPrerequisite.js +5 -1
  214. package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +18 -12
  215. package/lib/types/prerequisites/single/TraditionPrerequisite.js +18 -1
  216. package/lib/types/rule/CoreRule.d.ts +256 -206
  217. package/lib/types/rule/CoreRule.js +5 -0
  218. package/lib/types/rule/FocusRule.d.ts +19 -24
  219. package/lib/types/rule/FocusRule_Subject.d.ts +9 -13
  220. package/lib/types/rule/OptionalRule.d.ts +12 -35
  221. package/lib/types/rule/_Rule.d.ts +20 -0
  222. package/lib/types/rule/_Rule.js +1 -0
  223. package/lib/types/source/Publication.d.ts +39 -56
  224. package/lib/types/source/Publication.js +10 -0
  225. package/lib/types/source/_Erratum.d.ts +2 -1
  226. package/lib/types/source/_PublicationRef.d.ts +43 -37
  227. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +13 -17
  228. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +8 -12
  229. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +8 -12
  230. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +8 -12
  231. package/lib/types/specialAbility/AncestorGlyph.d.ts +8 -12
  232. package/lib/types/specialAbility/BlessedTradition.d.ts +95 -123
  233. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +9 -13
  234. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +8 -12
  235. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +13 -17
  236. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +10 -18
  237. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +1 -1
  238. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +8 -12
  239. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +8 -12
  240. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +8 -12
  241. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +8 -12
  242. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +8 -12
  243. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +8 -12
  244. package/lib/types/specialAbility/LycantropicGift.d.ts +8 -12
  245. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +8 -12
  246. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +8 -12
  247. package/lib/types/specialAbility/MagicalTradition.d.ts +38 -58
  248. package/lib/types/specialAbility/PactGift.d.ts +73 -62
  249. package/lib/types/specialAbility/PactGift.js +10 -0
  250. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +16 -23
  251. package/lib/types/specialAbility/Sermon.d.ts +8 -12
  252. package/lib/types/specialAbility/SexSpecialAbility.d.ts +8 -12
  253. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +8 -12
  254. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +8 -12
  255. package/lib/types/specialAbility/VampiricGift.d.ts +8 -12
  256. package/lib/types/specialAbility/Vision.d.ts +8 -12
  257. package/lib/types/specialAbility/_Tradition.d.ts +12 -0
  258. package/lib/types/specialAbility/_Tradition.js +1 -0
  259. package/lib/types/specialAbility/sub/Language.d.ts +78 -104
  260. package/lib/types/specialAbility/sub/Script.d.ts +24 -51
  261. package/lib/types/specialAbility/sub/TradeSecret.d.ts +14 -20
  262. package/lib/types/specialAbility/sub/_LanguageScript.d.ts +13 -0
  263. package/lib/types/specialAbility/sub/_LanguageScript.js +1 -0
  264. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +20 -24
  265. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +21 -25
  266. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +20 -24
  267. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +31 -34
  268. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +20 -24
  269. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +45 -25
  270. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +20 -24
  271. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +20 -24
  272. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +20 -24
  273. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +20 -24
  274. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +20 -24
  275. package/lib/types/traditionArtifacts/SickleRitual.d.ts +20 -24
  276. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +20 -24
  277. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +21 -25
  278. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +21 -25
  279. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +20 -24
  280. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +20 -24
  281. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +19 -24
  282. package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +24 -16
  283. package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +9 -13
  284. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +9 -13
  285. package/lib/types/traditionArtifacts/sub/Brew.d.ts +9 -13
  286. package/lib/validation/schema.d.ts +11 -2
  287. package/lib/validation/schema.js +16 -4
  288. package/package.json +8 -7
  289. package/schema/Advantage.schema.json +49 -42
  290. package/schema/AnimalDisease.schema.json +17 -325
  291. package/schema/AnimalType.schema.json +17 -15
  292. package/schema/ArcaneBardTradition.schema.json +4 -42
  293. package/schema/ArcaneDancerTradition.schema.json +4 -42
  294. package/schema/Aspect.schema.json +21 -20
  295. package/schema/Attribute.schema.json +27 -27
  296. package/schema/Blessing.schema.json +202 -163
  297. package/schema/Cantrip.schema.json +353 -271
  298. package/schema/Ceremony.schema.json +90 -149
  299. package/schema/CombatTechnique_Close.schema.json +56 -67
  300. package/schema/CombatTechnique_Ranged.schema.json +46 -30
  301. package/schema/Condition.schema.json +46 -50
  302. package/schema/Continent.schema.json +18 -15
  303. package/schema/Culture.schema.json +324 -495
  304. package/schema/DerivedCharacteristic.schema.json +8 -8
  305. package/schema/Disadvantage.schema.json +45 -40
  306. package/schema/Disease.schema.json +7 -193
  307. package/schema/Element.schema.json +18 -15
  308. package/schema/ExperienceLevel.schema.json +5 -5
  309. package/schema/EyeColor.schema.json +17 -15
  310. package/schema/FamiliarsTrick.schema.json +491 -513
  311. package/schema/HairColor.schema.json +17 -15
  312. package/schema/Kirchenpraegung.schema.json +4 -4
  313. package/schema/Lessons_Curriculum.schema.json +234 -236
  314. package/schema/Lessons_Guideline.schema.json +17 -15
  315. package/schema/LiturgicalChant.schema.json +90 -149
  316. package/schema/Locale.schema.json +5 -5
  317. package/schema/MetaCondition.schema.json +46 -50
  318. package/schema/PactCategory.schema.json +101 -89
  319. package/schema/Patron.schema.json +151 -229
  320. package/schema/PatronCategory.schema.json +18 -27
  321. package/schema/PersonalityTrait.schema.json +50 -57
  322. package/schema/Profession.schema.json +833 -993
  323. package/schema/Property.schema.json +18 -16
  324. package/schema/Race.schema.json +170 -311
  325. package/schema/Region.schema.json +17 -15
  326. package/schema/Ritual.schema.json +111 -158
  327. package/schema/Service.schema.json +33 -51
  328. package/schema/SexPractice.schema.json +37 -39
  329. package/schema/Skill.schema.json +95 -162
  330. package/schema/SkillGroup.schema.json +23 -22
  331. package/schema/SkillModificationLevel.schema.json +93 -82
  332. package/schema/SocialStatus.schema.json +17 -15
  333. package/schema/Spell.schema.json +110 -158
  334. package/schema/State.schema.json +26 -25
  335. package/schema/Talisman.schema.json +60 -121
  336. package/schema/TargetCategory.schema.json +35 -20
  337. package/schema/UI.schema.json +830 -834
  338. package/schema/_Activatable.schema.json +1609 -2258
  339. package/schema/_ActivatableSelectOptionCategory.schema.json +1172 -0
  340. package/schema/_ActivatableSkill.schema.json +96 -1679
  341. package/schema/_ActivatableSkillCastingTime.schema.json +177 -0
  342. package/schema/_ActivatableSkillCheckResultBased.schema.json +57 -0
  343. package/schema/_ActivatableSkillCost.schema.json +448 -0
  344. package/schema/_ActivatableSkillDuration.schema.json +335 -0
  345. package/schema/_ActivatableSkillEffect.schema.json +153 -0
  346. package/schema/_ActivatableSkillRange.schema.json +241 -0
  347. package/schema/_ActivatableSkillTargetCategory.schema.json +145 -0
  348. package/schema/_AlternativeNames.schema.json +23 -0
  349. package/schema/_ArcaneTradition.schema.json +51 -0
  350. package/schema/_Blessed.schema.json +64 -0
  351. package/schema/_CommonnessRatedAdvantageDisadvantage.schema.json +2 -2
  352. package/schema/_Dice.schema.json +3 -3
  353. package/schema/_DiseasePoison.schema.json +140 -0
  354. package/schema/_Enhancements.schema.json +29 -26
  355. package/schema/_I18n.schema.json +8 -12
  356. package/schema/_Identifier.schema.json +73 -22
  357. package/schema/_ImprovementCost.schema.json +2 -2
  358. package/schema/_Influence.schema.json +48 -45
  359. package/schema/_NonEmptyString.schema.json +14 -0
  360. package/schema/_Prerequisite.schema.json +953 -765
  361. package/schema/_ResponsiveText.schema.json +66 -0
  362. package/schema/_Sex.schema.json +6 -28
  363. package/schema/_SimpleReferences.schema.json +586 -0
  364. package/schema/_SkillCheck.schema.json +10 -69
  365. package/schema/_Spellwork.schema.json +54 -0
  366. package/schema/equipment/EquipmentPackage.schema.json +37 -32
  367. package/schema/equipment/item/Alchemicum.schema.json +10 -0
  368. package/schema/equipment/item/Ammunition.schema.json +56 -0
  369. package/schema/equipment/item/Animal.schema.json +36 -0
  370. package/schema/equipment/item/AnimalCare.schema.json +124 -0
  371. package/schema/equipment/item/Armor.schema.json +309 -0
  372. package/schema/equipment/item/BandageOrRemedy.schema.json +53 -0
  373. package/schema/equipment/item/Book.schema.json +89 -0
  374. package/schema/equipment/item/CeremonialItem.schema.json +59 -0
  375. package/schema/equipment/item/Clothes.schema.json +10 -0
  376. package/schema/equipment/item/Container.schema.json +10 -0
  377. package/schema/equipment/item/EquipmentOfBlessedOnes.schema.json +46 -0
  378. package/schema/equipment/item/GemOrPreciousStone.schema.json +69 -0
  379. package/schema/equipment/item/IlluminationLightSource.schema.json +122 -0
  380. package/schema/equipment/item/IlluminationRefillsOrSupplies.schema.json +10 -0
  381. package/schema/equipment/item/Jewelry.schema.json +113 -0
  382. package/schema/equipment/item/Liebesspielzeug.schema.json +10 -0
  383. package/schema/equipment/item/LuxuryGood.schema.json +53 -0
  384. package/schema/equipment/item/MagicalArtifact.schema.json +64 -0
  385. package/schema/equipment/item/MusicalInstrument.schema.json +41 -0
  386. package/schema/equipment/item/OrienteeringAid.schema.json +10 -0
  387. package/schema/equipment/item/Poison.schema.json +369 -0
  388. package/schema/equipment/item/RopeOrChain.schema.json +10 -0
  389. package/schema/equipment/item/Stationary.schema.json +10 -0
  390. package/schema/equipment/item/ThievesTool.schema.json +10 -0
  391. package/schema/equipment/item/ToolOfTheTrade.schema.json +82 -0
  392. package/schema/equipment/item/TravelGearOrTool.schema.json +10 -0
  393. package/schema/equipment/item/Vehicle.schema.json +36 -0
  394. package/schema/equipment/item/Weapon.schema.json +265 -0
  395. package/schema/equipment/item/WeaponAccessory.schema.json +10 -0
  396. package/schema/equipment/item/_Item.schema.json +403 -0
  397. package/schema/equipment/item/_MeleeWeapon.schema.json +180 -0
  398. package/schema/equipment/item/_RangedWeapon.schema.json +186 -0
  399. package/schema/equipment/item/_Weapon.schema.json +99 -0
  400. package/schema/equipment/item/sub/ArmorType.schema.json +53 -0
  401. package/schema/equipment/{Reach.schema.json → item/sub/Reach.schema.json} +18 -16
  402. package/schema/magicalActions/AnimistPower.schema.json +427 -402
  403. package/schema/magicalActions/AnimistPower_Tribe.schema.json +17 -15
  404. package/schema/magicalActions/Curse.schema.json +293 -313
  405. package/schema/magicalActions/DominationRitual.schema.json +233 -220
  406. package/schema/magicalActions/ElvenMagicalSong.schema.json +132 -154
  407. package/schema/magicalActions/GeodeRitual.schema.json +296 -220
  408. package/schema/magicalActions/JesterTrick.schema.json +269 -198
  409. package/schema/magicalActions/MagicalDance.schema.json +147 -251
  410. package/schema/magicalActions/MagicalMelody.schema.json +129 -164
  411. package/schema/magicalActions/MagicalRune.schema.json +341 -323
  412. package/schema/magicalActions/ZibiljaRitual.schema.json +139 -112
  413. package/schema/magicalActions/_MusicTradition.schema.json +44 -14
  414. package/schema/magicalActions/_SkillReference.schema.json +4 -4
  415. package/schema/prerequisites/ConditionalPrerequisites.schema.json +3 -3
  416. package/schema/prerequisites/DisplayOption.schema.json +33 -15
  417. package/schema/prerequisites/PrerequisiteGroups.schema.json +845 -62
  418. package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +13 -25
  419. package/schema/prerequisites/single/AnimistPowerPrerequisite.schema.json +4 -7
  420. package/schema/prerequisites/single/CulturePrerequisite.schema.json +4 -8
  421. package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +30 -23
  422. package/schema/prerequisites/single/InfluencePrerequisite.schema.json +3 -7
  423. package/schema/prerequisites/single/PactPrerequisite.schema.json +9 -19
  424. package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +10 -33
  425. package/schema/prerequisites/single/PublicationPrerequisite.schema.json +3 -7
  426. package/schema/prerequisites/single/RacePrerequisite.schema.json +4 -8
  427. package/schema/prerequisites/single/RatedPrerequisite.schema.json +104 -107
  428. package/schema/prerequisites/single/RulePrerequisite.schema.json +4 -8
  429. package/schema/prerequisites/single/SexPrerequisite.schema.json +4 -8
  430. package/schema/prerequisites/single/SocialStatusPrerequisite.schema.json +3 -7
  431. package/schema/prerequisites/single/StatePrerequisite.schema.json +4 -8
  432. package/schema/prerequisites/single/TextPrerequisite.schema.json +13 -34
  433. package/schema/prerequisites/single/TraditionPrerequisite.schema.json +22 -68
  434. package/schema/rule/CoreRule.schema.json +1295 -859
  435. package/schema/rule/FocusRule.schema.json +34 -30
  436. package/schema/rule/FocusRule_Subject.schema.json +17 -15
  437. package/schema/rule/OptionalRule.schema.json +24 -56
  438. package/schema/rule/_Rule.schema.json +59 -0
  439. package/schema/source/Publication.schema.json +47 -117
  440. package/schema/source/_Erratum.schema.json +5 -6
  441. package/schema/source/_PublicationRef.schema.json +103 -59
  442. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +41 -38
  443. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +35 -32
  444. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +35 -32
  445. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +35 -32
  446. package/schema/specialAbility/AncestorGlyph.schema.json +33 -30
  447. package/schema/specialAbility/BlessedTradition.schema.json +251 -225
  448. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +35 -32
  449. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +36 -33
  450. package/schema/specialAbility/CombatSpecialAbility.schema.json +41 -38
  451. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +39 -61
  452. package/schema/specialAbility/CommandSpecialAbility.schema.json +16 -16
  453. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +33 -30
  454. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +33 -30
  455. package/schema/specialAbility/FatePointSpecialAbility.schema.json +35 -32
  456. package/schema/specialAbility/GeneralSpecialAbility.schema.json +35 -32
  457. package/schema/specialAbility/KarmaSpecialAbility.schema.json +33 -30
  458. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +36 -33
  459. package/schema/specialAbility/LycantropicGift.schema.json +33 -30
  460. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +36 -33
  461. package/schema/specialAbility/MagicalSpecialAbility.schema.json +35 -32
  462. package/schema/specialAbility/MagicalTradition.schema.json +66 -87
  463. package/schema/specialAbility/PactGift.schema.json +196 -174
  464. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +39 -38
  465. package/schema/specialAbility/Sermon.schema.json +33 -30
  466. package/schema/specialAbility/SexSpecialAbility.schema.json +35 -32
  467. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +33 -30
  468. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +34 -31
  469. package/schema/specialAbility/VampiricGift.schema.json +33 -30
  470. package/schema/specialAbility/Vision.schema.json +33 -30
  471. package/schema/specialAbility/_Tradition.schema.json +23 -0
  472. package/schema/specialAbility/sub/Language.schema.json +170 -162
  473. package/schema/specialAbility/sub/Script.schema.json +35 -72
  474. package/schema/specialAbility/sub/TradeSecret.schema.json +26 -25
  475. package/schema/specialAbility/sub/_LanguageScript.schema.json +26 -0
  476. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +46 -43
  477. package/schema/traditionArtifacts/AttireEnchantment.schema.json +47 -43
  478. package/schema/traditionArtifacts/BowlEnchantment.schema.json +46 -43
  479. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +63 -56
  480. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +46 -43
  481. package/schema/traditionArtifacts/DaggerRitual.schema.json +132 -43
  482. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +46 -43
  483. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +46 -43
  484. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +46 -43
  485. package/schema/traditionArtifacts/OrbEnchantment.schema.json +46 -43
  486. package/schema/traditionArtifacts/RingEnchantment.schema.json +46 -43
  487. package/schema/traditionArtifacts/SickleRitual.schema.json +46 -43
  488. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +46 -43
  489. package/schema/traditionArtifacts/StaffEnchantment.schema.json +47 -43
  490. package/schema/traditionArtifacts/ToyEnchantment.schema.json +47 -43
  491. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +46 -43
  492. package/schema/traditionArtifacts/WandEnchantment.schema.json +46 -43
  493. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +46 -50
  494. package/schema/traditionArtifacts/sub/AnimalShape.schema.json +53 -25
  495. package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +17 -15
  496. package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +17 -15
  497. package/schema/traditionArtifacts/sub/Brew.schema.json +17 -15
  498. package/lib/types/MagicalTraditionPlaceholder.d.ts +0 -32
  499. package/lib/types/MagicalTraditionPlaceholder.js +0 -5
  500. package/lib/types/Poison.d.ts +0 -208
  501. package/lib/types/Poison.js +0 -5
  502. package/lib/types/equipment/ArmorType.d.ts +0 -31
  503. package/lib/types/equipment/Item.d.ts +0 -308
  504. package/lib/types/equipment/Item.js +0 -35
  505. package/lib/types/equipment/ItemGroup.d.ts +0 -31
  506. package/lib/types/equipment/ItemGroup.js +0 -5
  507. package/lib/types/equipment/Reach.d.ts +0 -31
  508. package/lib/types/equipment/_Armor.d.ts +0 -70
  509. package/lib/types/equipment/_Weapon.d.ts +0 -330
  510. package/lib/types/prerequisites/single/CommonSuggestedByRCPPrerequisite.d.ts +0 -3
  511. package/schema/MagicalTraditionPlaceholder.schema.json +0 -45
  512. package/schema/Poison.schema.json +0 -417
  513. package/schema/equipment/ArmorType.schema.json +0 -45
  514. package/schema/equipment/Item.schema.json +0 -621
  515. package/schema/equipment/ItemGroup.schema.json +0 -45
  516. package/schema/equipment/_Armor.schema.json +0 -125
  517. package/schema/equipment/_Weapon.schema.json +0 -664
  518. package/schema/prerequisites/single/CommonSuggestedByRCPPrerequisite.schema.json +0 -18
@@ -2,108 +2,104 @@
2
2
  * @title Prerequisites
3
3
  */
4
4
  import { AdvantageDisadvantagePrerequisiteGroup, AnimistPowerPrerequisiteGroup, ArcaneTraditionPrerequisiteGroup, DerivedCharacteristicPrerequisiteGroup, EnhancementPrerequisiteGroup, GeneralPrerequisiteGroup, GeodeRitualPrerequisiteGroup, InfluencePrerequisiteGroup, LanguagePrerequisiteGroup, LiturgyPrerequisiteGroup, PersonalityTraitPrerequisiteGroup, ProfessionPrerequisiteGroup, PublicationPrerequisiteGroup, SpellworkPrerequisiteGroup } from "./prerequisites/PrerequisiteGroups.js";
5
+ import { LocaleMap } from "./_LocaleMap.js";
6
+ import { NonEmptyString } from "./_NonEmptyString.js";
5
7
  /**
6
- * @title Prerequisite Collection Types
8
+ * A prerequisite group has no influence on validation logic. It serves as a
9
+ * single unit for displaying purposes, where the source uses a prerequisites
10
+ * item that cannot be represented as a single prerequisite.
7
11
  */
8
- declare namespace PrerequisiteCollection {
12
+ export declare type PrerequisiteGroup<T> = {
9
13
  /**
10
- * A prerequisite group has no influence on validation logic. It serves as a
11
- * single unit for displaying purposes, where the source uses a prerequisites
12
- * item that cannot be represented as a single prerequisite.
14
+ * @minItems 2
13
15
  */
14
- export type Group<T> = {
15
- tag: "Group";
16
- /**
17
- * @minItems 2
18
- */
19
- list: T[];
20
- /**
21
- * All translations for the entry, identified by IETF language tag (BCP47).
22
- * @minProperties 1
23
- */
24
- translations: {
25
- /**
26
- * @patternProperties ^[a-z]{2}-[A-Z]{2}$
27
- * @minLength 1
28
- */
29
- [localeId: string]: string;
30
- };
31
- };
32
- type SingleAndGrouped<T> = T | Group<T>;
33
- export type Plain<T> = {
34
- tag: "Plain";
35
- /**
36
- * @minItems 1
37
- */
38
- list: SingleAndGrouped<T>[];
39
- };
40
- export type ByLevel<T> = Plain<T> | {
41
- tag: "ByLevel";
42
- /**
43
- * @minItems 1
44
- */
45
- list: {
46
- /**
47
- * @integer
48
- * @minimum 1
49
- */
50
- level: number;
51
- /**
52
- * @minItems 1
53
- */
54
- prerequisites: SingleAndGrouped<T>[];
55
- }[];
56
- };
57
- export {};
58
- }
59
- export declare type DerivedCharacteristicPrerequisites = PrerequisiteCollection.Plain<DerivedCharacteristicPrerequisiteGroup>;
60
- export declare type PublicationPrerequisites = PrerequisiteCollection.Plain<PublicationPrerequisiteGroup>;
16
+ list: T[];
17
+ /**
18
+ * All translations for the entry, identified by IETF language tag (BCP47).
19
+ */
20
+ translations: LocaleMap<NonEmptyString>;
21
+ };
22
+ export declare type PrerequisiteSingleOrGroup<T> = T | {
23
+ tag: "Group";
24
+ group: PrerequisiteGroup<T>;
25
+ };
26
+ /**
27
+ * @minItems 1
28
+ */
29
+ export declare type PlainPrerequisites<T> = PrerequisiteSingleOrGroup<T>[];
30
+ /**
31
+ * @minItems 1
32
+ */
33
+ export declare type PrerequisitesForLevels<T> = PrerequisitesForLevel<T>[];
34
+ export declare type PrerequisitesForLevel<T> = {
35
+ /**
36
+ * @integer
37
+ * @minimum 1
38
+ */
39
+ level: number;
40
+ /**
41
+ * @minItems 1
42
+ */
43
+ prerequisites: PrerequisiteSingleOrGroup<T>[];
44
+ };
45
+ export declare type SimplePrerequisites<T> = {
46
+ tag: "Plain";
47
+ plain: PlainPrerequisites<T>;
48
+ };
49
+ export declare type PrerequisitesByLevel<T> = {
50
+ tag: "Plain";
51
+ plain: PlainPrerequisites<T>;
52
+ } | {
53
+ tag: "ByLevel";
54
+ by_level: PrerequisitesForLevels<T>[];
55
+ };
56
+ export declare type DerivedCharacteristicPrerequisites = SimplePrerequisites<DerivedCharacteristicPrerequisiteGroup>;
57
+ export declare type PublicationPrerequisites = SimplePrerequisites<PublicationPrerequisiteGroup>;
61
58
  /**
62
59
  * @title General Prerequisites
63
60
  */
64
- export declare type GeneralPrerequisites = PrerequisiteCollection.ByLevel<GeneralPrerequisiteGroup>;
61
+ export declare type GeneralPrerequisites = PrerequisitesByLevel<GeneralPrerequisiteGroup>;
65
62
  /**
66
63
  * @title Profession Prerequisites
67
64
  */
68
- export declare type ProfessionPrerequisites = PrerequisiteCollection.Plain<ProfessionPrerequisiteGroup>;
65
+ export declare type ProfessionPrerequisites = SimplePrerequisites<ProfessionPrerequisiteGroup>;
69
66
  /**
70
67
  * @title Advantage/Disadvantage Prerequisites
71
68
  */
72
- export declare type AdvantageDisadvantagePrerequisites = PrerequisiteCollection.ByLevel<AdvantageDisadvantagePrerequisiteGroup>;
69
+ export declare type AdvantageDisadvantagePrerequisites = PrerequisitesByLevel<AdvantageDisadvantagePrerequisiteGroup>;
73
70
  /**
74
71
  * @title Arcane Tradition Prerequisites
75
72
  */
76
- export declare type ArcaneTraditionPrerequisites = PrerequisiteCollection.Plain<ArcaneTraditionPrerequisiteGroup>;
73
+ export declare type ArcaneTraditionPrerequisites = SimplePrerequisites<ArcaneTraditionPrerequisiteGroup>;
77
74
  /**
78
75
  * @title Personality Trait Prerequisites
79
76
  */
80
- export declare type PersonalityTraitPrerequisites = PrerequisiteCollection.Plain<PersonalityTraitPrerequisiteGroup>;
77
+ export declare type PersonalityTraitPrerequisites = SimplePrerequisites<PersonalityTraitPrerequisiteGroup>;
81
78
  /**
82
79
  * @title Spellwork Prerequisites
83
80
  */
84
- export declare type SpellworkPrerequisites = PrerequisiteCollection.Plain<SpellworkPrerequisiteGroup>;
81
+ export declare type SpellworkPrerequisites = SimplePrerequisites<SpellworkPrerequisiteGroup>;
85
82
  /**
86
83
  * @title Liturgy Prerequisites
87
84
  */
88
- export declare type LiturgyPrerequisites = PrerequisiteCollection.Plain<LiturgyPrerequisiteGroup>;
85
+ export declare type LiturgyPrerequisites = SimplePrerequisites<LiturgyPrerequisiteGroup>;
89
86
  /**
90
87
  * @title Influence Prerequisites
91
88
  */
92
- export declare type InfluencePrerequisites = PrerequisiteCollection.Plain<InfluencePrerequisiteGroup>;
89
+ export declare type InfluencePrerequisites = SimplePrerequisites<InfluencePrerequisiteGroup>;
93
90
  /**
94
91
  * @title Language Prerequisites
95
92
  */
96
- export declare type LanguagePrerequisites = PrerequisiteCollection.ByLevel<LanguagePrerequisiteGroup>;
93
+ export declare type LanguagePrerequisites = PrerequisitesByLevel<LanguagePrerequisiteGroup>;
97
94
  /**
98
95
  * @title Animist Power Prerequisites
99
96
  */
100
- export declare type AnimistPowerPrerequisites = PrerequisiteCollection.Plain<AnimistPowerPrerequisiteGroup>;
97
+ export declare type AnimistPowerPrerequisites = SimplePrerequisites<AnimistPowerPrerequisiteGroup>;
101
98
  /**
102
99
  * @title Geode Ritual Prerequisites
103
100
  */
104
- export declare type GeodeRitualPrerequisites = PrerequisiteCollection.Plain<GeodeRitualPrerequisiteGroup>;
101
+ export declare type GeodeRitualPrerequisites = SimplePrerequisites<GeodeRitualPrerequisiteGroup>;
105
102
  /**
106
103
  * @title Enhancement Prerequisites
107
104
  */
108
- export declare type EnhancementPrerequisites = PrerequisiteCollection.Plain<EnhancementPrerequisiteGroup>;
109
- export {};
105
+ export declare type EnhancementPrerequisites = SimplePrerequisites<EnhancementPrerequisiteGroup>;
@@ -0,0 +1,54 @@
1
+ import { NonEmptyString } from "./_NonEmptyString.js";
2
+ /**
3
+ * A text from the source that can be also displayed in small areas using a
4
+ * compressed version.
5
+ */
6
+ export declare type ResponsiveText = {
7
+ /**
8
+ * The full text from the source.
9
+ */
10
+ full: NonEmptyString;
11
+ /**
12
+ * A compressed text for use in small areas (e.g. on character sheet).
13
+ */
14
+ compressed: NonEmptyString;
15
+ };
16
+ /**
17
+ * A text from the source that can be also displayed in small areas using a
18
+ * compressed version. It is used as a replacement for a generated text while
19
+ * the generated text is still provided and should be used.
20
+ */
21
+ export declare type ResponsiveTextReplace = {
22
+ /**
23
+ * The full replacement string. It must contain `$1`, which is going to be
24
+ * replaced with the generated string, so additional information can be
25
+ * provided without duplicating concrete numeric values.
26
+ * @minLength 1
27
+ * @pattern \$1
28
+ */
29
+ default: string;
30
+ /**
31
+ * A compressed replacement string for use in small areas (e.g. on character
32
+ * sheet). It must contain `$1`, which is going to be replaced with the
33
+ * generated string, so additional information can be provided without
34
+ * duplicating concrete numeric values.
35
+ * @minLength 1
36
+ * @pattern \$1
37
+ */
38
+ compressed: string;
39
+ };
40
+ /**
41
+ * A text from the source that can be also displayed in small areas using a
42
+ * compressed version, if available.
43
+ */
44
+ export declare type ResponsiveTextOptional = {
45
+ /**
46
+ * The full text from the source.
47
+ */
48
+ full: NonEmptyString;
49
+ /**
50
+ * A compressed text for use in small areas (e.g. on character sheet). If this
51
+ * is not present, it should not appear in those areas.
52
+ */
53
+ compressed?: NonEmptyString;
54
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -4,8 +4,7 @@
4
4
  /**
5
5
  * @title Binary Sex
6
6
  */
7
- export declare type BinarySex = {
8
- tag: "Male";
9
- } | {
10
- tag: "Female";
11
- };
7
+ export declare enum BinarySex {
8
+ Male = "Male",
9
+ Female = "Female"
10
+ }
package/lib/types/_Sex.js CHANGED
@@ -1,4 +1,11 @@
1
1
  /**
2
2
  * @main BinarySex
3
3
  */
4
- export {};
4
+ /**
5
+ * @title Binary Sex
6
+ */
7
+ export var BinarySex;
8
+ (function (BinarySex) {
9
+ BinarySex["Male"] = "Male";
10
+ BinarySex["Female"] = "Female";
11
+ })(BinarySex || (BinarySex = {}));
@@ -0,0 +1,334 @@
1
+ import { CombatTechniqueIdentifier } from "./_Identifier.js";
2
+ export declare type FocusRuleSubjectReference = {
3
+ /**
4
+ * The focus rule subject's identifier.
5
+ * @integer
6
+ * @minimum 1
7
+ */
8
+ id: number;
9
+ };
10
+ export declare type RaceReference = {
11
+ /**
12
+ * The race's identifier.
13
+ * @integer
14
+ * @minimum 1
15
+ */
16
+ id: number;
17
+ };
18
+ export declare type CultureReference = {
19
+ /**
20
+ * The culture's identifier.
21
+ * @integer
22
+ * @minimum 1
23
+ */
24
+ id: number;
25
+ };
26
+ export declare type ProfessionReference = {
27
+ /**
28
+ * The profession's identifier.
29
+ * @integer
30
+ * @minimum 1
31
+ */
32
+ id: number;
33
+ };
34
+ export declare type ProfessionVariantReference = {
35
+ /**
36
+ * The profession variant's identifier.
37
+ * @integer
38
+ * @minimum 1
39
+ */
40
+ id: number;
41
+ };
42
+ export declare type AttributeReference = {
43
+ /**
44
+ * The attribute's identifier.
45
+ * @integer
46
+ * @minimum 1
47
+ * @maximum 8
48
+ */
49
+ id: number;
50
+ };
51
+ export declare type SkillReference = {
52
+ /**
53
+ * The skill's identifier.
54
+ * @integer
55
+ * @minimum 1
56
+ */
57
+ id: number;
58
+ };
59
+ export declare type SkillGroupReference = {
60
+ /**
61
+ * The skill group's identifier.
62
+ * @integer
63
+ * @minimum 1
64
+ * @maximum 5
65
+ */
66
+ id: number;
67
+ };
68
+ export declare type CombatTechniqueReference = {
69
+ /**
70
+ * The combat technique's identifier.
71
+ */
72
+ id: CombatTechniqueIdentifier;
73
+ };
74
+ export declare type CloseCombatTechniqueReference = {
75
+ /**
76
+ * The close combat technique's identifier.
77
+ * @integer
78
+ * @minimum 1
79
+ */
80
+ id: number;
81
+ };
82
+ export declare type RangedCombatTechniqueReference = {
83
+ /**
84
+ * The ranged combat technique's identifier.
85
+ * @integer
86
+ * @minimum 1
87
+ */
88
+ id: number;
89
+ };
90
+ export declare type MagicalTraditionReference = {
91
+ /**
92
+ * The magical tradition's identifier.
93
+ * @integer
94
+ * @minimum 1
95
+ */
96
+ id: number;
97
+ };
98
+ export declare type CantripReference = {
99
+ /**
100
+ * The cantrip's identifier.
101
+ * @integer
102
+ * @minimum 1
103
+ */
104
+ id: number;
105
+ };
106
+ export declare type SpellReference = {
107
+ /**
108
+ * The spell's identifier.
109
+ * @integer
110
+ * @minimum 1
111
+ */
112
+ id: number;
113
+ };
114
+ export declare type RitualReference = {
115
+ /**
116
+ * The ritual's identifier.
117
+ * @integer
118
+ * @minimum 1
119
+ */
120
+ id: number;
121
+ };
122
+ export declare type PropertyReference = {
123
+ /**
124
+ * The property's identifier.
125
+ * @integer
126
+ * @minimum 1
127
+ */
128
+ id: number;
129
+ };
130
+ export declare type BlessedTraditionReference = {
131
+ /**
132
+ * The blessed tradition's identifier.
133
+ * @integer
134
+ * @minimum 1
135
+ */
136
+ id: number;
137
+ };
138
+ export declare type BlessingReference = {
139
+ /**
140
+ * The blessing's identifier.
141
+ * @integer
142
+ * @minimum 1
143
+ */
144
+ id: number;
145
+ };
146
+ export declare type LiturgicalChantReference = {
147
+ /**
148
+ * The liturgical chant's identifier.
149
+ * @integer
150
+ * @minimum 1
151
+ */
152
+ id: number;
153
+ };
154
+ export declare type CeremonyReference = {
155
+ /**
156
+ * The ceremony's identifier.
157
+ * @integer
158
+ * @minimum 1
159
+ */
160
+ id: number;
161
+ };
162
+ export declare type AspectReference = {
163
+ /**
164
+ * The aspect's identifier.
165
+ * @integer
166
+ * @minimum 1
167
+ */
168
+ id: number;
169
+ };
170
+ export declare type AdvantageReference = {
171
+ /**
172
+ * The advantage's identifier.
173
+ * @integer
174
+ * @minimum 1
175
+ */
176
+ id: number;
177
+ };
178
+ export declare type AdvancedSpecialAbilityReference = {
179
+ /**
180
+ * The advanced special ability's identifier.
181
+ * @integer
182
+ * @minimum 1
183
+ */
184
+ id: number;
185
+ };
186
+ export declare type LanguageReference = {
187
+ /**
188
+ * The language's identifier.
189
+ * @integer
190
+ * @minimum 1
191
+ */
192
+ id: number;
193
+ };
194
+ export declare type ScriptReference = {
195
+ /**
196
+ * The script's identifier.
197
+ * @integer
198
+ * @minimum 1
199
+ */
200
+ id: number;
201
+ };
202
+ export declare type SocialStatusReference = {
203
+ /**
204
+ * The social status's identifier.
205
+ * @integer
206
+ * @minimum 1
207
+ * @maximum 5
208
+ */
209
+ id: number;
210
+ };
211
+ export declare type CurriculumReference = {
212
+ /**
213
+ * The institution's curriculum's identifier.
214
+ * @integer
215
+ * @minimum 1
216
+ */
217
+ id: number;
218
+ };
219
+ export declare type GuidelineReference = {
220
+ /**
221
+ * The institution's guideline's identifier.
222
+ * @integer
223
+ * @minimum 1
224
+ * @maximum 6
225
+ */
226
+ id: number;
227
+ };
228
+ export declare type AnimalTypeReference = {
229
+ /**
230
+ * The animal type's identifier.
231
+ * @integer
232
+ * @minimum 1
233
+ */
234
+ id: number;
235
+ };
236
+ export declare type TargetCategoryReference = {
237
+ /**
238
+ * The target category's identifier.
239
+ * @integer
240
+ * @minimum 1
241
+ * @maximum 24
242
+ */
243
+ id: number;
244
+ };
245
+ export declare type PatronCategoryReference = {
246
+ /**
247
+ * The patron category's identifier.
248
+ * @integer
249
+ * @minimum 1
250
+ */
251
+ id: number;
252
+ };
253
+ export declare type PersonalityTraitReference = {
254
+ /**
255
+ * The personality trait's identifier.
256
+ * @integer
257
+ * @minimum 1
258
+ */
259
+ id: number;
260
+ };
261
+ export declare type HairColorReference = {
262
+ /**
263
+ * The hair color's identifier.
264
+ * @integer
265
+ * @minimum 1
266
+ */
267
+ id: number;
268
+ };
269
+ export declare type EyeColorReference = {
270
+ /**
271
+ * The hair color's identifier.
272
+ * @integer
273
+ * @minimum 1
274
+ */
275
+ id: number;
276
+ };
277
+ export declare type PactCategoryReference = {
278
+ /**
279
+ * The pact category's identifier.
280
+ * @integer
281
+ * @minimum 1
282
+ */
283
+ id: number;
284
+ };
285
+ export declare type PactDomainReference = {
286
+ /**
287
+ * The domain's identifier.
288
+ * @integer
289
+ * @minimum 1
290
+ */
291
+ id: number;
292
+ };
293
+ export declare type PatronReference = {
294
+ /**
295
+ * The patron's identifier.
296
+ * @integer
297
+ * @minimum 1
298
+ */
299
+ id: number;
300
+ };
301
+ export declare type AnimistTribeReference = {
302
+ /**
303
+ * The tribe's identifier.
304
+ * @integer
305
+ * @minimum 1
306
+ * @maximum 6
307
+ */
308
+ id: number;
309
+ };
310
+ export declare type ElementReference = {
311
+ /**
312
+ * The element's identifier.
313
+ * @integer
314
+ * @minimum 1
315
+ * @maximum 6
316
+ */
317
+ id: number;
318
+ };
319
+ export declare type WeaponReference = {
320
+ /**
321
+ * The weapon's identifier.
322
+ * @integer
323
+ * @minimum 1
324
+ */
325
+ id: number;
326
+ };
327
+ export declare type ArmorReference = {
328
+ /**
329
+ * The armor's identifier.
330
+ * @integer
331
+ * @minimum 1
332
+ */
333
+ id: number;
334
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -1,28 +1,20 @@
1
+ import { AttributeReference } from "./_SimpleReferences.js";
1
2
  /**
2
3
  * The attributes' identifiers of the skill check.
3
4
  * @title Skill Check
4
5
  */
5
- export declare type SkillCheck = [Attribute, Attribute, Attribute];
6
- declare type Attribute = {
7
- /**
8
- * The attribute's identifier.
9
- * @integer
10
- * @minimum 1
11
- * @maximum 8
12
- */
13
- id: number;
14
- };
6
+ export declare type SkillCheck = [
7
+ AttributeReference,
8
+ AttributeReference,
9
+ AttributeReference
10
+ ];
15
11
  /**
16
12
  * A specific value that represents a penalty for the associated skill check.
17
13
  * @title Skill Check Penalty
18
14
  */
19
- export declare type SkillCheckPenalty = {
20
- tag: "SPI";
21
- } | {
22
- tag: "SPI/2";
23
- } | {
24
- tag: "TOU";
25
- } | {
26
- tag: "SPI/TOU";
27
- };
28
- export {};
15
+ export declare enum SkillCheckPenalty {
16
+ Spirit = "Spirit",
17
+ HalfOfSpirit = "HalfOfSpirit",
18
+ Toughness = "Toughness",
19
+ HigherOfSpiritAndToughness = "HigherOfSpiritAndToughness"
20
+ }
@@ -1 +1,11 @@
1
- export {};
1
+ /**
2
+ * A specific value that represents a penalty for the associated skill check.
3
+ * @title Skill Check Penalty
4
+ */
5
+ export var SkillCheckPenalty;
6
+ (function (SkillCheckPenalty) {
7
+ SkillCheckPenalty["Spirit"] = "Spirit";
8
+ SkillCheckPenalty["HalfOfSpirit"] = "HalfOfSpirit";
9
+ SkillCheckPenalty["Toughness"] = "Toughness";
10
+ SkillCheckPenalty["HigherOfSpiritAndToughness"] = "HigherOfSpiritAndToughness";
11
+ })(SkillCheckPenalty || (SkillCheckPenalty = {}));
@@ -0,0 +1,18 @@
1
+ import { MagicalTraditionIdentifier } from "./_Identifier.js";
2
+ /**
3
+ * The tradition(s) the ritual is available for. It may be *generally*
4
+ * available to all traditions or it may be only familiar in specific
5
+ * traditions.
6
+ */
7
+ export declare type Traditions = {
8
+ tag: "General";
9
+ general: {};
10
+ } | {
11
+ tag: "Specific";
12
+ specific: SpecificTraditions;
13
+ };
14
+ /**
15
+ * A list of specific traditions.
16
+ * @minItems 1
17
+ */
18
+ export declare type SpecificTraditions = MagicalTraditionIdentifier[];
@@ -0,0 +1 @@
1
+ export {};