Changes

no edit summary
Line 249: Line 249:  
     sum = formatAmount(args.explicit[id .. ' sum']),
 
     sum = formatAmount(args.explicit[id .. ' sum']),
 
     level = formatAmount(args.explicit[id .. ' level']),
 
     level = formatAmount(args.explicit[id .. ' level']),
     fleet = (e.reset_type == 1 and 'Monthly expedtion<br>' or '') .. (e.damage_type == 1 and 'Reduces HP<br>' or '') .. (args.explicit[id .. ' fleet'] or '??') .. string.format('<br>Eg %s', formatSampleFleet(e.sample_fleet)),
+
     fleet = (e.reset_type == 1 and 'Monthly expedtion<br>' or '') .. (e.damage_type == 2 and 'Reduces lots of HP<br>' or e.damage_type == 1 and 'Reduces some HP<br>' or '') .. (args.explicit[id .. ' fleet'] or '??') .. string.format('<br>Eg %s', formatSampleFleet(e.sample_fleet)),
 
     drums = formatAmount(args.explicit[id .. ' drums']),
 
     drums = formatAmount(args.explicit[id .. ' drums']),
 
     fuel_cost = e.use_fuel > 0 and '-' .. 10 * e.use_fuel or '',
 
     fuel_cost = e.use_fuel > 0 and '-' .. 10 * e.use_fuel or '',