- 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 85:
Line 85:
− +
Line 149:
Line 149:
− +
no edit summary
local value = self._dash
local value = self._dash
if self._remodel_to then
if self._remodel_to then
value = Formatting:format_blueprint_requirement_simple(self._remodel_to:remodel_blueprint())
value = Formatting:format_blueprint_requirement_simple(self._remodel_to:remodel_blueprint(), true)
elseif self._remodel_to == nil then
elseif self._remodel_to == nil then
value = self._question_marks
value = self._question_marks
}
}
for key, value in pairs(header_icons) do
for key, value in pairs(header_icons) do
header_icons[key] = Formatting:format_image{value, caption = Formatting:format_resource_name(key)}
header_icons[key] = Formatting:format_image{value, caption = Formatting:format_resource_name(key), size = key == "blueprint" and "x18px" or nil}
end
end
self._header = format(self._header_template, header_icons)
self._header = format(self._header_template, header_icons)