blob: 21d6c53f476ddc9d4613054184667bf07222ae8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
id: construct_wooden_table
type: construction
level: 6
xp: 25
wait: 6
station: [workbench]
consume:
- items: [planks]
quantity: 3
output: wooden_table
message: "You build a sturdy wooden table."
|