• 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 224: Line 224:  
             })
 
             })
 
         end
 
         end
 +
    end
 +
    for _, data in ipairs(ship_data.seasonals or {}) do
 +
        local normal = data._cg ~= false
 +
        local damaged = data._cg_damaged ~= false
 +
        table.insert(seasonal_forms, {
 +
            suffux = data._suffix,
 +
            name = (data._name or ship_name) .. "/" .. data._suffix,
 +
            seasonal = true,
 +
            normal = normal,
 +
            damaged = damaged,
 +
            season = data._season,
 +
            season_suffix = data._season_suffix,
 +
        })
 
     end
 
     end
 
     if ship_data.seasonal_order then
 
     if ship_data.seasonal_order then
cssedit, gkautomate
7,060

edits

Navigation menu