• 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 167: Line 167:  
and string.format("%s * 2", equip_damage_string)
 
and string.format("%s * 2", equip_damage_string)
 
or hide_normal_damage
 
or hide_normal_damage
and string.format("%s", equip_damage_string)
+
and (spotting == Combat.modifier.spotting.double
 +
    and string.format("%s * 2", equip_damage_string)
 +
    or string.format("%s", equip_damage_string))
 
or string.format("%s, %s", normal_damage_string, equip_damage_string)
 
or string.format("%s, %s", normal_damage_string, equip_damage_string)
 
end
 
end
cssedit, gkautomate
6,928

edits

Navigation menu