Changes

m
no edit summary
Line 83: Line 83:     
function NodeInfo:insert_item(node, formation, fleet, as, tags)
 
function NodeInfo:insert_item(node, formation, fleet, as, tags)
     local air_parity = string.format("%.1d", as * (2 / 3))
+
     local air_parity = string.format("%.1d", as * (4 / 9))
 
     local air_supremacy = tostring(as * 2)
 
     local air_supremacy = tostring(as * 2)
 
     local air_string = air_parity .. "/" .. as .. "/" .. air_supremacy
 
     local air_string = air_parity .. "/" .. as .. "/" .. air_supremacy
48

edits