-----------------------------------------------------------------------------
--  Example feature
-----------------------------------------------------------------------------
local  featureDef	=	{
	name				= "DOM_dead",
	blocking			= false,
	category			= "Unit_Corpse",
	damage				= 2000,
	description			= "Wreckage",
	featureDead			= "rubble",
	footprintX			= 2,
	footprintZ			= 3,
	height				= "10",
	hitdensity			= "50",
	metal				= 3000,
	object				= "DOM_dead",
	reclaimable			= true,
	seqnamereclamate	= "tree1reclamate",
	world				= "All Worlds",
}
return lowerkeys({[featureDef.name] = featureDef})