#########################################################################################
#                        itemdesc.cfg
#########################################################################################

this file describes additional properties in the itemdesc used for smithing

#########################################################################################
#                        Sample Syntax
#########################################################################################

Item 0x1234
{
   smithable		Defines an item as forgeable and heatable on the forge.
                            
                          -> Syntax: 1 or <error-n/a>
                          
   smithmat             Defines the material type string to be used, if an item 
                        is to be made of this ingot! 
                        -> please see :smithing:smithingmaterials.cfg for details.
                        
                          -> Syntax: <non-encoded string> (e.g. iron, but NOT s4:iron)
                        
}