public static int GetPowerForLevelDefault(Unit unit)
		{
			return unit.GetBaseClass().GetLevelSetting(unit.Level).Mana;
		}