• 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
m
no edit summary
Line 130: Line 130:  
     development = function(eq)
 
     development = function(eq)
 
         return Development.formatResources(eq)
 
         return Development.formatResources(eq)
 +
    end,
 +
 +
    scrap = function(eq)
 +
        local scrap = eq:scrap()
 +
        return format{
 +
            "${fuel}/${ammo}/${steel}/${bauxite}",
 +
            fuel = scrap.fuel or 0,
 +
            ammo = scrap.ammo or 0,
 +
            steel = scrap.steel or 0,
 +
            bauxite = scrap.bauxite or 0,
 +
        }
 
     end,
 
     end,
  
cssedit, gkautomate
7,060

edits

Navigation menu