From 3a58125d14bb307f861b38c6c5b0a63babde7e08 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 13:28:06 -0400 Subject: feat: all skills kind of implemented, random prototype content added --- data/recipes/construct_teak_planks.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/recipes/construct_teak_planks.yaml (limited to 'data/recipes/construct_teak_planks.yaml') diff --git a/data/recipes/construct_teak_planks.yaml b/data/recipes/construct_teak_planks.yaml new file mode 100644 index 0000000..022ff7f --- /dev/null +++ b/data/recipes/construct_teak_planks.yaml @@ -0,0 +1,12 @@ +id: construct_teak_planks +type: construction +level: 35 +xp: 20 +wait: 20 +station: [workbench] +tool: saw +consume: + - items: [teak_logs] + qty: 1 +output: teak_planks +message: "You saw the teak logs into fine teak planks." -- cgit v1.2.3