optolith-database-schema 0.24.0 → 0.24.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 (87) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/gen/types.d.ts +501 -52
  3. package/lib/main.js +13 -10
  4. package/lib/types/Advantage.d.ts +33 -0
  5. package/lib/types/Blessing.d.ts +9 -1
  6. package/lib/types/Blessing.js +2 -1
  7. package/lib/types/Disadvantage.d.ts +30 -0
  8. package/lib/types/Locale.d.ts +19 -1
  9. package/lib/types/Locale.js +19 -1
  10. package/lib/types/Profession.d.ts +42 -0
  11. package/lib/types/SkillModificationLevel.js +12 -6
  12. package/lib/types/_ActivatableAdventurePointsValue.d.ts +6 -0
  13. package/lib/types/_ActivatableAutomatic.d.ts +3 -0
  14. package/lib/types/_ActivatableCombat.d.ts +1 -0
  15. package/lib/types/_ActivatableCombat.js +1 -0
  16. package/lib/types/_ActivatableSelectOptionCategory.d.ts +24 -0
  17. package/lib/types/_ActivatableSelectOptions.d.ts +30 -0
  18. package/lib/types/_Identifier.d.ts +3 -0
  19. package/lib/types/_Identifier.js +6 -0
  20. package/lib/types/_IdentifierGroup.d.ts +9 -0
  21. package/lib/types/_IdentifierGroup.js +10 -1
  22. package/lib/types/equipment/item/GemOrPreciousStone.d.ts +1 -0
  23. package/lib/types/equipment/item/GemOrPreciousStone.js +5 -1
  24. package/lib/types/index.d.ts +3 -0
  25. package/lib/types/index.js +3 -0
  26. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +30 -2
  27. package/lib/types/prerequisites/PrerequisiteGroups.js +2 -0
  28. package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +3 -0
  29. package/lib/types/prerequisites/single/PactPrerequisite.d.ts +1 -1
  30. package/lib/types/prerequisites/single/PactPrerequisite.js +1 -1
  31. package/lib/types/prerequisites/single/PersonalityTraitPrerequisite.d.ts +17 -0
  32. package/lib/types/prerequisites/single/PersonalityTraitPrerequisite.js +19 -0
  33. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +32 -0
  34. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +2 -1
  35. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +30 -0
  36. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +30 -0
  37. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +30 -0
  38. package/lib/types/specialAbility/AncestorGlyph.d.ts +30 -0
  39. package/lib/types/specialAbility/BlessedTradition.d.ts +30 -0
  40. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +31 -0
  41. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +30 -0
  42. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +31 -0
  43. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +31 -0
  44. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +31 -0
  45. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +30 -0
  46. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +30 -0
  47. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +30 -0
  48. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +30 -0
  49. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +30 -0
  50. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +30 -0
  51. package/lib/types/specialAbility/LycantropicGift.d.ts +30 -0
  52. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +30 -0
  53. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +30 -0
  54. package/lib/types/specialAbility/MagicalTradition.d.ts +30 -0
  55. package/lib/types/specialAbility/PactGift.d.ts +33 -0
  56. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +30 -0
  57. package/lib/types/specialAbility/Sermon.d.ts +30 -0
  58. package/lib/types/specialAbility/SexSpecialAbility.d.ts +30 -0
  59. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +30 -0
  60. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +30 -0
  61. package/lib/types/specialAbility/VampiricGift.d.ts +30 -0
  62. package/lib/types/specialAbility/Vision.d.ts +30 -0
  63. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +30 -0
  64. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +30 -0
  65. package/lib/types/traditionArtifacts/Beutelzauber.d.ts +1268 -0
  66. package/lib/types/traditionArtifacts/Beutelzauber.js +41 -0
  67. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +30 -0
  68. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +30 -0
  69. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +30 -0
  70. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +30 -0
  71. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +30 -0
  72. package/lib/types/traditionArtifacts/Haubenzauber.d.ts +1268 -0
  73. package/lib/types/traditionArtifacts/Haubenzauber.js +41 -0
  74. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +30 -0
  75. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +30 -0
  76. package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +1268 -0
  77. package/lib/types/traditionArtifacts/Kristallkugelzauber.js +41 -0
  78. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +30 -0
  79. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +30 -0
  80. package/lib/types/traditionArtifacts/SickleRitual.d.ts +30 -0
  81. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +30 -0
  82. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +30 -0
  83. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +30 -0
  84. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +30 -0
  85. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +30 -0
  86. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +30 -0
  87. package/package.json +1 -1
