gameinfo
{
	creditpage = "HELP1", "CREDIT"
	finalepage = "HELP1", "VICTORY2", "ENDPIC"
	infopage = "HELP2", "HELP1", "CREDIT"
	drawreadthis = true
	intermissionmusic = "D_INTER"
	defaultrespawntime = 24
}

clearskills

skill real1
{
   AmmoFactor = 5.1
   DamageFactor = 1
   SpawnFilter = "Normal"
   Name = "Easy"
   textcolor = blue
   mustconfirm = "For elderly players."
   autousehealth
   easybossbrain
   Key = "1"
}

skill real2
{
   Aggressiveness = 0.3
   AmmoFactor = 4.1
   DamageFactor = 1.5
   SpawnFilter = "Normal"
   Name = "Medium"
   mustconfirm = "1.5X damage factor, excessive ammo."
   textcolor = green
   autousehealth
   Key = "2"
}

skill real3
{
   Aggressiveness = 0.6
   AmmoFactor = 3.5
   DamageFactor = 2
   Monsterhealth = 1.1
   SpawnFilter = "Hard"
   Name = "Hard"
   mustconfirm = "2X damage factor, abundant ammo. The intended difficulty."
   textcolor = yellow
   autousehealth
   Key = "3"
}

skill real4
{
   Aggressiveness = 0.3
   AmmoFactor = 1.6
   DamageFactor = 1.5
   SpawnFilter = "Hard"
   Name = "Softcore"
   textcolor = orange
   mustconfirm = "1.5X damage factor, minimal ammo. Not recommended for Multiplayer."
   autousehealth
   Key = "4"
}

skill real5
{
   Aggressiveness = 0.6
   AmmoFactor = 1
   DamageFactor = 2
   Monsterhealth = 1.1
   SpawnFilter = "Hard"
   Name = "Hardcore"
   textcolor = red
   mustconfirm = "2X damage factor, minimal ammo. Not recommended for Multiplayer."
   autousehealth
   Key = "5"
}
skill real6
{
   Aggressiveness = 0.9
   AmmoFactor = 1.9 //Was 2.5, but single rockets and grenades giving 2 ammo is dumb
   DamageFactor = 2.8
   Monsterhealth = 1.4
   Friendlyhealth = 1.4
   KickbackFactor = 3
   SpawnFilter = "Hard"
   Name = "Klade's Realm"
   textcolor = black
   mustconfirm = "Klade is watching you and he doesn't want you to survive."
   autousehealth
   Fastmonsters
   // Instantreaction // Fucking christ man, I will die literally immediately even with 100 health/armor. Fucking stupid man
   //Disablecheats
   Key = "6"
}
skill real7
{
   Aggressiveness = 0.5
   AmmoFactor = 2 
   DamageFactor = 2
   KickbackFactor = 3
   Respawntime = 12
   SpawnFilter = "Hard"
   Name = "Nightmare!"
   textcolor = white
   mustconfirm = "Enemies will respawn. You will be in hell!"
   autousehealth
   Disablecheats
   Key = "7"
}