Changes
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