optolith-database-schema 0.0.4 → 0.1.2

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 (219) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/lib/types/Advantage.d.ts +48 -0
  3. package/lib/types/Advantage.js +4 -0
  4. package/lib/types/ArcaneBardTradition.d.ts +2 -2
  5. package/lib/types/ArcaneDancerTradition.d.ts +2 -2
  6. package/lib/types/Ceremony.d.ts +2 -2
  7. package/lib/types/Continent.d.ts +32 -0
  8. package/lib/types/Continent.js +4 -0
  9. package/lib/types/DerivedCharacteristic.d.ts +2 -2
  10. package/lib/types/Disadvantage.d.ts +46 -0
  11. package/lib/types/Disadvantage.js +4 -0
  12. package/lib/types/FamiliarsTrick.d.ts +333 -0
  13. package/lib/types/FamiliarsTrick.js +4 -0
  14. package/lib/types/FamiliarsTrick_AnimalType.d.ts +30 -0
  15. package/lib/types/FamiliarsTrick_AnimalType.js +4 -0
  16. package/lib/types/LiturgicalChant.d.ts +2 -2
  17. package/lib/types/Patron.d.ts +197 -0
  18. package/lib/types/Patron.js +4 -0
  19. package/lib/types/PatronCategory.d.ts +44 -0
  20. package/lib/types/PatronCategory.js +4 -0
  21. package/lib/types/Ritual.d.ts +2 -2
  22. package/lib/types/Spell.d.ts +2 -2
  23. package/lib/types/_Activatable.d.ts +528 -0
  24. package/lib/types/_Activatable.js +5 -0
  25. package/lib/types/_Enhancements.d.ts +2 -2
  26. package/lib/types/_I18n.d.ts +38 -0
  27. package/lib/types/_I18n.js +1 -0
  28. package/lib/types/_Identifier.d.ts +81 -75
  29. package/lib/types/_Identifier.js +76 -1
  30. package/lib/types/_Influence.d.ts +52 -0
  31. package/lib/types/_Influence.js +4 -0
  32. package/lib/types/_Prerequisite.d.ts +343 -296
  33. package/lib/types/_Prerequisite.js +136 -183
  34. package/lib/types/magicalActions/GeodeRitual.d.ts +2 -2
  35. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +34 -0
  36. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +4 -0
  37. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +32 -0
  38. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +4 -0
  39. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +32 -0
  40. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +4 -0
  41. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +32 -0
  42. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +4 -0
  43. package/lib/types/specialAbility/AncestorGlyph.d.ts +30 -0
  44. package/lib/types/specialAbility/AncestorGlyph.js +4 -0
  45. package/lib/types/specialAbility/BlessedTradition.d.ts +170 -0
  46. package/lib/types/specialAbility/BlessedTradition.js +4 -0
  47. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +32 -0
  48. package/lib/types/specialAbility/BrawlingSpecialAbility.js +4 -0
  49. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +33 -0
  50. package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +4 -0
  51. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +34 -0
  52. package/lib/types/specialAbility/CombatSpecialAbility.js +4 -0
  53. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +43 -0
  54. package/lib/types/specialAbility/CombatStyleSpecialAbility.js +4 -0
  55. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +32 -0
  56. package/lib/types/specialAbility/CommandSpecialAbility.js +4 -0
  57. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +30 -0
  58. package/lib/types/specialAbility/FamiliarSpecialAbility.js +4 -0
  59. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +30 -0
  60. package/lib/types/specialAbility/FatePointSexSpecialAbility.js +4 -0
  61. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +32 -0
  62. package/lib/types/specialAbility/FatePointSpecialAbility.js +4 -0
  63. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +32 -0
  64. package/lib/types/specialAbility/GeneralSpecialAbility.js +4 -0
  65. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +30 -0
  66. package/lib/types/specialAbility/KarmaSpecialAbility.js +4 -0
  67. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +33 -0
  68. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +4 -0
  69. package/lib/types/specialAbility/LycantropicGift.d.ts +30 -0
  70. package/lib/types/specialAbility/LycantropicGift.js +4 -0
  71. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +33 -0
  72. package/lib/types/specialAbility/MagicStyleSpecialAbility.js +4 -0
  73. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +32 -0
  74. package/lib/types/specialAbility/MagicalSpecialAbility.js +4 -0
  75. package/lib/types/specialAbility/MagicalTradition.d.ts +130 -0
  76. package/lib/types/specialAbility/MagicalTradition.js +4 -0
  77. package/lib/types/specialAbility/PactGift.d.ts +86 -0
  78. package/lib/types/specialAbility/PactGift.js +4 -0
  79. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +41 -0
  80. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +4 -0
  81. package/lib/types/specialAbility/Sermon.d.ts +30 -0
  82. package/lib/types/specialAbility/Sermon.js +4 -0
  83. package/lib/types/specialAbility/SexSpecialAbility.d.ts +32 -0
  84. package/lib/types/specialAbility/SexSpecialAbility.js +4 -0
  85. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +30 -0
  86. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +4 -0
  87. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +31 -0
  88. package/lib/types/specialAbility/SkillStyleSpecialAbility.js +4 -0
  89. package/lib/types/specialAbility/VampiricGift.d.ts +30 -0
  90. package/lib/types/specialAbility/VampiricGift.js +4 -0
  91. package/lib/types/specialAbility/Vision.d.ts +30 -0
  92. package/lib/types/specialAbility/Vision.js +4 -0
  93. package/lib/types/specialAbility/sub/Language.d.ts +141 -0
  94. package/lib/types/specialAbility/sub/Language.js +4 -0
  95. package/lib/types/specialAbility/sub/Script.d.ts +85 -0
  96. package/lib/types/specialAbility/sub/Script.js +4 -0
  97. package/lib/types/specialAbility/sub/TradeSecret.d.ts +50 -0
  98. package/lib/types/specialAbility/sub/TradeSecret.js +4 -0
  99. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +31 -0
  100. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +4 -0
  101. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +31 -0
  102. package/lib/types/traditionArtifacts/AttireEnchantment.js +4 -0
  103. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +31 -0
  104. package/lib/types/traditionArtifacts/BowlEnchantment.js +4 -0
  105. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +44 -0
  106. package/lib/types/traditionArtifacts/CauldronEnchantment.js +4 -0
  107. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +31 -0
  108. package/lib/types/traditionArtifacts/ChronicleEnchantment.js +4 -0
  109. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +31 -0
  110. package/lib/types/traditionArtifacts/DaggerRitual.js +4 -0
  111. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +31 -0
  112. package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +4 -0
  113. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +31 -0
  114. package/lib/types/traditionArtifacts/InstrumentEnchantment.js +4 -0
  115. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +31 -0
  116. package/lib/types/traditionArtifacts/Krallenkettenzauber.js +4 -0
  117. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +31 -0
  118. package/lib/types/traditionArtifacts/OrbEnchantment.js +4 -0
  119. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +31 -0
  120. package/lib/types/traditionArtifacts/RingEnchantment.js +4 -0
  121. package/lib/types/traditionArtifacts/SickleRitual.d.ts +31 -0
  122. package/lib/types/traditionArtifacts/SickleRitual.js +4 -0
  123. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +31 -0
  124. package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +4 -0
  125. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +31 -0
  126. package/lib/types/traditionArtifacts/StaffEnchantment.js +4 -0
  127. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +31 -0
  128. package/lib/types/traditionArtifacts/ToyEnchantment.js +4 -0
  129. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +31 -0
  130. package/lib/types/traditionArtifacts/Trinkhornzauber.js +4 -0
  131. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +31 -0
  132. package/lib/types/traditionArtifacts/WandEnchantment.js +4 -0
  133. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +31 -0
  134. package/lib/types/traditionArtifacts/WeaponEnchantment.js +4 -0
  135. package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +42 -0
  136. package/lib/types/traditionArtifacts/sub/AnimalShape.js +4 -0
  137. package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +30 -0
  138. package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +4 -0
  139. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +42 -0
  140. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +4 -0
  141. package/lib/types/traditionArtifacts/sub/Brew.d.ts +30 -0
  142. package/lib/types/traditionArtifacts/sub/Brew.js +4 -0
  143. package/package.json +2 -2
  144. package/schema/Advantage.schema.json +81 -0
  145. package/schema/ArcaneBardTradition.schema.json +1 -1
  146. package/schema/ArcaneDancerTradition.schema.json +1 -1
  147. package/schema/Ceremony.schema.json +1 -1
  148. package/schema/Continent.schema.json +46 -0
  149. package/schema/DerivedCharacteristic.schema.json +1 -1
  150. package/schema/Disadvantage.schema.json +75 -0
  151. package/schema/FamiliarsTrick.schema.json +602 -0
  152. package/schema/FamiliarsTrick_AnimalType.schema.json +45 -0
  153. package/schema/LiturgicalChant.schema.json +1 -1
  154. package/schema/Patron.schema.json +407 -0
  155. package/schema/PatronCategory.schema.json +66 -0
  156. package/schema/Ritual.schema.json +1 -1
  157. package/schema/Spell.schema.json +1 -1
  158. package/schema/_Activatable.schema.json +1182 -0
  159. package/schema/_Enhancements.schema.json +1 -1
  160. package/schema/_I18n.schema.json +38 -0
  161. package/schema/_Identifier.schema.json +90 -113
  162. package/schema/_Influence.schema.json +77 -0
  163. package/schema/_Prerequisite.schema.json +703 -573
  164. package/schema/magicalActions/GeodeRitual.schema.json +1 -1
  165. package/schema/source/Publication.schema.json +1 -1
  166. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +76 -0
  167. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +68 -0
  168. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +68 -0
  169. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +68 -0
  170. package/schema/specialAbility/AncestorGlyph.schema.json +62 -0
  171. package/schema/specialAbility/BlessedTradition.schema.json +300 -0
  172. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +70 -0
  173. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +72 -0
  174. package/schema/specialAbility/CombatSpecialAbility.schema.json +76 -0
  175. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +110 -0
  176. package/schema/specialAbility/CommandSpecialAbility.schema.json +70 -0
  177. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +62 -0
  178. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +62 -0
  179. package/schema/specialAbility/FatePointSpecialAbility.schema.json +68 -0
  180. package/schema/specialAbility/GeneralSpecialAbility.schema.json +68 -0
  181. package/schema/specialAbility/KarmaSpecialAbility.schema.json +62 -0
  182. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +72 -0
  183. package/schema/specialAbility/LycantropicGift.schema.json +62 -0
  184. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +72 -0
  185. package/schema/specialAbility/MagicalSpecialAbility.schema.json +68 -0
  186. package/schema/specialAbility/MagicalTradition.schema.json +181 -0
  187. package/schema/specialAbility/PactGift.schema.json +215 -0
  188. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +70 -0
  189. package/schema/specialAbility/Sermon.schema.json +62 -0
  190. package/schema/specialAbility/SexSpecialAbility.schema.json +68 -0
  191. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +62 -0
  192. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +66 -0
  193. package/schema/specialAbility/VampiricGift.schema.json +62 -0
  194. package/schema/specialAbility/Vision.schema.json +62 -0
  195. package/schema/specialAbility/sub/Language.schema.json +215 -0
  196. package/schema/specialAbility/sub/Script.schema.json +127 -0
  197. package/schema/specialAbility/sub/TradeSecret.schema.json +68 -0
  198. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +66 -0
  199. package/schema/traditionArtifacts/AttireEnchantment.schema.json +66 -0
  200. package/schema/traditionArtifacts/BowlEnchantment.schema.json +66 -0
  201. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +83 -0
  202. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +66 -0
  203. package/schema/traditionArtifacts/DaggerRitual.schema.json +66 -0
  204. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +66 -0
  205. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +66 -0
  206. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +66 -0
  207. package/schema/traditionArtifacts/OrbEnchantment.schema.json +66 -0
  208. package/schema/traditionArtifacts/RingEnchantment.schema.json +66 -0
  209. package/schema/traditionArtifacts/SickleRitual.schema.json +66 -0
  210. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +66 -0
  211. package/schema/traditionArtifacts/StaffEnchantment.schema.json +66 -0
  212. package/schema/traditionArtifacts/ToyEnchantment.schema.json +66 -0
  213. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +66 -0
  214. package/schema/traditionArtifacts/WandEnchantment.schema.json +66 -0
  215. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +66 -0
  216. package/schema/traditionArtifacts/sub/AnimalShape.schema.json +57 -0
  217. package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +45 -0
  218. package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +57 -0
  219. package/schema/traditionArtifacts/sub/Brew.schema.json +45 -0
