File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ local function get_mental_stability(unit)
293293 local emotionally_obsessive = unit .status .current_soul .personality .traits .EMOTIONALLY_OBSESSIVE
294294 local humor = unit .status .current_soul .personality .traits .HUMOR
295295 local love_propensity = unit .status .current_soul .personality .traits .LOVE_PROPENSITY
296- local perseverence = unit .status .current_soul .personality .traits .PERSEVERENCE
296+ local perseverance = unit .status .current_soul .personality .traits .PERSEVERANCE
297297 local politeness = unit .status .current_soul .personality .traits .POLITENESS
298298 local privacy = unit .status .current_soul .personality .traits .PRIVACY
299299 local stress_vulnerability = unit .status .current_soul .personality .traits .STRESS_VULNERABILITY
@@ -315,7 +315,7 @@ local function get_mental_stability(unit)
315315 + (anxiety_propensity * - 0.06 ) + (bravery * 0.06 )
316316 + (cheer_propensity * 0.41 ) + (curious * - 0.06 ) + (discord * 0.14 )
317317 + (dutifulness * - 0.03 ) + (emotionally_obsessive * - 0.13 )
318- + (humor * - 0.05 ) + (love_propensity * 0.15 ) + (perseverence * - 0.07 )
318+ + (humor * - 0.05 ) + (love_propensity * 0.15 ) + (perseverance * - 0.07 )
319319 + (politeness * - 0.14 ) + (privacy * 0.03 ) + (stress_vulnerability * - 0.20 )
320320 + (tolerant * - 0.11 )
321321
You can’t perform that action at this time.
0 commit comments