gameinfo{
	dimcolor = "00 05 10"
	dimamount = 0.75
	titlepage = "MSXTITLE"
	infopage = "MSXHELP"
	cursorpic = "MSXCURSR"
	pausesign = "MSXPAUSE"
	pickupcolor = "36 255 0"
	playerclasses = "msx_player"
	menufontcolor_title = "DarkCyan"
	menufontcolor_action = "gray"
	menufontcolor_label = "DarkCyan"
	menufontcolor_selection = "orange"
	menufontcolor_header = "darkred"
}


clearskills

skill easy
{
	aggressiveness = 0.3
	monsterhealth = 3.0
	ammofactor = 1.0
	damagefactor = 0.75
	SpawnFilter = Normal
	TextColor = "DarkCyan"
	Name = "Easy"
	ACSReturn = 0
	key = "e"
	easybossbrain
}

skill casual
{
	aggressiveness = 0.7
	monsterhealth = 3.5
	damagefactor = 1.0
	ammofactor = 1.0
	SpawnFilter = Hard
	TextColor = "DarkCyan"
	Name = "Casual"
	ACSReturn = 1
	Key = "c"
}

skill hard
{
	aggressiveness = 1.0
	monsterhealth = 3.65
	ammofactor = 1.0
	damagefactor = 1.2
	SpawnFilter = Hard
	TextColor = "DarkCyan"
	Name = "Hard"
	ACSReturn = 2
	key = "h"
	defaultskill
}

skill insane
{
	aggressiveness = 1.0
	monsterhealth = 4.2
	ammofactor = 1.0
	damagefactor = 1.4
	SpawnFilter = Nightmare
	TextColor = "DarkCyan"
	Name = "Insane"
	ACSReturn = 3
	key = "i"
}

skill masochist
{
	aggressiveness = 1.0
	monsterhealth = 6.5
	ammofactor = 1.0
	damagefactor = 1.8
	SpawnFilter = Nightmare
	TextColor = "BloodRed"
	Name = "Masochist"
	ACSReturn = 4
	Key = "m"
	disablecheats
	fastmonsters
	replaceactor = "Medikit", "HealthStim_MasochistSpawner"
	replaceactor = "Stimpack", "Nullactor"
	
	mustconfirm = "Relentless foes, unfaithful defense,     less luck, more pain...   Is this what you want?"
}

/*spawnnums
{
	1 = GruntSpawner2
	2 = HeavyGrunt
	3 = msxBaronOfHell
	4 = GruntSpawner
	5 = Kabro
	6 = msxArachnotron
	7 = msxSpiderMastermind
	8 = MaulerDemon
	9 = spectre_spawner
	10 = DoomImpBall
	11 = Clip
	12 = Shell
	19 = msxCacodemon
	20 = msxRevenant
	21 = ZBridge
	22 = ArmorBonus
	23 = Stimpack
	24 = Medikit
	25 = Soulsphere
	27 = Shotgun
	28 = Chaingun
	29 = RocketLauncher
	30 = PlasmaRifle
	31 = BFG9000
	32 = Chainsaw
	33 = SuperShotgun
	51 = PlasmaBall
	53 = RevenantTracer
	68 = GreenArmor
	69 = BlueArmor
	75 = Cell
	85 = BlueCard
	86 = RedCard
	87 = YellowCard
	88 = YellowSkull
	89 = RedSkull
	90 = BlueSkull
	98 = ArchvileFire
	100 = StealthBaron
	101 = StealthHellKnight
	102 = StealthZombieMan
	103 = StealthShotgunGuy
	110 = msxLostSoul
	111 = Diabloist
	112 = mancubus
	113 = msxHellKnight
	114 = msxCyberdemon
	115 = msxPainElemental
	116 = WolfensteinSS
	117 = StealthArachnotron
	118 = StealthArchvile
	119 = StealthCacodemon
	120 = StealthChaingunGuy
	121 = StealthDemon
	122 = StealthDoomImp
	123 = StealthFatso
	124 = StealthRevenant
	125 = ExplosiveBarrel
	126 = CacodemonBall
	127 = Rocket
	128 = BFGBall
	129 = ArachnotronPlasma
	131 = BulletPuff
	132 = Megasphere
	133 = InvulnerabilitySphere
	134 = Berserk
	135 = BlurSphere
	136 = RadSuit
	137 = Allmap
	138 = Infrared
	139 = ClipBox
	140 = RocketAmmo
	141 = RocketBox
	142 = CellPack
	143 = ShellBox
	144 = Backpack
	145 = GibbedMarine
	146 = Gibs
	147 = ColonGibs
	148 = SmallBloodPool
	149 = BurningBarrel
	150 = BrainStem
	151 = ScriptedMarine
	152 = HealthBonus
	153 = FatShot
	154 = BaronBall
	216 = Grenade
}*/