//===========================================================================
//
//  Menu
//
//===========================================================================

LISTMENU "MainMenu"
{
	IfGame(Doom, Chex)
	{
		StaticPatch 94, 2, "M_DOOM"
		Position 97, 72
		IfOption(ReadThis)
		{
			Position 97, 64
		}
	}
	IfGame(Strife)
	{
		StaticPatch 84, 2, "M_STRIFE"
		Position 97, 45
	}
	IfGame(Heretic)
	{
		StaticPatch 88, 0, "M_HTIC"
		StaticPatch 40, 10, "M_SKL01"
		StaticPatch 232, 10, "M_SKL00"
		Position 110, 56
	}
	IfGame(Hexen)
	{
		StaticPatch 88, 0, "M_HTIC"
		StaticPatch 37, 80, "FBULB0"
		StaticPatch 278, 80, "FBULA0"
		Position 110, 56
	}
	
	IfGame(Doom, Strife, Chex)
	{
		PatchItem "M_NGAME", "n", "PlayerclassMenu"
		ifOption(SwapMenu)
		{
			PatchItem "M_LOADG", "l", "LoadGameMenu"
			PatchItem "M_CHANL", "z", "ChangelogMenu"
			PatchItem "M_SAVEG", "s", "SaveGameMenu"
			PatchItem "M_OPTION","o", "OptionsMenu"
		}
		else
		{
			PatchItem "M_OPTION","o", "OptionsMenu"
			PatchItem "M_CHANL", "z", "ChangelogMenu"
			PatchItem "M_LOADG", "l", "LoadGameMenu"
			PatchItem "M_SAVEG", "s", "SaveGameMenu"
		}
		ifOption(ReadThis)
		{
			PatchItem "M_RDTHIS","r", "ReadThisMenu"
		}
		PatchItem "M_QUITG", "q", "QuitMenu"
	}
	
	IfGame(Heretic, Hexen)
	{
		TextItem "$MNU_NEWGAME", "n", "PlayerclassMenu"
		TextItem "$MNU_OPTIONS", "o", "OptionsMenu"
		TextItem "$MNU_GAMEFILES", "g", "GameFilesMenu"
		TextItem "$MNU_INFO", "i", "ReadThisMenu"
		TextItem "$MNU_QUITGAME", "q", "QuitMenu"
	}
}

OptionMenu "ChangelogMenu"
{
	Title "ZDW Options"
	
	StaticText 	"Options"
	Submenu "Options", "KXZDWOptionsMenu"
	StaticText 	""
	StaticText 	"Changelogs"
	Submenu "Extra Faction v7   ", "v7Menu"
	Submenu "Extra Faction v7.0", "v7.0Menu"
	Submenu "Extra Faction v7.1 ", "v7.1Menu"
	Submenu "Extra Faction v7.2", "v7.2Menu"
	Submenu "Extra Faction v7.3", "v7.3Menu"
	Submenu "Extra Faction v7.4", "v7.4Menu"
	Submenu "Extra Faction v7.6", "v7.6Menu"
}

OptionValue "CLKXZDWSignalSounds"
{
	0, "League of Legends Objective ping"
	1, "League of Legends Normal Ping"
	2, "League of Legends Help Ping"
	3, "Age of Empires 2 Flare"
	4, "Pokemon Emerald"
	5, "Sideral"
	6, "KX Bell"
}


OptionMenu "KXZDWOptionsMenu"
{
    Title "ZDW Options"
	StaticText 	"ZDW Options"
    StaticText ""
	Option "Indicators",			"KX_ShowIndicators", "OnOff"
	Option "Ping sound",			"KX_SignalSound", "CLKXZDWSignalSounds"
	Control "Monster Teleporter",		"MonsterTele"
	Control "Monster Remover",		"MonsterRemover"
	Control "Faction Info",	"Techon"
	Control "Mini Progress Tree",	"MiniTech"
	Control "Ping/Signal",	"ZDWSFire"
	StaticText ""
	Option "Enable custom randomizer", "cl_zdw_random", "YesNo"
	StaticText ""
	Option "Doom", "cl_zdw_random_DoomMarine2", "YesNo"
	Option "Heretic", "cl_zdw_random_CorvusPlayerClass2", "YesNo"
	Option "Hexen", "cl_zdw_random_Daedolon2", "YesNo"
	Option "Strife", "cl_zdw_random_StrifePlayerClass2", "YesNo"
	Option "Chex Quest", "cl_zdw_random_ChexWarrior2", "YesNo"
	Option "Virus", "cl_zdw_random_c375B", "YesNo"
	Option "Duke Nukem", "cl_zdw_random_DukePlayer", "YesNo"
	Option "Arena Marine", "cl_zdw_random_ArenaPlayerClass", "YesNo"
	Option "Tormentor 667", "cl_zdw_random_Tormentor667PlayerClass", "YesNo"
}

OptionMenu "v7Menu"
{
	Title "Extra Faction v7" 
	
	StaticText 	""
	Submenu "Global", "v7_Global_Menu"
	Submenu "Doom", "v7_Doom_Menu"
	Submenu "Heretic", "v7_Heretic_Menu"
	Submenu "Hexen", "v7_Hexen_Menu"
	Submenu "Strife", "v7_Strife_Menu"
	Submenu "Chex Quest", "v7_Chex_Menu"
	Submenu "Virus", "v7_Virus_Menu"
	Submenu "Duke Nukem", "v7_Duke_Menu"
	Submenu "Arena Marine", "v7_Arena_Menu"
	Submenu "Tormentor 667", "v7_Realm_Menu"
}

