- 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 106:
Line 106:
− +
Line 145:
Line 145:
− +
Line 179:
Line 179:
− +
no edit summary
end
end
EquipmentData.format_type = EquipmentData.create_formatter({
EquipmentData.format_type = EquipmentData:create_formatter({
[1] = "Small Caliber Main Gun",
[1] = "Small Caliber Main Gun",
[2] = "Medium Caliber Main Gun",
[2] = "Medium Caliber Main Gun",
})
})
EquipmentData.format_icon = EquipmentData.create_formatter({
EquipmentData.format_icon = EquipmentData:create_formatter({
[false] = "Xx_c.png",
[false] = "Xx_c.png",
[1] = "RedGunLight.png",
[1] = "RedGunLight.png",
})
})
EquipmentData.format_rarity = EquipmentData.create_formatter({
EquipmentData.format_rarity = EquipmentData:create_formatter({
[0] = "Common",
[0] = "Common",
[1] = "Rare",
[1] = "Rare",