Gameinfo
{
	Playerclasses = "BrutalWarrior", "BrutalCleric", "BrutalMage"
	NoRandomPlayerClass = true
}

ClearSkills

skill brutalrpg_skill_1
{
	damagefactor = 1.1
	monsterhealth = 1.10
	friendlyhealth = 1.1
	spawnfilter = "Normal"
	name = "Mature"
	textcolor = "Red"
	mustconfirm = "This skill level is for first time players of this mod."
	aggressiveness = 0.3
	acsreturn = 2
}

skill brutalrpg_skill_2
{
	damagefactor = 1.25
	monsterhealth = 1.3
	friendlyhealth = 1.0
	spawnfilter = "Hard"
	name = "Treacherous"
	textcolor = "Red"
	mustconfirm = "This skill level is for those who are familiar with the game."
	aggressiveness = 0.4
	acsreturn = 3
}

skill brutalrpg_skill_3
{
	damagefactor = 1.3
	monsterhealth = 1.4
	friendlyhealth = 1.0
	spawnfilter = "Nightmare"
	name = "Formidable"
	textcolor = "Red"
	mustconfirm = "This skill level is for players looking for a challenge."
	aggressiveness = 0.6
	acsreturn = 4
}

skill brutalrpg_skill_4
{
	damagefactor = 1.35
	monsterhealth = 1.5
	friendlyhealth = 1.0
	//fastmonsters
	spawnfilter = "Nightmare"
	name = "Volatile"
	textcolor = "Red"
	mustconfirm = "This skill level is for those who expect aggressiveness."
	aggressiveness = 0.8
	acsreturn = 4
}

skill brutalrpg_skill_5
{
	damagefactor = 1.45
	monsterhealth = 1.6
	friendlyhealth = 1.0
	spawnfilter = "Nightmare"
	name = "Exorbitant"
	textcolor = "Red"
	mustconfirm = "This skill level is for players looking for maddness."
	aggressiveness = 0.9
	acsreturn = 4
}

skill brutalrpg_skill_6
{
	damagefactor = 1.65
	monsterhealth = 1.8
	friendlyhealth = 1.0
	//fastmonsters
	spawnfilter = "Nightmare"
	name = "Chaotic"
	textcolor = "Red"
	mustconfirm = "This skill level is for those who expect insanity."
	aggressiveness = 1.0
	acsreturn = 4
}