// Levels

MAP TITLEMAP "Duke Nukem 3D" 
{ 
}

ClearSkills

Skill Baby
{
    EasyBossBrain
	DamageFactor = 0.80
    SpawnFilter = Baby
	PicName = "M_BABY"
    Name = "PIECE OF CAKE"
	Key = "P"
}

Skill Easy
{
    DamageFactor = 0.85
    SpawnFilter = Easy
	PicName = "M_EASY"
    Name = "LES'T ROCK"
	Key = "L"
}

Skill Normal
{
    DamageFactor = 0.90
    SpawnFilter = Normal
	PicName = "M_NORMAL"
    Name = "COME GET SOME"
	Key = "C"
}

Skill Hard
{
    SpawnFilter = Hard
	PicName = "M_HARD"
    Name = "DAMN I'M GOOD"
	Key = "D"
}

Skill Nightmare
{
    AmmoFactor = 2
    FastMonsters
	DisableCheats
    SpawnFilter = Nightmare
	RespawnTime = 12
	MustConfirm
	Key = "B"
	PicName = "M_NIGHT"
    Name = "BALLS OF STEEL"
}

GameInfo
{
    DimColor = "Black"
	DimAmount = 0.90
	DrawReadThis = True
	InfoPage = "HELP1", "HELP2"
	PickupColor = "Green"
	BorderFlat = "BARALIEN"
	
	MenuFontColor_Title = "Red" 
	MenuFontColor_Label = "LightBlue"
	MenuFontColor_Value = "Gold"
	MenuFontColor_Action = "LightBlue"
	MenuFontColor_Header = "LightBlue" 
	MenuFontColor_HighLight = "Gold"
	MenuFontColor_Selection = "Red"
}