DotNet.Equipment.Record.PersonalWeaponMetrics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Equipment / PersonalWeaponMetrics
Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/PersonalWeapon.cs:152
What one personal weapon deals at one grade, with its engineering applied.
new PersonalWeaponMetrics(
DamagePerShot,HeadshotDamagePerShot,RateOfFire,SustainedRateOfFire,DamagePerSecond,SustainedDamagePerSecond)
double
The damage one trigger pull deals to the body.
double
The damage one trigger pull deals to the head.
double
Trigger pulls each second, with the trigger held and rounds loaded.
double
Trigger pulls each second averaged over the magazine and the reload that follows it.
double
The damage a full magazine deals each second while it lasts.
double
The damage each second averaged over the magazine and the reload that follows it.
DamagePerSecond:
double
The damage a full magazine deals each second while it lasts.
DamagePerShot:
double
The damage one trigger pull deals to the body.
HeadshotDamagePerShot:
double
The damage one trigger pull deals to the head.
RateOfFire:
double
Trigger pulls each second, with the trigger held and rounds loaded.
SustainedDamagePerSecond:
double
The damage each second averaged over the magazine and the reload that follows it.
SustainedRateOfFire:
double
Trigger pulls each second averaged over the magazine and the reload that follows it.