- 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 28:
Line 28:
+
+
+
+
Add bombing stat accessor
function EquipmentData:firepower(raw)
function EquipmentData:firepower(raw)
return self:format_stat(self._firepower, raw)
return self:format_stat(self._firepower, raw)
end
function EquipmentData:bombing(raw)
return self:format_stat(self._bombing, raw)
end
end