@@ -0,0 +1,170 @@
1
+ /**
2
+ * @main BlessedTradition
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ import { Identifier } from "../_Identifier";
8
+ /**
9
+ * @title Blessed Tradition
10
+ */
11
+ export declare type BlessedTradition = {
12
+ id: Activatable.Id;
13
+ skill_applications?: Activatable.SkillApplications;
14
+ skill_uses?: Activatable.SkillUses;
15
+ /**
16
+ * The tradition's primary attribute. Leave empty if the tradition does not
17
+ * have one.
18
+ */
19
+ primary?: {
20
+ /**
21
+ * The attribute's identifier.
22
+ * @integer
23
+ * @minimum 1
24
+ * @maximum 8
25
+ */
26
+ id: number;
27
+ };
28
+ /**
29
+ * The tradition's aspects, if any
30
+ */
31
+ aspects?: [
32
+ {
33
+ /**
34
+ * The first aspect's identifier.
35
+ * @integer
36
+ * @minimum 1
37
+ */
38
+ id: number;
39
+ },
40
+ {
41
+ /**
42
+ * The second aspect's identifier.
43
+ * @integer
44
+ * @minimum 1
45
+ */
46
+ id: number;
47
+ }
48
+ ];
49
+ /**
50
+ * If a tradition restricts the possible blessings, the blessings that are not
51
+ * allowed.
52
+ * @minItems 3
53
+ * @maxItems 6
54
+ */
55
+ restricted_blessings?: {
56
+ /**
57
+ * The blessing's identifier.
58
+ * @integer
59
+ * @minimum 1
60
+ */
61
+ id: number;
62
+ }[];
63
+ /**
64
+ * A list of favored combat techniques.
65
+ */
66
+ favored_combat_techniques?: {
67
+ tag: "All";
68
+ } | {
69
+ tag: "AllClose";
70
+ } | {
71
+ tag: "AllUsedInHunting";
72
+ } | {
73
+ tag: "Specific";
74
+ /**
75
+ * A list of specific favored combat techniques.
76
+ * @minItems 1
77
+ */
78
+ list: {
79
+ /**
80
+ * The combat technique's identifier.
81
+ */
82
+ id: Identifier.Group.CombatTechnique;
83
+ }[];
84
+ };
85
+ /**
86
+ * A list of favored skills.
87
+ * @minItems 1
88
+ */
89
+ favored_skills: {
90
+ /**
91
+ * The skill's identifier.
92
+ * @integer
93
+ * @minimum 1
94
+ */
95
+ id: number;
96
+ }[];
97
+ /**
98
+ * On activation of the tradition, a specific number of skills from a list of
99
+ * skills must be selected as being favored.
100
+ * @minItems 1
101
+ */
102
+ favored_skills_selection?: {
103
+ /**
104
+ * The number of skills that can be selected.
105
+ * @integer
106
+ * @minimum 1
107
+ */
108
+ number: number;
109
+ /**
110
+ * The possible set of skills.
111
+ */
112
+ options: {
113
+ /**
114
+ * The skill's identifier.
115
+ * @integer
116
+ * @minimum 1
117
+ */
118
+ id: number;
119
+ }[];
120
+ };
121
+ /**
122
+ * Is this a schamanistic tradition?
123
+ */
124
+ is_shamanistic: boolean;
125
+ /**
126
+ * The select option's identifier of the disadvantage *Principles* that
127
+ * represent this tradition's code, if any.
128
+ */
129
+ associated_principles_id?: number;
130
+ ap_value: Activatable.AdventurePointsValue;
131
+ src: PublicationRefs;
132
+ /**
133
+ * All translations for the entry, identified by IETF language tag (BCP47).
134
+ * @minProperties 1
135
+ */
136
+ translations: {
137
+ /**
138
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
139
+ */
140
+ [localeId: string]: {
141
+ name: Activatable.Name;
142
+ /**
143
+ * A shorter name of the tradition's name, used in liturgical chant
144
+ * descriptions.
145
+ * @minLength 1
146
+ */
147
+ name_compressed: string;
148
+ name_in_library?: Activatable.NameInLibrary;
149
+ /**
150
+ * The special rules of the tradition. They should be sorted like they are
151
+ * in the book.
152
+ * @minItems 1
153
+ */
154
+ special_rules: {
155
+ /**
156
+ * An optional label that is displayed and placed before the actual
157
+ * text.
158
+ * @minLength 1
159
+ */
160
+ label?: string;
161
+ /**
162
+ * The text of a special rule.
163
+ * @minLength 1
164
+ */
165
+ text: string;
166
+ }[];
167
+ errata?: Errata;
168
+ };
169
+ };
170
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main BlessedTradition
3
+ */
4
+ export {};
@@ -0,0 +1,32 @@
1
+ /**
2
+ * @main BrawlingSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Brawling Special Ability
9
+ */
10
+ export declare type BrawlingSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ type: Activatable.CombatSpecialAbilityType;
14
+ combat_techniques: Activatable.ApplicableCombatTechniques;
15
+ ap_value: Activatable.AdventurePointsValue;
16
+ src: PublicationRefs;
17
+ /**
18
+ * All translations for the entry, identified by IETF language tag (BCP47).
19
+ * @minProperties 1
20
+ */
21
+ translations: {
22
+ /**
23
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
24
+ */
25
+ [localeId: string]: {
26
+ name: Activatable.Name;
27
+ name_in_library?: Activatable.NameInLibrary;
28
+ rules: Activatable.Rules;
29
+ errata?: Errata;
30
+ };
31
+ };
32
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main BrawlingSpecialAbility
3
+ */
4
+ export {};
@@ -0,0 +1,33 @@
1
+ /**
2
+ * @main CeremonialItemSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Ceremonial Item Special Ability
9
+ */
10
+ export declare type CeremonialItemSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ skill_applications?: Activatable.SkillApplications;
14
+ skill_uses?: Activatable.SkillUses;
15
+ aspect: Activatable.Aspect;
16
+ ap_value: Activatable.AdventurePointsValue;
17
+ src: PublicationRefs;
18
+ /**
19
+ * All translations for the entry, identified by IETF language tag (BCP47).
20
+ * @minProperties 1
21
+ */
22
+ translations: {
23
+ /**
24
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
25
+ */
26
+ [localeId: string]: {
27
+ name: Activatable.Name;
28
+ name_in_library?: Activatable.NameInLibrary;
29
+ effect: Activatable.Effect;
30
+ errata?: Errata;
31
+ };
32
+ };
33
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main CeremonialItemSpecialAbility
3
+ */
4
+ export {};
@@ -0,0 +1,34 @@
1
+ /**
2
+ * @main CombatSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Combat Special Ability
9
+ */
10
+ export declare type CombatSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ usage_type: Activatable.CombatSpecialAbilityType;
14
+ skill_applications?: Activatable.SkillApplications;
15
+ skill_uses?: Activatable.SkillUses;
16
+ combat_techniques: Activatable.ApplicableCombatTechniques;
17
+ ap_value: Activatable.AdventurePointsValue;
18
+ src: PublicationRefs;
19
+ /**
20
+ * All translations for the entry, identified by IETF language tag (BCP47).
21
+ * @minProperties 1
22
+ */
23
+ translations: {
24
+ /**
25
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
26
+ */
27
+ [localeId: string]: {
28
+ name: Activatable.Name;
29
+ name_in_library?: Activatable.NameInLibrary;
30
+ rules: Activatable.Rules;
31
+ errata?: Errata;
32
+ };
33
+ };
34
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main CombatSpecialAbility
3
+ */
4
+ export {};
@@ -0,0 +1,43 @@
1
+ /**
2
+ * @main CombatStyleSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Combat Style Special Ability
9
+ */
10
+ export declare type CombatStyleSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ usage_type: Activatable.CombatSpecialAbilityType;
14
+ /**
15
+ * Is this an armed or unarmed combat style?
16
+ */
17
+ type: {
18
+ tag: "Armed";
19
+ } | {
20
+ tag: "Unarmed";
21
+ };
22
+ skill_applications?: Activatable.SkillApplications;
23
+ skill_uses?: Activatable.SkillUses;
24
+ advanced: Activatable.AdvancedSpecialAbilities;
25
+ combat_techniques: Activatable.ApplicableCombatTechniques;
26
+ ap_value: Activatable.AdventurePointsValue;
27
+ src: PublicationRefs;
28
+ /**
29
+ * All translations for the entry, identified by IETF language tag (BCP47).
30
+ * @minProperties 1
31
+ */
32
+ translations: {
33
+ /**
34
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
35
+ */
36
+ [localeId: string]: {
37
+ name: Activatable.Name;
38
+ name_in_library?: Activatable.NameInLibrary;
39
+ rules: Activatable.Rules;
40
+ errata?: Errata;
41
+ };
42
+ };
43
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main CombatStyleSpecialAbility
3
+ */
4
+ export {};
@@ -0,0 +1,32 @@
1
+ /**
2
+ * @main CombatSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Combat Special Ability
9
+ */
10
+ export declare type CombatSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ usage_type: Activatable.CombatSpecialAbilityType;
14
+ combat_techniques: Activatable.ApplicableCombatTechniques;
15
+ ap_value: Activatable.AdventurePointsValue;
16
+ src: PublicationRefs;
17
+ /**
18
+ * All translations for the entry, identified by IETF language tag (BCP47).
19
+ * @minProperties 1
20
+ */
21
+ translations: {
22
+ /**
23
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
24
+ */
25
+ [localeId: string]: {
26
+ name: Activatable.Name;
27
+ name_in_library?: Activatable.NameInLibrary;
28
+ rules: Activatable.Rules;
29
+ errata?: Errata;
30
+ };
31
+ };
32
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main CombatSpecialAbility
3
+ */
4
+ export {};
@@ -0,0 +1,30 @@
1
+ /**
2
+ * @main FamiliarSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Familiar Special Ability
9
+ */
10
+ export declare type FamiliarSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ ap_value: Activatable.AdventurePointsValue;
14
+ src: PublicationRefs;
15
+ /**
16
+ * All translations for the entry, identified by IETF language tag (BCP47).
17
+ * @minProperties 1
18
+ */
19
+ translations: {
20
+ /**
21
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
22
+ */
23
+ [localeId: string]: {
24
+ name: Activatable.Name;
25
+ name_in_library?: Activatable.NameInLibrary;
26
+ effect: Activatable.Effect;
27
+ errata?: Errata;
28
+ };
29
+ };
30
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main FamiliarSpecialAbility
3
+ */
4
+ export {};
@@ -0,0 +1,30 @@
1
+ /**
2
+ * @main FatePointSexSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Fate Point Sex Special Ability
9
+ */
10
+ export declare type FatePointSexSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ ap_value: Activatable.AdventurePointsValue;
14
+ src: PublicationRefs;
15
+ /**
16
+ * All translations for the entry, identified by IETF language tag (BCP47).
17
+ * @minProperties 1
18
+ */
19
+ translations: {
20
+ /**
21
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
22
+ */
23
+ [localeId: string]: {
24
+ name: Activatable.Name;
25
+ name_in_library?: Activatable.NameInLibrary;
26
+ rules: Activatable.Rules;
27
+ errata?: Errata;
28
+ };
29
+ };
30
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main FatePointSexSpecialAbility
3
+ */
4
+ export {};
@@ -0,0 +1,32 @@
1
+ /**
2
+ * @main FatePointSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Fate Point Special Ability
9
+ */
10
+ export declare type FatePointSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ skill_applications?: Activatable.SkillApplications;
14
+ skill_uses?: Activatable.SkillUses;
15
+ ap_value: Activatable.AdventurePointsValue;
16
+ src: PublicationRefs;
17
+ /**
18
+ * All translations for the entry, identified by IETF language tag (BCP47).
19
+ * @minProperties 1
20
+ */
21
+ translations: {
22
+ /**
23
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
24
+ */
25
+ [localeId: string]: {
26
+ name: Activatable.Name;
27
+ name_in_library?: Activatable.NameInLibrary;
28
+ rules: Activatable.Rules;
29
+ errata?: Errata;
30
+ };
31
+ };
32
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main FatePointSpecialAbility
3
+ */
4
+ export {};
@@ -0,0 +1,32 @@
1
+ /**
2
+ * @main GeneralSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title General Special Ability
9
+ */
10
+ export declare type GeneralSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ skill_applications?: Activatable.SkillApplications;
14
+ skill_uses?: Activatable.SkillUses;
15
+ ap_value: Activatable.AdventurePointsValue;
16
+ src: PublicationRefs;
17
+ /**
18
+ * All translations for the entry, identified by IETF language tag (BCP47).
19
+ * @minProperties 1
20
+ */
21
+ translations: {
22
+ /**
23
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
24
+ */
25
+ [localeId: string]: {
26
+ name: Activatable.Name;
27
+ name_in_library?: Activatable.NameInLibrary;
28
+ rules: Activatable.Rules;
29
+ errata?: Errata;
30
+ };
31
+ };
32
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main GeneralSpecialAbility
3
+ */
4
+ export {};
@@ -0,0 +1,30 @@
1
+ /**
2
+ * @main KarmaSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Karma Special Ability
9
+ */
10
+ export declare type KarmaSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ ap_value: Activatable.AdventurePointsValue;
14
+ src: PublicationRefs;
15
+ /**
16
+ * All translations for the entry, identified by IETF language tag (BCP47).
17
+ * @minProperties 1
18
+ */
19
+ translations: {
20
+ /**
21
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
22
+ */
23
+ [localeId: string]: {
24
+ name: Activatable.Name;
25
+ name_in_library?: Activatable.NameInLibrary;
26
+ rules: Activatable.Rules;
27
+ errata?: Errata;
28
+ };
29
+ };
30
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main KarmaSpecialAbility
3
+ */
4
+ export {};
@@ -0,0 +1,33 @@
1
+ /**
2
+ * @main KarmaSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Karma Special Ability
9
+ */
10
+ export declare type KarmaSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ skill_applications?: Activatable.SkillApplications;
14
+ skill_uses?: Activatable.SkillUses;
15
+ advanced: Activatable.AdvancedSpecialAbilities;
16
+ ap_value: Activatable.AdventurePointsValue;
17
+ src: PublicationRefs;
18
+ /**
19
+ * All translations for the entry, identified by IETF language tag (BCP47).
20
+ * @minProperties 1
21
+ */
22
+ translations: {
23
+ /**
24
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
25
+ */
26
+ [localeId: string]: {
27
+ name: Activatable.Name;
28
+ name_in_library?: Activatable.NameInLibrary;
29
+ rules: Activatable.Rules;
30
+ errata?: Errata;
31
+ };
32
+ };
33
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main KarmaSpecialAbility
3
+ */
4
+ export {};
@@ -0,0 +1,30 @@
1
+ /**
2
+ * @main LycantropicGift
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Lycantropic Gift
9
+ */
10
+ export declare type LycantropicGift = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ ap_value: Activatable.AdventurePointsValue;
14
+ src: PublicationRefs;
15
+ /**
16
+ * All translations for the entry, identified by IETF language tag (BCP47).
17
+ * @minProperties 1
18
+ */
19
+ translations: {
20
+ /**
21
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
22
+ */
23
+ [localeId: string]: {
24
+ name: Activatable.Name;
25
+ name_in_library?: Activatable.NameInLibrary;
26
+ rules: Activatable.Rules;
27
+ errata?: Errata;
28
+ };
29
+ };
30
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @main LycantropicGift
3
+ */
4
+ export {};
@@ -0,0 +1,33 @@
1
+ /**
2
+ * @main MagicStyleSpecialAbility
3
+ */
4
+ import { Errata } from "../source/_Erratum";
5
+ import { PublicationRefs } from "../source/_PublicationRef";
6
+ import * as Activatable from "../_Activatable";
7
+ /**
8
+ * @title Magic Style Special Ability
9
+ */
10
+ export declare type MagicStyleSpecialAbility = {
11
+ id: Activatable.Id;
12
+ levels?: Activatable.Levels;
13
+ skill_applications?: Activatable.SkillApplications;
14
+ skill_uses?: Activatable.SkillUses;
15
+ advanced: Activatable.AdvancedSpecialAbilities;
16
+ ap_value: Activatable.AdventurePointsValue;
17
+ src: PublicationRefs;
18
+ /**
19
+ * All translations for the entry, identified by IETF language tag (BCP47).
20
+ * @minProperties 1
21
+ */
22
+ translations: {
23
+ /**
24
+ * @patternProperties ^[a-z]{2}-[A-Z]{2}$
25
+ */
26
+ [localeId: string]: {
27
+ name: Activatable.Name;
28
+ name_in_library?: Activatable.NameInLibrary;
29
+ rules: Activatable.Rules;
30
+ errata?: Errata;
31
+ };
32
+ };
33
+ };