• 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 203: Line 203:  
     local tags = {}
 
     local tags = {}
 
     local resource
 
     local resource
 +
   
 +
    local i = 0
 
 
 
for index, item_key in ipairs(self._args) do
 
for index, item_key in ipairs(self._args) do
Line 269: Line 271:  
            mode = 7
 
            mode = 7
 
        else
 
        else
 +
            if mode == 7 then
 +
                i = i + 1
 +
            else
 +
                i = 0
 +
            end
 +
           
 
            --Fleets are of variable size, so we append onto a string until we hit the next node declaration
 
            --Fleets are of variable size, so we append onto a string until we hit the next node declaration
 
            local id = tonumber(item_key)
 
            local id = tonumber(item_key)
Line 309: Line 317:  
                flagship = #fleet == 0,
 
                flagship = #fleet == 0,
 
            })
 
            })
 +
       
 +
            if i % 6 == 0 then
 +
                table.insert(fleet, "<br>")
 +
            end
 
         
 
         
 
            if ship_air_power then
 
            if ship_air_power then
cssedit, gkautomate
6,928

edits

Navigation menu