- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Module:CalcAsset
Jump to navigation
Jump to search
Documentation for this module may be created at Module:CalcAsset/doc
return {
card_url = function(ship)
local id = ship._dummy and ship._name or ship._api_id
return id and ('card ' .. id) or ''
end,
}