//Invasion Infernal Fix 2.0

/*
That File contains Original data from earlier Engine (Known as GZDoom 1.2.9 and ZDoom 1.2.0)
To bring compatibilities with newer versions of GZDoom engine.

PS: No longer compatibility with ZDoom due to Graphics enhancements...
*/

//MAPINFO File (Originally located in HIPK3.pk3)

//clearskills







skill easy33
	//DisableCheats
	//ammofactor 4.0
	DropAmmoFactor 1.0
	aggressiveness 1.0
	MonsterHealth 2.35
	damagefactor 1.1
	EasyBossBrain
	name "Easy (hard+)"
	SpawnFilter "Easy"
MustConfirm "Hey, not too rough.\nMonster health increased 2.35x\nYou receive 10% more damage.\nMaximum agressiveness."
//	PicName "M_ROUGH"
	Key h



skill normal33
	//DisableCheats
//	ammofactor 4.0
	DropAmmoFactor 1.0
	MonsterHealth 2.35
	aggressiveness 1.0
	damagefactor 1.1
name "Normal (hard+)"
	SpawnFilter "Normal"
MustConfirm "Hurt me plenty.\nMonster health increased 2.35x\nYou receive 10% more damage.\nMaximum agressiveness."
//	PicName "M_HURT"
	Key h





skill hard33
	//DisableCheats
//	ammofactor 4.0
	DropAmmoFactor 1.0
	MonsterHealth 2.35
	aggressiveness 1.0
	damagefactor 1.1
name "Hard (hard+)"
MustConfirm "Ultra violence.\nMonster health increased 2.35x\nYou receive 10% more damage.\nMaximum agressiveness."
	SpawnFilter "Hard"
//	PicName "M_ULTRA"
	Key u







skill easy_rat
	//DisableCheats
	//ammofactor 4.0
	DropAmmoFactor 1.0
	aggressiveness 0.65
	MonsterHealth 2.0
	damagefactor 1.2
	EasyBossBrain
	SpawnFilter "Easy"
name "Easy (Rip And Tear)"
MustConfirm "Hey, not too rough.\nRip and tear mode. Reload disabled.\nMonster health increased 2x.\nYou receive 20% more damage.\nYou can do quick melee attacks and throw HE grenades."
//	PicName "M_ROUGH"
	Key h



skill normal_rat
	//DisableCheats
//	ammofactor 4.0
	DropAmmoFactor 1.0
	MonsterHealth 2.0
	aggressiveness 0.65
	damagefactor 1.2
name "Normal (Rip And Tear)"
	SpawnFilter "Normal"
MustConfirm "Hurt me plenty.\nRip and tear mode. Reload disabled.\nMonster health increased 2x.\nYou receive 20% more damage.\nYou can do quick melee attacks and throw HE grenades."
//	PicName "M_HURT"
	Key h





skill hard_rat
	//DisableCheats
//	ammofactor 4.0
	DropAmmoFactor 1.0
	MonsterHealth 2.0
	aggressiveness 0.65
	damagefactor 1.2
name "Hard (Rip And Tear)"
MustConfirm "Ultra violence.\nRip and tear mode. Reload disabled.\nMonster health increased 2x.\nYou receive 20% more damage.\nYou can do quick melee attacks and throw HE grenades."
	SpawnFilter "Hard"
//	PicName "M_ULTRA"
	Key u


