ECONOMY
Transform (exchange)
Opens an exchange / craft menu for the player. Players combine resources into new items via defined recipes.
Use cases
Crafting stations, cooking pots, forges, alchemy tables, workbenches.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Recipes | — | No | Which recipes are available at this station. |
| Station name | — | No | Name displayed at the top of the crafting window. |
→ In-game result
{
"action": "Transform",
"recipes": "...",
"station_name": "..."
} In-game result
A crafting UI opens listing available recipes with required inputs and outputs.