[global]
descname=Sawmill		# nicer name to display in GUI

type=production		# basic type (warehouse, production, military)
size=medium
buildable=yes
buildicon=sawmill_build.png
worker=carpenter
program=work
output=plank

[inputs]
log=6


[work]
0=sleep 20000
1=consume log
2=animation working 20000
3=produce plank

[buildcost]
plank=2
stone=2

[idle]
pics=sawmill_i_??.png  # ???
hot_spot_x=69
hot_spot_y=44
clrkey_r=255
clrkey_g=255
clrkey_b=0
shadowclr_r=255
shadowclr_g=0
shadowclr_b=0

[working]
pics=sawmill_w_??.png  # ???
hot_spot_x=69
hot_spot_y=44
clrkey_r=255
clrkey_g=255
clrkey_b=0
shadowclr_r=255
shadowclr_g=0
shadowclr_b=0


