module SMoreZombies
{

	imports {
		Base
	}
   	
	item 1SMZSkin
    {
        DisplayCategory = ZedDmg,
        Type = Clothing,
        ClothingItem = 1SMZSkin,
        BodyLocation = ZedDmg,
        WorldRender = FALSE,
    }

	item 2SMZSkin
    {
        DisplayCategory = ZedDmg,
        Type = Clothing,
        ClothingItem = 2SMZSkin,
        BodyLocation = ZedDmg,
        WorldRender = FALSE,
    }

	item 3SMZSkin
    {
        DisplayCategory = ZedDmg,
        Type = Clothing,
        ClothingItem = 3SMZSkin,
        BodyLocation = ZedDmg,
        WorldRender = FALSE,
    }

	item 1SMZSkinPlayer
    {
        Type = Clothing,
        DisplayName = Fat Zed Costume,
        ClothingItem = 1SMZSkinPlayer,
        BodyLocation = SnakeBodyCostume,
        Icon = 1MaderaPermadeaZ,
		BloodLocation = Head,
        ChanceToFall = 0,
		Weight = 1,
    }
	
	item NCWoodenZ
    {
        DisplayCategory = ZedDmg,
        Type = Clothing,
        ClothingItem = NCWoodenZ,
        BodyLocation = ZedDmg,
        WorldRender = FALSE,
    }

	item RadZ1
    {
        DisplayCategory = ZedDmg,
        Type = Clothing,
        ClothingItem = RadZ1,
        BodyLocation = ZedDmg,
        WorldRender = FALSE,
    }

	item RadZ2
    {
        DisplayCategory = ZedDmg,
        Type = Clothing,
        ClothingItem = RadZ2,
        BodyLocation = ZedDmg,
        WorldRender = FALSE,
    }

	item RadZ3
    {
        DisplayCategory = ZedDmg,
        Type = Clothing,
        ClothingItem = RadZ3,
        BodyLocation = ZedDmg,
        WorldRender = FALSE,
    }
}