- 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 150:
Line 150:
− +
Line 165:
Line 165:
− +
no edit summary
function ShipData:remodel_cost()
function ShipData:remodel_cost()
return {ammo = self._remodel_ammo, steel = self._remodel_steel}
return {fuel = false, ammo = self._remodel_ammo, steel = self._remodel_steel, bauxite = false}
end
end
end
end
function ShipData:ammo(raw)
function ShipData:ammo()
return self._ammo
return self._ammo
end
end