OptionMenu "v7_Global_Menu"
{
	Title "Global v7" 

	StaticText 	""
    StaticText 	"Now - ZDW_Damagetype - available"
	StaticText 	""
    StaticText 	"It does not matter if you are in LMS or TLMS,"
    StaticText 	"you can make the units have type of deaths or not"
    StaticText 	"The default when starting a server is 0"
	StaticText 	""
    StaticText 	"The description of all the units was accommodated"
}

OptionMenu "v7_Doom_Menu"
{
	Title "Doom v7" 

	StaticText 	""
    StaticText 	"Pain Elementals are now solid, does not pierce"
    StaticText 	"through enemies"
	StaticText 	""
    StaticText 	"Archvile no longer runs away from combat as much"
}
	
OptionMenu "v7_Heretic_Menu"
{
	Title "Heretic v7" 

	StaticText 	""
    StaticText 	"The sprite of the upgrader mummies changed,"
    StaticText 	"now they have more bandage on the arms and"
    StaticText 	"a little on the waist they will no longer be naked :v"
	StaticText 	""
    StaticText 	"The minotaur ground attack is similar to the original"
    StaticText 	"and will not be carried out with air units"
    StaticText 	"That includes the sounds"
	StaticText 	""
    StaticText 	"Sounds in the projectiles of the d'sparil mounted"
    StaticText 	"on the serpent of chaos"
	StaticText 	""
    StaticText 	"It doesn't matter if the d'sparil summoner's"
    StaticText 	"projectile collides with the units or in closed areas,"
    StaticText 	"the wizards always appears"
}
	
OptionMenu "v7_Hexen_Menu"
{
	Title "Hexen v7" 

	StaticText 	""
    StaticText 	"The same as the previous one, only now applied"
    StaticText 	"with the bishops"
	StaticText 	""
    StaticText 	"Heresiarch can't hurt his master and allied"
    StaticText 	"players in TLMS"
}
	
OptionMenu "v7_Strife_Menu"
{
	Title "Strife v7" 
	
	StaticText 	""
    StaticText 	"The explosion of the repair drone, only hurts the units"
    StaticText 	"of the player who summoned it or the ally strife units"
	StaticText 	""
    StaticText 	"The unit affected by the repair drone, when killed,"
    StaticText 	"will remain solid for allied and enemy units, not for"
    StaticText 	"the player, making them able to revive without problem"
	StaticText 	""
    StaticText 	"The inquisitor's grenades can hit ghosts and"
    StaticText 	"produce extreme death"
}

OptionMenu "v7_Chex_Menu"
{
	Title "Chex Quest v7" 
	
	StaticText 	""
    StaticText 	"Nothing"
}

OptionMenu "v7_Virus_Menu"
{
	Title "Virus v7" 
	
	StaticText 	""
    StaticText 	"Mills can now pierce invulnerability"
	StaticText 	""
    StaticText 	"Shield drones can reflect projectiles and are"
    StaticText 	"more aggressive"
}

OptionMenu "v7_Duke_Menu"
{
	Title "Duke Nukem v7" 
	
	StaticText 	""
    StaticText 	"Player shrinkers no longer recover"
	StaticText 	""
    StaticText 	"Correction in the corpses of"
    StaticText 	"Assault troopers and captains"
	StaticText 	""
    StaticText 	"Pigcop move a bit faster and only shoot twice in a row"
	StaticText 	""
    StaticText 	"Octabrain and Octasnipers have 290 hp"
	StaticText 	""
    StaticText 	"Laser Turrets have 250 hp"
	StaticText 	""
    StaticText 	"Correction in the damage of the enforcer"
    StaticText 	"and the octabrain"
	StaticText 	""
    StaticText 	"Correction in the obituary of the sentry drone"
	StaticText 	""
    StaticText 	"RPV upgrade dodges and further improves your accuracy"
	StaticText 	""
    StaticText 	"Pig cop tank upgrade will have 1500 hp"
	StaticText 	""
    StaticText 	"Assault Commanders, Overlords and Cycloid Emperors"
    StaticText 	"have -1 damage"
	StaticText 	""
    StaticText 	"Reduction in the trip of the thunder of the alien queen"
}

OptionMenu "v7_Arena_Menu"
{
	Title "Arena Marine v7" 
	
	StaticText 	""
    StaticText 	"Nothing"
}

OptionMenu "v7_Realm_Menu"
{
	Title "Tormentor 667 v7" 
	
	StaticText 	""
    StaticText 	"Nothing"
}

OptionMenu "v7.0Menu"
{
	Title "Extra Faction v7.0" 
	
	StaticText 	""
	Submenu "Global", "v7.0_Global_Menu"
	Submenu "Doom", "v7.0_Doom_Menu"
	Submenu "Heretic", "v7.0_Heretic_Menu"
	Submenu "Hexen", "v7.0_Hexen_Menu"
	Submenu "Strife", "v7.0_Strife_Menu"
	Submenu "Chex Quest", "v7.0_Chex_Menu"
	Submenu "Virus", "v7.0_Virus_Menu"
	Submenu "Duke Nukem", "v7.0_Duke_Menu"
	Submenu "Arena Marine", "v7.0_Arena_Menu"
	Submenu "Tormentor 667", "v7.0_Realm_Menu"
}

