Simple Mode

The simplest resolution mode. One ingredient set, one result group, optional pass/fail check.


Rules

  • Exactly one ingredient set
  • Exactly one result group
  • Crafting check is optional (pass/fail only)

Example: Healing Potion

A basic alchemy recipe:

Ingredients Result
2x Moonpetal Herb 1x Healing Potion
1x Empty Vial  

Creating the recipe

This recipe has one ingredient set with two groups, a “Herbs” group (2x Moonpetal Herb) and a “Container” group (1x Empty Vial), and one result group producing 1x Healing Potion. You author it on the Ingredients and Results tabs of the recipe editor in the Crafting Admin panel. The public API can create and configure recipes too. See the API reference for those methods.

With an Optional Check

If crafting checks are enabled on the system, simple mode uses pass/fail:

  • Pass: ingredients are consumed and results are created
  • Fail: behaviour depends on your consumption-on-failure settings

The crafting check decides whether the attempt passes or fails. See Crafting Checks for how checks work.


See Also

  • Routed Modes: produce different results from one recipe, chosen by ingredients or a skill check.
  • Crafting Checks: how crafting checks are configured.

This site uses Just the Docs, a documentation theme for Jekyll.