# [TITLE MISSING]
## Definitions
### `Elixir`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`id` | The elixir's identifier. An unique, increasing integer. | See details
`cost_per_ingredient_level` | The cost per ingredient level in silverthalers. | See details
`laboratory` | The laboratory level needed to brew the elixir. | See details
`brewing_difficulty` | The brewing difficulty, which represents the challenge of creating an elixir. | See details
`trade_secret` | AP value and prerequisites of the elixir recipe’s trade secret. | See details
`src` | | See details
`translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details
#### `id`
The elixir's identifier. An unique, increasing integer.
- **Type:** Integer
- **Minimum:** `1`
#### `cost_per_ingredient_level`
The cost per ingredient level in silverthalers.
- **Type:** Number
#### `laboratory`
The laboratory level needed to brew the elixir.
- **Type:** LaboratoryLevel
#### `brewing_difficulty`
The brewing difficulty, which represents the challenge of creating an elixir.
- **Type:** Integer
#### `trade_secret`
AP value and prerequisites of the elixir recipe’s trade secret.
- **Type:** RecipeTradeSecret
#### `src`
- **Type:** PublicationRefs
#### `translations`
All translations for the entry, identified by IETF language tag (BCP47).
- **Type:** LocaleMap<ElixirTranslation>
---
### `ElixirTranslation`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`name` | The name of the elixir. | See details
`alternative_names?` | A list of alternative names. | See details
`typical_ingredients` | A list of typical ingredients. | See details
`brewing_process_prerequisites?` | Prerequsites for the brewing process, if any. | See details
`quality_levels` | The list of effects for each quality level. The first element represents QL 1, the second element QL 2, and so on. | See details
`errata?` | | See details
#### `name`
The name of the elixir.
- **Type:** NonEmptyString
#### `alternative_names?`
A list of alternative names.
- **Type:** List
- **Items:** ElixirTranslation/alternative_names[]
- **Minimum Items:** `1`
#### `typical_ingredients`
A list of typical ingredients.
- **Type:** List
- **Items:** ElixirTranslation/typical_ingredients[]
- **Minimum Items:** `1`
- **Unique Items:** Yes
#### `brewing_process_prerequisites?`
Prerequsites for the brewing process, if any.
- **Type:** NonEmptyMarkdown
#### `quality_levels`
The list of effects for each quality level. The first element represents QL 1, the second element QL 2, and so on.
- **Type:** List
- **Items:** ElixirTranslation/quality_levels[]
#### `errata?`
- **Type:** Errata
---
### `ElixirTranslation/alternative_names[]`
- **Type:** AlternativeName
---
### `ElixirTranslation/typical_ingredients[]`
- **Type:** NonEmptyString
---
### `ElixirTranslation/quality_levels[]`
- **Type:** NonEmptyMarkdown