- 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 189:
Line 189:
+
+
+
Debugging code
fleet = fleet .. Formatting:format_image{ship:battle_card(), caption = ship:name(), link = ship:base_name()}
fleet = fleet .. Formatting:format_image{ship:battle_card(), caption = ship:name(), link = ship:base_name()}
if not ship.air_power then
error(ship_name .. ship_suffix)
end
if ship:air_power() then
if ship:air_power() then
as_rating = as_rating + ship:air_power()
as_rating = as_rating + ship:air_power()