OptionMenu "v7.0_Global_Menu"
{
	Title "Global v7.0" 

	StaticText 	""
    StaticText 	"Nothing"
}

OptionMenu "v7.0_Doom_Menu"
{
	Title "Doom v7.0" 

	StaticText 	""
    StaticText 	"Zombiemans and Shotgunners now have 128 Pain Chance"
	StaticText 	""
    StaticText 	"Lost Souls now have 100 hp"
	StaticText 	"Lost Souls are more aggressive but with less damage -1"
    StaticText 	"The Headbutt of the lost souls can be carry out even if"
    StaticText 	"they are thrown from far away"
	StaticText 	"(It doesn't hurt units and ally players)"
	StaticText 	""
	StaticText 	"Lost souls from the Pain Elemental will also have more"
	StaticText 	"aggression and less damage"
	StaticText 	"(Lost Soul life points are the same as always)"
	StaticText 	""
	StaticText 	"Increased movement speed of demons (before 10 - now 15)"
	StaticText 	""
	StaticText 	"Chaingunners now have 35 Pain Chance"
	StaticText 	""
	StaticText 	"Barons of Hell are immune to splash dmg"
	StaticText 	""
	StaticText 	"Mancubus's flames cannot bounce"
	StaticText 	""
	StaticText 	"Cyberdemon cooldown move removed"
	StaticText 	"Cyberdemon has the same attack time as the original"
	StaticText 	"Cyberdemon is less aggressive"
	StaticText 	""
	StaticText 	"Spider Mastermind will be able to defend itself from"
	StaticText 	"units that are above it"
	StaticText 	""
	StaticText 	"Spider Mastermind now cost 70/60"
	StaticText 	""
	StaticText 	"The melee of the Pain Elementals was removed"
}
	
OptionMenu "v7.0_Heretic_Menu"
{
	Title "Heretic v7.0" 

	StaticText 	""
    StaticText 	"Ironlich now cost 60/45"
	StaticText 	""
    StaticText 	"Clinks now have 205 hp"
	StaticText 	""
    StaticText 	"Dsparil's Serpent will be able to run from time"
    StaticText 	"to time, similar as in the original"
}
	
OptionMenu "v7.0_Hexen_Menu"
{
	Title "Hexen v7.0" 

	StaticText 	""
    StaticText 	"Centaurs damage reduced (before 12, 16 - now 10, 14)"
	StaticText 	""
    StaticText 	"Wendigos now cost 33/8"
	StaticText 	""
    StaticText 	"Zedeks now cost 40/16"
	StaticText 	""
    StaticText 	"Traductus now cost 40/16 and 900 hp"
	StaticText 	""
    StaticText 	"Menelkirs now cost 35/10 and 800 hp"
	StaticText 	""
    StaticText 	"Korax now cost 120/115"
}
	
OptionMenu "v7.0_Strife_Menu"
{
	Title "Strife v7.0" 
	
	StaticText 	""
    StaticText 	"Rebels, Acolytes and Shadow Acolytes have a"
    StaticText 	"little more precision"
	StaticText 	""
    StaticText 	"Templars now cost 17/6"
	StaticText 	""
    StaticText 	"Repair Drone now have 800 hp"
    StaticText 	"Repair Drone now moves slower"
	StaticText 	""
    StaticText 	"Order Bishops are immune to splash dmg"
	StaticText 	""
    StaticText 	"Devastator Crusaders have new sprites"
    StaticText 	"Devastator Crusaders now cost 42/10"
    StaticText 	"Devastator Crusaders splash damage reduced"
    StaticText 	"(before 15, 25 - now 11, 25)"
	StaticText 	""
    StaticText 	"Inquisitor now cost 80/60"
	StaticText 	""
    StaticText 	"Programmer can pierce invulnerability"
    StaticText 	"And his projectile climbs walls"
	StaticText 	""
    StaticText 	"The Entity now cost 125/90"
    StaticText 	"The Entity's thundershower attack"
    StaticText 	"can pierce invulnerability"
}

OptionMenu "v7.0_Chex_Menu"
{
	Title "Chex Quest v7.0" 
	
	StaticText 	""
    StaticText 	"Flembranes can summon up ot 15 flem spores"
	StaticText 	""
    StaticText 	"Maximus are immune to splash dmg"
}

OptionMenu "v7.0_Virus_Menu"
{
	Title "Virus v7.0" 
	
	StaticText 	""
    StaticText 	"Great prisms will can drop 2 to 4 prisms when they die"
	StaticText 	""
    StaticText 	"Prisms and Greater Prisms projectiles do not bounce"
    StaticText 	"when reflected"
}

OptionMenu "v7.0_Duke_Menu"
{
	Title "Duke Nukem v7.0" 
	
	StaticText 	""
    StaticText 	"Enforcers now cost 17/5"
	StaticText 	""
    StaticText 	"Enforcers are less aggressive and have less precision"
	StaticText 	""
    StaticText 	"Assault Commanders can hurt units"
	StaticText 	""
    StaticText 	"Damage reduction of pig in tank"
    StaticText 	"(Hitscan, before 5,14 - now 5,12)"
	StaticText 	""
    StaticText 	"Battlelord will be able to defend itself from"
    StaticText 	"units that are above it"
	StaticText 	""
    StaticText 	"Damage reduction of Battlelord"
    StaticText 	"(Hitscan, before 9,16 now 8,14)"
}

