- 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
mLine 20:
Line 20:
− +
− +
− +
no edit summary
end
end
BaseData.format_stat = BaseData.create_formatter({
BaseData.format_stat = BaseData:create_formatter({
[false] = "",
[false] = "",
})
})
BaseData.format_speed = BaseData.create_formatter({
BaseData.format_speed = BaseData:create_formatter({
[5] = "Slow",
[5] = "Slow",
[10] = "Fast",
[10] = "Fast",
})
})
BaseData.format_range = BaseData.create_formatter({
BaseData.format_range = BaseData:create_formatter({
[1] = "Short",
[1] = "Short",
[2] = "Medium",
[2] = "Medium",