gameinfo
{
	titlepage = "TITLEPIC"
	creditpage = "TITLEPIC"
	titlemusic = "D_DM2TTL"
	titletime = 8
	pagetime = 8
	infopage = "TITLEPIC"
	intermissionmusic = "D_DM2INT"
	bossbackmusic = "D_DM2INT"
	drawreadthis = false
	dimcolor = "DarkRed"
	dimamount = 0.25
	pickupcolor = "Green"
	playerclasses = "Yuri", "Alosha", "Marty"

	menufontcolor_title = "Red" 
	menufontcolor_label = "Yellow"
	menufontcolor_value = "White"
	menufontcolor_action = "Yellow"
	menufontcolor_header = "Red" 
	menufontcolor_highlight = "White"
	menufontcolor_selection = "Red"
}

ClearSkills

Skill TierOne
{
	SpawnFilter = Hard
	Name = "Communism powerful force"
	TextColor = Green
	MustConfirm = "Feel free to run around like a trigger-happy idiot. Author's favourite skill, obviously."
	damagefactor = 0
	ammofactor = 100
}

Skill TierTwo
{
	SpawnFilter = Hard
	Name = "Vodka Overdose"
	TextColor = DarkGreen
	MustConfirm = "Standard health. This skill is regular doom's ultra violence."
}

Skill TierThree
{
	SpawnFilter = Hard
	Name = "Drinking with Comrades"
	TextColor = Yellow
	MustConfirm = "3x health. Not any kind of challenge. Well, quite nice to relax anyway."
	MonsterHealth = 3
}

Skill TierFour
{
	SpawnFilter = Hard
	Name = "A Struggle for Freedom"
	TextColor = Red
	MustConfirm = "6x health. Mediocre - Most suitable to play around and you still feel quite overpowered."
	MonsterHealth = 6
}

Skill TierFive
{
	SpawnFilter = Hard
	Name = "Red Oktoberfest"
	TextColor = DarkRed
	MustConfirm = "9x health - It can actually be some kind of a challenge."
	MonsterHealth = 9

	//ReplaceActor = "BFG9000", "PlasmaRifle"	
}

Skill TierSix
{
	SpawnFilter = Nightmare
	Name = "Stalin is after you"
	TextColor = Black
	MustConfirm = "10x health. Obligatory suicide. You can play this if you hate powerups, and love being minced by chaingunners."
	MonsterHealth = 10
	damagefactor = 1.25
	armorfactor = 0.5
	nopain			//That's what I mean by saying ''Love being minced by chaingunners''
	fastmonsters		//Oh, this thing surely helps with it, too.

	//ReplaceActor = "BFG9000", "PlasmaRifle"	
	ReplaceActor = "BlueArmorSpawner", "GreenArmor"
	ReplaceActor = "Megasphere", "HealthBonus"
	ReplaceActor = "Invulnerabilitysphere", "HealthBonus"
	ReplaceActor = "BlurSphere", "HealthBonus"
	ReplaceActor = "Soulsphere", "HealthBonus"
	ReplaceActor = "Berserk", "HealthBonus"		//it is getting quite dangerous now, hmm?
}

Skill TierSeven
{
	SpawnFilter = Nightmare
	Name = "Drunk Simulator"
	TextColor =Blue
	MustConfirm = "All weapons are replaced with slot 8 superweapons and all powerups are extreme spheres, and health is... oh lawdy."

	ReplaceActor = "Clip", "Cell"
	ReplaceActor = "Shell", "Cell"
	ReplaceActor = "RocketAmmo", "Cell"
	
	ReplaceActor = "ClipBox", "CellPack"
	ReplaceActor = "ShellBox", "CellPack"
	ReplaceActor = "RocketBox", "CellPack"

	ReplaceActor = "Chainsaw", "BFG9000"	
	ReplaceActor = "Shotgun", "BFG9000"	
	ReplaceActor = "SuperShotgun", "BFG9000"	
	ReplaceActor = "Chaingun", "BFG9000"	
	ReplaceActor = "RocketLauncher", "BFG9000"	
	ReplaceActor = "PlasmaRifle", "BFG9000"	
	
	ReplaceActor = "HealthBonus", "MajorHp"
	ReplaceActor = "Stimpack", "SupremeHp"
	ReplaceActor = "Medikit", "SupremeHp"
	
	ReplaceActor = "GreenArmor", "EXTREMESphere"
	ReplaceActor = "BlueArmor", "EXTREMESphere"
	ReplaceActor = "Megasphere", "EXTREMESphere"
	ReplaceActor = "Invulnerabilitysphere", "EXTREMESphere"
	ReplaceActor = "BlurSphere", "EXTREMESphere"
	ReplaceActor = "Soulsphere", "EXTREMESphere"
	ReplaceActor = "Berserk", "EXTREMESphere"		//it is getting quite dangerous now, hmm?
}

Skill TierEight
{
	SpawnFilter = Nightmare
	Name = "License to Kill"
	picname = "TNT1A0"
	MustConfirm = "LICENSE TO KILL! One hit, one kill. Feeling lucky? Monsters are also One Hit K.O.! (all guns and powerups are on.)"
	MonsterHealth = 0.00001
	damagefactor = 900000
}
