Difference between revisions of "Talk:FStatsHealthLevelMult"

Jump to navigation Jump to search
m
more formatting
imported>DragoonWraith
m (formatting)
imported>DragoonWraith
m (more formatting)
Line 34: Line 34:




:max_max_health = (current_endurance * 2) + (FStatsHealthLevelMult *
:max_max_health = (current_endurance * 2) + (FStatsHealthLevelMult * (((current_level - 1) * starting_endurance) + (iLevelUp10Mult * (max_levels + 1) * max_levels / 2) + ((current_endurance - starting_endurance) * remaining_levels)))
(((current_level - 1) * starting_endurance) +
(iLevelUp10Mult * (max_levels + 1) * max_levels / 2) +
((current_endurance - starting_endurance) * remaining_levels)))




Line 63: Line 60:




:FStatsHealthLevelMult * ((current_endurance - starting_endurance)*remaining_levels))
:FStatsHealthLevelMult * ((current_endurance - starting_endurance) * (remaining_levels))




Line 69: Line 66:




:min_max_health = (current_endurance * 2) + (FStatsHealthLevelMult *
:min_max_health = (current_endurance * 2) + (FStatsHealthLevelMult * (((current_level - 1) * starting_endurance) + (iLevelUp10Mult * (max_levels + 1) * max_levels / 2) + (partial_level_amt * (max_levels + 1))))
(((current_level - 1) * starting_endurance) +
(iLevelUp10Mult * (max_levels + 1) * max_levels / 2) +
(partial_level_amt * (max_levels + 1))))




Navigation menu