DotNet.Equipment.Record.PersonalWeaponMetrics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Equipment / PersonalWeaponMetrics

Record: PersonalWeaponMetrics

Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/PersonalWeapon.cs:152

What one personal weapon deals at one grade, with its engineering applied.

Constructors

new PersonalWeaponMetrics()

new PersonalWeaponMetrics(DamagePerShot, HeadshotDamagePerShot, RateOfFire, SustainedRateOfFire, DamagePerSecond, SustainedDamagePerSecond)

Parameters

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.

SustainedRateOfFire

double

Trigger pulls 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.

SustainedDamagePerSecond

double

The damage each second averaged over the magazine and the reload that follows it.

Properties

DamagePerSecond

DamagePerSecond: double

The damage a full magazine deals each second while it lasts.

DamagePerShot

DamagePerShot: double

The damage one trigger pull deals to the body.

HeadshotDamagePerShot

HeadshotDamagePerShot: double

The damage one trigger pull deals to the head.

RateOfFire

RateOfFire: double

Trigger pulls each second, with the trigger held and rounds loaded.

SustainedDamagePerSecond

SustainedDamagePerSecond: double

The damage each second averaged over the magazine and the reload that follows it.

SustainedRateOfFire

SustainedRateOfFire: double

Trigger pulls each second averaged over the magazine and the reload that follows it.

⚠️ **GitHub.com Fallback** ⚠️