
skill baby
{
	ACSReturn = 2
    EasyBossBrain
	SpawnFilter = Easy
	Name = "CLUMSY MAID"
	textcolor = Green
	MustConfirm = "It's OK. Clusmy maids are still cute?" 	

}

skill easy
{
	ACSReturn = 3
	EasyBossBrain
	SpawnFilter = Normal
	textcolor = Blue
	Name = "NORMAL"
// 	DefaultSkill
	MustConfirm = "Recommended difficulty for vanilla gameplay. Equivalent to Hurt me plenty difficulty. Turn on invisible walls in the option menu if a level is unbeatable." 
}

skill normal
{
	ACSReturn = 4
	SpawnFilter = Hard
	textcolor = Red
	Name = "HARD"
	MustConfirm = "For challenging vanilla gameplay or weapon mods. Equivalent to Ultra-Violence. Turn on invisible walls in the option menu if a level is unbeatable." 	

}

skill hard
{
	ACSReturn = 4
	SpawnFilter = Nightmare
	textcolor = Purple
// 	NoInfighting
	Name = "TAXING"
	MustConfirm = "Like hard, but angels no longer infight or damage one another. A weapon mod is needed for this difficulty. Unbalanced for Vanilla gameplay."

}

skill nightmare
{
	ACSReturn = 5
	SpawnFilter = Nightmare
	textcolor = Gold
// 	NoInfighting
	Name = "Life and Death"
	MustConfirm = "You are forever pursued by the Archangels of life and death. You have 60 seconds before one of them arrives. A stronger weapon mod is recommended for this difficulty"

}