From 470bc5bd99b793e46305310b5fbeb3068eba45f1 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 23:43:35 -0400 Subject: refactor: removed separate crafting recipes and combined them into item YAML --- data/items/misc/wooden_chair.yaml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'data/items/misc/wooden_chair.yaml') diff --git a/data/items/misc/wooden_chair.yaml b/data/items/misc/wooden_chair.yaml index 16220ef..786a818 100644 --- a/data/items/misc/wooden_chair.yaml +++ b/data/items/misc/wooden_chair.yaml @@ -1,6 +1,19 @@ +color: "130" +craft: + consume: + - items: + - planks + quantity: 2 + level: 8 + message: You craft a comfortable wooden chair. + skill: construction + station: + - workbench + type: construction + wait: 6 + xp: 30 +description: A comfortable wooden chair with a smooth finish. id: wooden_chair name: wooden chair -color: "130" -description: "A comfortable wooden chair with a smooth finish." -value: 35 stackable: false +value: 35 -- cgit v1.2.3