Template:Recipe/doc
Jump to navigation
Jump to search
- This is the documentation subpage of Template:Recipe. It contains usage information that is not part of the underlying template page.
{{Recipe
| name =
| source =
| sheet =
| type =
| yield =
| class =
| level =
| difficulty =
| durability =
| max-quality =
| quality-req =
| rank =
| quick-synthesis =
| qs-craftsmanship =
| qs-control =
| hq =
| craftsmanship =
| craftsmanship-rec =
| control =
| control-rec =
| aspect =
| specialization =
| equipment-req =
| status-req =
| expert-recipe =
| collectable =
| ingredient1 =
| ingredient(2-8) =
}}
Parameters
- 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 parametersheetbelow.
- 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.
- yield
- The number of items produced from the recipe. Defaults to 1.
- 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.
- difficulty
- Recipe difficulty.
- durability
- Recipe durability.
- max-quality
- Maximum recipe quality.
- quality-req
- Minimum quality required for synthesis. Only applicable to certain recipes.
- rank
- Recipe rank. Defaults to
none. Accepts from 1 to 4. - quick-synthesis
- Whether an item can be crafted through quick synthesis. Set anything to disable QS for the item. Defaults to
yes. - qs-craftsmanship
- Optional. Craftsmanship required in order to unlock quick synthesis for this recipe.
- qs-control
- Optional. Control required in order to unlock quick synthesis for this recipe.
- hq
- Whether an item can be high quality. Set anything to disable HQ for the item. Defaults to
yes. - craftsmanship
- Optional. Craftsmanship required in order to craft this item.
- craftsmanship-rec
- Optional. Craftsmanship Recommended
- control
- Optional. Control required in order to craft this item.
- control-rec
- Optional. Control Recommended
- aspect
- Optional. Elemental aspect required in order to craft this item. Accepts: earth, wind, water or lightning.
- specialization
- Optional. Whether an item requires a specialist. Set anything to enable specialization requirement for the item. Defaults to
no. - equipment-req
- Optional. The name of the equipment piece that needs to be equipped to craft the recipe, e.g. Ehcatl Wristgloves
- status-req
- Optional. The name of any status effects that need to be active to craft the recipe.
- collectable
- Optional. Set to any value if the recipe is a collectable.
- expert-recipe
- Optional. Set to any value if the recipe is an expert recipe.
- ingredient1
- Required. The ingredients of the recipe (including crystals). Value should be a quantity followed by an item name.
<quantity> <item name>, e.g.1 Lowland Grapes
- ingredient2
- ingredient3
- ingredient4
- ingredient5
- ingredient6
- ingredient7
- ingredient8
- Optional. Same functionality as ingredient1.