module Base
{
    item MilitaryComplexMap
    {
		DisplayCategory = Cartography,
        Type          =   Normal,
        DisplayName   =   Military Complex Map,
        Icon          =   Map,
        Weight        =   0.1,
        Map           =   media/ui/LootableMaps/militarycomplexmap.png,
    } 

    item MCKeyHatch1A
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Hatch Key 1A,
        Icon	=	HatchKey,
		Tooltip = Tooltip_HatchKey,
        WorldStaticModel = Key,
    }

    item MCKeyHatch1B
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Hatch Key 1B,
        Icon	=	HatchKey,
		Tooltip = Tooltip_HatchKey,
        WorldStaticModel = Key,
    }

    item MCKeyHatch1C
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Hatch Key 1C,
        Icon	=	HatchKey,
		Tooltip = Tooltip_HatchKey,
        WorldStaticModel = Key,
    }

    item MCKeyHatch1D
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Hatch Key 1D,
        Icon	=	HatchKey,
		Tooltip = Tooltip_HatchKey,
        WorldStaticModel = Key,
    }

    item MCKeyHatch1E
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Hatch Key 1E,
        Icon	=	HatchKey,
		Tooltip = Tooltip_HatchKey,
        WorldStaticModel = Key,
    }

	
    item MCKeyHatch2A
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Hatch Key 2A,
        Icon	=	HatchKey,
		Tooltip = Tooltip_HatchKey,
        WorldStaticModel = Key,
    }

    item MCKeyHatch2B
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Hatch Key 2B,
        Icon	=	HatchKey,
		Tooltip = Tooltip_HatchKey,
        WorldStaticModel = Key,
    }

    item MCKeyHatch2C
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Hatch Key 2C,
        Icon	=	HatchKey,
		Tooltip = Tooltip_HatchKey,
        WorldStaticModel = Key,
    }

    item MCKeyHatch2D
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Hatch Key 2D,
        Icon	=	HatchKey,
		Tooltip = Tooltip_HatchKey,
        WorldStaticModel = Key,
    }

    item MCKeyHatch2E
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Hatch Key 2E,
        Icon	=	HatchKey,
		Tooltip = Tooltip_HatchKey,
        WorldStaticModel = Key,
    }


	
    item MCKeyA1A
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Key A1A,
        Icon	=	DogTagKey,
		Tooltip = Tooltip_MCKeyA1A,
        WorldStaticModel = Key,
    }

    item MCKeyA1B
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Key A1B,
        Icon	=	DogTagKey,
		Tooltip = Tooltip_MCKeyA1B,
        WorldStaticModel = Key,
    }

    item MCKeyB1A
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Key B1A,
        Icon	=	DogTagKey,
		Tooltip = Tooltip_MCKeyB1A,
        WorldStaticModel = Key,
    }

    item MCKeyB1B
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Key B1B,
        Icon	=	DogTagKey,
		Tooltip = Tooltip_MCKeyB1B,
        WorldStaticModel = Key,
    }

    item MCKeyB1C
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Key B1C,
        Icon	=	DogTagKey,
		Tooltip = Tooltip_MCKeyB1C,
        WorldStaticModel = Key,
    }

    item MCKeyB1D
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Key B1D,
        Icon	=	DogTagKey,
		Tooltip = Tooltip_MCKeyB1D,
        WorldStaticModel = Key,
    }

    item MCKeyB1E
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Key B1E,
        Icon	=	DogTagKey,
		Tooltip = Tooltip_MCKeyB1E,
        WorldStaticModel = Key,
    }

    item MCKeyB1Master
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Military Complex Master Key,
        Icon	=	Key1,
		Tooltip = Tooltip_MCKeyB1Master,
        WorldStaticModel = Key,
    }

}