blob: f09a1991acc06d3edbd524569d6be58085755d14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
id: construct_wooden_shelf
type: construction
level: 4
xp: 20
wait: 6
station: [workbench]
consume:
- items: [planks]
qty: 2
output: wooden_shelf
message: "You assemble the planks into a wooden shelf."
|