• 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 253: Line 253:     
if rank and name and ship_table and ship_table._type then
 
if rank and name and ship_table and ship_table._type then
 +
    local torp = ship_table._torpedo_max or 0
 
local luck_diff = 60 - ship_table._luck
 
local luck_diff = 60 - ship_table._luck
 
return format{
 
return format{
Line 261: Line 262:  
    string.format("[[%s]]", name),
 
    string.format("[[%s]]", name),
 
fp = ship_table._firepower_max,
 
fp = ship_table._firepower_max,
torp = ship_table._torpedo_max,
+
torp = torp,
fp_plus_torp = ship_table._firepower_max + ship_table._torpedo_max,
+
fp_plus_torp = ship_table._firepower_max + torp,
 
db_attack = get_db_attack_string(ship_table._firepower_max, typ),
 
db_attack = get_db_attack_string(ship_table._firepower_max, typ),
 
db_torp = "",
 
db_torp = "",
cssedit, gkautomate
6,928

edits

Navigation menu