DotNet.Equipment.Record.PersonalWeapon - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Equipment / PersonalWeapon
Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/PersonalWeapon.cs:120
One personal weapon sold by Pioneer Supplies.
new PersonalWeapon(
Symbol,Name,UpgradeGroup,EngineeringType,Class,Slot,DamageType,FireMode,RateOfFire,MagazineSize,ReserveAmmo,HeadshotMultiplier,EffectiveRange,ScopeMagnification,ReloadTime,Grades,Projectiles?,BurstRounds?,BurstRateOfFire?)
string
Frontier's item symbol, such as wpn_s_pistol_kinetic_sauto.
string
The display name, such as Karma P-15.
The ladder the weapon climbs, which decides its upgrade cost.
The engineering menu the weapon is offered.
What kind of weapon it is.
Which suit mount it fits.
Which damage it deals.
How it fires while the trigger is held.
double
Trigger pulls each second.
double
Rounds in one magazine.
double
Rounds carried beyond the loaded magazine.
double
What a hit to the head multiplies the damage by.
double
The range in metres at which the weapon deals full damage.
The sight magnification, stock and modified.
The seconds a reload takes, stock and modified.
IReadOnlyDictionary<int, PersonalWeaponGrade>
The five grade records, keyed by grade.
double? = null
The projectiles one round releases, where a weapon releases more than one. It is absent on a weapon that fires a single projectile.
double? = null
The rounds one burst fires, on a burst weapon.
double? = null
The rounds each second within one burst, on a burst weapon.
BurstRateOfFire:
double?
The rounds each second within one burst, on a burst weapon.
BurstRounds:
double?
The rounds one burst fires, on a burst weapon.
Class:
PersonalWeaponClass
What kind of weapon it is.
DamageType:
PersonalDamageType
Which damage it deals.
EffectiveRange:
double
The range in metres at which the weapon deals full damage.
EngineeringType:
PersonalWeaponEngineeringType
The engineering menu the weapon is offered.
FireMode:
PersonalFireMode
How it fires while the trigger is held.
Grades:
IReadOnlyDictionary<int,PersonalWeaponGrade>
The five grade records, keyed by grade.
HeadshotMultiplier:
double
What a hit to the head multiplies the damage by.
MagazineSize:
double
Rounds in one magazine.
Name:
string
The display name, such as Karma P-15.
Projectiles:
double?
The projectiles one round releases, where a weapon releases more than one. It is absent on a weapon that fires a single projectile.
RateOfFire:
double
Trigger pulls each second.
ReloadTime:
ReloadTime
The seconds a reload takes, stock and modified.
ReserveAmmo:
double
Rounds carried beyond the loaded magazine.
ScopeMagnification:
ScopeMagnification
The sight magnification, stock and modified.
Slot:
PersonalWeaponSlot
Which suit mount it fits.
Symbol:
string
Frontier's item symbol, such as wpn_s_pistol_kinetic_sauto.
UpgradeGroup:
WeaponUpgradeGroup
The ladder the weapon climbs, which decides its upgrade cost.