- 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 45:
Line 45:
− "hp",
Line 194:
Line 193:
− end
−
− function EquipmentListKai:hp(equipment)
− local hp = equipment:hp()
− if hp ~= false then
− self._shown_stats.hp = true
− end
− return {values = {value = Formatting:format_stat(hp)}, bg_color = self._transparent, text_align = self._center_align}
equipment doesn't add hp
"los",
"los",
"luck",
"luck",
"armor",
"armor",
"accuracy",
"accuracy",
end
end
return {values = {value = Formatting:format_stat(luck)}, bg_color = self._transparent, text_align = self._center_align}
return {values = {value = Formatting:format_stat(luck)}, bg_color = self._transparent, text_align = self._center_align}
end
end