gameinfo
{
    PlayerClasses = "JakeCardigan"
		titlemusic = "PAYNEFUL"
	StatusBarClass = "StatusBarMod"
	titlepage = "TABLE"
	creditpage = "TABLE"
	DimColor = "black"
	PickupColor = "white"
	CursorPic = "xhair"
	MenuBackButton = ""
	
	quitmessages = "\cjAre you sure you wanna Quit? \n \n Don't Answer that; A rhetorical question."
}

clearskills

skill baby
{
	AutoUseHealth
	AmmoFactor = 2
	DamageFactor = 0.5
	EasyBossBrain
	SpawnFilter = Baby
	Name = "Spineless"
	textcolor = White
	Key = "1"
}

skill easy
{
	EasyBossBrain
	SpawnFilter = Easy
	Name = "Over-Easy"
	textcolor = white
	Key = "2"
}

skill normal
{
	SpawnFilter = Normal
	Key = "3"
	Name = "Average"
	textcolor = white
}

skill hard
{
	SpawnFilter = Hard
	Name = "Thick Skinned"
	Key = "4"
	textcolor = white
	DefaultSkill
}

skill nightmare
{
	AmmoFactor = 1.5
	FastMonsters
	DisableCheats
	SpawnFilter = Nightmare
	Name = "Max Pain"
	textcolor = red
	Key = "5"
}