• 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
m
no edit summary
Line 353: Line 353:     
local function format_bonus_stat(desc, stat)
 
local function format_bonus_stat(desc, stat)
     return type(desc[stat] == "table") and
+
     return type(desc[stat] == "table") and Formatting:tooltip(U.isum(desc[stat]), U.ijoin(U.imap(desc[stat], function(e) return "+" .. e end), " ")) or desc[stat] or false
        Formatting:tooltip(U.isum(desc[stat]), U.ijoin(U.imap(desc[stat], function(e) return "+" .. e end), " ")) or
  −
        desc[stat] or
  −
        false
   
end
 
end
  
cssedit, gkautomate
6,928

edits

Navigation menu