optolith-database-schema 0.9.0 → 0.10.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 (257) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/lib/config.d.ts +1 -1
  3. package/lib/main.d.ts +3 -3
  4. package/lib/main.js +8 -3
  5. package/lib/types/Advantage.d.ts +15 -4
  6. package/lib/types/AnimalDisease.d.ts +1 -1
  7. package/lib/types/AnimalType.d.ts +2 -2
  8. package/lib/types/ArcaneBardTradition.d.ts +1 -1
  9. package/lib/types/ArcaneDancerTradition.d.ts +1 -1
  10. package/lib/types/Aspect.d.ts +2 -2
  11. package/lib/types/Attribute.d.ts +2 -2
  12. package/lib/types/Blessing.d.ts +8 -8
  13. package/lib/types/Cantrip.d.ts +14 -14
  14. package/lib/types/Ceremony.d.ts +2 -2
  15. package/lib/types/CombatTechnique_Close.d.ts +3 -3
  16. package/lib/types/CombatTechnique_Ranged.d.ts +3 -3
  17. package/lib/types/Condition.d.ts +2 -2
  18. package/lib/types/Continent.d.ts +2 -2
  19. package/lib/types/Culture.d.ts +21 -21
  20. package/lib/types/DerivedCharacteristic.d.ts +3 -3
  21. package/lib/types/Disadvantage.d.ts +14 -4
  22. package/lib/types/Disease.d.ts +1 -1
  23. package/lib/types/Element.d.ts +2 -2
  24. package/lib/types/ExperienceLevel.d.ts +2 -2
  25. package/lib/types/EyeColor.d.ts +2 -2
  26. package/lib/types/FamiliarsTrick.d.ts +22 -22
  27. package/lib/types/HairColor.d.ts +2 -2
  28. package/lib/types/Kirchenpraegung.d.ts +1 -1
  29. package/lib/types/Lessons_Curriculum.d.ts +18 -18
  30. package/lib/types/Lessons_Guideline.d.ts +2 -2
  31. package/lib/types/LiturgicalChant.d.ts +2 -2
  32. package/lib/types/Locale.d.ts +2 -2
  33. package/lib/types/MetaCondition.d.ts +2 -2
  34. package/lib/types/PactCategory.d.ts +6 -6
  35. package/lib/types/Patron.d.ts +13 -13
  36. package/lib/types/PatronCategory.d.ts +2 -2
  37. package/lib/types/PersonalityTrait.d.ts +3 -3
  38. package/lib/types/Profession.d.ts +53 -43
  39. package/lib/types/Property.d.ts +2 -2
  40. package/lib/types/Race.d.ts +14 -14
  41. package/lib/types/Region.d.ts +2 -2
  42. package/lib/types/Ritual.d.ts +2 -2
  43. package/lib/types/Service.d.ts +2 -2
  44. package/lib/types/SexPractice.d.ts +2 -2
  45. package/lib/types/Skill.d.ts +6 -6
  46. package/lib/types/SkillGroup.d.ts +2 -2
  47. package/lib/types/SkillModificationLevel.d.ts +6 -6
  48. package/lib/types/SocialStatus.d.ts +2 -2
  49. package/lib/types/Spell.d.ts +2 -2
  50. package/lib/types/State.d.ts +2 -2
  51. package/lib/types/Talisman.d.ts +9 -9
  52. package/lib/types/TargetCategory.d.ts +3 -3
  53. package/lib/types/UI.d.ts +1 -1
  54. package/lib/types/_Activatable.d.ts +211 -103
  55. package/lib/types/_Activatable.js +4 -35
  56. package/lib/types/_ActivatableSelectOptionCategory.d.ts +55 -25
  57. package/lib/types/_ActivatableSkill.d.ts +8 -8
  58. package/lib/types/_ActivatableSkillCastingTime.d.ts +8 -8
  59. package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -2
  60. package/lib/types/_ActivatableSkillCost.d.ts +20 -20
  61. package/lib/types/_ActivatableSkillDuration.d.ts +13 -13
  62. package/lib/types/_ActivatableSkillEffect.d.ts +4 -4
  63. package/lib/types/_ActivatableSkillRange.d.ts +6 -6
  64. package/lib/types/_ActivatableSkillTargetCategory.d.ts +4 -4
  65. package/lib/types/_AlternativeNames.d.ts +1 -1
  66. package/lib/types/_ArcaneTradition.d.ts +2 -2
  67. package/lib/types/_Blessed.d.ts +2 -2
  68. package/lib/types/_CommonnessRatedAdvantageDisadvantage.d.ts +1 -1
  69. package/lib/types/_Dice.d.ts +1 -1
  70. package/lib/types/_DiseasePoison.d.ts +4 -4
  71. package/lib/types/_Enhancements.d.ts +3 -3
  72. package/lib/types/_I18n.d.ts +1 -1
  73. package/lib/types/_Identifier.d.ts +132 -132
  74. package/lib/types/_IdentifierGroup.d.ts +20 -20
  75. package/lib/types/_Influence.d.ts +3 -3
  76. package/lib/types/_LocaleMap.d.ts +1 -1
  77. package/lib/types/_NonEmptyString.d.ts +2 -2
  78. package/lib/types/_Prerequisite.d.ts +21 -21
  79. package/lib/types/_ResponsiveText.d.ts +3 -3
  80. package/lib/types/_SimpleReferences.d.ts +44 -44
  81. package/lib/types/_SkillCheck.d.ts +1 -1
  82. package/lib/types/_Spellwork.d.ts +2 -2
  83. package/lib/types/equipment/EquipmentPackage.d.ts +3 -3
  84. package/lib/types/equipment/item/Alchemicum.d.ts +1 -1
  85. package/lib/types/equipment/item/Ammunition.d.ts +2 -2
  86. package/lib/types/equipment/item/Animal.d.ts +1 -1
  87. package/lib/types/equipment/item/AnimalCare.d.ts +5 -5
  88. package/lib/types/equipment/item/Armor.d.ts +11 -11
  89. package/lib/types/equipment/item/BandageOrRemedy.d.ts +1 -1
  90. package/lib/types/equipment/item/Book.d.ts +2 -2
  91. package/lib/types/equipment/item/CeremonialItem.d.ts +1 -1
  92. package/lib/types/equipment/item/Clothes.d.ts +1 -1
  93. package/lib/types/equipment/item/Container.d.ts +1 -1
  94. package/lib/types/equipment/item/Elixir.d.ts +2 -2
  95. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +1 -1
  96. package/lib/types/equipment/item/GemOrPreciousStone.d.ts +2 -2
  97. package/lib/types/equipment/item/IlluminationLightSource.d.ts +3 -3
  98. package/lib/types/equipment/item/IlluminationRefillsOrSupplies.d.ts +1 -1
  99. package/lib/types/equipment/item/Jewelry.d.ts +3 -3
  100. package/lib/types/equipment/item/Liebesspielzeug.d.ts +1 -1
  101. package/lib/types/equipment/item/LuxuryGood.d.ts +1 -1
  102. package/lib/types/equipment/item/MagicalArtifact.d.ts +2 -2
  103. package/lib/types/equipment/item/MusicalInstrument.d.ts +1 -1
  104. package/lib/types/equipment/item/OrienteeringAid.d.ts +1 -1
  105. package/lib/types/equipment/item/Poison.d.ts +45 -25
  106. package/lib/types/equipment/item/Poison.js +1 -0
  107. package/lib/types/equipment/item/RopeOrChain.d.ts +1 -1
  108. package/lib/types/equipment/item/Stationary.d.ts +1 -1
  109. package/lib/types/equipment/item/ThievesTool.d.ts +1 -1
  110. package/lib/types/equipment/item/ToolOfTheTrade.d.ts +3 -3
  111. package/lib/types/equipment/item/TravelGearOrTool.d.ts +1 -1
  112. package/lib/types/equipment/item/Vehicle.d.ts +1 -1
  113. package/lib/types/equipment/item/Weapon.d.ts +12 -11
  114. package/lib/types/equipment/item/WeaponAccessory.d.ts +1 -1
  115. package/lib/types/equipment/item/_Herbary.d.ts +1 -1
  116. package/lib/types/equipment/item/_Item.d.ts +12 -12
  117. package/lib/types/equipment/item/_MeleeWeapon.d.ts +7 -7
  118. package/lib/types/equipment/item/_RangedWeapon.d.ts +6 -6
  119. package/lib/types/equipment/item/_Weapon.d.ts +5 -5
  120. package/lib/types/equipment/item/sub/ArmorType.d.ts +5 -5
  121. package/lib/types/equipment/item/sub/Reach.d.ts +2 -2
  122. package/lib/types/magicalActions/AnimistPower.d.ts +16 -16
  123. package/lib/types/magicalActions/AnimistPower_Tribe.d.ts +2 -2
  124. package/lib/types/magicalActions/Curse.d.ts +10 -10
  125. package/lib/types/magicalActions/DominationRitual.d.ts +9 -9
  126. package/lib/types/magicalActions/ElvenMagicalSong.d.ts +7 -7
  127. package/lib/types/magicalActions/GeodeRitual.d.ts +10 -10
  128. package/lib/types/magicalActions/JesterTrick.d.ts +9 -9
  129. package/lib/types/magicalActions/MagicalDance.d.ts +6 -6
  130. package/lib/types/magicalActions/MagicalMelody.d.ts +6 -6
  131. package/lib/types/magicalActions/MagicalRune.d.ts +22 -22
  132. package/lib/types/magicalActions/ZibiljaRitual.d.ts +3 -3
  133. package/lib/types/magicalActions/_MusicTradition.d.ts +3 -3
  134. package/lib/types/magicalActions/_SkillReference.d.ts +1 -1
  135. package/lib/types/prerequisites/ConditionalPrerequisites.d.ts +1 -1
  136. package/lib/types/prerequisites/DisplayOption.d.ts +16 -2
  137. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +38 -16
  138. package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +1 -1
  139. package/lib/types/prerequisites/single/AncestorBloodPrerequisite.d.ts +5 -0
  140. package/lib/types/prerequisites/single/AncestorBloodPrerequisite.js +1 -0
  141. package/lib/types/prerequisites/single/AnimistPowerPrerequisite.d.ts +1 -1
  142. package/lib/types/prerequisites/single/CulturePrerequisite.d.ts +1 -1
  143. package/lib/types/prerequisites/single/EnhancementPrerequisite.d.ts +4 -4
  144. package/lib/types/prerequisites/single/InfluencePrerequisite.d.ts +1 -1
  145. package/lib/types/prerequisites/single/PactPrerequisite.d.ts +1 -1
  146. package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +1 -1
  147. package/lib/types/prerequisites/single/PublicationPrerequisite.d.ts +1 -1
  148. package/lib/types/prerequisites/single/RacePrerequisite.d.ts +1 -1
  149. package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.d.ts +67 -0
  150. package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.js +6 -0
  151. package/lib/types/prerequisites/single/RatedPrerequisite.d.ts +1 -56
  152. package/lib/types/prerequisites/single/RatedSumPrerequisite.d.ts +19 -0
  153. package/lib/types/prerequisites/single/RatedSumPrerequisite.js +1 -0
  154. package/lib/types/prerequisites/single/RulePrerequisite.d.ts +1 -1
  155. package/lib/types/prerequisites/single/SexPrerequisite.d.ts +1 -1
  156. package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.d.ts +11 -0
  157. package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.js +5 -0
  158. package/lib/types/prerequisites/single/SocialStatusPrerequisite.d.ts +1 -1
  159. package/lib/types/prerequisites/single/StatePrerequisite.d.ts +1 -1
  160. package/lib/types/prerequisites/single/TextPrerequisite.d.ts +31 -2
  161. package/lib/types/prerequisites/single/TextPrerequisite.js +5 -0
  162. package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +2 -2
  163. package/lib/types/rule/CoreRule.d.ts +11 -11
  164. package/lib/types/rule/FocusRule.d.ts +2 -2
  165. package/lib/types/rule/FocusRule_Subject.d.ts +2 -2
  166. package/lib/types/rule/OptionalRule.d.ts +2 -2
  167. package/lib/types/source/Publication.d.ts +2 -2
  168. package/lib/types/source/_Erratum.d.ts +2 -2
  169. package/lib/types/source/_PublicationRef.d.ts +13 -13
  170. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +13 -2
  171. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +2 -2
  172. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +2 -2
  173. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +2 -2
  174. package/lib/types/specialAbility/AncestorGlyph.d.ts +2 -2
  175. package/lib/types/specialAbility/BlessedTradition.d.ts +8 -8
  176. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +2 -2
  177. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +9 -4
  178. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +8 -4
  179. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +2 -2
  180. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +1 -1
  181. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +2 -2
  182. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +2 -2
  183. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +7 -2
  184. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +14 -4
  185. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +9 -4
  186. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +2 -2
  187. package/lib/types/specialAbility/LycantropicGift.d.ts +2 -2
  188. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +2 -2
  189. package/lib/types/specialAbility/MagicalSign.d.ts +2 -2
  190. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +13 -4
  191. package/lib/types/specialAbility/MagicalTradition.d.ts +3 -3
  192. package/lib/types/specialAbility/PactGift.d.ts +9 -9
  193. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +2 -2
  194. package/lib/types/specialAbility/Sermon.d.ts +2 -2
  195. package/lib/types/specialAbility/SexSpecialAbility.d.ts +2 -2
  196. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +7 -2
  197. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +2 -2
  198. package/lib/types/specialAbility/VampiricGift.d.ts +9 -4
  199. package/lib/types/specialAbility/Vision.d.ts +2 -2
  200. package/lib/types/specialAbility/_Tradition.d.ts +1 -1
  201. package/lib/types/specialAbility/sub/Language.d.ts +8 -8
  202. package/lib/types/specialAbility/sub/Script.d.ts +2 -2
  203. package/lib/types/specialAbility/sub/TradeSecret.d.ts +2 -2
  204. package/lib/types/specialAbility/sub/_LanguageScript.d.ts +1 -1
  205. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +4 -4
  206. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +4 -4
  207. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +4 -4
  208. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +5 -5
  209. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +4 -4
  210. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +8 -8
  211. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +4 -4
  212. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +4 -4
  213. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +4 -4
  214. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +4 -4
  215. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +4 -4
  216. package/lib/types/traditionArtifacts/SickleRitual.d.ts +4 -4
  217. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +9 -4
  218. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +14 -4
  219. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +4 -4
  220. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +4 -4
  221. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +4 -4
  222. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +4 -4
  223. package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +4 -4
  224. package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +2 -2
  225. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +2 -2
  226. package/lib/types/traditionArtifacts/sub/Brew.d.ts +2 -2
  227. package/lib/validation/schema.d.ts +5 -5
  228. package/lib/validation/schema.js +2 -2
  229. package/package.json +5 -5
  230. package/schema/Advantage.schema.json +11 -0
  231. package/schema/Disadvantage.schema.json +8 -0
  232. package/schema/Profession.schema.json +8 -0
  233. package/schema/Talisman.schema.json +2 -4
  234. package/schema/_Activatable.schema.json +166 -0
  235. package/schema/_ActivatableSelectOptionCategory.schema.json +141 -0
  236. package/schema/equipment/item/Poison.schema.json +55 -1
  237. package/schema/equipment/item/Weapon.schema.json +5 -1
  238. package/schema/equipment/item/sub/ArmorType.schema.json +1 -2
  239. package/schema/prerequisites/DisplayOption.schema.json +4 -0
  240. package/schema/prerequisites/PrerequisiteGroups.schema.json +98 -2
  241. package/schema/prerequisites/single/AncestorBloodPrerequisite.schema.json +14 -0
  242. package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +166 -0
  243. package/schema/prerequisites/single/RatedPrerequisite.schema.json +0 -125
  244. package/schema/prerequisites/single/RatedSumPrerequisite.schema.json +33 -0
  245. package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +26 -0
  246. package/schema/prerequisites/single/TextPrerequisite.schema.json +14 -0
  247. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +8 -0
  248. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +4 -0
  249. package/schema/specialAbility/CombatSpecialAbility.schema.json +4 -0
  250. package/schema/specialAbility/FatePointSpecialAbility.schema.json +4 -0
  251. package/schema/specialAbility/GeneralSpecialAbility.schema.json +8 -0
  252. package/schema/specialAbility/KarmaSpecialAbility.schema.json +4 -0
  253. package/schema/specialAbility/MagicalSpecialAbility.schema.json +8 -0
  254. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +4 -0
  255. package/schema/specialAbility/VampiricGift.schema.json +4 -0
  256. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +4 -0
  257. package/schema/traditionArtifacts/StaffEnchantment.schema.json +8 -0
