[global]
descname=_ Vineyard
type=production
size=medium
buildable=yes
buildicon=vineyard_build.png
worker=vinefarmer
stopable=yes
output=grape
program=work
program=plantvine
program=harvestvine

[work]
0=set +nostats
1=call plantvine
2=call harvestvine

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

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

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

[idle]
pics=vineyard_i_??.png  # ???
hotspot=70 70

[build]
pics=vineyard_i_??.png  # ???
hotspot=70 70
