mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Tidy-ups
This commit is contained in:
@@ -602,10 +602,8 @@ export function offenceMetrics(ship, opponent, wep, engagementrange) {
|
||||
name: m.name || m.grp,
|
||||
classRating,
|
||||
engineering,
|
||||
sdpsShields: weaponSustainedDps.damage.shields.total,
|
||||
sdpsArmour: weaponSustainedDps.damage.armour.total,
|
||||
effectivenessShields: weaponSustainedDps.effectiveness.shields.total,
|
||||
effectivenessArmour: weaponSustainedDps.effectiveness.armour.total
|
||||
sdps: weaponSustainedDps.damage,
|
||||
effectiveness: weaponSustainedDps.effectiveness
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user