[global]
descname=_"Smokery"
type=production
size=medium
buildable=yes
buildicon=smokery_build.png
worker=smoker
output=smoked_meat
output=smoked_fish
program=work
program=smoke_meat
program=smoke_fish

[inputs]
fish=4
meat=4
trunk=8

[work]
0=set +nostats
1=call smoke_meat
2=call smoke_fish

[smoke_meat]
0=set +catch
1=sleep 15000
2=check meat
3=check trunk
4=consume meat
5=consume trunk
6=animation working 15000
7=produce smoked_meat

[smoke_fish]
0=set +catch
1=sleep 15000
2=check fish
3=check trunk
4=consume fish
5=consume trunk
6=animation working 15000
7=produce smoked_fish

[buildcost]
trunk=1
stone=4
planks=1
spidercloth=1

[idle]
pics=smokery_i_??.png  # ???
hotspot=45 45

[build]
pics=smokery_i_??.png  # ???
hotspot=45 45

[working]
pics=smokery_i_??.png  # ???
hotspot=45 45