OptionMenu "v7.0_Arena_Menu"
{
	Title "Arena Marine v7.0" 
	
	StaticText 	""
    StaticText 	"Nothing"
}

OptionMenu "v7.0_Realm_Menu"
{
	Title "Tormentor 667 v7.0" 
	
	StaticText 	""
    StaticText 	"Flesh Spawn range attack -1 damage"
	StaticText 	""
    StaticText 	"The Headbutt of the Flesh Spawn can be carry out even"
    StaticText 	"if they are thrown from far away"
    StaticText 	"(It doesn't hurt units and ally players)"
	StaticText 	""
    StaticText 	"Shadow have more Pain 90 (Previous 50)"
	StaticText 	""
    StaticText 	"Flesh Wizard and Wycked only can pierce invulnerability"
    StaticText 	"with the Refinement of Bodies"
	StaticText 	""
    StaticText 	"Horn Beasts have 725 hp (Previous 760)"
	StaticText 	""
    StaticText 	"Fallens range have 900 hp (Previous 975)"
	StaticText 	""
    StaticText 	"Mini Sentinels and Sentry guns improve Their Accuracy"
    StaticText 	"in the Refinement of Technology"
	StaticText 	""
    StaticText 	"Terminators, UAC Walkers and Maephistos increases resistance"
    StaticText 	"to Suppression attacks in the Refinement of Technology"
	StaticText 	""
    StaticText 	"The Headbutt of the Ethereal Soul can be carry"
    StaticText 	"out even if they are thrown from far away"
	StaticText 	"(It doesn't hurt units and ally players)"
}

OptionMenu "v7.1Menu"
{
	Title "Extra Faction v7.1" 
	
	StaticText 	""
	Submenu "Global", "v7.1_Global_Menu"
	Submenu "Doom", "v7.1_Doom_Menu"
	Submenu "Heretic", "v7.1_Heretic_Menu"
	Submenu "Hexen", "v7.1_Hexen_Menu"
	Submenu "Strife", "v7.1_Strife_Menu"
	Submenu "Chex Quest", "v7.1_Chex_Menu"
	Submenu "Virus", "v7.1_Virus_Menu"
	Submenu "Duke Nukem", "v7.1_Duke_Menu"
	Submenu "Arena Marine", "v7.1_Arena_Menu"
	Submenu "Tormentor 667", "v7.1_Realm_Menu"
}

OptionMenu "v7.1_Global_Menu"
{
	Title "Global v7.1" 

	StaticText 	""
    StaticText 	"Units and heroes that generate other units will have a"
    StaticText 	"- Capacity bar -, it will allow you to see"
    StaticText 	"the amount they have"
}

OptionMenu "v7.1_Doom_Menu"
{
	Title "Doom v7.1" 

	StaticText 	""
    StaticText 	"Pain Elementals and Dual Pain Elementals has"
    StaticText 	"the capacity bar"
	StaticText 	""
    StaticText 	"Dual Pain elemental can no longer create"
	StaticText 	"lost souls infinitely"
	StaticText 	""
	StaticText 	"When they run out of the maximum amount of lost souls,"
	StaticText 	"create another lost soul of the same damage that dies"
	StaticText 	"on first contact (Applies to both pain elementals)"
	StaticText 	""
    StaticText 	"The protozoids that are under the Spider Mastermind will"
    StaticText 	"die from crushing"
    StaticText 	"(To prevent this hero from killing him without problems)"
}
	
OptionMenu "v7.1_Heretic_Menu"
{
	Title "Heretic v7.1" 

	StaticText 	""
    StaticText 	"The D'Sparil (form 2) have the capacity bar"
	StaticText 	""
    StaticText 	"Ironlich's tornado was buffed and does decent damage,"
    StaticText 	"pushes units and piercing invulnerability"
	StaticText 	""
    StaticText 	"The Ironlich uses its tornado attack only on units "
    StaticText 	"that drop green mana"
}
	
OptionMenu "v7.1_Hexen_Menu"
{
	Title "Hexen v7.1" 

	StaticText 	""
    StaticText 	"The heresiarch have the capacity bar"
	StaticText 	""
    StaticText 	"Zedek and Traductur -1 Hero mana cost"
	StaticText 	""
    StaticText 	"The protozoids that are under the korax will"
	StaticText 	"die from crushing"
    StaticText 	"(To prevent this hero from killing him without problems)"
}
	
OptionMenu "v7.1_Strife_Menu"
{
	Title "Strife v7.1" 
	
	StaticText 	""
    StaticText 	"Sentinel projectile colors corrected"
}

OptionMenu "v7.1_Chex_Menu"
{
	Title "Chex Quest v7.1" 
	
	StaticText 	""
    StaticText 	"Slime carriers, flembranes and flem meteors has"
	StaticText 	"the capacity bar"
	StaticText 	""
    StaticText 	"Slime carrier has an hp bar, because the lower hp it has,"
    StaticText 	"the fewer spores it will release"
	StaticText 	""
    StaticText 	"Common flemoid upgrader Affects the slime carrier"
	StaticText 	""
    StaticText 	"Fixed the Flem Meteor bug not seeing units"
    StaticText 	"and shortening their life"
	StaticText 	""
    StaticText 	"The protozoids that are under the Lord Snotfolus will"
    StaticText 	"die from crushing"
    StaticText 	"(To prevent this hero from killing him without problems)"
}

