- 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 43:
Line 43:
+
Line 90:
Line 91:
− +
+
+
+
+
+
+
+
+
+
+
Add catapult support
"remodel_level",
"remodel_level",
"remodel_blueprint",
"remodel_blueprint",
"remodel_catapult",
"arrow",
"arrow",
"id_after",
"id_after",
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(), true)
value = Formatting:format_blueprint_requirement(self._remodel_to:remodel_blueprint(), true)
elseif self._remodel_to == nil then
value = self._question_marks
end
return {values = {value = value}, bg_color = self._transparent, text_align = self._center_align}
end
function ShipRemodelListKai:remodel_catapult()
local value = self._dash
if self._remodel_to then
value = Formatting:format_catapult_requirement(self._remodel_to:remodel_catapult(), true)
elseif self._remodel_to == nil then
elseif self._remodel_to == nil then
value = self._question_marks
value = self._question_marks