• 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 117: Line 117:  
     local air_supremacy_string = "?"
 
     local air_supremacy_string = "?"
 
     if as_complete then
 
     if as_complete then
         local air_denial = math.ceil(as / 3)
+
         local air_denial = as > 0 and math.floor(as / 3 + 1) or 0
         local air_parity = math.ceil(as * 2 / 3)
+
         local air_parity = as > 0 and math.floor(as * 2 / 3 + 1) or 0
 
         local air_superiority = math.ceil(as * 3 / 2)
 
         local air_superiority = math.ceil(as * 3 / 2)
 
         local air_supremacy = as * 3
 
         local air_supremacy = as * 3
cssedit, gkautomate
6,941

edits

Navigation menu