- 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 310:
Line 310:
− +
− +
− +
− +
no edit summary
if not stars then
if not stars then
return {
return {
fuel = product_info._fuel,
fuel = self._improvements._fuel,
ammo = product_info._ammo,
ammo = self._improvements._ammo,
steel = product_info._steel,
steel = self._improvements._steel,
bauxite = product_info._bauxite,
bauxite = self._improvements._bauxite,
}
}
end
end