module Base
{

	item Gloves_CultistBlack
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Leather Gloves,
		ClothingItem = Gloves_CultistBlack,
		BodyLocation = Hands,
		BloodLocation = Hands,
		Icon = GlovesBlackpng,
		ScratchDefense = 30,
        BiteDefense = 15,
        Weight = 0.1,
        Insulation = 0.75,
        WindResistance = 0.75,
        FabricType = Leather,
        WorldStaticModel = Gloves_Ground,
	}

    item BatmanBelt
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Batman Belt,
		ClothingItem = BatmanBelt,
		BodyLocation = SCMBelt,
		Icon = BeltBatman,
	}

    item BatmanBoots
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Batman Boots,
		ClothingItem = BatmanBoots,
		BodyLocation = SCMBoots,
		Icon = BootsBatman,
	}

    item BatmanCape
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Batman Cape,
		ClothingItem = BatmanCape,
		BodyLocation = SCMCape,
		Icon = CapeBatman,
	}

    item BatmanLegsProtection
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Batman Bangle,
		ClothingItem = BatmanLegsProtection,
		BodyLocation = LegsExtra,
		Icon = LegsProtectionBatman,
	}

    item BatmanChestProtection
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Batman Bangle,
		ClothingItem = BatmanChestProtection,
		BodyLocation = ChestExtra,
		Icon = ChestProtectionBatman,
	}

    item BatmanBrazals
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Batman Bangle,
		ClothingItem = BatmanBrazals,
		BodyLocation = TwinBrazals,
		Icon = NewBrazalsBatman,
		CanHaveHoles = false,
	}

	item Sotana
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Cultist Suit,
		ClothingItem = Sotana,
        ClothingItemExtra = SotanaSC,
        ClothingItemExtraOption = DownHoodie,
        clothingExtraSubmenu = UpHoodie,
		BodyLocation = FullSuitHeadWithMask,
		BloodLocation = Trousers;Jumper;Head;Neck,
		Icon = Sotana,
        RunSpeedModifier = 0.75,
        ScratchDefense = 15,
        BiteDefense = 5,
        Insulation = 0.65,
        WindResistance = 0.9,
        WorldStaticModel = Sotana_Ground,
	}

	item SotanaSC
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Cultist Suit,
		ClothingItem = SotanaSC,
        ClothingItemExtra = Sotana,
        ClothingItemExtraOption = UpHoodie,
        clothingExtraSubmenu = DownHoodie,
		BodyLocation = FullSuit,
		BloodLocation = Trousers;Jumper;Neck,
		Icon = Sotana,
        RunSpeedModifier = 0.75,
        ScratchDefense = 15,
        BiteDefense = 5,
        Insulation = 0.65,
        WindResistance = 0.9,
        WorldStaticModel = Sotana_Ground,
	}

	model Sotana_Ground
    {
        mesh = WorldItems/Clothing/Sotana_Ground,
		texture = Clothes/BolierSuit/sotana,
        scale = 0.5,
    }
	
	item SotanaBoss
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Cultist Boss Suit,
		ClothingItem = SotanaBoss,
        ClothingItemExtra = SotanaBossSC,
        ClothingItemExtraOption = DownHoodie,
        clothingExtraSubmenu = UpHoodie,
		BodyLocation = FullSuitHeadWithMask,
		BloodLocation = Trousers;Jumper;Head;Neck,
		Icon = SotanaBoss,
        RunSpeedModifier = 0.75,
        ScratchDefense = 15,
        BiteDefense = 5,
        Insulation = 0.65,
        WindResistance = 0.9,
        WorldStaticModel = SotanaBoss_Ground,
	}

	item SotanaBossSC
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Cultist Suit,
		ClothingItem = SotanaBossSC,
        ClothingItemExtra = SotanaBoss,
        ClothingItemExtraOption = UpHoodie,
        clothingExtraSubmenu = DownHoodie,
		BodyLocation = FullSuit,
		BloodLocation = Trousers;Jumper;Neck,
		Icon = SotanaBoss,
        RunSpeedModifier = 0.75,
        ScratchDefense = 15,
        BiteDefense = 5,
        Insulation = 0.65,
        WindResistance = 0.9,
        WorldStaticModel = SotanaBoss_Ground,
	}
	
	model SotanaBoss_Ground
    {
        mesh = WorldItems/Clothing/SotanaBoss_Ground,
		texture = Clothes/BolierSuit/sotanaboss,
        scale = 0.5,
    }
}
