• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
change level used for max marriage stat calculation: 150 -> 155
Line 251: Line 251:  
local result = Formatting:format_stat_with_max(evasion, evasion_max)
 
local result = Formatting:format_stat_with_max(evasion, evasion_max)
 
if not overridden and evasion and evasion_max then
 
if not overridden and evasion and evasion_max then
result = Formatting:tooltip(result, format{self._kekkon_max_template, value = Formatting:format_stat(self._ship:evasion_leveled(150))})
+
result = Formatting:tooltip(result, format{self._kekkon_max_template, value = Formatting:format_stat(self._ship:evasion_leveled(155))})
 
end
 
end
 
if overridden then
 
if overridden then
Line 286: Line 286:  
local result = Formatting:format_stat_with_max(asw, asw_max)
 
local result = Formatting:format_stat_with_max(asw, asw_max)
 
if not overridden and asw and asw_max then
 
if not overridden and asw and asw_max then
result = Formatting:tooltip(result, format{self._kekkon_max_template, value = Formatting:format_stat(self._ship:asw_leveled(150))})
+
result = Formatting:tooltip(result, format{self._kekkon_max_template, value = Formatting:format_stat(self._ship:asw_leveled(155))})
 
end
 
end
 
if overridden then
 
if overridden then
Line 317: Line 317:  
local result = Formatting:format_stat_with_max(los, los_max)
 
local result = Formatting:format_stat_with_max(los, los_max)
 
if not overridden and los and los_max then
 
if not overridden and los and los_max then
result = Formatting:tooltip(result, format{self._kekkon_max_template, value = Formatting:format_stat(self._ship:los_leveled(150))})
+
result = Formatting:tooltip(result, format{self._kekkon_max_template, value = Formatting:format_stat(self._ship:los_leveled(155))})
 
end
 
end
 
if overridden then
 
if overridden then
Anonymous user

Navigation menu