- 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
Line 121:
Line 121:
− +
no edit summary
function EquipmentInfoKai:flight_stats()
function EquipmentInfoKai:flight_stats()
local eq_type = self._equipment:type()
local eq_type = self._equipment:type()
if 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
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, flight_range = Formatting:format_stat(self._equipment:flight_range())}
self._vars.flight_stats = format{self._flight_stats_template, flight_range = Formatting:format_stat(self._equipment:flight_range())}
else
else