package/gen/types.d.ts CHANGED
@@ -26,6 +26,7 @@ export type EntityMap = {
26
26
  AttireEnchantment: AttireEnchantment
27
27
  Attribute: Attribute
28
28
  BandageOrRemedy: BandageOrRemedy
29
+ Beutelzauber: Beutelzauber
29
30
  BlessedTradition: BlessedTradition
30
31
  Blessing: Blessing
31
32
  Book: Book
@@ -76,6 +77,7 @@ export type EntityMap = {
76
77
  GeodeRitual: GeodeRitual
77
78
  Guideline: Guideline
78
79
  HairColor: HairColor
80
+ Haubenzauber: Haubenzauber
79
81
  IlluminationLightSource: IlluminationLightSource
80
82
  IlluminationRefillOrSupply: IlluminationRefillOrSupply
81
83
  Influence: Influence
@@ -84,6 +86,7 @@ export type EntityMap = {
84
86
  Jewelry: Jewelry
85
87
  KarmaSpecialAbility: KarmaSpecialAbility
86
88
  Krallenkettenzauber: Krallenkettenzauber
89
+ Kristallkugelzauber: Kristallkugelzauber
87
90
  Laboratory: Laboratory
88
91
  Language: Language
89
92
  LanguageSpecialization: LanguageSpecialization
@@ -272,6 +275,11 @@ export interface AdvancedCombatSpecialAbilityTranslation {
272
275
  */
273
276
  name_in_library?: string
274
277
 
278
+ /**
279
+ * A string that is used as a label for an input field.
280
+ */
281
+ input?: string
282
+
275
283
  /**
276
284
  * The rule text.
277
285
  */
@@ -1201,46 +1209,61 @@ export interface Locale {
1201
1209
  "{$value} act": string & { __params: { "value": StringableTranslationParameter } }
1202
1210
  "act": string
1203
1211
  ".input {$value :number} {{{$value} actions}}": string & { __params: { "value": number } }
1212
+ "{$value} actions": string & { __params: { "value": StringableTranslationParameter } }
1204
1213
  "actions": string
1205
1214
  "{$value} s": string & { __params: { "value": StringableTranslationParameter } }
1206
1215
  "s": string
1207
1216
  ".input {$value :number} {{{$value} seconds}}": string & { __params: { "value": number } }
1217
+ "{$value} seconds": string & { __params: { "value": StringableTranslationParameter } }
1208
1218
  "seconds": string
1209
1219
  "{$value} min": string & { __params: { "value": StringableTranslationParameter } }
1210
1220
  "min": string
1211
1221
  ".input {$value :number} {{{$value} minutes}}": string & { __params: { "value": number } }
1222
+ "{$value} minutes": string & { __params: { "value": StringableTranslationParameter } }
1212
1223
  "minutes": string
1213
1224
  "{$value} h": string & { __params: { "value": StringableTranslationParameter } }
1214
1225
  "h": string
1215
1226
  ".input {$value :number} {{{$value} hours}}": string & { __params: { "value": number } }
1227
+ "{$value} hours": string & { __params: { "value": StringableTranslationParameter } }
1216
1228
  "hours": string
1217
1229
  "{$value} d": string & { __params: { "value": StringableTranslationParameter } }
1218
1230
  "d": string
1219
1231
  ".input {$value :number} {{{$value} days}}": string & { __params: { "value": number } }
1232
+ "{$value} days": string & { __params: { "value": StringableTranslationParameter } }
1220
1233
  "days": string
1221
1234
  ".input {$value :number} {{{$value} wks.}}": string & { __params: { "value": number } }
1235
+ "{$value} wks.": string & { __params: { "value": StringableTranslationParameter } }
1222
1236
  "wks.": string
1223
1237
  ".input {$value :number} {{{$value} weeks}}": string & { __params: { "value": number } }
1238
+ "{$value} weeks": string & { __params: { "value": StringableTranslationParameter } }
1224
1239
  "weeks": string
1225
1240
  ".input {$value :number} {{{$value} mos.}}": string & { __params: { "value": number } }
1241
+ "{$value} mos.": string & { __params: { "value": StringableTranslationParameter } }
1226
1242
  "mos.": string
1227
1243
  ".input {$value :number} {{{$value} months}}": string & { __params: { "value": number } }
1244
+ "{$value} months": string & { __params: { "value": StringableTranslationParameter } }
1228
1245
  "months": string
1229
1246
  ".input {$value :number} {{{$value} yrs.}}": string & { __params: { "value": number } }
1247
+ "{$value} yrs.": string & { __params: { "value": StringableTranslationParameter } }
1230
1248
  "yrs.": string
1231
1249
  ".input {$value :number} {{{$value} years}}": string & { __params: { "value": number } }
1250
+ "{$value} years": string & { __params: { "value": StringableTranslationParameter } }
1232
1251
  "years": string
1233
1252
  "{$value} cent.": string & { __params: { "value": StringableTranslationParameter } }
1234
1253
  "cent.": string
1235
1254
  ".input {$value :number} {{{$value} centuries}}": string & { __params: { "value": number } }
1255
+ "{$value} centuries": string & { __params: { "value": StringableTranslationParameter } }
1236
1256
  "centuries": string
1237
1257
  "{$value} SA": string & { __params: { "value": StringableTranslationParameter } }
1238
1258
  ".input {$value :number} {{{$value} seduction actions}}": string & { __params: { "value": number } }
1259
+ "{$value} seduction actions": string & { __params: { "value": StringableTranslationParameter } }
1239
1260
  "{$value} rnds": string & { __params: { "value": StringableTranslationParameter } }
1240
1261
  ".input {$value :number} {{{$value} rounds}}": string & { __params: { "value": number } }
1262
+ "{$value} rounds": string & { __params: { "value": StringableTranslationParameter } }
1241
1263
  "{$value} CR": string & { __params: { "value": StringableTranslationParameter } }
1242
1264
  "CR": string
1243
1265
  ".input {$value :number} {{{$value} combat rounds}}": string & { __params: { "value": number } }
1266
+ "{$value} combat rounds": string & { __params: { "value": StringableTranslationParameter } }
1244
1267
  "combat rounds": string
1245
1268
  "{$value} AE": string & { __params: { "value": StringableTranslationParameter } }
1246
1269
  "{$value} KP": string & { __params: { "value": StringableTranslationParameter } }
@@ -1253,6 +1276,7 @@ export interface Locale {
1253
1276
  ", minimum of {$value}": string & { __params: { "value": StringableTranslationParameter } }
1254
1277
  " ({$value} perm.)": string & { __params: { "value": StringableTranslationParameter } }
1255
1278
  ".input {$value :number} {{, {$value} of which are permanent}}": string & { __params: { "value": number } }
1279
+ ", {$value} of which are permanent": string & { __params: { "value": StringableTranslationParameter } }
1256
1280
  "half of the activation cost": string
1257
1281
  " and ": string
1258
1282
  " + ": string
@@ -1275,8 +1299,10 @@ export interface Locale {
1275
1299
  "Sustained": string
1276
1300
  "(S)": string
1277
1301
  ".input {$value :number} {{{$value} yards}}": string & { __params: { "value": number } }
1302
+ "{$value} yards": string & { __params: { "value": StringableTranslationParameter } }
1278
1303
  "{$value} yd": string & { __params: { "value": StringableTranslationParameter } }
1279
1304
  ".input {$value :number} {{{$value} miles}}": string & { __params: { "value": number } }
1305
+ "{$value} miles": string & { __params: { "value": StringableTranslationParameter } }
1280
1306
  "{$value} mi.": string & { __params: { "value": StringableTranslationParameter } }
1281
1307
  "Sight": string
1282
1308
  "Self": string
@@ -1296,7 +1322,7 @@ export interface Locale {
1296
1322
  "Penis": string
1297
1323
  "Vagina": string
1298
1324
  "the SR for {$skill} combined must add up to at least {$minRating}": string & { __params: { "skill": StringableTranslationParameter; "minRating": StringableTranslationParameter } }
1299
- ".input {$count :number} .input {$minRating :number} {{{$count} on at least SR {$minRating}: {$list}}}": string & { __params: { "count": number; "minRating": number; "list": StringableTranslationParameter } }
1325
+ ".input {$minRating :number} {{{$count} on at least SR {$minRating}: {$list}}}": string & { __params: { "minRating": number; "count": StringableTranslationParameter; "list": StringableTranslationParameter } }
1300
1326
  ".input {$count :number} .input {$minRating :number} {{{$count} arcane works with the property {$property} at SR {$minRating} or higher}}": string & { __params: { "count": number; "minRating": number; "property": StringableTranslationParameter } }
1301
1327
  ".input {$count :number} .input {$minRating :number} {{{$count} liturgical chants and ceremonies with the aspect {$aspect} at SR {$minRating} or higher}}": string & { __params: { "count": number; "minRating": number; "aspect": StringableTranslationParameter } }
1302
1328
  ".input {$count :number} {{{$count} of the following skills}}": string & { __params: { "count": number } }
@@ -1636,6 +1662,10 @@ export type ActivatableIdentifier =
1636
1662
  kind: "AttireEnchantment"
1637
1663
  AttireEnchantment: AttireEnchantment_ID
1638
1664
  }
1665
+ | {
1666
+ kind: "Beutelzauber"
1667
+ Beutelzauber: Beutelzauber_ID
1668
+ }
1639
1669
  | {
1640
1670
  kind: "BlessedTradition"
1641
1671
  BlessedTradition: BlessedTradition_ID
@@ -1696,6 +1726,10 @@ export type ActivatableIdentifier =
1696
1726
  kind: "GeneralSpecialAbility"
1697
1727
  GeneralSpecialAbility: GeneralSpecialAbility_ID
1698
1728
  }
1729
+ | {
1730
+ kind: "Haubenzauber"
1731
+ Haubenzauber: Haubenzauber_ID
1732
+ }
1699
1733
  | {
1700
1734
  kind: "InstrumentEnchantment"
1701
1735
  InstrumentEnchantment: InstrumentEnchantment_ID
@@ -1708,6 +1742,10 @@ export type ActivatableIdentifier =
1708
1742
  kind: "Krallenkettenzauber"
1709
1743
  Krallenkettenzauber: Krallenkettenzauber_ID
1710
1744
  }
1745
+ | {
1746
+ kind: "Kristallkugelzauber"
1747
+ Kristallkugelzauber: Kristallkugelzauber_ID
1748
+ }
1711
1749
  | {
1712
1750
  kind: "LiturgicalStyleSpecialAbility"
1713
1751
  LiturgicalStyleSpecialAbility: LiturgicalStyleSpecialAbility_ID
@@ -2034,6 +2072,10 @@ export type SelectOptionParentIdentifier =
2034
2072
  kind: "AttireEnchantment"
2035
2073
  AttireEnchantment: AttireEnchantment_ID
2036
2074
  }
2075
+ | {
2076
+ kind: "Beutelzauber"
2077
+ Beutelzauber: Beutelzauber_ID
2078
+ }
2037
2079
  | {
2038
2080
  kind: "BlessedTradition"
2039
2081
  BlessedTradition: BlessedTradition_ID
@@ -2094,6 +2136,10 @@ export type SelectOptionParentIdentifier =
2094
2136
  kind: "GeneralSpecialAbility"
2095
2137
  GeneralSpecialAbility: GeneralSpecialAbility_ID
2096
2138
  }
2139
+ | {
2140
+ kind: "Haubenzauber"
2141
+ Haubenzauber: Haubenzauber_ID
2142
+ }
2097
2143
  | {
2098
2144
  kind: "InstrumentEnchantment"
2099
2145
  InstrumentEnchantment: InstrumentEnchantment_ID
@@ -2106,6 +2152,10 @@ export type SelectOptionParentIdentifier =
2106
2152
  kind: "Krallenkettenzauber"
2107
2153
  Krallenkettenzauber: Krallenkettenzauber_ID
2108
2154
  }
2155
+ | {
2156
+ kind: "Kristallkugelzauber"
2157
+ Kristallkugelzauber: Kristallkugelzauber_ID
2158
+ }
2109
2159
  | {
2110
2160
  kind: "LiturgicalStyleSpecialAbility"
2111
2161
  LiturgicalStyleSpecialAbility: LiturgicalStyleSpecialAbility_ID
@@ -3137,7 +3187,7 @@ export type GeneralPrerequisiteGroup =
3137
3187
  }
3138
3188
  | {
3139
3189
  kind: "Pact"
3140
- Pact: PactPrerequisitePactPrerequisite
3190
+ Pact: PactPrerequisite
3141
3191
  }
3142
3192
  | {
3143
3193
  kind: "SocialStatus"
@@ -5538,6 +5588,7 @@ export type BlessingRange =
5538
5588
  }
5539
5589
  | {
5540
5590
  kind: "Fixed"
5591
+ Fixed: FixedRange
5541
5592
  }
5542
5593
 
5543
5594
  export type BlessingDuration =
@@ -8031,6 +8082,10 @@ export type SpecialAbilityIdentifier =
8031
8082
  kind: "AttireEnchantment"
8032
8083
  AttireEnchantment: AttireEnchantment_ID
8033
8084
  }
8085
+ | {
8086
+ kind: "Beutelzauber"
8087
+ Beutelzauber: Beutelzauber_ID
8088
+ }
8034
8089
  | {
8035
8090
  kind: "BlessedTradition"
8036
8091
  BlessedTradition: BlessedTradition_ID
@@ -8091,6 +8146,10 @@ export type SpecialAbilityIdentifier =
8091
8146
  kind: "GeneralSpecialAbility"
8092
8147
  GeneralSpecialAbility: GeneralSpecialAbility_ID
8093
8148
  }
8149
+ | {
8150
+ kind: "Haubenzauber"
8151
+ Haubenzauber: Haubenzauber_ID
8152
+ }
8094
8153
  | {
8095
8154
  kind: "InstrumentEnchantment"
8096
8155
  InstrumentEnchantment: InstrumentEnchantment_ID
@@ -8103,6 +8162,10 @@ export type SpecialAbilityIdentifier =
8103
8162
  kind: "Krallenkettenzauber"
8104
8163
  Krallenkettenzauber: Krallenkettenzauber_ID
8105
8164
  }
8165
+ | {
8166
+ kind: "Kristallkugelzauber"
8167
+ Kristallkugelzauber: Kristallkugelzauber_ID
8168
+ }
8106
8169
  | {
8107
8170
  kind: "LiturgicalStyleSpecialAbility"
8108
8171
  LiturgicalStyleSpecialAbility: LiturgicalStyleSpecialAbility_ID
@@ -9281,6 +9344,126 @@ export interface AttireEnchantmentTranslation {
9281
9344
  errata?: Errata
9282
9345
  }
9283
9346
 
9347
+ export interface Beutelzauber {
9348
+ /**
9349
+ * Number of available levels.
9350
+ */
9351
+ levels?: number
9352
+
9353
+ /**
9354
+ * Definitions for possible options for the activatable entry, derived from entry categories.
9355
+ *
9356
+ * Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
9357
+ */
9358
+ select_options?: SelectOptions
9359
+
9360
+ /**
9361
+ * Explicit definitions for possible options for the activatable entry.
9362
+ *
9363
+ * Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
9364
+ */
9365
+ explicit_select_options: GeneralSelectOption_ID[]
9366
+
9367
+ /**
9368
+ * The number stating how often you can buy the entry. The **default** depends on the entry type:
9369
+ *
9370
+ * - **Advantage:** `1` in all cases (as specified in the **Core Rules**)
9371
+ * - **Disadvantage:** `1` in all cases (as specified in the **Core Rules**)
9372
+ * - **Special Abilities:** `1` if no options can be selected, otherwise the number of possible options
9373
+ *
9374
+ * The maximum is only set if it differs from the defaults specified above.
9375
+ */
9376
+ maximum?: number
9377
+
9378
+ prerequisites?: GeneralPrerequisites
9379
+
9380
+ /**
9381
+ * The volume points the enchantment needs.
9382
+ */
9383
+ volume: Volume
9384
+
9385
+ /**
9386
+ * The cost when casting the entry.
9387
+ */
9388
+ cost?: EnchantmentCost
9389
+
9390
+ /**
9391
+ * The magic property’s identifier. `DependingOnProperty` can only be used if the special ability has an option to select a property.
9392
+ */
9393
+ property: PropertyDeclaration
9394
+
9395
+ /**
9396
+ * The adventure points value.
9397
+ */
9398
+ ap_value: AdventurePointsValue
9399
+
9400
+ /**
9401
+ * All translations for the entry, identified by IETF language tag (BCP47).
9402
+ */
9403
+ src: PublicationRefs
9404
+
9405
+ /**
9406
+ * All translations for the entry, identified by IETF language tag (BCP47).
9407
+ */
9408
+ translations: {
9409
+ [localeId: string]: BeutelzauberTranslation
9410
+ }
9411
+ }
9412
+
9413
+ /**
9414
+ * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
9415
+ */
9416
+ export type Beutelzauber_ID = string
9417
+
9418
+ export interface BeutelzauberTranslation {
9419
+ /**
9420
+ * Name of the activatable entry.
9421
+ */
9422
+ name: string
9423
+
9424
+ /**
9425
+ * The full name of the entry as stated in the sources. Only use when `name` needs to be different from full name for text generation purposes.
9426
+ */
9427
+ name_in_library?: string
9428
+
9429
+ /**
9430
+ * The effect description.
9431
+ */
9432
+ effect: string
9433
+
9434
+ /**
9435
+ * The binding cost for an enchantment.
9436
+ * @deprecated
9437
+ */
9438
+ bindingCost?: string
9439
+
9440
+ /**
9441
+ * The AE cost.
9442
+ * @deprecated
9443
+ */
9444
+ aeCost?: string
9445
+
9446
+ /**
9447
+ * The volume points the enchantment needs.
9448
+ * @deprecated
9449
+ */
9450
+ volume?: string
9451
+
9452
+ /**
9453
+ * The string to append to the generated AP value text.
9454
+ * @deprecated
9455
+ */
9456
+ ap_value_append?: string
9457
+
9458
+ /**
9459
+ * The adventure points value.
9460
+ * @deprecated
9461
+ */
9462
+ ap_value?: string
9463
+
9464
+ errata?: Errata
9465
+ }
9466
+
9284
9467
  export interface BowlEnchantment {
9285
9468
  /**
9286
9469
  * Number of available levels.
@@ -9643,6 +9826,9 @@ export type ApplicableSpecificCombatTechniquesRestriction =
9643
9826
  kind: "Weapons"
9644
9827
  Weapons: ApplicableCombatTechniquesWeaponRestriction
9645
9828
  }
9829
+ | {
9830
+ kind: "OneBluntSide"
9831
+ }
9646
9832
 
9647
9833
  export interface ApplicableCombatTechniquesLevelRestriction {
9648
9834
  /**
@@ -12188,6 +12374,126 @@ export interface GeneralSpecialAbilityTranslation {
12188
12374
  errata?: Errata
12189
12375
  }
12190
12376
 
12377
+ export interface Haubenzauber {
12378
+ /**
12379
+ * Number of available levels.
12380
+ */
12381
+ levels?: number
12382
+
12383
+ /**
12384
+ * Definitions for possible options for the activatable entry, derived from entry categories.
12385
+ *
12386
+ * Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
12387
+ */
12388
+ select_options?: SelectOptions
12389
+
12390
+ /**
12391
+ * Explicit definitions for possible options for the activatable entry.
12392
+ *
12393
+ * Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
12394
+ */
12395
+ explicit_select_options: GeneralSelectOption_ID[]
12396
+
12397
+ /**
12398
+ * The number stating how often you can buy the entry. The **default** depends on the entry type:
12399
+ *
12400
+ * - **Advantage:** `1` in all cases (as specified in the **Core Rules**)
12401
+ * - **Disadvantage:** `1` in all cases (as specified in the **Core Rules**)
12402
+ * - **Special Abilities:** `1` if no options can be selected, otherwise the number of possible options
12403
+ *
12404
+ * The maximum is only set if it differs from the defaults specified above.
12405
+ */
12406
+ maximum?: number
12407
+
12408
+ prerequisites?: GeneralPrerequisites
12409
+
12410
+ /**
12411
+ * The volume points the enchantment needs.
12412
+ */
12413
+ volume: Volume
12414
+
12415
+ /**
12416
+ * The cost when casting the entry.
12417
+ */
12418
+ cost?: EnchantmentCost
12419
+
12420
+ /**
12421
+ * The magic property’s identifier. `DependingOnProperty` can only be used if the special ability has an option to select a property.
12422
+ */
12423
+ property: PropertyDeclaration
12424
+
12425
+ /**
12426
+ * The adventure points value.
12427
+ */
12428
+ ap_value: AdventurePointsValue
12429
+
12430
+ /**
12431
+ * All translations for the entry, identified by IETF language tag (BCP47).
12432
+ */
12433
+ src: PublicationRefs
12434
+
12435
+ /**
12436
+ * All translations for the entry, identified by IETF language tag (BCP47).
12437
+ */
12438
+ translations: {
12439
+ [localeId: string]: HaubenzauberTranslation
12440
+ }
12441
+ }
12442
+
12443
+ /**
12444
+ * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
12445
+ */
12446
+ export type Haubenzauber_ID = string
12447
+
12448
+ export interface HaubenzauberTranslation {
12449
+ /**
12450
+ * Name of the activatable entry.
12451
+ */
12452
+ name: string
12453
+
12454
+ /**
12455
+ * The full name of the entry as stated in the sources. Only use when `name` needs to be different from full name for text generation purposes.
12456
+ */
12457
+ name_in_library?: string
12458
+
12459
+ /**
12460
+ * The effect description.
12461
+ */
12462
+ effect: string
12463
+
12464
+ /**
12465
+ * The binding cost for an enchantment.
12466
+ * @deprecated
12467
+ */
12468
+ bindingCost?: string
12469
+
12470
+ /**
12471
+ * The AE cost.
12472
+ * @deprecated
12473
+ */
12474
+ aeCost?: string
12475
+
12476
+ /**
12477
+ * The volume points the enchantment needs.
12478
+ * @deprecated
12479
+ */
12480
+ volume?: string
12481
+
12482
+ /**
12483
+ * The string to append to the generated AP value text.
12484
+ * @deprecated
12485
+ */
12486
+ ap_value_append?: string
12487
+
12488
+ /**
12489
+ * The adventure points value.
12490
+ * @deprecated
12491
+ */
12492
+ ap_value?: string
12493
+
12494
+ errata?: Errata
12495
+ }
12496
+
12191
12497
  export interface InstrumentEnchantment {
12192
12498
  /**
12193
12499
  * Number of available levels.
@@ -12515,6 +12821,126 @@ export interface KrallenkettenzauberTranslation {
12515
12821
  errata?: Errata
12516
12822
  }
12517
12823
 
12824
+ export interface Kristallkugelzauber {
12825
+ /**
12826
+ * Number of available levels.
12827
+ */
12828
+ levels?: number
12829
+
12830
+ /**
12831
+ * Definitions for possible options for the activatable entry, derived from entry categories.
12832
+ *
12833
+ * Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
12834
+ */
12835
+ select_options?: SelectOptions
12836
+
12837
+ /**
12838
+ * Explicit definitions for possible options for the activatable entry.
12839
+ *
12840
+ * Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
12841
+ */
12842
+ explicit_select_options: GeneralSelectOption_ID[]
12843
+
12844
+ /**
12845
+ * The number stating how often you can buy the entry. The **default** depends on the entry type:
12846
+ *
12847
+ * - **Advantage:** `1` in all cases (as specified in the **Core Rules**)
12848
+ * - **Disadvantage:** `1` in all cases (as specified in the **Core Rules**)
12849
+ * - **Special Abilities:** `1` if no options can be selected, otherwise the number of possible options
12850
+ *
12851
+ * The maximum is only set if it differs from the defaults specified above.
12852
+ */
12853
+ maximum?: number
12854
+
12855
+ prerequisites?: GeneralPrerequisites
12856
+
12857
+ /**
12858
+ * The volume points the enchantment needs.
12859
+ */
12860
+ volume: Volume
12861
+
12862
+ /**
12863
+ * The cost when casting the entry.
12864
+ */
12865
+ cost?: EnchantmentCost
12866
+
12867
+ /**
12868
+ * The magic property’s identifier. `DependingOnProperty` can only be used if the special ability has an option to select a property.
12869
+ */
12870
+ property: PropertyDeclaration
12871
+
12872
+ /**
12873
+ * The adventure points value.
12874
+ */
12875
+ ap_value: AdventurePointsValue
12876
+
12877
+ /**
12878
+ * All translations for the entry, identified by IETF language tag (BCP47).
12879
+ */
12880
+ src: PublicationRefs
12881
+
12882
+ /**
12883
+ * All translations for the entry, identified by IETF language tag (BCP47).
12884
+ */
12885
+ translations: {
12886
+ [localeId: string]: KristallkugelzauberTranslation
12887
+ }
12888
+ }
12889
+
12890
+ /**
12891
+ * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
12892
+ */
12893
+ export type Kristallkugelzauber_ID = string
12894
+
12895
+ export interface KristallkugelzauberTranslation {
12896
+ /**
12897
+ * Name of the activatable entry.
12898
+ */
12899
+ name: string
12900
+
12901
+ /**
12902
+ * The full name of the entry as stated in the sources. Only use when `name` needs to be different from full name for text generation purposes.
12903
+ */
12904
+ name_in_library?: string
12905
+
12906
+ /**
12907
+ * The effect description.
12908
+ */
12909
+ effect: string
12910
+
12911
+ /**
12912
+ * The binding cost for an enchantment.
12913
+ * @deprecated
12914
+ */
12915
+ bindingCost?: string
12916
+
12917
+ /**
12918
+ * The AE cost.
12919
+ * @deprecated
12920
+ */
12921
+ aeCost?: string
12922
+
12923
+ /**
12924
+ * The volume points the enchantment needs.
12925
+ * @deprecated
12926
+ */
12927
+ volume?: string
12928
+
12929
+ /**
12930
+ * The string to append to the generated AP value text.
12931
+ * @deprecated
12932
+ */
12933
+ ap_value_append?: string
12934
+
12935
+ /**
12936
+ * The adventure points value.
12937
+ * @deprecated
12938
+ */
12939
+ ap_value?: string
12940
+
12941
+ errata?: Errata
12942
+ }
12943
+
12518
12944
  export interface LiturgicalStyleSpecialAbility {
12519
12945
  /**
12520
12946
  * Number of available levels.
@@ -17104,7 +17530,7 @@ export interface RandomHeightGeneration {
17104
17530
  /**
17105
17531
  * Requires a specific pact.
17106
17532
  */
17107
- export interface PactPrerequisitePactPrerequisite {
17533
+ export interface PactPrerequisite {
17108
17534
  /**
17109
17535
  * The required pact category.
17110
17536
  */
@@ -17438,7 +17864,7 @@ export type AdvantageDisadvantagePrerequisiteGroup =
17438
17864
  }
17439
17865
  | {
17440
17866
  kind: "Pact"
17441
- Pact: PactPrerequisitePactPrerequisite
17867
+ Pact: PactPrerequisite
17442
17868
  }
17443
17869
  | {
17444
17870
  kind: "SocialStatus"
@@ -17814,6 +18240,54 @@ export interface PlayerTypeTranslation {
17814
18240
  name: string
17815
18241
  }
17816
18242
 
18243
+ export interface Animal {
18244
+ /**
18245
+ * The cost in silverthalers.
18246
+ */
18247
+ cost: Cost
18248
+
18249
+ /**
18250
+ * All translations for the entry, identified by IETF language tag (BCP47).
18251
+ */
18252
+ src: PublicationRefs
18253
+
18254
+ /**
18255
+ * All translations for the entry, identified by IETF language tag (BCP47).
18256
+ */
18257
+ translations: {
18258
+ [localeId: string]: AnimalTranslation
18259
+ }
18260
+ }
18261
+
18262
+ /**
18263
+ * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
18264
+ */
18265
+ export type Animal_ID = string
18266
+
18267
+ export interface AnimalTranslation {
18268
+ /**
18269
+ * The item’s name.
18270
+ */
18271
+ name: string
18272
+
18273
+ /**
18274
+ * An auxiliary name or label of the item, if available.
18275
+ */
18276
+ secondary_name?: string
18277
+
18278
+ /**
18279
+ * Note text.
18280
+ */
18281
+ note?: string
18282
+
18283
+ /**
18284
+ * Special rules text.
18285
+ */
18286
+ rules?: string
18287
+
18288
+ errata?: Errata
18289
+ }
18290
+
17817
18291
  export interface AnimalCare {
17818
18292
  /**
17819
18293
  * Values depending on whether the animal care is feed.
@@ -18083,54 +18557,6 @@ export interface Reduceable<Content> {
18083
18557
  reduced?: Content
18084
18558
  }
18085
18559
 
18086
- export interface Animal {
18087
- /**
18088
- * The cost in silverthalers.
18089
- */
18090
- cost: Cost
18091
-
18092
- /**
18093
- * All translations for the entry, identified by IETF language tag (BCP47).
18094
- */
18095
- src: PublicationRefs
18096
-
18097
- /**
18098
- * All translations for the entry, identified by IETF language tag (BCP47).
18099
- */
18100
- translations: {
18101
- [localeId: string]: AnimalTranslation
18102
- }
18103
- }
18104
-
18105
- /**
18106
- * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
18107
- */
18108
- export type Animal_ID = string
18109
-
18110
- export interface AnimalTranslation {
18111
- /**
18112
- * The item’s name.
18113
- */
18114
- name: string
18115
-
18116
- /**
18117
- * An auxiliary name or label of the item, if available.
18118
- */
18119
- secondary_name?: string
18120
-
18121
- /**
18122
- * Note text.
18123
- */
18124
- note?: string
18125
-
18126
- /**
18127
- * Special rules text.
18128
- */
18129
- rules?: string
18130
-
18131
- errata?: Errata
18132
- }
18133
-
18134
18560
  export interface Armor {
18135
18561
  /**
18136
18562
  * The cost in silverthalers.
@@ -19825,6 +20251,11 @@ export interface GemOrPreciousStone {
19825
20251
  */
19826
20252
  cost: Cost
19827
20253
 
20254
+ /**
20255
+ * The weight in kg.
20256
+ */
20257
+ weight?: Weight
20258
+
19828
20259
  /**
19829
20260
  * All translations for the entry, identified by IETF language tag (BCP47).
19830
20261
  */
@@ -21886,11 +22317,29 @@ export type PersonalityTraitPrerequisiteGroup =
21886
22317
  kind: "Culture"
21887
22318
  Culture: CulturePrerequisite
21888
22319
  }
22320
+ | {
22321
+ kind: "PersonalityTrait"
22322
+ PersonalityTrait: PersonalityTraitPrerequisite
22323
+ }
21889
22324
  | {
21890
22325
  kind: "Text"
21891
22326
  Text: TextPrerequisite
21892
22327
  }
21893
22328
 
22329
+ export interface PersonalityTraitPrerequisite {
22330
+ /**
22331
+ * The personality trait’s identifier.
22332
+ */
22333
+ id: PersonalityTrait_ID
22334
+
22335
+ /**
22336
+ * If checked, the prerequisite **must** be present. If not checked, prerequisite **must not** be present.
22337
+ */
22338
+ active: boolean
22339
+
22340
+ display_option?: DisplayOption
22341
+ }
22342
+
21894
22343
  export interface PersonalityTraitEffect {
21895
22344
  /**
21896
22345
  * A label that is displayed and placed before the actual text.