diff options
Diffstat (limited to 'data/items/misc/wooden_chair.yaml')
| -rw-r--r-- | data/items/misc/wooden_chair.yaml | 19 |
1 files changed, 16 insertions, 3 deletions
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 |