@@ -1,4 +1,4 @@
1
- export declare type PublicationIdentifier = {
1
+ export type PublicationIdentifier = {
2
2
  tag: "Publication";
3
3
  /**
4
4
  * The publication’s identifier.
@@ -7,7 +7,7 @@ export declare type PublicationIdentifier = {
7
7
  */
8
8
  publication: number;
9
9
  };
10
- export declare type ExperienceLevelIdentifier = {
10
+ export type ExperienceLevelIdentifier = {
11
11
  tag: "ExperienceLevel";
12
12
  /**
13
13
  * The experience level’s identifier.
@@ -16,7 +16,7 @@ export declare type ExperienceLevelIdentifier = {
16
16
  */
17
17
  experience_level: number;
18
18
  };
19
- export declare type CoreRuleIdentifier = {
19
+ export type CoreRuleIdentifier = {
20
20
  tag: "CoreRule";
21
21
  /**
22
22
  * The core rule’s identifier.
@@ -25,7 +25,7 @@ export declare type CoreRuleIdentifier = {
25
25
  */
26
26
  core_rule: number;
27
27
  };
28
- export declare type FocusRuleIdentifier = {
28
+ export type FocusRuleIdentifier = {
29
29
  tag: "FocusRule";
30
30
  /**
31
31
  * The focus rule’s identifier.
@@ -34,7 +34,7 @@ export declare type FocusRuleIdentifier = {
34
34
  */
35
35
  focus_rule: number;
36
36
  };
37
- export declare type SubjectIdentifier = {
37
+ export type SubjectIdentifier = {
38
38
  tag: "Subject";
39
39
  /**
40
40
  * The focus rule subject’s identifier.
@@ -43,7 +43,7 @@ export declare type SubjectIdentifier = {
43
43
  */
44
44
  subject: number;
45
45
  };
46
- export declare type OptionalRuleIdentifier = {
46
+ export type OptionalRuleIdentifier = {
47
47
  tag: "OptionalRule";
48
48
  /**
49
49
  * The optional rule’s identifier.
@@ -52,7 +52,7 @@ export declare type OptionalRuleIdentifier = {
52
52
  */
53
53
  optional_rule: number;
54
54
  };
55
- export declare type RaceIdentifier = {
55
+ export type RaceIdentifier = {
56
56
  tag: "Race";
57
57
  /**
58
58
  * The race’s identifier.
@@ -61,7 +61,7 @@ export declare type RaceIdentifier = {
61
61
  */
62
62
  race: number;
63
63
  };
64
- export declare type CultureIdentifier = {
64
+ export type CultureIdentifier = {
65
65
  tag: "Culture";
66
66
  /**
67
67
  * The culture’s identifier.
@@ -70,7 +70,7 @@ export declare type CultureIdentifier = {
70
70
  */
71
71
  culture: number;
72
72
  };
73
- export declare type ProfessionIdentifier = {
73
+ export type ProfessionIdentifier = {
74
74
  tag: "Profession";
75
75
  /**
76
76
  * The profession’s identifier.
@@ -79,7 +79,7 @@ export declare type ProfessionIdentifier = {
79
79
  */
80
80
  profession: number;
81
81
  };
82
- export declare type ProfessionVariantIdentifier = {
82
+ export type ProfessionVariantIdentifier = {
83
83
  tag: "ProfessionVariant";
84
84
  /**
85
85
  * The profession variant’s identifier.
@@ -88,7 +88,7 @@ export declare type ProfessionVariantIdentifier = {
88
88
  */
89
89
  profession_variant: number;
90
90
  };
91
- export declare type CurriculumIdentifier = {
91
+ export type CurriculumIdentifier = {
92
92
  tag: "Curriculum";
93
93
  /**
94
94
  * The curriculum’s identifier.
@@ -97,7 +97,7 @@ export declare type CurriculumIdentifier = {
97
97
  */
98
98
  curriculum: number;
99
99
  };
100
- export declare type GuidelineIdentifier = {
100
+ export type GuidelineIdentifier = {
101
101
  tag: "Guideline";
102
102
  /**
103
103
  * The guideline’s identifier.
@@ -106,7 +106,7 @@ export declare type GuidelineIdentifier = {
106
106
  */
107
107
  guideline: number;
108
108
  };
109
- export declare type AdvantageIdentifier = {
109
+ export type AdvantageIdentifier = {
110
110
  tag: "Advantage";
111
111
  /**
112
112
  * The advantage’s identifier.
@@ -115,7 +115,7 @@ export declare type AdvantageIdentifier = {
115
115
  */
116
116
  advantage: number;
117
117
  };
118
- export declare type DisadvantageIdentifier = {
118
+ export type DisadvantageIdentifier = {
119
119
  tag: "Disadvantage";
120
120
  /**
121
121
  * The disadvantage’s identifier.
@@ -124,7 +124,7 @@ export declare type DisadvantageIdentifier = {
124
124
  */
125
125
  disadvantage: number;
126
126
  };
127
- export declare type GeneralSpecialAbilityIdentifier = {
127
+ export type GeneralSpecialAbilityIdentifier = {
128
128
  tag: "GeneralSpecialAbility";
129
129
  /**
130
130
  * The general special ability’s identifier.
@@ -133,7 +133,7 @@ export declare type GeneralSpecialAbilityIdentifier = {
133
133
  */
134
134
  general_special_ability: number;
135
135
  };
136
- export declare type FatePointSpecialAbilityIdentifier = {
136
+ export type FatePointSpecialAbilityIdentifier = {
137
137
  tag: "FatePointSpecialAbility";
138
138
  /**
139
139
  * The fate point special ability’s identifier.
@@ -142,7 +142,7 @@ export declare type FatePointSpecialAbilityIdentifier = {
142
142
  */
143
143
  fate_point_special_ability: number;
144
144
  };
145
- export declare type CombatSpecialAbilityIdentifier = {
145
+ export type CombatSpecialAbilityIdentifier = {
146
146
  tag: "CombatSpecialAbility";
147
147
  /**
148
148
  * The combat special ability’s identifier.
@@ -151,7 +151,7 @@ export declare type CombatSpecialAbilityIdentifier = {
151
151
  */
152
152
  combat_special_ability: number;
153
153
  };
154
- export declare type MagicalSpecialAbilityIdentifier = {
154
+ export type MagicalSpecialAbilityIdentifier = {
155
155
  tag: "MagicalSpecialAbility";
156
156
  /**
157
157
  * The magical special ability’s identifier.
@@ -160,7 +160,7 @@ export declare type MagicalSpecialAbilityIdentifier = {
160
160
  */
161
161
  magical_special_ability: number;
162
162
  };
163
- export declare type StaffEnchantmentIdentifier = {
163
+ export type StaffEnchantmentIdentifier = {
164
164
  tag: "StaffEnchantment";
165
165
  /**
166
166
  * The staff enchantment’s identifier.
@@ -169,7 +169,7 @@ export declare type StaffEnchantmentIdentifier = {
169
169
  */
170
170
  staff_enchantment: number;
171
171
  };
172
- export declare type FamiliarSpecialAbilityIdentifier = {
172
+ export type FamiliarSpecialAbilityIdentifier = {
173
173
  tag: "FamiliarSpecialAbility";
174
174
  /**
175
175
  * The familiar special ability’s identifier.
@@ -178,7 +178,7 @@ export declare type FamiliarSpecialAbilityIdentifier = {
178
178
  */
179
179
  familiar_special_ability: number;
180
180
  };
181
- export declare type KarmaSpecialAbilityIdentifier = {
181
+ export type KarmaSpecialAbilityIdentifier = {
182
182
  tag: "KarmaSpecialAbility";
183
183
  /**
184
184
  * The karma special ability’s identifier.
@@ -187,7 +187,7 @@ export declare type KarmaSpecialAbilityIdentifier = {
187
187
  */
188
188
  karma_special_ability: number;
189
189
  };
190
- export declare type ProtectiveWardingCircleSpecialAbilityIdentifier = {
190
+ export type ProtectiveWardingCircleSpecialAbilityIdentifier = {
191
191
  tag: "ProtectiveWardingCircleSpecialAbility";
192
192
  /**
193
193
  * The protective warding circle special ability’s identifier.
@@ -196,7 +196,7 @@ export declare type ProtectiveWardingCircleSpecialAbilityIdentifier = {
196
196
  */
197
197
  protective_warding_circle_special_ability: number;
198
198
  };
199
- export declare type CombatStyleSpecialAbilityIdentifier = {
199
+ export type CombatStyleSpecialAbilityIdentifier = {
200
200
  tag: "CombatStyleSpecialAbility";
201
201
  /**
202
202
  * The combat style special ability’s identifier.
@@ -205,7 +205,7 @@ export declare type CombatStyleSpecialAbilityIdentifier = {
205
205
  */
206
206
  combat_style_special_ability: number;
207
207
  };
208
- export declare type AdvancedCombatSpecialAbilityIdentifier = {
208
+ export type AdvancedCombatSpecialAbilityIdentifier = {
209
209
  tag: "AdvancedCombatSpecialAbility";
210
210
  /**
211
211
  * The advanced combat special ability’s identifier.
@@ -214,7 +214,7 @@ export declare type AdvancedCombatSpecialAbilityIdentifier = {
214
214
  */
215
215
  advanced_combat_special_ability: number;
216
216
  };
217
- export declare type CommandSpecialAbilityIdentifier = {
217
+ export type CommandSpecialAbilityIdentifier = {
218
218
  tag: "CommandSpecialAbility";
219
219
  /**
220
220
  * The command special ability’s identifier.
@@ -223,7 +223,7 @@ export declare type CommandSpecialAbilityIdentifier = {
223
223
  */
224
224
  command_special_ability: number;
225
225
  };
226
- export declare type MagicStyleSpecialAbilityIdentifier = {
226
+ export type MagicStyleSpecialAbilityIdentifier = {
227
227
  tag: "MagicStyleSpecialAbility";
228
228
  /**
229
229
  * The magic style special ability’s identifier.
@@ -232,7 +232,7 @@ export declare type MagicStyleSpecialAbilityIdentifier = {
232
232
  */
233
233
  magic_style_special_ability: number;
234
234
  };
235
- export declare type AdvancedMagicalSpecialAbilityIdentifier = {
235
+ export type AdvancedMagicalSpecialAbilityIdentifier = {
236
236
  tag: "AdvancedMagicalSpecialAbility";
237
237
  /**
238
238
  * The advanced magical special ability’s identifier.
@@ -241,7 +241,7 @@ export declare type AdvancedMagicalSpecialAbilityIdentifier = {
241
241
  */
242
242
  advanced_magical_special_ability: number;
243
243
  };
244
- export declare type SpellSwordEnchantmentIdentifier = {
244
+ export type SpellSwordEnchantmentIdentifier = {
245
245
  tag: "SpellSwordEnchantment";
246
246
  /**
247
247
  * The spell sword enchantment’s identifier.
@@ -250,7 +250,7 @@ export declare type SpellSwordEnchantmentIdentifier = {
250
250
  */
251
251
  spell_sword_enchantment: number;
252
252
  };
253
- export declare type DaggerRitualIdentifier = {
253
+ export type DaggerRitualIdentifier = {
254
254
  tag: "DaggerRitual";
255
255
  /**
256
256
  * The dagger ritual’s identifier.
@@ -259,7 +259,7 @@ export declare type DaggerRitualIdentifier = {
259
259
  */
260
260
  dagger_ritual: number;
261
261
  };
262
- export declare type InstrumentEnchantmentIdentifier = {
262
+ export type InstrumentEnchantmentIdentifier = {
263
263
  tag: "InstrumentEnchantment";
264
264
  /**
265
265
  * The instrument enchantment’s identifier.
@@ -268,7 +268,7 @@ export declare type InstrumentEnchantmentIdentifier = {
268
268
  */
269
269
  instrument_enchantment: number;
270
270
  };
271
- export declare type AttireEnchantmentIdentifier = {
271
+ export type AttireEnchantmentIdentifier = {
272
272
  tag: "AttireEnchantment";
273
273
  /**
274
274
  * The attire enchantment’s identifier.
@@ -277,7 +277,7 @@ export declare type AttireEnchantmentIdentifier = {
277
277
  */
278
278
  attire_enchantment: number;
279
279
  };
280
- export declare type OrbEnchantmentIdentifier = {
280
+ export type OrbEnchantmentIdentifier = {
281
281
  tag: "OrbEnchantment";
282
282
  /**
283
283
  * The orb enchantment’s identifier.
@@ -286,7 +286,7 @@ export declare type OrbEnchantmentIdentifier = {
286
286
  */
287
287
  orb_enchantment: number;
288
288
  };
289
- export declare type WandEnchantmentIdentifier = {
289
+ export type WandEnchantmentIdentifier = {
290
290
  tag: "WandEnchantment";
291
291
  /**
292
292
  * The wand enchantment’s identifier.
@@ -295,7 +295,7 @@ export declare type WandEnchantmentIdentifier = {
295
295
  */
296
296
  wand_enchantment: number;
297
297
  };
298
- export declare type BrawlingSpecialAbilityIdentifier = {
298
+ export type BrawlingSpecialAbilityIdentifier = {
299
299
  tag: "BrawlingSpecialAbility";
300
300
  /**
301
301
  * The brawling special ability’s identifier.
@@ -304,7 +304,7 @@ export declare type BrawlingSpecialAbilityIdentifier = {
304
304
  */
305
305
  brawling_special_ability: number;
306
306
  };
307
- export declare type AncestorGlyphIdentifier = {
307
+ export type AncestorGlyphIdentifier = {
308
308
  tag: "AncestorGlyph";
309
309
  /**
310
310
  * The ancestor glyph’s identifier.
@@ -313,7 +313,7 @@ export declare type AncestorGlyphIdentifier = {
313
313
  */
314
314
  ancestor_glyph: number;
315
315
  };
316
- export declare type CeremonialItemSpecialAbilityIdentifier = {
316
+ export type CeremonialItemSpecialAbilityIdentifier = {
317
317
  tag: "CeremonialItemSpecialAbility";
318
318
  /**
319
319
  * The ceremonial item special ability’s identifier.
@@ -322,7 +322,7 @@ export declare type CeremonialItemSpecialAbilityIdentifier = {
322
322
  */
323
323
  ceremonial_item_special_ability: number;
324
324
  };
325
- export declare type SermonIdentifier = {
325
+ export type SermonIdentifier = {
326
326
  tag: "Sermon";
327
327
  /**
328
328
  * The sermon’s identifier.
@@ -331,7 +331,7 @@ export declare type SermonIdentifier = {
331
331
  */
332
332
  sermon: number;
333
333
  };
334
- export declare type LiturgicalStyleSpecialAbilityIdentifier = {
334
+ export type LiturgicalStyleSpecialAbilityIdentifier = {
335
335
  tag: "LiturgicalStyleSpecialAbility";
336
336
  /**
337
337
  * The liturgical style special ability’s identifier.
@@ -340,7 +340,7 @@ export declare type LiturgicalStyleSpecialAbilityIdentifier = {
340
340
  */
341
341
  liturgical_style_special_ability: number;
342
342
  };
343
- export declare type AdvancedKarmaSpecialAbilityIdentifier = {
343
+ export type AdvancedKarmaSpecialAbilityIdentifier = {
344
344
  tag: "AdvancedKarmaSpecialAbility";
345
345
  /**
346
346
  * The advanced karma special ability’s identifier.
@@ -349,7 +349,7 @@ export declare type AdvancedKarmaSpecialAbilityIdentifier = {
349
349
  */
350
350
  advanced_karma_special_ability: number;
351
351
  };
352
- export declare type VisionIdentifier = {
352
+ export type VisionIdentifier = {
353
353
  tag: "Vision";
354
354
  /**
355
355
  * The vision’s identifier.
@@ -358,7 +358,7 @@ export declare type VisionIdentifier = {
358
358
  */
359
359
  vision: number;
360
360
  };
361
- export declare type MagicalTraditionIdentifier = {
361
+ export type MagicalTraditionIdentifier = {
362
362
  tag: "MagicalTradition";
363
363
  /**
364
364
  * The magical tradition’s identifier.
@@ -367,7 +367,7 @@ export declare type MagicalTraditionIdentifier = {
367
367
  */
368
368
  magical_tradition: number;
369
369
  };
370
- export declare type BlessedTraditionIdentifier = {
370
+ export type BlessedTraditionIdentifier = {
371
371
  tag: "BlessedTradition";
372
372
  /**
373
373
  * The blessed tradition’s identifier.
@@ -376,7 +376,7 @@ export declare type BlessedTraditionIdentifier = {
376
376
  */
377
377
  blessed_tradition: number;
378
378
  };
379
- export declare type PactGiftIdentifier = {
379
+ export type PactGiftIdentifier = {
380
380
  tag: "PactGift";
381
381
  /**
382
382
  * The pact gift’s identifier.
@@ -385,7 +385,7 @@ export declare type PactGiftIdentifier = {
385
385
  */
386
386
  pact_gift: number;
387
387
  };
388
- export declare type SikaryanDrainSpecialAbilityIdentifier = {
388
+ export type SikaryanDrainSpecialAbilityIdentifier = {
389
389
  tag: "SikaryanDrainSpecialAbility";
390
390
  /**
391
391
  * The sikaryan drain special ability’s identifier.
@@ -394,7 +394,7 @@ export declare type SikaryanDrainSpecialAbilityIdentifier = {
394
394
  */
395
395
  sikaryan_drain_special_ability: number;
396
396
  };
397
- export declare type LycantropicGiftIdentifier = {
397
+ export type LycantropicGiftIdentifier = {
398
398
  tag: "LycantropicGift";
399
399
  /**
400
400
  * The lycantropic gift’s identifier.
@@ -403,7 +403,7 @@ export declare type LycantropicGiftIdentifier = {
403
403
  */
404
404
  lycantropic_gift: number;
405
405
  };
406
- export declare type SkillStyleSpecialAbilityIdentifier = {
406
+ export type SkillStyleSpecialAbilityIdentifier = {
407
407
  tag: "SkillStyleSpecialAbility";
408
408
  /**
409
409
  * The skill style special ability’s identifier.
@@ -412,7 +412,7 @@ export declare type SkillStyleSpecialAbilityIdentifier = {
412
412
  */
413
413
  skill_style_special_ability: number;
414
414
  };
415
- export declare type AdvancedSkillSpecialAbilityIdentifier = {
415
+ export type AdvancedSkillSpecialAbilityIdentifier = {
416
416
  tag: "AdvancedSkillSpecialAbility";
417
417
  /**
418
418
  * The advanced skill special ability’s identifier.
@@ -421,7 +421,7 @@ export declare type AdvancedSkillSpecialAbilityIdentifier = {
421
421
  */
422
422
  advanced_skill_special_ability: number;
423
423
  };
424
- export declare type ArcaneOrbEnchantmentIdentifier = {
424
+ export type ArcaneOrbEnchantmentIdentifier = {
425
425
  tag: "ArcaneOrbEnchantment";
426
426
  /**
427
427
  * The arcane orb enchantment’s identifier.
@@ -430,7 +430,7 @@ export declare type ArcaneOrbEnchantmentIdentifier = {
430
430
  */
431
431
  arcane_orb_enchantment: number;
432
432
  };
433
- export declare type CauldronEnchantmentIdentifier = {
433
+ export type CauldronEnchantmentIdentifier = {
434
434
  tag: "CauldronEnchantment";
435
435
  /**
436
436
  * The cauldron enchantment’s identifier.
@@ -439,7 +439,7 @@ export declare type CauldronEnchantmentIdentifier = {
439
439
  */
440
440
  cauldron_enchantment: number;
441
441
  };
442
- export declare type FoolsHatEnchantmentIdentifier = {
442
+ export type FoolsHatEnchantmentIdentifier = {
443
443
  tag: "FoolsHatEnchantment";
444
444
  /**
445
445
  * The fools hat enchantment’s identifier.
@@ -448,7 +448,7 @@ export declare type FoolsHatEnchantmentIdentifier = {
448
448
  */
449
449
  fools_hat_enchantment: number;
450
450
  };
451
- export declare type ToyEnchantmentIdentifier = {
451
+ export type ToyEnchantmentIdentifier = {
452
452
  tag: "ToyEnchantment";
453
453
  /**
454
454
  * The toy enchantment’s identifier.
@@ -457,7 +457,7 @@ export declare type ToyEnchantmentIdentifier = {
457
457
  */
458
458
  toy_enchantment: number;
459
459
  };
460
- export declare type BowlEnchantmentIdentifier = {
460
+ export type BowlEnchantmentIdentifier = {
461
461
  tag: "BowlEnchantment";
462
462
  /**
463
463
  * The bowl enchantment’s identifier.
@@ -466,7 +466,7 @@ export declare type BowlEnchantmentIdentifier = {
466
466
  */
467
467
  bowl_enchantment: number;
468
468
  };
469
- export declare type FatePointSexSpecialAbilityIdentifier = {
469
+ export type FatePointSexSpecialAbilityIdentifier = {
470
470
  tag: "FatePointSexSpecialAbility";
471
471
  /**
472
472
  * The fate point sex special ability’s identifier.
@@ -475,7 +475,7 @@ export declare type FatePointSexSpecialAbilityIdentifier = {
475
475
  */
476
476
  fate_point_sex_special_ability: number;
477
477
  };
478
- export declare type SexSpecialAbilityIdentifier = {
478
+ export type SexSpecialAbilityIdentifier = {
479
479
  tag: "SexSpecialAbility";
480
480
  /**
481
481
  * The sex special ability’s identifier.
@@ -484,7 +484,7 @@ export declare type SexSpecialAbilityIdentifier = {
484
484
  */
485
485
  sex_special_ability: number;
486
486
  };
487
- export declare type WeaponEnchantmentIdentifier = {
487
+ export type WeaponEnchantmentIdentifier = {
488
488
  tag: "WeaponEnchantment";
489
489
  /**
490
490
  * The weapon enchantment’s identifier.
@@ -493,7 +493,7 @@ export declare type WeaponEnchantmentIdentifier = {
493
493
  */
494
494
  weapon_enchantment: number;
495
495
  };
496
- export declare type SickleRitualIdentifier = {
496
+ export type SickleRitualIdentifier = {
497
497
  tag: "SickleRitual";
498
498
  /**
499
499
  * The sickle ritual’s identifier.
@@ -502,7 +502,7 @@ export declare type SickleRitualIdentifier = {
502
502
  */
503
503
  sickle_ritual: number;
504
504
  };
505
- export declare type RingEnchantmentIdentifier = {
505
+ export type RingEnchantmentIdentifier = {
506
506
  tag: "RingEnchantment";
507
507
  /**
508
508
  * The ring enchantment’s identifier.
@@ -511,7 +511,7 @@ export declare type RingEnchantmentIdentifier = {
511
511
  */
512
512
  ring_enchantment: number;
513
513
  };
514
- export declare type ChronicleEnchantmentIdentifier = {
514
+ export type ChronicleEnchantmentIdentifier = {
515
515
  tag: "ChronicleEnchantment";
516
516
  /**
517
517
  * The chronicle enchantment’s identifier.
@@ -520,7 +520,7 @@ export declare type ChronicleEnchantmentIdentifier = {
520
520
  */
521
521
  chronicle_enchantment: number;
522
522
  };
523
- export declare type KrallenkettenzauberIdentifier = {
523
+ export type KrallenkettenzauberIdentifier = {
524
524
  tag: "Krallenkettenzauber";
525
525
  /**
526
526
  * The Krallenkettenzauber’s identifier.
@@ -529,7 +529,7 @@ export declare type KrallenkettenzauberIdentifier = {
529
529
  */
530
530
  krallenkettenzauber: number;
531
531
  };
532
- export declare type TrinkhornzauberIdentifier = {
532
+ export type TrinkhornzauberIdentifier = {
533
533
  tag: "Trinkhornzauber";
534
534
  /**
535
535
  * The Trinkhornzauber’s identifier.
@@ -538,7 +538,7 @@ export declare type TrinkhornzauberIdentifier = {
538
538
  */
539
539
  trinkhornzauber: number;
540
540
  };
541
- export declare type LanguageIdentifier = {
541
+ export type LanguageIdentifier = {
542
542
  tag: "Language";
543
543
  /**
544
544
  * The language’s identifier.
@@ -547,7 +547,7 @@ export declare type LanguageIdentifier = {
547
547
  */
548
548
  language: number;
549
549
  };
550
- export declare type ScriptIdentifier = {
550
+ export type ScriptIdentifier = {
551
551
  tag: "Script";
552
552
  /**
553
553
  * The script’s identifier.
@@ -556,7 +556,7 @@ export declare type ScriptIdentifier = {
556
556
  */
557
557
  script: number;
558
558
  };
559
- export declare type ContinentIdentifier = {
559
+ export type ContinentIdentifier = {
560
560
  tag: "Continent";
561
561
  /**
562
562
  * The continent’s identifier.
@@ -566,7 +566,7 @@ export declare type ContinentIdentifier = {
566
566
  */
567
567
  continent: number;
568
568
  };
569
- export declare type SocialStatusIdentifier = {
569
+ export type SocialStatusIdentifier = {
570
570
  tag: "SocialStatus";
571
571
  /**
572
572
  * The social status’s identifier.
@@ -575,7 +575,7 @@ export declare type SocialStatusIdentifier = {
575
575
  */
576
576
  social_status: number;
577
577
  };
578
- export declare type AttributeIdentifier = {
578
+ export type AttributeIdentifier = {
579
579
  tag: "Attribute";
580
580
  /**
581
581
  * The attribute’s identifier.
@@ -585,7 +585,7 @@ export declare type AttributeIdentifier = {
585
585
  */
586
586
  attribute: number;
587
587
  };
588
- export declare type SkillIdentifier<Value extends number = number> = {
588
+ export type SkillIdentifier<Value extends number = number> = {
589
589
  tag: "Skill";
590
590
  /**
591
591
  * The skill’s identifier.
@@ -594,7 +594,7 @@ export declare type SkillIdentifier<Value extends number = number> = {
594
594
  */
595
595
  skill: Value;
596
596
  };
597
- export declare type SkillGroupIdentifier = {
597
+ export type SkillGroupIdentifier = {
598
598
  tag: "SkillGroup";
599
599
  /**
600
600
  * The skill group’s identifier.
@@ -604,7 +604,7 @@ export declare type SkillGroupIdentifier = {
604
604
  */
605
605
  skill_group: number;
606
606
  };
607
- export declare type CloseCombatTechniqueIdentifier = {
607
+ export type CloseCombatTechniqueIdentifier = {
608
608
  tag: "CloseCombatTechnique";
609
609
  /**
610
610
  * The close combat technique’s identifier.
@@ -613,7 +613,7 @@ export declare type CloseCombatTechniqueIdentifier = {
613
613
  */
614
614
  close_combat_technique: number;
615
615
  };
616
- export declare type RangedCombatTechniqueIdentifier = {
616
+ export type RangedCombatTechniqueIdentifier = {
617
617
  tag: "RangedCombatTechnique";
618
618
  /**
619
619
  * The ranged combat technique’s identifier.
@@ -622,7 +622,7 @@ export declare type RangedCombatTechniqueIdentifier = {
622
622
  */
623
623
  ranged_combat_technique: number;
624
624
  };
625
- export declare type SpellIdentifier = {
625
+ export type SpellIdentifier = {
626
626
  tag: "Spell";
627
627
  /**
628
628
  * The spell’s identifier.
@@ -631,7 +631,7 @@ export declare type SpellIdentifier = {
631
631
  */
632
632
  spell: number;
633
633
  };
634
- export declare type RitualIdentifier = {
634
+ export type RitualIdentifier = {
635
635
  tag: "Ritual";
636
636
  /**
637
637
  * The ritual’s identifier.
@@ -640,7 +640,7 @@ export declare type RitualIdentifier = {
640
640
  */
641
641
  ritual: number;
642
642
  };
643
- export declare type CantripIdentifier = {
643
+ export type CantripIdentifier = {
644
644
  tag: "Cantrip";
645
645
  /**
646
646
  * The cantrip’s identifier.
@@ -649,7 +649,7 @@ export declare type CantripIdentifier = {
649
649
  */
650
650
  cantrip: number;
651
651
  };
652
- export declare type PropertyIdentifier = {
652
+ export type PropertyIdentifier = {
653
653
  tag: "Property";
654
654
  /**
655
655
  * The property’s identifier.
@@ -658,7 +658,7 @@ export declare type PropertyIdentifier = {
658
658
  */
659
659
  property: number;
660
660
  };
661
- export declare type LiturgicalChantIdentifier = {
661
+ export type LiturgicalChantIdentifier = {
662
662
  tag: "LiturgicalChant";
663
663
  /**
664
664
  * The liturgical chant’s identifier.
@@ -667,7 +667,7 @@ export declare type LiturgicalChantIdentifier = {
667
667
  */
668
668
  liturgical_chant: number;
669
669
  };
670
- export declare type CeremonyIdentifier = {
670
+ export type CeremonyIdentifier = {
671
671
  tag: "Ceremony";
672
672
  /**
673
673
  * The ceremony’s identifier.
@@ -676,7 +676,7 @@ export declare type CeremonyIdentifier = {
676
676
  */
677
677
  ceremony: number;
678
678
  };
679
- export declare type BlessingIdentifier = {
679
+ export type BlessingIdentifier = {
680
680
  tag: "Blessing";
681
681
  /**
682
682
  * The blessing’s identifier.
@@ -685,7 +685,7 @@ export declare type BlessingIdentifier = {
685
685
  */
686
686
  blessing: number;
687
687
  };
688
- export declare type AspectIdentifier = {
688
+ export type AspectIdentifier = {
689
689
  tag: "Aspect";
690
690
  /**
691
691
  * The aspect’s identifier.
@@ -694,7 +694,7 @@ export declare type AspectIdentifier = {
694
694
  */
695
695
  aspect: number;
696
696
  };
697
- export declare type CurseIdentifier = {
697
+ export type CurseIdentifier = {
698
698
  tag: "Curse";
699
699
  /**
700
700
  * The curse’s identifier.
@@ -703,7 +703,7 @@ export declare type CurseIdentifier = {
703
703
  */
704
704
  curse: number;
705
705
  };
706
- export declare type ElvenMagicalSongIdentifier = {
706
+ export type ElvenMagicalSongIdentifier = {
707
707
  tag: "ElvenMagicalSong";
708
708
  /**
709
709
  * The elven magical song’s identifier.
@@ -712,7 +712,7 @@ export declare type ElvenMagicalSongIdentifier = {
712
712
  */
713
713
  elven_magical_song: number;
714
714
  };
715
- export declare type DominationRitualIdentifier = {
715
+ export type DominationRitualIdentifier = {
716
716
  tag: "DominationRitual";
717
717
  /**
718
718
  * The domination ritual’s identifier.
@@ -721,7 +721,7 @@ export declare type DominationRitualIdentifier = {
721
721
  */
722
722
  domination_ritual: number;
723
723
  };
724
- export declare type MagicalMelodyIdentifier = {
724
+ export type MagicalMelodyIdentifier = {
725
725
  tag: "MagicalMelody";
726
726
  /**
727
727
  * The magical melody’s identifier.
@@ -730,7 +730,7 @@ export declare type MagicalMelodyIdentifier = {
730
730
  */
731
731
  magical_melody: number;
732
732
  };
733
- export declare type MagicalDanceIdentifier = {
733
+ export type MagicalDanceIdentifier = {
734
734
  tag: "MagicalDance";
735
735
  /**
736
736
  * The magical dance’s identifier.
@@ -739,7 +739,7 @@ export declare type MagicalDanceIdentifier = {
739
739
  */
740
740
  magical_dance: number;
741
741
  };
742
- export declare type JesterTrickIdentifier = {
742
+ export type JesterTrickIdentifier = {
743
743
  tag: "JesterTrick";
744
744
  /**
745
745
  * The jester trick’s identifier.
@@ -748,7 +748,7 @@ export declare type JesterTrickIdentifier = {
748
748
  */
749
749
  jester_trick: number;
750
750
  };
751
- export declare type AnimistPowerIdentifier = {
751
+ export type AnimistPowerIdentifier = {
752
752
  tag: "AnimistPower";
753
753
  /**
754
754
  * The animist power’s identifier.
@@ -757,7 +757,7 @@ export declare type AnimistPowerIdentifier = {
757
757
  */
758
758
  animist_power: number;
759
759
  };
760
- export declare type GeodeRitualIdentifier = {
760
+ export type GeodeRitualIdentifier = {
761
761
  tag: "GeodeRitual";
762
762
  /**
763
763
  * The geode ritual’s identifier.
@@ -766,7 +766,7 @@ export declare type GeodeRitualIdentifier = {
766
766
  */
767
767
  geode_ritual: number;
768
768
  };
769
- export declare type ZibiljaRitualIdentifier = {
769
+ export type ZibiljaRitualIdentifier = {
770
770
  tag: "ZibiljaRitual";
771
771
  /**
772
772
  * The zibilja ritual’s identifier.
@@ -775,7 +775,7 @@ export declare type ZibiljaRitualIdentifier = {
775
775
  */
776
776
  zibilja_ritual: number;
777
777
  };
778
- export declare type AnimalTypeIdentifier = {
778
+ export type AnimalTypeIdentifier = {
779
779
  tag: "AnimalType";
780
780
  /**
781
781
  * The animal type’s identifier.
@@ -784,7 +784,7 @@ export declare type AnimalTypeIdentifier = {
784
784
  */
785
785
  animal_type: number;
786
786
  };
787
- export declare type TargetCategoryIdentifier = {
787
+ export type TargetCategoryIdentifier = {
788
788
  tag: "TargetCategory";
789
789
  /**
790
790
  * The target category’s identifier.
@@ -794,7 +794,7 @@ export declare type TargetCategoryIdentifier = {
794
794
  */
795
795
  target_category: number;
796
796
  };
797
- export declare type GeneralIdentifier = {
797
+ export type GeneralIdentifier = {
798
798
  tag: "General";
799
799
  /**
800
800
  * The identifier of a general (unspecific) select option.
@@ -803,7 +803,7 @@ export declare type GeneralIdentifier = {
803
803
  */
804
804
  general: number;
805
805
  };
806
- export declare type ElementIdentifier = {
806
+ export type ElementIdentifier = {
807
807
  tag: "Element";
808
808
  /**
809
809
  * The element’s identifier.
@@ -812,7 +812,7 @@ export declare type ElementIdentifier = {
812
812
  */
813
813
  element: number;
814
814
  };
815
- export declare type AnimalShapeSizeIdentifier = {
815
+ export type AnimalShapeSizeIdentifier = {
816
816
  tag: "AnimalShapeSize";
817
817
  /**
818
818
  * The animal shape size’s identifier.
@@ -821,7 +821,7 @@ export declare type AnimalShapeSizeIdentifier = {
821
821
  */
822
822
  animal_shape_size: number;
823
823
  };
824
- export declare type PatronIdentifier = {
824
+ export type PatronIdentifier = {
825
825
  tag: "Patron";
826
826
  /**
827
827
  * The patron’s identifier.
@@ -830,7 +830,7 @@ export declare type PatronIdentifier = {
830
830
  */
831
831
  patron: number;
832
832
  };
833
- export declare type AlchemicumIdentifier = {
833
+ export type AlchemicumIdentifier = {
834
834
  tag: "Alchemicum";
835
835
  /**
836
836
  * The alchemicum’s identifier.
@@ -839,7 +839,7 @@ export declare type AlchemicumIdentifier = {
839
839
  */
840
840
  alchemicum: number;
841
841
  };
842
- export declare type AmmunitionIdentifier = {
842
+ export type AmmunitionIdentifier = {
843
843
  tag: "Ammunition";
844
844
  /**
845
845
  * The ammunition’s identifier.
@@ -848,7 +848,7 @@ export declare type AmmunitionIdentifier = {
848
848
  */
849
849
  ammunition: number;
850
850
  };
851
- export declare type AnimalIdentifier = {
851
+ export type AnimalIdentifier = {
852
852
  tag: "Animal";
853
853
  /**
854
854
  * The animal’s identifier.
@@ -857,7 +857,7 @@ export declare type AnimalIdentifier = {
857
857
  */
858
858
  animal: number;
859
859
  };
860
- export declare type AnimalCareIdentifier = {
860
+ export type AnimalCareIdentifier = {
861
861
  tag: "AnimalCare";
862
862
  /**
863
863
  * The animal care’s identifier.
@@ -866,7 +866,7 @@ export declare type AnimalCareIdentifier = {
866
866
  */
867
867
  animal_care: number;
868
868
  };
869
- export declare type ArmorIdentifier = {
869
+ export type ArmorIdentifier = {
870
870
  tag: "Armor";
871
871
  /**
872
872
  * The armor’s identifier.
@@ -875,7 +875,7 @@ export declare type ArmorIdentifier = {
875
875
  */
876
876
  armor: number;
877
877
  };
878
- export declare type BandageOrRemedyIdentifier = {
878
+ export type BandageOrRemedyIdentifier = {
879
879
  tag: "BandageOrRemedy";
880
880
  /**
881
881
  * The bandage or remedy’s identifier.
@@ -884,7 +884,7 @@ export declare type BandageOrRemedyIdentifier = {
884
884
  */
885
885
  bandage_or_remedy: number;
886
886
  };
887
- export declare type BookIdentifier = {
887
+ export type BookIdentifier = {
888
888
  tag: "Book";
889
889
  /**
890
890
  * The book’s identifier.
@@ -893,7 +893,7 @@ export declare type BookIdentifier = {
893
893
  */
894
894
  book: number;
895
895
  };
896
- export declare type CeremonialItemIdentifier = {
896
+ export type CeremonialItemIdentifier = {
897
897
  tag: "CeremonialItem";
898
898
  /**
899
899
  * The ceremonial item’s identifier.
@@ -902,7 +902,7 @@ export declare type CeremonialItemIdentifier = {
902
902
  */
903
903
  ceremonial_item: number;
904
904
  };
905
- export declare type ClothesIdentifier = {
905
+ export type ClothesIdentifier = {
906
906
  tag: "Clothes";
907
907
  /**
908
908
  * The clothes’ identifier.
@@ -911,7 +911,7 @@ export declare type ClothesIdentifier = {
911
911
  */
912
912
  clothes: number;
913
913
  };
914
- export declare type ContainerIdentifier = {
914
+ export type ContainerIdentifier = {
915
915
  tag: "Container";
916
916
  /**
917
917
  * The container’s identifier.
@@ -920,7 +920,7 @@ export declare type ContainerIdentifier = {
920
920
  */
921
921
  container: number;
922
922
  };
923
- export declare type EquipmentOfBlessedOnesIdentifier = {
923
+ export type EquipmentOfBlessedOnesIdentifier = {
924
924
  tag: "EquipmentOfBlessedOnes";
925
925
  /**
926
926
  * The equipment of blessed ones’ identifier.
@@ -929,7 +929,7 @@ export declare type EquipmentOfBlessedOnesIdentifier = {
929
929
  */
930
930
  equipment_of_blessed_ones: number;
931
931
  };
932
- export declare type GemOrPreciousStoneIdentifier = {
932
+ export type GemOrPreciousStoneIdentifier = {
933
933
  tag: "GemOrPreciousStone";
934
934
  /**
935
935
  * The gem or precious stone’s identifier.
@@ -938,7 +938,7 @@ export declare type GemOrPreciousStoneIdentifier = {
938
938
  */
939
939
  gem_or_precious_stone: number;
940
940
  };
941
- export declare type IlluminationLightSourceIdentifier = {
941
+ export type IlluminationLightSourceIdentifier = {
942
942
  tag: "IlluminationLightSource";
943
943
  /**
944
944
  * The illumination light source’s identifier.
@@ -947,7 +947,7 @@ export declare type IlluminationLightSourceIdentifier = {
947
947
  */
948
948
  illumination_light_source: number;
949
949
  };
950
- export declare type IlluminationRefillsOrSuppliesIdentifier = {
950
+ export type IlluminationRefillsOrSuppliesIdentifier = {
951
951
  tag: "IlluminationRefillsOrSupplies";
952
952
  /**
953
953
  * The illumination refills or supplies’ identifier.
@@ -956,7 +956,7 @@ export declare type IlluminationRefillsOrSuppliesIdentifier = {
956
956
  */
957
957
  illumination_refills_or_supplies: number;
958
958
  };
959
- export declare type JewelryIdentifier = {
959
+ export type JewelryIdentifier = {
960
960
  tag: "Jewelry";
961
961
  /**
962
962
  * The jewelry’s identifier.
@@ -965,7 +965,7 @@ export declare type JewelryIdentifier = {
965
965
  */
966
966
  jewelry: number;
967
967
  };
968
- export declare type LiebesspielzeugIdentifier = {
968
+ export type LiebesspielzeugIdentifier = {
969
969
  tag: "Liebesspielzeug";
970
970
  /**
971
971
  * The Liebesspielzeug’s identifier.
@@ -974,7 +974,7 @@ export declare type LiebesspielzeugIdentifier = {
974
974
  */
975
975
  liebesspielzeug: number;
976
976
  };
977
- export declare type LuxuryGoodIdentifier = {
977
+ export type LuxuryGoodIdentifier = {
978
978
  tag: "LuxuryGood";
979
979
  /**
980
980
  * The luxury good’s identifier.
@@ -983,7 +983,7 @@ export declare type LuxuryGoodIdentifier = {
983
983
  */
984
984
  luxury_good: number;
985
985
  };
986
- export declare type MagicalArtifactIdentifier = {
986
+ export type MagicalArtifactIdentifier = {
987
987
  tag: "MagicalArtifact";
988
988
  /**
989
989
  * The magical artifact’s identifier.
@@ -992,7 +992,7 @@ export declare type MagicalArtifactIdentifier = {
992
992
  */
993
993
  magical_artifact: number;
994
994
  };
995
- export declare type MusicalInstrumentIdentifier = {
995
+ export type MusicalInstrumentIdentifier = {
996
996
  tag: "MusicalInstrument";
997
997
  /**
998
998
  * The musical instrument’s identifier.
@@ -1001,7 +1001,7 @@ export declare type MusicalInstrumentIdentifier = {
1001
1001
  */
1002
1002
  musical_instrument: number;
1003
1003
  };
1004
- export declare type OrienteeringAidIdentifier = {
1004
+ export type OrienteeringAidIdentifier = {
1005
1005
  tag: "OrienteeringAid";
1006
1006
  /**
1007
1007
  * The orienteering aid’s identifier.
@@ -1010,7 +1010,7 @@ export declare type OrienteeringAidIdentifier = {
1010
1010
  */
1011
1011
  orienteering_aid: number;
1012
1012
  };
1013
- export declare type PoisonIdentifier = {
1013
+ export type PoisonIdentifier = {
1014
1014
  tag: "Poison";
1015
1015
  /**
1016
1016
  * The poison’s identifier.
@@ -1019,7 +1019,7 @@ export declare type PoisonIdentifier = {
1019
1019
  */
1020
1020
  poison: number;
1021
1021
  };
1022
- export declare type RopeOrChainIdentifier = {
1022
+ export type RopeOrChainIdentifier = {
1023
1023
  tag: "RopeOrChain";
1024
1024
  /**
1025
1025
  * The rope or chain’s identifier.
@@ -1028,7 +1028,7 @@ export declare type RopeOrChainIdentifier = {
1028
1028
  */
1029
1029
  rope_or_chain: number;
1030
1030
  };
1031
- export declare type StationaryIdentifier = {
1031
+ export type StationaryIdentifier = {
1032
1032
  tag: "Stationary";
1033
1033
  /**
1034
1034
  * The stationary’s identifier.
@@ -1037,7 +1037,7 @@ export declare type StationaryIdentifier = {
1037
1037
  */
1038
1038
  stationary: number;
1039
1039
  };
1040
- export declare type ThievesToolIdentifier = {
1040
+ export type ThievesToolIdentifier = {
1041
1041
  tag: "ThievesTool";
1042
1042
  /**
1043
1043
  * The thieves tool’s identifier.
@@ -1046,7 +1046,7 @@ export declare type ThievesToolIdentifier = {
1046
1046
  */
1047
1047
  thieves_tool: number;
1048
1048
  };
1049
- export declare type ToolOfTheTradeIdentifier = {
1049
+ export type ToolOfTheTradeIdentifier = {
1050
1050
  tag: "ToolOfTheTrade";
1051
1051
  /**
1052
1052
  * The tool of the trade’s identifier.
@@ -1055,7 +1055,7 @@ export declare type ToolOfTheTradeIdentifier = {
1055
1055
  */
1056
1056
  tool_of_the_trade: number;
1057
1057
  };
1058
- export declare type TravelGearOrToolIdentifier = {
1058
+ export type TravelGearOrToolIdentifier = {
1059
1059
  tag: "TravelGearOrTool";
1060
1060
  /**
1061
1061
  * The travel gear or tool’s identifier.
@@ -1064,7 +1064,7 @@ export declare type TravelGearOrToolIdentifier = {
1064
1064
  */
1065
1065
  travel_gear_or_tool: number;
1066
1066
  };
1067
- export declare type VehicleIdentifier = {
1067
+ export type VehicleIdentifier = {
1068
1068
  tag: "Vehicle";
1069
1069
  /**
1070
1070
  * The vehicle’s identifier.
@@ -1073,7 +1073,7 @@ export declare type VehicleIdentifier = {
1073
1073
  */
1074
1074
  vehicle: number;
1075
1075
  };
1076
- export declare type WeaponIdentifier = {
1076
+ export type WeaponIdentifier = {
1077
1077
  tag: "Weapon";
1078
1078
  /**
1079
1079
  * The weapon’s identifier.
@@ -1082,7 +1082,7 @@ export declare type WeaponIdentifier = {
1082
1082
  */
1083
1083
  weapon: number;
1084
1084
  };
1085
- export declare type WeaponAccessoryIdentifier = {
1085
+ export type WeaponAccessoryIdentifier = {
1086
1086
  tag: "WeaponAccessory";
1087
1087
  /**
1088
1088
  * The weapon accessory’s identifier.
@@ -1091,7 +1091,7 @@ export declare type WeaponAccessoryIdentifier = {
1091
1091
  */
1092
1092
  weapon_accessory: number;
1093
1093
  };
1094
- export declare type ReachIdentifier = {
1094
+ export type ReachIdentifier = {
1095
1095
  tag: "Reach";
1096
1096
  /**
1097
1097
  * The reach’s identifier.
@@ -1101,7 +1101,7 @@ export declare type ReachIdentifier = {
1101
1101
  */
1102
1102
  reach: number;
1103
1103
  };
1104
- export declare type PatronCategoryIdentifier = {
1104
+ export type PatronCategoryIdentifier = {
1105
1105
  tag: "PatronCategory";
1106
1106
  /**
1107
1107
  * The patron category’s identifier.
@@ -1110,7 +1110,7 @@ export declare type PatronCategoryIdentifier = {
1110
1110
  */
1111
1111
  patron_category: number;
1112
1112
  };
1113
- export declare type PersonalityTraitIdentifier = {
1113
+ export type PersonalityTraitIdentifier = {
1114
1114
  tag: "PersonalityTrait";
1115
1115
  /**
1116
1116
  * The personality trait’s identifier.
@@ -1119,7 +1119,7 @@ export declare type PersonalityTraitIdentifier = {
1119
1119
  */
1120
1120
  personality_trait: number;
1121
1121
  };
1122
- export declare type HairColorIdentifier = {
1122
+ export type HairColorIdentifier = {
1123
1123
  tag: "HairColor";
1124
1124
  /**
1125
1125
  * The hair color’s identifier.
@@ -1128,7 +1128,7 @@ export declare type HairColorIdentifier = {
1128
1128
  */
1129
1129
  hair_color: number;
1130
1130
  };
1131
- export declare type EyeColorIdentifier = {
1131
+ export type EyeColorIdentifier = {
1132
1132
  tag: "EyeColor";
1133
1133
  /**
1134
1134
  * The eye color’s identifier.
@@ -1137,7 +1137,7 @@ export declare type EyeColorIdentifier = {
1137
1137
  */
1138
1138
  eye_color: number;
1139
1139
  };
1140
- export declare type PactCategoryIdentifier = {
1140
+ export type PactCategoryIdentifier = {
1141
1141
  tag: "PactCategory";
1142
1142
  /**
1143
1143
  * The pact category’s identifier.
@@ -1146,7 +1146,7 @@ export declare type PactCategoryIdentifier = {
1146
1146
  */
1147
1147
  pact_category: number;
1148
1148
  };
1149
- export declare type PactDomainIdentifier = {
1149
+ export type PactDomainIdentifier = {
1150
1150
  tag: "PactDomain";
1151
1151
  /**
1152
1152
  * The pact domain’s identifier.
@@ -1155,7 +1155,7 @@ export declare type PactDomainIdentifier = {
1155
1155
  */
1156
1156
  pact_domain: number;
1157
1157
  };
1158
- export declare type AnimistTribeIdentifier = {
1158
+ export type AnimistTribeIdentifier = {
1159
1159
  tag: "AnimistTribe";
1160
1160
  /**
1161
1161
  * The animist tribe’s identifier.
@@ -1164,7 +1164,7 @@ export declare type AnimistTribeIdentifier = {
1164
1164
  */
1165
1165
  animist_tribe: number;
1166
1166
  };
1167
- export declare type InfluenceIdentifier = {
1167
+ export type InfluenceIdentifier = {
1168
1168
  tag: "Influence";
1169
1169
  /**
1170
1170
  * The influence’s identifier.
@@ -1173,7 +1173,7 @@ export declare type InfluenceIdentifier = {
1173
1173
  */
1174
1174
  influence: number;
1175
1175
  };
1176
- export declare type ConditionIdentifier = {
1176
+ export type ConditionIdentifier = {
1177
1177
  tag: "Condition";
1178
1178
  /**
1179
1179
  * The condition’s identifier.
@@ -1182,7 +1182,7 @@ export declare type ConditionIdentifier = {
1182
1182
  */
1183
1183
  condition: number;
1184
1184
  };
1185
- export declare type StateIdentifier = {
1185
+ export type StateIdentifier = {
1186
1186
  tag: "State";
1187
1187
  /**
1188
1188
  * The state’s identifier.