[global]
descname=_ Deep Coal Mine		# nicer name to display in GUI

type=production		# basic type (warehouse, production, military)
size=mine
buildable=no
buildicon=deep_coalmine_build.png
enhanced_building=yes
worker=master-miner,miner
program=work
output=coalearth
stopable=yes

[inputs]
meal=6
beer=6

[work]
0=sleep 42000   # a bit faster
1=consume meal
2=animation working 18000
3=mine coal 2 100 5       # mine coal in a radius of 2 up to 25% of total available, 3% chances to hit after this 
4=produce coalearth
5=consume beer
6=animation working 18000
7=mine coal 2 100 5       # mine coal in a radius of 2 up to 25% of total available, 3% chances to hit after this 
8=produce coalearth

[buildcost]
trunk=4
wood=2

[idle]
pics=deep_coalmine_i_??.png
hot_spot_x=47
hot_spot_y=61
clrkey_r=0
clrkey_g=0
clrkey_b=255
shadowclr_r=255
shadowclr_g=0
shadowclr_b=0

[working]
pics=deep_coalmine_i_??.png
hot_spot_x=47
hot_spot_y=61
clrkey_r=0
clrkey_g=0
clrkey_b=255
shadowclr_r=255
shadowclr_g=0
shadowclr_b=0

[build]
pics=deep_coalmine_i_??.png
hot_spot_x=47
hot_spot_y=61
clrkey_r=0
clrkey_g=0
clrkey_b=255
shadowclr_r=255
shadowclr_g=0
shadowclr_b=0


