• 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 126: Line 126:     
function EquipmentInfoKai:flight_stats()
 
function EquipmentInfoKai:flight_stats()
    local eq_type = self._equipment:type()
+
if self._equipment:is_lbas_plane() then
    if eq_type == 6 or eq_type == 7 or eq_type == 8 or eq_type == 9 or eq_type == 11 or eq_type == 10 or eq_type == 41 or eq_type == 45 or eq_type == 47 or eq_type == 48 or eq_type == 94 then
+
self._vars.flight_stats = format{self._flight_stats_template, combat_radius = Formatting:format_stat(self._equipment:combat_radius()), deployment_cost = Formatting:format_resources(self._equipment:deployment_cost())}
        self._vars.flight_stats = format{self._flight_stats_template, combat_radius = Formatting:format_stat(self._equipment:combat_radius()), deployment_cost = Formatting:format_resources(self._equipment:deployment_cost())}
+
else
    else
+
self._vars.flight_stats = ""
        self._vars.flight_stats = ""
+
end
    end
   
end
 
end
  
cssedit, gkautomate
6,928

edits

Navigation menu