DotNet.Ships.Record.BuildWeaponMetrics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / BuildWeaponMetrics
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/BuildMetrics.cs:161
A build's firepower: every fitted weapon, and the totals across the enabled ones.
new BuildWeaponMetrics(
Weapons,Total)
IReadOnlyList<FittedWeaponMetrics>
Every fitted weapon in the hull's mount order. A weapon in a mount the layout does not name follows the named ones in its own source order.
The totals across the enabled weapons.
Total:
WeaponTotals
The totals across the enabled weapons.
Weapons:
IReadOnlyList<FittedWeaponMetrics>
Every fitted weapon in the hull's mount order. A weapon in a mount the layout does not name follows the named ones in its own source order.