This mod can be turned off and on while in game
	Default is ON
	Type /hide_window Custom.ShowHelmet.EnableMod to turn off
	Type /show_window Custom.ShowHelmet.EnableMod to turn back on
	
Class checking can be turned off while in game to show headgear for all classes
	Default is class checking is ON
	Type /show_window Custom.ShowHelmet.SkipClassCheck to turn off class checking
	Type /hide_window Custom.ShowHelmet.SkipClassCheck to turn class checking back on
	
Target level checking can be modified while in game to show headgear for various target levels.
	Default is 0 so it shows headgear if target is equal or higher level than player
	Options are LevelMod-2, LevelMod-1, LevelMod0, LevelMod1, LevelMod2
	Examples:
	Type /show_window Custom.ShowHelmet.LevelMod2 to show headgear if target level is 2 levels higher than player level or higher
	Type /show_window Custom.ShowHelmet.LevelMod-2 to show headgear if target level is 2 levels lower than player level or higher
	
Target level checking can be turned off while in game to show headgear for all target levels
	Default is target level checking is ON
	Type /show_window Custom.ShowHelmet.SkipLevelCheck to show headgear for all target levels
	Type /hide_window Custom.ShowHelmet.SkipLevelCheck to show headgear for specific target levels (default is equal to or higher than player level)
	
Player health level checking can be modified while in game to show headgear when player health falls below a certain percent
	Default is health threshold to automatically show helmet is 50%
	Options are HPBelow90, HPBelow80, HPBelow75, HPBelow70, HPBelow60, HPBelow50, HPBelow40, HPBelow30, HPBelow20, HPBelow10, HPBelow0
	Type /show_window Custom.ShowHelmet.HPBelow90 to show helmet if player health falls below 90%
	Type /show_window Custom.ShowHelmet.HPBelow0 to show helmet if player health falls below 0% (turn off showing headgear if playerhealth falls below certain level)
	
These can be mix an matched
	Example:
	Allow your non-plate wearer to show headgear at target level 1 lower than player level type the following or if player health gets below 60%
	/show_window Custom.ShowHelmet.SkipClassCheck
	/show_window Custom.ShowHelmet.LevelMod-1
	/show_window Custom.ShowHelmet.HPBelow60