@optolith/database-schema 0.45.0 → 0.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/gen/types.d.ts +749 -288
  3. package/lib/cache/magicalAndBlessedAdvantagesAndDisadvantages.js +1 -0
  4. package/lib/main.js +3 -0
  5. package/lib/types/Advantage.js +2 -1
  6. package/lib/types/AnimalDisease.d.ts +1 -0
  7. package/lib/types/Ceremony.d.ts +15 -0
  8. package/lib/types/Culture.d.ts +4 -0
  9. package/lib/types/Culture.js +1 -0
  10. package/lib/types/Disadvantage.js +2 -1
  11. package/lib/types/Disease.d.ts +1 -0
  12. package/lib/types/LiturgicalChant.d.ts +15 -0
  13. package/lib/types/Profession.d.ts +11 -0
  14. package/lib/types/Profession.js +4 -0
  15. package/lib/types/Race.d.ts +12 -0
  16. package/lib/types/Ritual.d.ts +15 -0
  17. package/lib/types/Spell.d.ts +15 -0
  18. package/lib/types/_ActivatableNames.d.ts +14 -0
  19. package/lib/types/_ActivatableNames.js +12 -0
  20. package/lib/types/_ActivatableSkill.d.ts +30 -0
  21. package/lib/types/_ActivatableSkillCost.d.ts +30 -0
  22. package/lib/types/_ActivatableSkillCost.js +4 -0
  23. package/lib/types/_AlternativeNames.d.ts +1 -0
  24. package/lib/types/_AlternativeNames.js +5 -0
  25. package/lib/types/_CommonnessRatedAdvantageDisadvantage.d.ts +1 -0
  26. package/lib/types/_CommonnessRatedAdvantageDisadvantage.js +4 -0
  27. package/lib/types/_DiseasePoison.d.ts +1 -0
  28. package/lib/types/_Identifier.d.ts +3 -0
  29. package/lib/types/_Identifier.js +6 -0
  30. package/lib/types/_ResponsiveText.d.ts +17 -0
  31. package/lib/types/_ResponsiveText.js +17 -0
  32. package/lib/types/equipment/item/Elixir.d.ts +1 -0
  33. package/lib/types/equipment/item/HerbalAid.d.ts +64 -0
  34. package/lib/types/equipment/item/HerbalAid.js +56 -0
  35. package/lib/types/equipment/item/Plant.d.ts +183 -0
  36. package/lib/types/equipment/item/Plant.js +222 -0
  37. package/lib/types/equipment/item/Poison.d.ts +1 -0
  38. package/lib/types/equipment/item/_Herbary.d.ts +7 -0
  39. package/lib/types/equipment/item/_Herbary.js +11 -0
  40. package/lib/types/equipment/item/sub/Biome.d.ts +6 -0
  41. package/lib/types/equipment/item/sub/Biome.js +21 -0
  42. package/lib/types/index.d.ts +4 -1
  43. package/lib/types/index.js +3 -0
  44. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +32 -0
  45. package/lib/types/prerequisites/PrerequisiteGroups.js +1 -0
  46. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +2 -1
  47. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +2 -1
  48. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +2 -1
  49. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +2 -1
  50. package/lib/types/specialAbility/AncestorGlyph.js +2 -1
  51. package/lib/types/specialAbility/BlessedTradition.js +2 -0
  52. package/lib/types/specialAbility/BrawlingSpecialAbility.js +2 -1
  53. package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +2 -1
  54. package/lib/types/specialAbility/CombatSpecialAbility.js +2 -1
  55. package/lib/types/specialAbility/CombatStyleSpecialAbility.js +2 -1
  56. package/lib/types/specialAbility/CommandSpecialAbility.js +2 -1
  57. package/lib/types/specialAbility/FamiliarSpecialAbility.js +2 -1
  58. package/lib/types/specialAbility/FatePointSexSpecialAbility.js +2 -1
  59. package/lib/types/specialAbility/FatePointSpecialAbility.js +2 -1
  60. package/lib/types/specialAbility/GeneralSpecialAbility.js +2 -1
  61. package/lib/types/specialAbility/KarmaSpecialAbility.js +2 -1
  62. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +2 -1
  63. package/lib/types/specialAbility/LycantropicGift.js +2 -1
  64. package/lib/types/specialAbility/MagicStyleSpecialAbility.js +2 -1
  65. package/lib/types/specialAbility/MagicalSign.js +2 -0
  66. package/lib/types/specialAbility/MagicalSpecialAbility.js +2 -1
  67. package/lib/types/specialAbility/MagicalTradition.js +2 -1
  68. package/lib/types/specialAbility/PactGift.js +2 -1
  69. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +2 -1
  70. package/lib/types/specialAbility/Sermon.js +2 -1
  71. package/lib/types/specialAbility/SexSpecialAbility.js +2 -1
  72. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +2 -1
  73. package/lib/types/specialAbility/SkillStyleSpecialAbility.js +2 -1
  74. package/lib/types/specialAbility/VampiricGift.js +2 -1
  75. package/lib/types/specialAbility/Vision.js +2 -1
  76. package/lib/types/specialAbility/sub/Language.d.ts +2 -1
  77. package/lib/types/specialAbility/sub/Language.js +1 -1
  78. package/lib/types/specialAbility/sub/Script.d.ts +1 -0
  79. package/package.json +1 -1
