clearskills
skill "hd_nocover"
	DamageFactor 0.3
	SpawnFilter "Hard"
	ACSReturn 0
	Name "What is `Cover`?"
	MustConfirm "30 percent damage and no bleeding, lots of monsters. Proceed?\n\nPress Y or N."
skill "hd_easy"
	DamageFactor 1.0
	SpawnFilter "Easy"
	ACSReturn 1
	Name "So Ronery"
	EasyBossBrain
	MustConfirm "This is the easy skill.\nDo you really want to be so ronery?\n\nPress Y or N."
skill "hd_normal"
	DamageFactor 1.0
	SpawnFilter "Normal"
	ACSReturn 2
	Name "Reasonably Tacticool"
//	MustConfirm "This is the normal skill.\nDo you want to be normal?\n\nPress Y or N."
skill "hd_hard"
	DamageFactor 1.0
	SpawnFilter "Hard"
	ACSReturn 3
	Name "Bad Enough Dude"
	MustConfirm "This is the ultra-violent skill.\nDo you want to be hard?\n\nPress Y or N."
skill "hd_nitemare"
	DamageFactor 1.0
	RespawnTime 30
	FastMonsters
	SpawnFilter "Hard"
	ACSReturn 4
	Name "Nightmare!"
	MustConfirm "Are you sure? This skill level isn't\neven remotely fair.\n\nPress Y or N."
skill "hd_cheapdeath"
	DamageFactor 3.0
	SpawnFilter "Hard"
	ACSReturn 5
	Name "Realistically Unfair"
	MustConfirm "Ultra-violence at triple damage. Are you sure?\nPress Y or N."
skill "hd_cheapeasy"
	DamageFactor 3.0
	SpawnFilter "Easy"
	ACSReturn 6
	EasyBossBrain
	Name "Easy But Still Unfair"
	MustConfirm "Easy skill at triple damage. Are you sure?\nPress Y or N."