- 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 25:
Line 25:
+
Line 32:
Line 33:
− ! rowspan=2 style="width:30px;" | ⇒
Line 72:
Line 72:
+
+
− local remodel_level = self._remodel_to:remodel_level()
no edit summary
! style="width: 30px;" | Level
! style="width: 30px;" | Level
! style="width: 30px;" | ${blueprint}
! style="width: 30px;" | ${blueprint}
! rowspan=2 style="width:30px;" | ⇒
! style="width: 50px;" | No.
! style="width: 50px;" | No.
! style="width: 100px;" | Name
! style="width: 100px;" | Name
|-
|-
! colspan=5 | Before Remodel
! colspan=5 | Before Remodel
! colspan=3 | After Remodel
! colspan=3 | After Remodel
! colspan=2 | Required Resources]],
! colspan=2 | Required Resources]],
function ShipRemodelListKai:remodel_level(ship)
function ShipRemodelListKai:remodel_level(ship)
self._remodel_to = ship:remodel_to()
self._remodel_to = ship:remodel_to()
local remodel_level = false
if self._remodel_to then
if self._remodel_to then
self._remodel_to = Ship(self._remodel_to)
self._remodel_to = Ship(self._remodel_to)
remodel_level = self._remodel_to:remodel_level()
end
end
return {values = {value = remodel_level == false and self._dash or Formatting:format_stat(remodel_level)}, self._transparent, text_align = self._center_align}
return {values = {value = remodel_level == false and self._dash or Formatting:format_stat(remodel_level)}, self._transparent, text_align = self._center_align}
end
end