#########################################################################################
#                        smithing datafile
#########################################################################################

this file describes additional properties in the itemdesc used for smithing

#########################################################################################
#                        "smithing" datafilec
#########################################################################################
 
 item1 
 {
   source_objtype       [integer, objtype of source item] 
   source_graphic       [integer, graphic of source item] 
   target_options       [integer, amount of target craftable items]
   #--------the following entries repeat for each option------------
   target1              [struct, contains the target item information - the number is a counter]
            .objtype     -> integer, objtpe of the item to craft
            .graphic     -> integer, graphic of the item to craft
            .difficulty  -> integer (0-100), difficulty of the skillcheck to craft this
            .identifier  -> string, description to show in the crafting gump for the step
               .skill       -> string, OPTIONAL - skillname to check
               .subskill    -> string, OPTIONAL - subskillname to check
               
               .minstr      -> string, OPTIONAL - strength required to craft this
               .mindex      -> string, OPTIONAL - dexterity required to craft this
               .minint      -> string, OPTIONAL - intelligence required to craft this
               .minskill    -> string, OPTIONAL - minimum skill to craft this
               
            ### -- custom propreties -> checked by an individual package Subfunction --
            #############################################################################
            
            ### Smithing Skill:
            .minfold    -> integer, minimum foldings to work the source item into target 
            
            
   #--------end of repeating for each option------------------------
  }
   
   
 