• 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 52: Line 52:  
   local minHp = U.imin(hps)
 
   local minHp = U.imin(hps)
 
   if minHp / maxHp <= 0.75 then
 
   if minHp / maxHp <= 0.75 then
     return string.format('{{color|darkorange|{{tooltip|~/%s|%s}}}}', maxHp, U.ijoin(hps, ', '))
+
     return string.format('{{color|orangered|{{tooltip|~/%s|%s}}}}', maxHp, U.ijoin(hps, ', '))
 
   elseif minHp / maxHp <= 0.5 then
 
   elseif minHp / maxHp <= 0.5 then
 
     return string.format('{{color|red|{{tooltip|~/%s|%s}}}}', maxHp, U.ijoin(hps, ', '))
 
     return string.format('{{color|red|{{tooltip|~/%s|%s}}}}', maxHp, U.ijoin(hps, ', '))
cssedit, gkautomate
6,928

edits

Navigation menu