Template:Recipe
Jump to navigation
Jump to search
Recipe
- Source
- Unspecified
- Output qty.
- 1
Ingredients
Parameters
- id
- The recipe ID
- name
- The recipe name (defaults to
BASEPAGENAME
) - source
- How the recipe is learned:
class
- Learned automatically by levelling a class.recipe sheet
- Learned from a recipe sheet; requires parametersheet
below.
- sheet
- The name of the recipe sheet item that teaches the recipe; only use for
source = recipe sheet
. If learnt by multiple sources, separate sources with a semicolon ";". - type
- The recipe type, i.e. the header it appears under in the recipe list.
- quantity
- The number of items produced from the recipe. Defaults to 1.
- upper quantity
- Optional. Use when the number of output items varies.
- class
- The classes that can use the recipe. Accepts a comma-separated list (e.g.
class = culinarian, alchemist
). - level
- The level required in a class to use the recipe.
- crystal1
- crystal2
- Optional. The crystals the recipe requires. Value should be a quantity followed by an item name.
<quantity> <item name>
, e.g.1 Water Shard
- ingredient1
- Required. The ingredients of the recipe. Value should be a quantity followed by an item name.
<quantity> <item name>
, e.g.1 Lowland Grapes
- ingredient2
- ingredient3
- ingredient4
- Optional. Same functionality as ingredient1.
Example
{{Recipe | name = Raisins | source = Class | type = Meal | class = Culinarian | level = 3 | quantity = 3 | difficulty = 10 | durability = 40 | max-quality = 339 | crystal1 = 1 Fire Shard | ingredient1 = 1 Lowland Grapes }}
Raisins
- Source
- Class
- Type
- Meal
- Output qty.
- 3
- ClassExpression error: Unexpected > operator.
- CUL
- Durability
- 40
- Difficulty
- 10
- Max. quality
- 339
- Req. level
- 3
- Quick synthesis
- Available
Ingredients