OptionMenu "v7.1_Virus_Menu"
{
	Title "Virus v7.1" 
	
	StaticText 	""
    StaticText 	"Air Carriers and The Land Carrier has the capacity bar"
	StaticText 	""
    StaticText 	"Great prisms will can drop 2 to 5 prisms when they die"
	StaticText 	""
    StaticText 	"Shield Drone now have 320 hp"
    StaticText 	"Shield drone reflect projectiles"
    StaticText 	"Shield Drone projectiles cause pain and have (1) Damage"
	StaticText 	""
    StaticText 	"It doesn't matter if the Land Carrier is in a closed area,"
    StaticText 	"Drones and Air Carriers will be created without any problem"
    StaticText 	""
	StaticText 	"The protozoids that are under the Land Carrier will"
    StaticText 	"die from crushing"
    StaticText 	"(To prevent this hero from killing him without problems)"
}

OptionMenu "v7.1_Duke_Menu"
{
	Title "Duke Nukem v7.1" 
	
	StaticText 	""
    StaticText 	"The Alien Queen have the capacity bar"
	StaticText 	""
    StaticText 	"The Cycloid Emperor Missiles"
	StaticText 	"(Before: 11 Damage - After: 10 Damage)"
}

OptionMenu "v7.1_Arena_Menu"
{
	Title "Arena Marine v7.1" 
	
	StaticText 	""
	StaticText 	"Kronos and The Overlord has the capacity bar"
	StaticText 	""
    StaticText 	"The Headbutt of the Forgottens can be carry"
    StaticText 	"out even if they are thrown from far away"
    StaticText 	"(It doesn't hurt units and ally players)"
	StaticText 	""
    StaticText 	"Hell Razers range attack -1 damage"
    StaticText 	"(Before 4 damage x projectile - now 3 damage)"
	StaticText 	""
    StaticText 	"Hades Elementals have 400 hp (Previous 450)"
	StaticText 	""
    StaticText 	"Death Bringers have +NORADIUSDMG"
	StaticText 	""
    StaticText 	"Diabolists have 800 hp (Previous 900)"
	StaticText 	""
    StaticText 	"Arachnophobias Damage reduced (Before 90 - now 70)"
    StaticText 	"With Cursed (Before 110 - now 90)"
    StaticText 	"Arachnophobias have less precision when they fly"
	StaticText 	""
    StaticText 	"Kronos now cost 45/30 and summon 40 units"
    StaticText 	"(Previous cost 40/25 and summon 50 units)"
	StaticText 	""
    StaticText 	"Overlords now have 3800 hp (Previous 4000)"
    StaticText 	"Overlords now Can partially hit ghosts"
	StaticText 	""
    StaticText 	"Krieger Fire Balls -1 damage"
    StaticText 	"(Before 10 damage - now 9 damage)"
    StaticText 	"Krieger Meteors -2 damage"
    StaticText 	"(Before 12 damage - now 10 damage)"
	StaticText 	""
    StaticText 	"Cerebral Sentient now cost 90/70"
    StaticText 	"Cerebral Sentient BFG Ball -1 damage"
    StaticText 	"(Before 13 damage - now 12 damage)"
    StaticText 	"Cerebral Sentient will be able to defend"
    StaticText 	"itself from units that are above it"
	StaticText 	""
    StaticText 	"The Mother Demon's ground attack was replaced by"
    StaticText 	"a projectile similar to the Diabolist's,"
    StaticText 	"but with much more damage"
}

OptionMenu "v7.1_Realm_Menu"
{
	Title "Tormentor 667 v7.1" 
	
	StaticText 	""
    StaticText 	"Nightshades projectile now have 1 damage"
	StaticText 	""
    StaticText 	"Fallens projectile (which can hit Ghost) now have 2 damage"
	StaticText 	""
    StaticText 	"All branches have a bonus that benefits"
	StaticText 	"the units and the player:"
    StaticText 	""
    StaticText 	"Refinement of Darkness:"
	StaticText 	"Shadows, Horn Beasts and Fallens gain +10 hp and"
	StaticText 	"you are ghost for 1 minute"
    StaticText 	""
    StaticText 	"Refinement of Bodies:"
	StaticText 	"Flesh Wizards, Wickeds and Hierophants are regenerated and"
	StaticText 	"you heal +125 hp"
    StaticText 	""
    StaticText 	"Refinement of Technology:"
	StaticText 	"Terminator, UAC Walkers and Maephistos gain armor and"
	StaticText 	"you get +75 Armor"
}

OptionMenu "v7.2Menu"
{
	Title "Extra Faction v7.2" 
	
	StaticText 	""
	Submenu "Global", "v7.2_Global_Menu"
	Submenu "Doom", "v7.2_Doom_Menu"
	Submenu "Heretic", "v7.2_Heretic_Menu"
	Submenu "Hexen", "v7.2_Hexen_Menu"
	Submenu "Strife", "v7.2_Strife_Menu"
	Submenu "Chex Quest", "v7.2_Chex_Menu"
	Submenu "Virus", "v7.2_Virus_Menu"
	Submenu "Duke Nukem", "v7.2_Duke_Menu"
	Submenu "Arena Marine", "v7.2_Arena_Menu"
	Submenu "Tormentor 667", "v7.2_Realm_Menu"
}

