From 843fa6db681e494bf46e191655323a40577542b5 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 5 Jul 2026 20:06:53 -0400 Subject: feat: remove deprecated use/station interaction model --- building_guide/behaviors.md | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'building_guide') diff --git a/building_guide/behaviors.md b/building_guide/behaviors.md index ce266c1..8030d3d 100644 --- a/building_guide/behaviors.md +++ b/building_guide/behaviors.md @@ -553,29 +553,4 @@ use_interactions: secret_passage_open: true ``` -### Use (crafting stations) - -Use configs go under the `use:` key on objects (e.g. furnaces, ranges): - -```yaml -name: furnace -color: "D0" -use: - message: "You place the ore in the furnace..." - wait: 4 - consume: - copper_ore: 1 - reward: - item_id: copper_bar - quantity: 1 - fail_message: "The ore crumbles to dust." - success: - base: 0.60 - per_level: 0.01 - cap: 0.95 - skill: smithing - level: 1 - xp: 15 -``` - --- -- cgit v1.2.3