[global]
descname=_ Wine-Grower		# nicer name to display in GUI

type=production		# basic type (warehouse, production, military)
size=medium
buildable=yes
buildicon=wine-grower_build.png
worker=wine-grower
stopable=yes

program=work
program=plantwine
program=harvestwine

[work]
0=set +nostats	# ending this program has no effect on statistics
1=call plantwine
2=call harvestwine

[plantwine]
0=set +catch	# failure of this program will be caught
1=sleep 20000	# sleep the given amount of time
2=worker plantwine	# cause the worker to run the 'plantwine' program

[harvestwine]
0=set +catch
1=sleep 5000		# sleep the given amount of time
2=worker harvestwine	# cause the worker to run the 'harvestwine' program


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

[idle]
pics=wine-grower_i_??.png  # ???
hot_spot_x=74
hot_spot_y=84

[build]
pics=wine-grower_b_??.png  # ???
hot_spot_x=74
hot_spot_y=84


