diff options
Diffstat (limited to 'data/recipes/construct_wooden_chair.yaml')
| -rw-r--r-- | data/recipes/construct_wooden_chair.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/recipes/construct_wooden_chair.yaml b/data/recipes/construct_wooden_chair.yaml new file mode 100644 index 0000000..cad6200 --- /dev/null +++ b/data/recipes/construct_wooden_chair.yaml @@ -0,0 +1,11 @@ +id: construct_wooden_chair +type: construction +level: 8 +xp: 30 +wait: 6 +station: [workbench] +consume: + - items: [planks] + qty: 2 +output: wooden_chair +message: "You craft a comfortable wooden chair." |
