####################################################################################
#  This file is to document the datafiles used in the mining package
####################################################################################

"stoneareas"
 
 index
 {
   index	[array, lists all region-names]
 }

 <regionname>
 {
   chance	[integer 1-100, Defines the chance for this region to apply]
   limits       [array{ integer xmin, integer xmax, integer ymax, integer ymin}, Defines the region boundaries]
   rocktype     [string with rocktype name, defines the rocktype to be mined here (see Rocks Datafile).]
 }

####################################################################################

"rocks"
  
  <rocktypename>
  {
    difficulty	[integer 0-150, difficulty to mine it...]
    itemid	[integer, itemid of what you get on successful mining]
  }

####################################################################################

"mining"

  <oretypename>
  {
    difficulty [integer 0-150, difficulty to mine it....]
  }

