- 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 314:
Line 314:
− +
no edit summary
function EquipmentData:deployment_cost()
function EquipmentData:deployment_cost()
return self._deployment_cost or self._flight_cost
return {fuel = false, ammo = false, steel = false, bauxite = self._deployment_cost or self._flight_cost, devmat = false, screw = false}
end
end