• 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
no edit summary
Line 25: Line 25:  
! 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
Line 32: Line 33:  
|-
 
|-
 
! colspan=5 | Before Remodel
 
! colspan=5 | Before Remodel
! rowspan=2 style="width:30px;" | ⇒
   
! colspan=3 | After Remodel
 
! colspan=3 | After Remodel
 
! colspan=2 | Required Resources]],
 
! colspan=2 | Required Resources]],
Line 72: Line 72:  
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
local remodel_level = self._remodel_to:remodel_level()
   
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
Anonymous user

Navigation menu