package/gen/types.d.ts CHANGED
@@ -29,6 +29,7 @@ export type EntityMap = {
29
29
  Bannzeichen: Bannzeichen
30
30
  BannzeichenOption: BannzeichenOption
31
31
  Beutelzauber: Beutelzauber
32
+ Biome: Biome
32
33
  BlessedTradition: BlessedTradition
33
34
  Blessing: Blessing
34
35
  Book: Book
@@ -81,6 +82,7 @@ export type EntityMap = {
81
82
  Guideline: Guideline
82
83
  HairColor: HairColor
83
84
  Haubenzauber: Haubenzauber
85
+ HerbalAid: HerbalAid
84
86
  HomunculusType: HomunculusType
85
87
  IlluminationLightSource: IlluminationLightSource
86
88
  IlluminationRefillOrSupply: IlluminationRefillOrSupply
@@ -124,6 +126,7 @@ export type EntityMap = {
124
126
  Patron: Patron
125
127
  PatronCategory: PatronCategory
126
128
  PersonalityTrait: PersonalityTrait
129
+ Plant: Plant
127
130
  PlayerType: PlayerType
128
131
  Poison: Poison
129
132
  Profession: Profession
@@ -317,6 +320,7 @@ export type EnumMap = {
317
320
  GoblinRitualPerformanceParameters: GoblinRitualPerformanceParameters
318
321
  GoblinRitualRangeValue: GoblinRitualRangeValue
319
322
  GradientColor: GradientColor
323
+ HerbalAidCombatUse: HerbalAidCombatUse
320
324
  HitZone: HitZone
321
325
  ImprovementCost: ImprovementCost
322
326
  IndefiniteArcaneEnergyCostModifierArithmetic: IndefiniteArcaneEnergyCostModifierArithmetic
@@ -365,6 +369,9 @@ export type EnumMap = {
365
369
  PenaltyByAttackReplacement: PenaltyByAttackReplacement
366
370
  PenaltySelectionOptions: PenaltySelectionOptions
367
371
  PersonalityTraitPrerequisiteGroup: PersonalityTraitPrerequisiteGroup
372
+ PlantPrice: PlantPrice
373
+ PlantRarity: PlantRarity
374
+ PlantRecipe: PlantRecipe
368
375
  PoisonApplicationType: PoisonApplicationType
369
376
  PoisonCost: PoisonCost
370
377
  PoisonDuration: PoisonDuration
@@ -578,6 +585,7 @@ export type TypeAliasMap = {
578
585
  ElementsSelectOptionCategory: ElementsSelectOptionCategory
579
586
  ElixirEffectForEachQualityLevel: ElixirEffectForEachQualityLevel
580
587
  ElixirPlainEffect: ElixirPlainEffect
588
+ ElixirRecipe: ElixirRecipe
581
589
  ElvenMagicalSongCost: ElvenMagicalSongCost
582
590
  ElvenMagicalSongPerformanceParameters: ElvenMagicalSongPerformanceParameters
583
591
  ElvenMagicalSongPermanentCost: ElvenMagicalSongPermanentCost
@@ -645,6 +653,7 @@ export type TypeAliasMap = {
645
653
  HasAdditionalPenalties: HasAdditionalPenalties
646
654
  HeadHitZone: HeadHitZone
647
655
  HeadHitZoneCombinationPossibilities: HeadHitZoneCombinationPossibilities
656
+ HerbalAidRecipe: HerbalAidRecipe
648
657
  Immediate: Immediate
649
658
  ImprovisedWeapon: ImprovisedWeapon
650
659
  IndefiniteArcaneEnergyCost: IndefiniteArcaneEnergyCost
@@ -658,8 +667,10 @@ export type TypeAliasMap = {
658
667
  IndefiniteFamiliarsTrickProperty: IndefiniteFamiliarsTrickProperty
659
668
  IndefiniteMagicalDanceCost: IndefiniteMagicalDanceCost
660
669
  IndefiniteOneTimeCost: IndefiniteOneTimeCost
670
+ IndefinitePlantPrice: IndefinitePlantPrice
661
671
  IndefinitePoisonCost: IndefinitePoisonCost
662
672
  IndefinitePoisonTime: IndefinitePoisonTime
673
+ IndefiniteRecipe: IndefiniteRecipe
663
674
  IndefiniteSpecializations: IndefiniteSpecializations
664
675
  InfluenceEffect: InfluenceEffect
665
676
  InfluencePrerequisite: InfluencePrerequisite
@@ -748,7 +759,11 @@ export type TypeAliasMap = {
748
759
  PlainCommonProfessions: PlainCommonProfessions
749
760
  PlainGeneralPrerequisites: PlainGeneralPrerequisites
750
761
  PlainPrerequisites: PlainPrerequisites<unknown>
762
+ PlantEffect: PlantEffect
763
+ PlantOccurences: PlantOccurences
764
+ PlantOccurrence: PlantOccurrence
751
765
  PlantPoison: PlantPoison
766
+ PoisonRecipe: PoisonRecipe
752
767
  Preconditions: Preconditions
753
768
  PrerequisiteForLevel: PrerequisiteForLevel<unknown>
754
769
  PrerequisiteGroup: PrerequisiteGroup<unknown>
@@ -4371,6 +4386,10 @@ export type GeneralPrerequisiteGroup =
4371
4386
  kind: "SexualCharacteristic"
4372
4387
  SexualCharacteristic: SexualCharacteristicPrerequisite
4373
4388
  }
4389
+ | {
4390
+ kind: "PersonalityTrait"
4391
+ PersonalityTrait: PersonalityTraitPrerequisite
4392
+ }
4374
4393
 
4375
4394
  /**
4376
4395
  * Requires a specific sex.
@@ -5335,8 +5354,220 @@ export interface AlternativeName {
5335
5354
  * The region where this alternative name is used.
5336
5355
  */
5337
5356
  region?: string
5357
+
5358
+ /**
5359
+ * The language of that alternative name if any.
5360
+ */
5361
+ language?: Language_ID
5362
+ }
5363
+
5364
+ export interface Language {
5365
+ /**
5366
+ * The continents this language is present on.
5367
+ */
5368
+ continent: AssociatedContinent[]
5369
+
5370
+ /**
5371
+ * If applicable, a description of what may be a specialization.
5372
+ */
5373
+ customSpecializations?: IndefiniteSpecializations
5374
+
5375
+ prerequisites?: LanguagePrerequisites
5376
+
5377
+ /**
5378
+ * The maximum possible level of the language. Only specified if lower than default of 3.
5379
+ */
5380
+ max_level?: number
5381
+
5382
+ /**
5383
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
5384
+ */
5385
+ src: PublicationRefs
5386
+
5387
+ /**
5388
+ * All translations for the entry, identified by IETF language tag (BCP47).
5389
+ */
5390
+ translations: {
5391
+ [localeId: string]: LanguageTranslation
5392
+ }
5393
+ }
5394
+
5395
+ /**
5396
+ * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
5397
+ */
5398
+ export type Language_ID = string
5399
+
5400
+ export interface LanguageTranslation {
5401
+ /**
5402
+ * The language’s name.
5403
+ */
5404
+ name: string
5405
+
5406
+ /**
5407
+ * A list of alternative names.
5408
+ */
5409
+ alternative_names?: AlternativeName[]
5410
+
5411
+ /**
5412
+ * The description of the language.
5413
+ */
5414
+ description?: string
5415
+
5416
+ errata?: Errata
5417
+ }
5418
+
5419
+ export interface AssociatedContinent {
5420
+ /**
5421
+ * The continent’s identifier.
5422
+ */
5423
+ id: Continent_ID
5424
+
5425
+ /**
5426
+ * Is the language considered virtually extinct in this continent?
5427
+ */
5428
+ is_extinct: boolean
5429
+ }
5430
+
5431
+ /**
5432
+ * Continents are mostly referenced to in languages and scripts that occur on a specific continent.
5433
+ */
5434
+ export interface Continent {
5435
+ /**
5436
+ * All translations for the entry, identified by IETF language tag (BCP47).
5437
+ */
5438
+ translations: {
5439
+ [localeId: string]: ContinentTranslation
5440
+ }
5441
+ }
5442
+
5443
+ /**
5444
+ * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
5445
+ */
5446
+ export type Continent_ID = string
5447
+
5448
+ export interface ContinentTranslation {
5449
+ /**
5450
+ * The continent name.
5451
+ */
5452
+ name: string
5453
+ }
5454
+
5455
+ export interface LanguageSpecialization {
5456
+ /**
5457
+ * The language this specialization belongs to.
5458
+ */
5459
+ parent: Language_ID
5460
+
5461
+ /**
5462
+ * All translations for the entry, identified by IETF language tag (BCP47).
5463
+ */
5464
+ translations: {
5465
+ [localeId: string]: LanguageSpecializationTranslation
5466
+ }
5467
+ }
5468
+
5469
+ /**
5470
+ * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
5471
+ */
5472
+ export type LanguageSpecialization_ID = string
5473
+
5474
+ export interface LanguageSpecializationTranslation {
5475
+ /**
5476
+ * The specialization’s name.
5477
+ */
5478
+ name: string
5479
+
5480
+ /**
5481
+ * The specialization description. It will be appended to the name in parenthesis.
5482
+ */
5483
+ description?: string
5484
+ }
5485
+
5486
+ export interface IndefiniteSpecializations {
5487
+ /**
5488
+ * All translations for the entry, identified by IETF language tag (BCP47).
5489
+ */
5490
+ translations: {
5491
+ [localeId: string]: IndefiniteSpecializationsTranslation
5492
+ }
5493
+ }
5494
+
5495
+ export interface IndefiniteSpecializationsTranslation {
5496
+ /**
5497
+ * The specializations description.
5498
+ */
5499
+ description: string
5500
+
5501
+ /**
5502
+ * An input label or placeholder text for an UI element if it differs from the `description`.
5503
+ */
5504
+ label?: string
5505
+ }
5506
+
5507
+ export type LanguagePrerequisites = PrerequisitesForLevels<LanguagePrerequisiteGroup>
5508
+
5509
+ export type LanguagePrerequisiteGroup =
5510
+ | {
5511
+ kind: "Race"
5512
+ Race: RacePrerequisite
5513
+ }
5514
+ | {
5515
+ kind: "Activatable"
5516
+ Activatable: ActivatablePrerequisite
5517
+ }
5518
+ | {
5519
+ kind: "Text"
5520
+ Text: TextPrerequisite
5521
+ }
5522
+
5523
+ /**
5524
+ * A prerequisite that is either not verifyable in general – e.g. roleplay or background information – or the referenced entities were not made available for use yet – e.g. races –, but which should be displayed, because it is part of the prerequisite string from the sources.
5525
+ */
5526
+ export interface TextPrerequisite {
5527
+ /**
5528
+ * The method how the prerequisite should be verified. Either is passes all verification text or it denies all verification tests. The latter results in the associated entry to never be available for purchase.
5529
+ */
5530
+ verification: TextVerificationRule
5531
+
5532
+ /**
5533
+ * If the text is a sentence or sentence-like fragment, this property ensures it is integrated into the prerequisite string correctly.
5534
+ *
5535
+ * A standalone sentence is connected to the previous prerequisite string with a period and a period is also added at the end of the sentence automatically, if it is not present. A connected sentence is connected to the previous prerequisite string with a semicolon and a period is not added to the end of the sentence. In this case, if there are prerequisites after this one, they will be connected using a semicolon again, unless a different punctuation mark is present at the end of the given text.
5536
+ */
5537
+ sentence_type?: SentenceType
5538
+
5539
+ /**
5540
+ * If the text does not represent an actual prerequisite but a prerequisite for the use of certain aspects or the entry the prerequisite is associated with, or something like that, this property is set to `true`.
5541
+ *
5542
+ * If all prerequisites of an entry are marked as meta, the entry is considered to have no prerequisites and thus the string `none` must be rendered before the list of meta prerequisites.
5543
+ *
5544
+ * This is the only use case for this property.
5545
+ */
5546
+ is_meta?: boolean
5547
+
5548
+ /**
5549
+ * All translations for the entry, identified by IETF language tag (BCP47).
5550
+ */
5551
+ translations: {
5552
+ [localeId: string]: TextPrerequisiteTranslation
5553
+ }
5554
+ }
5555
+
5556
+ export interface TextPrerequisiteTranslation {
5557
+ /**
5558
+ * The displayed text.
5559
+ */
5560
+ text: string
5338
5561
  }
5339
5562
 
5563
+ export type TextVerificationRule =
5564
+ | {
5565
+ kind: "Pass"
5566
+ }
5567
+ | {
5568
+ kind: "Deny"
5569
+ }
5570
+
5340
5571
  /**
5341
5572
  * An effect or other parameter that may be reduced by a failed disease check for lessening or a degraded poison.
5342
5573
  *
@@ -6000,266 +6231,59 @@ export interface DependingOnPurchaseOrSalePoisonCost {
6000
6231
  sale: number
6001
6232
  }
6002
6233
 
6003
- export interface Language {
6234
+ export interface AnimalShape {
6004
6235
  /**
6005
- * The continents this language is present on.
6236
+ * The animal shape’s path.
6006
6237
  */
6007
- continent: AssociatedContinent[]
6238
+ path: AnimalShapePath_ID
6008
6239
 
6009
6240
  /**
6010
- * If applicable, a description of what may be a specialization.
6241
+ * The animal shape’s size.
6011
6242
  */
6012
- customSpecializations?: IndefiniteSpecializations
6013
-
6014
- prerequisites?: LanguagePrerequisites
6243
+ size: AnimalShapeSize_ID
6015
6244
 
6016
6245
  /**
6017
- * The maximum possible level of the language. Only specified if lower than default of 3.
6246
+ * All translations for the entry, identified by IETF language tag (BCP47).
6018
6247
  */
6019
- max_level?: number
6248
+ translations: {
6249
+ [localeId: string]: AnimalShapeTranslation
6250
+ }
6251
+ }
6252
+
6253
+ /**
6254
+ * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
6255
+ */
6256
+ export type AnimalShape_ID = string
6020
6257
 
6258
+ export interface AnimalShapeTranslation {
6021
6259
  /**
6022
- * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
6260
+ * The animal shape’s name.
6023
6261
  */
6024
- src: PublicationRefs
6262
+ name: string
6263
+ }
6025
6264
 
6265
+ export interface AnimalShapePath {
6026
6266
  /**
6027
6267
  * All translations for the entry, identified by IETF language tag (BCP47).
6028
6268
  */
6029
6269
  translations: {
6030
- [localeId: string]: LanguageTranslation
6270
+ [localeId: string]: AnimalShapePathTranslation
6031
6271
  }
6032
6272
  }
6033
6273
 
6034
6274
  /**
6035
6275
  * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
6036
6276
  */
6037
- export type Language_ID = string
6277
+ export type AnimalShapePath_ID = string
6038
6278
 
6039
- export interface LanguageTranslation {
6279
+ export interface AnimalShapePathTranslation {
6040
6280
  /**
6041
- * The language’s name.
6281
+ * The animal shape path’s name.
6042
6282
  */
6043
6283
  name: string
6284
+ }
6044
6285
 
6045
- /**
6046
- * A list of alternative names.
6047
- */
6048
- alternative_names?: AlternativeName[]
6049
-
6050
- /**
6051
- * The description of the language.
6052
- */
6053
- description?: string
6054
-
6055
- errata?: Errata
6056
- }
6057
-
6058
- export interface AssociatedContinent {
6059
- /**
6060
- * The continent’s identifier.
6061
- */
6062
- id: Continent_ID
6063
-
6064
- /**
6065
- * Is the language considered virtually extinct in this continent?
6066
- */
6067
- is_extinct: boolean
6068
- }
6069
-
6070
- /**
6071
- * Continents are mostly referenced to in languages and scripts that occur on a specific continent.
6072
- */
6073
- export interface Continent {
6074
- /**
6075
- * All translations for the entry, identified by IETF language tag (BCP47).
6076
- */
6077
- translations: {
6078
- [localeId: string]: ContinentTranslation
6079
- }
6080
- }
6081
-
6082
- /**
6083
- * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
6084
- */
6085
- export type Continent_ID = string
6086
-
6087
- export interface ContinentTranslation {
6088
- /**
6089
- * The continent name.
6090
- */
6091
- name: string
6092
- }
6093
-
6094
- export interface LanguageSpecialization {
6095
- /**
6096
- * The language this specialization belongs to.
6097
- */
6098
- parent: Language_ID
6099
-
6100
- /**
6101
- * All translations for the entry, identified by IETF language tag (BCP47).
6102
- */
6103
- translations: {
6104
- [localeId: string]: LanguageSpecializationTranslation
6105
- }
6106
- }
6107
-
6108
- /**
6109
- * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
6110
- */
6111
- export type LanguageSpecialization_ID = string
6112
-
6113
- export interface LanguageSpecializationTranslation {
6114
- /**
6115
- * The specialization’s name.
6116
- */
6117
- name: string
6118
-
6119
- /**
6120
- * The specialization description. It will be appended to the name in parenthesis.
6121
- */
6122
- description?: string
6123
- }
6124
-
6125
- export interface IndefiniteSpecializations {
6126
- /**
6127
- * All translations for the entry, identified by IETF language tag (BCP47).
6128
- */
6129
- translations: {
6130
- [localeId: string]: IndefiniteSpecializationsTranslation
6131
- }
6132
- }
6133
-
6134
- export interface IndefiniteSpecializationsTranslation {
6135
- /**
6136
- * The specializations description.
6137
- */
6138
- description: string
6139
-
6140
- /**
6141
- * An input label or placeholder text for an UI element if it differs from the `description`.
6142
- */
6143
- label?: string
6144
- }
6145
-
6146
- export type LanguagePrerequisites = PrerequisitesForLevels<LanguagePrerequisiteGroup>
6147
-
6148
- export type LanguagePrerequisiteGroup =
6149
- | {
6150
- kind: "Race"
6151
- Race: RacePrerequisite
6152
- }
6153
- | {
6154
- kind: "Activatable"
6155
- Activatable: ActivatablePrerequisite
6156
- }
6157
- | {
6158
- kind: "Text"
6159
- Text: TextPrerequisite
6160
- }
6161
-
6162
- /**
6163
- * A prerequisite that is either not verifyable in general – e.g. roleplay or background information – or the referenced entities were not made available for use yet – e.g. races –, but which should be displayed, because it is part of the prerequisite string from the sources.
6164
- */
6165
- export interface TextPrerequisite {
6166
- /**
6167
- * The method how the prerequisite should be verified. Either is passes all verification text or it denies all verification tests. The latter results in the associated entry to never be available for purchase.
6168
- */
6169
- verification: TextVerificationRule
6170
-
6171
- /**
6172
- * If the text is a sentence or sentence-like fragment, this property ensures it is integrated into the prerequisite string correctly.
6173
- *
6174
- * A standalone sentence is connected to the previous prerequisite string with a period and a period is also added at the end of the sentence automatically, if it is not present. A connected sentence is connected to the previous prerequisite string with a semicolon and a period is not added to the end of the sentence. In this case, if there are prerequisites after this one, they will be connected using a semicolon again, unless a different punctuation mark is present at the end of the given text.
6175
- */
6176
- sentence_type?: SentenceType
6177
-
6178
- /**
6179
- * If the text does not represent an actual prerequisite but a prerequisite for the use of certain aspects or the entry the prerequisite is associated with, or something like that, this property is set to `true`.
6180
- *
6181
- * If all prerequisites of an entry are marked as meta, the entry is considered to have no prerequisites and thus the string `none` must be rendered before the list of meta prerequisites.
6182
- *
6183
- * This is the only use case for this property.
6184
- */
6185
- is_meta?: boolean
6186
-
6187
- /**
6188
- * All translations for the entry, identified by IETF language tag (BCP47).
6189
- */
6190
- translations: {
6191
- [localeId: string]: TextPrerequisiteTranslation
6192
- }
6193
- }
6194
-
6195
- export interface TextPrerequisiteTranslation {
6196
- /**
6197
- * The displayed text.
6198
- */
6199
- text: string
6200
- }
6201
-
6202
- export type TextVerificationRule =
6203
- | {
6204
- kind: "Pass"
6205
- }
6206
- | {
6207
- kind: "Deny"
6208
- }
6209
-
6210
- export interface AnimalShape {
6211
- /**
6212
- * The animal shape’s path.
6213
- */
6214
- path: AnimalShapePath_ID
6215
-
6216
- /**
6217
- * The animal shape’s size.
6218
- */
6219
- size: AnimalShapeSize_ID
6220
-
6221
- /**
6222
- * All translations for the entry, identified by IETF language tag (BCP47).
6223
- */
6224
- translations: {
6225
- [localeId: string]: AnimalShapeTranslation
6226
- }
6227
- }
6228
-
6229
- /**
6230
- * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
6231
- */
6232
- export type AnimalShape_ID = string
6233
-
6234
- export interface AnimalShapeTranslation {
6235
- /**
6236
- * The animal shape’s name.
6237
- */
6238
- name: string
6239
- }
6240
-
6241
- export interface AnimalShapePath {
6242
- /**
6243
- * All translations for the entry, identified by IETF language tag (BCP47).
6244
- */
6245
- translations: {
6246
- [localeId: string]: AnimalShapePathTranslation
6247
- }
6248
- }
6249
-
6250
- /**
6251
- * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
6252
- */
6253
- export type AnimalShapePath_ID = string
6254
-
6255
- export interface AnimalShapePathTranslation {
6256
- /**
6257
- * The animal shape path’s name.
6258
- */
6259
- name: string
6260
- }
6261
-
6262
- export interface AnimalShapeSize {
6286
+ export interface AnimalShapeSize {
6263
6287
  /**
6264
6288
  * The animal shape size’s volume points
6265
6289
  */
@@ -7293,6 +7317,11 @@ export interface SustainedCostMap {
7293
7317
  */
7294
7318
  options: SustainedCostMapOption[]
7295
7319
 
7320
+ /**
7321
+ * The sustain interval.
7322
+ */
7323
+ interval: DurationUnitValue
7324
+
7296
7325
  /**
7297
7326
  * All translations for the entry, identified by IETF language tag (BCP47).
7298
7327
  */
@@ -9124,6 +9153,11 @@ export interface ProfessionPackage {
9124
9153
  */
9125
9154
  skills?: SkillRating[]
9126
9155
 
9156
+ /**
9157
+ * The cantrips the profession receives from the package.
9158
+ */
9159
+ cantrips?: Cantrip_ID[]
9160
+
9127
9161
  /**
9128
9162
  * The skill ratings a magical profession receives for spells; these spells are considered activated. Spells from an unfamiliar Tradition, if any, are identified as such.
9129
9163
  */
@@ -19675,6 +19709,10 @@ export type BlessedCommonProfessionConstraint =
19675
19709
  kind: "Tradition"
19676
19710
  Tradition: BlessedTraditionConstraint
19677
19711
  }
19712
+ | {
19713
+ kind: "Profession"
19714
+ Profession: ProfessionConstraint
19715
+ }
19678
19716
 
19679
19717
  export interface BlessedTraditionConstraint {
19680
19718
  /**
@@ -19726,6 +19764,11 @@ export interface CommonnessRatedAdvantageDisadvantageTranslation {
19726
19764
  */
19727
19765
  options?: string
19728
19766
 
19767
+ /**
19768
+ * A note, appended to the generated string in parenthesis. If options are specified as well, both will be in a single set of parentheses, with the note after the options.
19769
+ */
19770
+ note?: string
19771
+
19729
19772
  /**
19730
19773
  * A text that replaces the entire entry. No other text is generated for display, however, providing levels or a selection of options will still be relevant for highlighting entries in the application. This should only be used if the text cannot be generated from other fields at all.
19731
19774
  */
@@ -21010,25 +21053,119 @@ export interface RatedSumPrerequisite {
21010
21053
  display_option?: DisplayOption
21011
21054
  }
21012
21055
 
21013
- export type AdvantageDisadvantagePrerequisites = PrerequisitesForLevels<AdvantageDisadvantagePrerequisiteGroup>
21056
+ export interface PersonalityTraitPrerequisite {
21057
+ /**
21058
+ * The personality trait’s identifier.
21059
+ */
21060
+ id: PersonalityTrait_ID
21014
21061
 
21015
- export type AdvantageDisadvantagePrerequisiteGroup =
21016
- | {
21017
- kind: "CommonSuggestedByRCP"
21018
- }
21019
- | {
21020
- kind: "NoOtherAncestorBloodAdvantage"
21021
- }
21022
- | {
21023
- kind: "Sex"
21024
- Sex: SexPrerequisite
21025
- }
21026
- | {
21027
- kind: "Race"
21028
- Race: RacePrerequisite
21029
- }
21030
- | {
21031
- kind: "Culture"
21062
+ /**
21063
+ * If checked, the prerequisite **must** be present. If not checked, prerequisite **must not** be present.
21064
+ */
21065
+ active: boolean
21066
+
21067
+ display_option?: DisplayOption
21068
+ }
21069
+
21070
+ /**
21071
+ * A personality trait describes character aspects of a person from a certain region. Higher trait levels only cover a part of the region covered by lower-level traits.
21072
+ */
21073
+ export interface PersonalityTrait {
21074
+ /**
21075
+ * The personality trait’s level.
21076
+ */
21077
+ level: number
21078
+
21079
+ prerequisites?: PersonalityTraitPrerequisites
21080
+
21081
+ /**
21082
+ * The lower-level personality trait(s) this trait can be combined with.
21083
+ */
21084
+ combination_options?: PersonalityTrait_ID[]
21085
+
21086
+ /**
21087
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
21088
+ */
21089
+ src: PublicationRefs
21090
+
21091
+ /**
21092
+ * All translations for the entry, identified by IETF language tag (BCP47).
21093
+ */
21094
+ translations: {
21095
+ [localeId: string]: PersonalityTraitTranslation
21096
+ }
21097
+ }
21098
+
21099
+ /**
21100
+ * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
21101
+ */
21102
+ export type PersonalityTrait_ID = string
21103
+
21104
+ export interface PersonalityTraitTranslation {
21105
+ /**
21106
+ * The personality trait’s name.
21107
+ */
21108
+ name: string
21109
+
21110
+ /**
21111
+ * The effects of the personality trait. They should be sorted like they are in the book.
21112
+ */
21113
+ effects: PersonalityTraitEffect[]
21114
+
21115
+ errata?: Errata
21116
+ }
21117
+
21118
+ export type PersonalityTraitPrerequisites = PlainPrerequisites<PersonalityTraitPrerequisiteGroup>
21119
+
21120
+ export type PersonalityTraitPrerequisiteGroup =
21121
+ | {
21122
+ kind: "Race"
21123
+ Race: RacePrerequisite
21124
+ }
21125
+ | {
21126
+ kind: "Culture"
21127
+ Culture: CulturePrerequisite
21128
+ }
21129
+ | {
21130
+ kind: "PersonalityTrait"
21131
+ PersonalityTrait: PersonalityTraitPrerequisite
21132
+ }
21133
+ | {
21134
+ kind: "Text"
21135
+ Text: TextPrerequisite
21136
+ }
21137
+
21138
+ export interface PersonalityTraitEffect {
21139
+ /**
21140
+ * A label that is displayed and placed before the actual text.
21141
+ */
21142
+ label: string
21143
+
21144
+ /**
21145
+ * The effect text.
21146
+ */
21147
+ text: string
21148
+ }
21149
+
21150
+ export type AdvantageDisadvantagePrerequisites = PrerequisitesForLevels<AdvantageDisadvantagePrerequisiteGroup>
21151
+
21152
+ export type AdvantageDisadvantagePrerequisiteGroup =
21153
+ | {
21154
+ kind: "CommonSuggestedByRCP"
21155
+ }
21156
+ | {
21157
+ kind: "NoOtherAncestorBloodAdvantage"
21158
+ }
21159
+ | {
21160
+ kind: "Sex"
21161
+ Sex: SexPrerequisite
21162
+ }
21163
+ | {
21164
+ kind: "Race"
21165
+ Race: RacePrerequisite
21166
+ }
21167
+ | {
21168
+ kind: "Culture"
21032
21169
  Culture: CulturePrerequisite
21033
21170
  }
21034
21171
  | {
@@ -21087,6 +21224,10 @@ export type AdvantageDisadvantagePrerequisiteGroup =
21087
21224
  kind: "SexualCharacteristic"
21088
21225
  SexualCharacteristic: SexualCharacteristicPrerequisite
21089
21226
  }
21227
+ | {
21228
+ kind: "PersonalityTrait"
21229
+ PersonalityTrait: PersonalityTraitPrerequisite
21230
+ }
21090
21231
 
21091
21232
  export interface AlternativeRule {
21092
21233
  /**
@@ -21787,6 +21928,27 @@ export interface SecondaryArmorTranslation {
21787
21928
  disadvantage?: string
21788
21929
  }
21789
21930
 
21931
+ export interface Biome {
21932
+ /**
21933
+ * All translations for the entry, identified by IETF language tag (BCP47).
21934
+ */
21935
+ translations: {
21936
+ [localeId: string]: BiomeTranslation
21937
+ }
21938
+ }
21939
+
21940
+ /**
21941
+ * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
21942
+ */
21943
+ export type Biome_ID = string
21944
+
21945
+ export interface BiomeTranslation {
21946
+ /**
21947
+ * The biome's name.
21948
+ */
21949
+ name: string
21950
+ }
21951
+
21790
21952
  export interface Book {
21791
21953
  /**
21792
21954
  * The type of book.
@@ -24518,6 +24680,72 @@ export interface IndefiniteFamiliarsTrickPropertyTranslation {
24518
24680
  description: ResponsiveText
24519
24681
  }
24520
24682
 
24683
+ export interface HerbalAid {
24684
+ /**
24685
+ * The plant types this aid belongs to.
24686
+ */
24687
+ types: EffectType[]
24688
+
24689
+ /**
24690
+ * The difficulty for this aid to craft.
24691
+ */
24692
+ crafting_difficulty: number
24693
+
24694
+ /**
24695
+ * The armor or weapon this herbal aid represents.
24696
+ */
24697
+ combatUse?: HerbalAidCombatUse
24698
+
24699
+ /**
24700
+ * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
24701
+ */
24702
+ src: PublicationRefs
24703
+
24704
+ /**
24705
+ * All translations for the entry, identified by IETF language tag (BCP47).
24706
+ */
24707
+ translations: {
24708
+ [localeId: string]: HerbalAidTranslation
24709
+ }
24710
+ }
24711
+
24712
+ /**
24713
+ * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
24714
+ */
24715
+ export type HerbalAid_ID = string
24716
+
24717
+ export interface HerbalAidTranslation {
24718
+ /**
24719
+ * The herbal aid's name.
24720
+ */
24721
+ name: string
24722
+
24723
+ /**
24724
+ * The herbal aid's description.
24725
+ */
24726
+ description: string
24727
+
24728
+ /**
24729
+ * The ingredients used to craft this herbal aid.
24730
+ */
24731
+ ingredients: string[]
24732
+
24733
+ /**
24734
+ * The typical tools used to craft this.
24735
+ */
24736
+ typical_tools?: string[]
24737
+ }
24738
+
24739
+ export type HerbalAidCombatUse =
24740
+ | {
24741
+ kind: "Weapon"
24742
+ Weapon: Weapon_ID
24743
+ }
24744
+ | {
24745
+ kind: "Armor"
24746
+ Armor: Armor_ID
24747
+ }
24748
+
24521
24749
  export interface HomunculusType {
24522
24750
  /**
24523
24751
  * All translations for the entry, identified by IETF language tag (BCP47).
@@ -24580,21 +24808,56 @@ export interface MetaConditionTranslation {
24580
24808
  errata?: Errata
24581
24809
  }
24582
24810
 
24583
- /**
24584
- * A personality trait describes character aspects of a person from a certain region. Higher trait levels only cover a part of the region covered by lower-level traits.
24585
- */
24586
- export interface PersonalityTrait {
24811
+ export interface Plant {
24587
24812
  /**
24588
- * The personality trait’s level.
24813
+ * The plant types of this plant.
24589
24814
  */
24590
- level: number
24815
+ types: EffectType[]
24591
24816
 
24592
- prerequisites?: PersonalityTraitPrerequisites
24817
+ /**
24818
+ * The biomes this plant occurs in and its rarity in those biomes.
24819
+ */
24820
+ occurences: PlantOccurences
24593
24821
 
24594
24822
  /**
24595
- * The lower-level personality trait(s) this trait can be combined with.
24823
+ * The search difficulty for this plant.
24596
24824
  */
24597
- combination_options?: PersonalityTrait_ID[]
24825
+ search_difficulty: number
24826
+
24827
+ /**
24828
+ * The identification difficulty for this plant.
24829
+ */
24830
+ identification_difficulty: number
24831
+
24832
+ /**
24833
+ * The applications of this plant per quality level.
24834
+ */
24835
+ applications: [number, number, number, number, number, number]
24836
+
24837
+ /**
24838
+ * The plant's touch effect.
24839
+ */
24840
+ touch?: PlantEffect
24841
+
24842
+ /**
24843
+ * The plant's inhalation effect.
24844
+ */
24845
+ inhalation?: PlantEffect
24846
+
24847
+ /**
24848
+ * The plant's ingestion effect.
24849
+ */
24850
+ ingestion?: PlantEffect
24851
+
24852
+ /**
24853
+ * The price of the plant.
24854
+ */
24855
+ price: PlantPrice
24856
+
24857
+ /**
24858
+ * The herbal aids and elixirs that can be crafted with this plant.
24859
+ */
24860
+ recipes?: PlantRecipe[]
24598
24861
 
24599
24862
  /**
24600
24863
  * References to where in which publications this entry has been defined. Entries may also be added or removed in later printings.
@@ -24605,73 +24868,271 @@ export interface PersonalityTrait {
24605
24868
  * All translations for the entry, identified by IETF language tag (BCP47).
24606
24869
  */
24607
24870
  translations: {
24608
- [localeId: string]: PersonalityTraitTranslation
24871
+ [localeId: string]: PlantTranslation
24609
24872
  }
24610
24873
  }
24611
24874
 
24612
24875
  /**
24613
24876
  * The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
24614
24877
  */
24615
- export type PersonalityTrait_ID = string
24878
+ export type Plant_ID = string
24616
24879
 
24617
- export interface PersonalityTraitTranslation {
24880
+ export interface PlantTranslation {
24618
24881
  /**
24619
- * The personality trait’s name.
24882
+ * The plant's name.
24620
24883
  */
24621
24884
  name: string
24622
24885
 
24623
24886
  /**
24624
- * The effects of the personality trait. They should be sorted like they are in the book.
24887
+ * A list of alternative names.
24625
24888
  */
24626
- effects: PersonalityTraitEffect[]
24889
+ alternative_names?: AlternativeName[]
24627
24890
 
24628
- errata?: Errata
24891
+ /**
24892
+ * How this plant is used as a household remedy and in folk traditions.
24893
+ */
24894
+ remedies_and_traditions: string
24895
+
24896
+ /**
24897
+ * What one knows about this plant for each quality level. The first element represents QL 1, the second element QL 2, and so on.
24898
+ */
24899
+ knowledge: string[]
24629
24900
  }
24630
24901
 
24631
- export type PersonalityTraitPrerequisites = PlainPrerequisites<PersonalityTraitPrerequisiteGroup>
24902
+ export interface PlantOccurences {
24903
+ /**
24904
+ * The biomes this plant occurs in and its rarity in those biomes.
24905
+ */
24906
+ items?: PlantOccurrence[]
24632
24907
 
24633
- export type PersonalityTraitPrerequisiteGroup =
24908
+ /**
24909
+ * All translations for the entry, identified by IETF language tag (BCP47).
24910
+ */
24911
+ translation?: {
24912
+ [localeId: string]: PlantOccurrencesTranslation
24913
+ }
24914
+ }
24915
+
24916
+ export interface PlantOccurrencesTranslation {
24917
+ /**
24918
+ * A note to all occurences of this plant
24919
+ */
24920
+ note: string
24921
+ }
24922
+
24923
+ export interface PlantOccurrence {
24924
+ /**
24925
+ * The biome this plant occurs in.
24926
+ */
24927
+ biome: Biome_ID
24928
+
24929
+ /**
24930
+ * The rarity of this plant in the biome.
24931
+ */
24932
+ rarity: PlantRarity
24933
+
24934
+ /**
24935
+ * All translations for the entry, identified by IETF language tag (BCP47).
24936
+ */
24937
+ translation?: {
24938
+ [localeId: string]: PlantOccurrenceTranslation
24939
+ }
24940
+ }
24941
+
24942
+ export interface PlantOccurrenceTranslation {
24943
+ /**
24944
+ * A note added to this occurrence
24945
+ */
24946
+ note: string
24947
+ }
24948
+
24949
+ /**
24950
+ * The rarity of a plant in a biome.
24951
+ */
24952
+ export type PlantRarity =
24634
24953
  | {
24635
- kind: "Race"
24636
- Race: RacePrerequisite
24954
+ kind: "Common"
24637
24955
  }
24638
24956
  | {
24639
- kind: "Culture"
24640
- Culture: CulturePrerequisite
24957
+ kind: "Occasional"
24641
24958
  }
24642
24959
  | {
24643
- kind: "PersonalityTrait"
24644
- PersonalityTrait: PersonalityTraitPrerequisite
24960
+ kind: "RatherRare"
24645
24961
  }
24646
24962
  | {
24647
- kind: "Text"
24648
- Text: TextPrerequisite
24963
+ kind: "Rare"
24964
+ }
24965
+ | {
24966
+ kind: "VeryRare"
24649
24967
  }
24650
24968
 
24651
- export interface PersonalityTraitPrerequisite {
24969
+ export interface PlantEffect {
24652
24970
  /**
24653
- * The personality trait’s identifier.
24971
+ * The effect type of this plant effect.
24654
24972
  */
24655
- id: PersonalityTrait_ID
24973
+ types?: EffectType[]
24656
24974
 
24657
24975
  /**
24658
- * If checked, the prerequisite **must** be present. If not checked, prerequisite **must not** be present.
24976
+ * All translations for the entry, identified by IETF language tag (BCP47).
24659
24977
  */
24660
- active: boolean
24978
+ translations: {
24979
+ [localeId: string]: PlantEffectTranslationTranslation
24980
+ }
24981
+ }
24661
24982
 
24662
- display_option?: DisplayOption
24983
+ export interface PlantEffectTranslationTranslation {
24984
+ /**
24985
+ * The effect of the plant.
24986
+ */
24987
+ description: string
24663
24988
  }
24664
24989
 
24665
- export interface PersonalityTraitEffect {
24990
+ export type PlantPrice =
24991
+ | {
24992
+ kind: "Constant"
24993
+ Constant: {
24994
+ /**
24995
+ * The value of the plant in silver coins.
24996
+ */
24997
+ value: number
24998
+
24999
+ /**
25000
+ * The cost of the plant in silver coins.
25001
+ */
25002
+ cost: number
25003
+ }
25004
+ }
25005
+ | {
25006
+ kind: "Indefinite"
25007
+ Indefinite: IndefinitePlantPrice
25008
+ }
25009
+
25010
+ export interface IndefinitePlantPrice {
24666
25011
  /**
24667
- * A label that is displayed and placed before the actual text.
25012
+ * All translations for the entry, identified by IETF language tag (BCP47).
24668
25013
  */
24669
- label: string
25014
+ translations: {
25015
+ [localeId: string]: IndefinitePlantPriceTranslation
25016
+ }
25017
+ }
24670
25018
 
25019
+ export interface IndefinitePlantPriceTranslation {
24671
25020
  /**
24672
- * The effect text.
25021
+ * A description of the price.
24673
25022
  */
24674
- text: string
25023
+ description: string
25024
+ }
25025
+
25026
+ export type PlantRecipe =
25027
+ | {
25028
+ kind: "HerbalAid"
25029
+ HerbalAid: HerbalAidRecipe
25030
+ }
25031
+ | {
25032
+ kind: "Elixir"
25033
+ Elixir: ElixirRecipe
25034
+ }
25035
+ | {
25036
+ kind: "Poison"
25037
+ Poison: PoisonRecipe
25038
+ }
25039
+ | {
25040
+ kind: "Indefinite"
25041
+ Indefinite: IndefiniteRecipe
25042
+ }
25043
+
25044
+ export interface HerbalAidRecipe {
25045
+ /**
25046
+ * The herbal aid this recipe results in.
25047
+ */
25048
+ herbal_aid: HerbalAid_ID
25049
+
25050
+ /**
25051
+ * All translations for the entry, identified by IETF language tag (BCP47).
25052
+ */
25053
+ translation?: {
25054
+ [localeId: string]: HerbalAidRecipeTranslation
25055
+ }
25056
+ }
25057
+
25058
+ export interface HerbalAidRecipeTranslation {
25059
+ /**
25060
+ * A note, appended to the generated string in parenthesis. If the generated is modified using `replacement`, the note is appended to the modifier string.
25061
+ */
25062
+ note?: ResponsiveTextOptional
25063
+
25064
+ /**
25065
+ * A replacement string. If `note` is provided, it is appended to the replaced string.
25066
+ */
25067
+ replacement?: ResponsiveTextReplace
25068
+ }
25069
+
25070
+ export interface ElixirRecipe {
25071
+ /**
25072
+ * The elixir this recipe results in.
25073
+ */
25074
+ elixir: Elixir_ID
25075
+
25076
+ /**
25077
+ * All translations for the entry, identified by IETF language tag (BCP47).
25078
+ */
25079
+ translation?: {
25080
+ [localeId: string]: ElixirRecipeTranslation
25081
+ }
25082
+ }
25083
+
25084
+ export interface ElixirRecipeTranslation {
25085
+ /**
25086
+ * A note, appended to the generated string in parenthesis. If the generated is modified using `replacement`, the note is appended to the modifier string.
25087
+ */
25088
+ note?: ResponsiveTextOptional
25089
+
25090
+ /**
25091
+ * A replacement string. If `note` is provided, it is appended to the replaced string.
25092
+ */
25093
+ replacement?: ResponsiveTextReplace
25094
+ }
25095
+
25096
+ export interface PoisonRecipe {
25097
+ /**
25098
+ * The poison this recipe results in.
25099
+ */
25100
+ poison: Poison_ID
25101
+
25102
+ /**
25103
+ * All translations for the entry, identified by IETF language tag (BCP47).
25104
+ */
25105
+ translation?: {
25106
+ [localeId: string]: PoisonRecipeTranslation
25107
+ }
25108
+ }
25109
+
25110
+ export interface PoisonRecipeTranslation {
25111
+ /**
25112
+ * A note, appended to the generated string in parenthesis. If the generated is modified using `replacement`, the note is appended to the modifier string.
25113
+ */
25114
+ note?: ResponsiveTextOptional
25115
+
25116
+ /**
25117
+ * A replacement string. If `note` is provided, it is appended to the replaced string.
25118
+ */
25119
+ replacement?: ResponsiveTextReplace
25120
+ }
25121
+
25122
+ export interface IndefiniteRecipe {
25123
+ /**
25124
+ * All translations for the entry, identified by IETF language tag (BCP47).
25125
+ */
25126
+ translations: {
25127
+ [localeId: string]: IndefiniteRecipeTranslation
25128
+ }
25129
+ }
25130
+
25131
+ export interface IndefiniteRecipeTranslation {
25132
+ /**
25133
+ * A description of the recipe.
25134
+ */
25135
+ description: string
24675
25136
  }
24676
25137
 
24677
25138
  export interface Region {