OptionMenu "v7.2_Global_Menu"
{
	Title "Global v7.2" 

	StaticText 	""
    StaticText 	"Nothing"
}

OptionMenu "v7.2_Doom_Menu"
{
	Title "Doom v7.2" 

	StaticText 	""
    StaticText 	"The cyberdemon walks exactly the same as the vanilla one"
}
	
OptionMenu "v7.2_Heretic_Menu"
{
	Title "Heretic v7.2" 

	StaticText 	""
    StaticText 	"Ophidians are immune to splash dmg"
	StaticText 	""
    StaticText 	"Clinks now have 220 hp (Original HP)"
}
	
OptionMenu "v7.2_Hexen_Menu"
{
	Title "Hexen v7.2" 

	StaticText 	""
    StaticText 	"Nothing"
}
	
OptionMenu "v7.2_Strife_Menu"
{
	Title "Strife v7.2" 
	
	StaticText 	""
    StaticText 	"Devastator Crusaders splash damage increased"
    StaticText 	"(before 11, 25 - now 12, 25)"
}

OptionMenu "v7.2_Chex_Menu"
{
	Title "Chex Quest v7.2" 
	
	StaticText 	""
    StaticText 	"Flembranes are immune to splash dmg"
	StaticText 	""
    StaticText 	"Maximus are no longer immune to splash damage"
}

OptionMenu "v7.2_Virus_Menu"
{
	Title "Virus v7.2" 
	StaticText 	""
	StaticText 	"Great prisms will can drop 0 to 3 prisms when they die"
}

OptionMenu "v7.2_Duke_Menu"
{
	Title "Duke Nukem v7.2" 
	
	StaticText 	""
    StaticText 	"Protector Drones now have 275 hp "
	StaticText 	""
    StaticText 	"Protector Drones melee damage reduced"
	StaticText 	"(BEFORE Random(4,6) - NOW Random(3,5))"
}

OptionMenu "v7.2_Arena_Menu"
{
	Title "Arena Marine v7.2" 
	
	StaticText 	""
    StaticText 	"Cyber Warlord now cost 45/14"
	StaticText 	""
    StaticText 	"Arachnophobia Retrofit now cost 8"
	StaticText 	""
    StaticText 	"To acquire Arachnophobias + Retrofit, Hellcubus and"
    StaticText 	"Hell Orb, you must take out 7 units (Previous 6 units)"
	StaticText 	""
    StaticText 	"To acquire the Overlord and The Cerebral Sentient,"
    StaticText 	"you must take out 6 units (Previous 4 units)"
}

OptionMenu "v7.2_Realm_Menu"
{
	Title "Tormentor 667 v7.2" 
	
	StaticText 	""
    StaticText 	"UAC Walkers will be able to defend itself"
	StaticText 	"from units that are above it"
	StaticText 	""
    StaticText 	"Maephistos will be able to defend itself"
	StaticText 	"from units that are above it"
    StaticText 	""
    StaticText 	"Refinement of Technology:"
	StaticText 	"Terminator can hit ghost with blasters"
}

OptionMenu "v7.3Menu"
{
	Title "Extra Faction v7.3" 
	
	StaticText 	""
	Submenu "Global", "v7.3_Global_Menu"
	Submenu "Doom", "v7.3_Doom_Menu"
	Submenu "Heretic", "v7.3_Heretic_Menu"
	Submenu "Hexen", "v7.3_Hexen_Menu"
	Submenu "Strife", "v7.3_Strife_Menu"
	Submenu "Chex Quest", "v7.3_Chex_Menu"
	Submenu "Virus", "v7.3_Virus_Menu"
	Submenu "Duke Nukem", "v7.3_Duke_Menu"
	Submenu "Arena Marine", "v7.3_Arena_Menu"
	Submenu "Tormentor 667", "v7.3_Realm_Menu"
}

OptionMenu "v7.3_Global_Menu"
{
	Title "Global v7.3" 

	StaticText 	""
    StaticText 	"Fixed the bug that occurred when the"
    StaticText 	"players failed spawn flying heroes"
}

OptionMenu "v7.3_Doom_Menu"
{
	Title "Doom v7.3" 

	StaticText 	""
	StaticText 	"The Baron's ball does the same"
	StaticText 	"damage as the Hell Knight"
	StaticText 	""
	StaticText 	"Archviles now have 700 hp"
	StaticText 	""
	StaticText 	"Archviles now have a capacity bar"
	StaticText 	"where resurrections will be counted"        
	StaticText 	"They will no longer lose life points"
	StaticText 	"when they resurrect units"
	StaticText 	"They will resurrect a maximum of 60 units"
	StaticText 	""
	StaticText 	"When they reach the limit of resurrected units,"
	StaticText 	"they will wander around like any other unit"
	StaticText 	"without being able to resurrect"
	StaticText 	""
	StaticText 	"The Explosion of Healing of the"
	StaticText 	"repairn drone does not hurt these units"
}
	
