[global]
descname=_ Farm
soundfx=farm_animal
type=production
size=big
buildable=yes
buildicon=farm_build.png
worker=farmer
stopable=yes
output=wheat
program=work
program=plant
program=harvest

[work]
0=set +nostats
1=call plant
2=call harvest
3=playFX farm_animal 192

[plant]
0=set +catch
1=sleep 20000
2=worker plant

[harvest]
0=set +catch
1=sleep 5000
2=worker harvest

[buildcost]
wood=2
stone=2
marble=2
marblecolumn=2

[idle]
pics=farm_i_??.png  # ???
hotspot=82 95

[working]
pics=farm_i_??.png  # ???
hotspot=82 95

[build]
pics=farm_i_??.png  # ???
hotspot=82 95
