• 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 169: Line 169:  
             local equipment = {}
 
             local equipment = {}
 
             local accuracy = 0
 
             local accuracy = 0
 +
            local ng = 0
 
             for eq in string.gmatch(v, '([^,]+)') do
 
             for eq in string.gmatch(v, '([^,]+)') do
 
                 local eqObj = Equipment(eq)
 
                 local eqObj = Equipment(eq)
 
                 table.insert(equipment, { equipment = eqObj })
 
                 table.insert(equipment, { equipment = eqObj })
 
                 accuracy = accuracy + (eqObj:shelling_accuracy() or 0)
 
                 accuracy = accuracy + (eqObj:shelling_accuracy() or 0)
 +
                if eqObj:type() == 3 then
 +
                    ng = ng + 1
 +
                end
 
             end
 
             end
 
             ship._equipment = equipment
 
             ship._equipment = equipment
 
             ship._accuracy = accuracy
 
             ship._accuracy = accuracy
 +
            if ng > 0 then
 +
                ship._ng = ng
 +
            end
 
         else
 
         else
 
             if v ~= "nil" then
 
             if v ~= "nil" then
cssedit, gkautomate
6,941

edits

Navigation menu