---------------------------------------------------------------------------------------
     This file is to documents the lumberjack datafile
---------------------------------------------------------------------------------------
//Note: the docu is a simple paste of the old .inc file docu, might want to brush it up
//      some time!!


// *********************************************************************************************
// * 
// * The datafile will be in the following format:
// *
// * ELEMENT "index"
// *   index {"[tree1]","[tree2]",...}
// * ELEMENT "respawn"
// *   mintime [minimum time to respawn in minutes]
// *   maxtime [maximum time to respawn in minutes]
// * ELEMENT "difficulty"
// *   ["treename"] [difficulty 0-100]
// *   ....
// * ELEMENT "lumberamt"
// *   ["treename"] [max amt of lumberattempts on this tree, integer] 
// *   ....          //note bad lumberjacks will use up multiple charges in one attempt.
// *
// * ELEMENT "charcoalval"
// *   ["treename"] [integer, max amt of charcoal made of a log in units of 0.1] 
// *   ....         //this value is for smelting/charcoalmaking
// * 
// * ELEMENT "fertileval"
// *   ["treename"] [integer, max amt of fertile dirt made of a log in units of 0.1] 
// *   ....         //this value is for smelting/charcoalmaking
// *
// *********************************************************************************************