Contains descriptions, ingredients, and other values for alchemical formulae.
Number of formula definitions.
Formula definitions.
The order of formulas here matches the order in
.
A definition of an alchemical formula.
Text description of the formula.
The last character is always a null, as is any unused space
Mystic number (the base difficulty when mixing a new potion).
Risk factor (when mixing a new potion).
0=low, 1=medium, 2=high.
Ingredients required to mix a potion.
Ingredients are given in increasing item code value
If fewer than 5 ingredients are needed, the remaining space in the array is filled with zeroes.
An ingredient (and quantity) for an alchemical formula.
The amount of this ingredient needed.
Ranges from 1-5.
The item code of the ingredient.
Ingredients are given in increasing item code value.
Codes are a reference to offsets into the
item_definitions array.