OptionMenu "v7.3_Heretic_Menu"
{
	Title "Heretic v7.3" 

	StaticText 	""
	StaticText 	"The fire particles from the immolation"
	StaticText 	"of the mummies do not hurt their master"
	StaticText 	""
	StaticText 	"The Explosion of Healing of the"
	StaticText 	"repairn drone does not hurt these units"
}
	
OptionMenu "v7.3_Hexen_Menu"
{
	Title "Hexen v7.3" 

	StaticText 	""
	StaticText 	"The Explosion of Healing of the"
	StaticText 	"repairn drone does not hurt these units"
}
	
OptionMenu "v7.3_Strife_Menu"
{
	Title "Strife v7.3" 
	
	StaticText 	""
    StaticText 	"Repair drones now have a capacity bar"
	StaticText 	""
    StaticText 	"Repair drone will be able to use its"
    StaticText 	"nanobots a maximum of 20 times"
	StaticText 	""
	StaticText 	"When the repair drone reaches the"
	StaticText 	"maximumlimit of nanobots, restores"
	StaticText 	"10 - 15 HP to nearby units"
	StaticText 	"(Applies only to units affected by repair drone)"
	StaticText 	""
    StaticText 	"The Entity and Sub-Entitys are more aggressive"
}

OptionMenu "v7.3_Chex_Menu"
{
	Title "Chex Quest v7.3" 
	
	StaticText 	""
	StaticText 	"The Explosion of Healing of the"
	StaticText 	"repairn drone does not hurt these units"
}

OptionMenu "v7.3_Virus_Menu"
{
	Title "Virus v7.3" 
	
	StaticText 	""
	StaticText 	"The Explosion of Healing of the"
	StaticText 	"repairn drone does not hurt these units"
}

OptionMenu "v7.3_Duke_Menu"
{
	Title "Duke Nukem v7.3" 
	
	StaticText 	""
	StaticText 	"The Explosion of Healing of the"
	StaticText 	"repairn drone does not hurt these units"
}

OptionMenu "v7.3_Arena_Menu"
{
	Title "Arena Marine v7.3" 
	
	StaticText 	""
	StaticText 	"The Explosion of Healing of the"
	StaticText 	"repairn drone does not hurt these units"
}

OptionMenu "v7.3_Realm_Menu"
{
	Title "Tormentor 667 v7.3" 
	
	StaticText 	""
    StaticText 	"Refinement of Technology:"
	StaticText 	"Mini Sentinel: No cooldown and"
	StaticText 	"Can hit ghosts with mini Flamethrower"
	StaticText 	"(New Sprites)"
	StaticText 	""
    StaticText 	"Sentry gun: Better Accuracy and"
	StaticText 	"Can hit ghosts with Flamethrower"
    StaticText 	"(New Sprites)"
	StaticText 	""
    StaticText 	"Refinement of Technology:"
	StaticText 	"Terminator: Can hit ghosts with "
	StaticText 	"mini grenades and fire blasters and "
	StaticText 	"Resistance to Suppression attacks"
	StaticText 	""
	StaticText 	"The Explosion of Healing of the"
	StaticText 	"repairn drone does not hurt these units"
}

OptionMenu "v7.4Menu"
{
	Title "Extra Faction v7.4" 
	
	StaticText 	""
	Submenu "Global", "v7.4_Global_Menu"
	Submenu "Doom", "v7.4_Doom_Menu"
	Submenu "Heretic", "v7.4_Heretic_Menu"
	Submenu "Hexen", "v7.4_Hexen_Menu"
	Submenu "Strife", "v7.4_Strife_Menu"
	Submenu "Chex Quest", "v7.4_Chex_Menu"
	Submenu "Virus", "v7.4_Virus_Menu"
	Submenu "Duke Nukem", "v7.4_Duke_Menu"
	Submenu "Arena Marine", "v7.4_Arena_Menu"
	Submenu "Tormentor 667", "v7.4_Realm_Menu"
}

OptionMenu "v7.4_Global_Menu"
{
	Title "Global v7.4" 

	StaticText 	""
    StaticText 	"New system of indicators for player and teleports"
}

OptionMenu "v7.4_Doom_Menu"
{
	Title "Doom v7.4" 

	StaticText 	"Nothing"
}
	
OptionMenu "v7.4_Heretic_Menu"
{
	Title "Heretic v7.4" 

	StaticText 	"Nothing"
}
	
OptionMenu "v7.4_Hexen_Menu"
{
	Title "Hexen v7.4" 

	StaticText 	""
	StaticText 	"Increased Homing Chaos Serpent projectiles seeker"
	StaticText 	"To be the same as Bishop Seeker"
	StaticText 	""
	StaticText 	"Nerfed Homing Chaos Serpent damage from 6 to 5"
	StaticText 	""
	StaticText 	"Yetis can't reflect anymore"
	StaticText 	""
}
	
OptionMenu "v7.4_Strife_Menu"
{
	Title "Strife v7.4" 
	
	StaticText 	""
    StaticText 	"Buffed Inquisitor direct damage from grenades from 7 to 14"
}

OptionMenu "v7.4_Chex_Menu"
{
	Title "Chex Quest v7.4" 
	
	StaticText 	""
	StaticText 	"Slime Carriers time to be ready INCREASED A LOT"
	StaticText 	"by 133% from 27 secs to 64 secs"
	StaticText 	""
	StaticText 	"Meteors added provocative and increased health by 100"
}

