- 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
Line 250:
Line 250:
+
+
+
Line 282:
Line 285:
+
+
+
Line 310:
Line 316:
+
+
+
Add marriage maxes to evasion/asw/los
end
end
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
result = Formatting:tooltip(result, format{self._kekkon_max_template, value = Formatting:format_stat(self._ship:evasion_leveled(150))})
end
if overridden then
if overridden then
result = result .. self._overridden_category_template
result = result .. self._overridden_category_template
end
end
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
result = Formatting:tooltip(result, format{self._kekkon_max_template, value = Formatting:format_stat(self._ship:asw_leveled(150))})
end
if overridden then
if overridden then
result = result .. self._overridden_category_template
result = result .. self._overridden_category_template
end
end
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
result = Formatting:tooltip(result, format{self._kekkon_max_template, value = Formatting:format_stat(self._ship:los_leveled(150))})
end
if overridden then
if overridden then
result = result .. self._overridden_category_template
result = result .. self._overridden_category_template