OptionMenu "v7.4_Virus_Menu"
{
	Title "Virus v7.4" 
	
	StaticText 	""
	StaticText 	"Prism Projectiles don't get reflected anymore"
}

OptionMenu "v7.4_Duke_Menu"
{
	Title "Duke Nukem v7.4" 
	
	StaticText 	""
	StaticText 	"Nerfed PigCop Tank close damage from 5-11, to 4-10"
	StaticText 	""
	StaticText 	"Increased Pig Cop Tank Pain chance slightly"
	StaticText 	"from 6 to 10 on not upgraded tanks and 2 to 8 on upgraded"
	StaticText 	""
	StaticText 	"Increaded Protector Drone health from 275 to 280"
	StaticText 	""
	StaticText 	"Captain Trooper shoot can hit permantenly ghost after 4 tics"
	StaticText 	""
	StaticText 	"Captain Trooper spread changed"
	StaticText 	"they are almost the double of precise"
	StaticText 	""
	StaticText 	"RPVs Bullet damage reduced from 3 to 2"
	StaticText 	""
	StaticText 	"Alien Queen Drone Spawn reduced by 25 tics, 67 in total"
	StaticText 	""
	StaticText 	"Alien Queen Projectiles radius increased by 4 and 6"
	StaticText 	"being 12 in total"
}

OptionMenu "v7.4_Arena_Menu"
{
	Title "Arena Marine v7.4" 
	
	StaticText 	""
	StaticText 	"Fixed Krieger red team damaging red players"
}

OptionMenu "v7.4_Realm_Menu"
{
	Title "Tormentor 667 v7.4" 
	
	StaticText 	""
    StaticText 	"Increased Torm Mini Sentinels Pain chance from 156 to 210"
	StaticText 	""
	StaticText 	"Increased Torm turrets pain chance from 72 to 100"
	StaticText 	""
	StaticText 	"Torm turrets flame don't push enemies"
	StaticText 	""
	StaticText 	"Nerfed Torm Refined Terminators Grenades"
	StaticText 	"from 4 to 2 direct damage"
	StaticText 	""
	StaticText 	"Nerfed Maephisto Blue Balls damage from 14,29 to 11,22"
    StaticText 	""
	StaticText 	"Changed Darkness Rift Pattern, the resurrect balls"
	StaticText 	"should go in a full circle"
}

OptionMenu "v7.6Menu"
{
	Title "Extra Faction v7.6" 
	
	StaticText 	""
	Submenu "Global", "v7.6_Global_Menu"
	Submenu "Doom", "v7.6_Doom_Menu"
	Submenu "Heretic", "v7.6_Heretic_Menu"
	Submenu "Hexen", "v7.6_Hexen_Menu"
	Submenu "Strife", "v7.6_Strife_Menu"
	Submenu "Chex Quest", "v7.6_Chex_Menu"
	Submenu "Virus", "v7.6_Virus_Menu"
	Submenu "Duke Nukem", "v7.6_Duke_Menu"
	Submenu "Arena Marine", "v7.6_Arena_Menu"
	Submenu "Tormentor 667", "v7.6_Realm_Menu"
}

OptionMenu "v7.6_Global_Menu"
{
	Title "Global v7.6" 

	StaticText 	""
    StaticText 	"Implemented custom randomizer, you can now ban classes from the Random, check it out!"
	StaticText 	""
	StaticText 	"Ping system with custom sounds, feel free to send more!"
	StaticText 	""
	StaticText 	"Cleaned the menu with easy access to the important buttons"
}

OptionMenu "v7.6_Doom_Menu"
{
	Title "Doom v7.6" 

	StaticText 	"Nothing"
}
	
OptionMenu "v7.6_Heretic_Menu"
{
	Title "Heretic v7.6" 

	StaticText 	"Nothing"
}
	
OptionMenu "v7.6_Hexen_Menu"
{
	Title "Hexen v7.6" 

	StaticText 	""
	StaticText 	"Reduced Zedek health by 100"
	StaticText 	""
	StaticText 	"Reduced Cleric projectile damage by 1 (from 5 to 4)"
	StaticText 	""
	StaticText 	"Reduced Menelkir Damage by 1 (from 9 to 8)"
	StaticText 	""
}
	
OptionMenu "v7.6_Strife_Menu"
{
	Title "Strife v7.6" 
	
	StaticText 	"Nothing"
}

OptionMenu "v7.6_Chex_Menu"
{
	Title "Chex Quest v7.6" 
	
	StaticText 	""
	StaticText 	"Chex meteors decreased chance to do the provocative"
}

OptionMenu "v7.6_Virus_Menu"
{
	Title "Virus v7.6" 
	
	StaticText 	"Nothing"
}

OptionMenu "v7.6_Duke_Menu"
{
	Title "Duke Nukem v7.6" 
	
	StaticText 	""
	StaticText 	"Protector Drone health increased from 280 to 300"
}

OptionMenu "v7.6_Arena_Menu"
{
	Title "Arena Marine v7.6" 
	
	StaticText 	"Nothing"
}

OptionMenu "v7.6_Realm_Menu"
{
	Title "Tormentor 667 v7.6" 
	
	StaticText 	""
	StaticText 	"Nerfed Torm Refined Terminators Grenades"
	StaticText 	"Explosion damage reduced by 5, from 25 to 20"
}