ships.Interface.FittedWeaponMetrics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / ships / FittedWeaponMetrics

Interface: FittedWeaponMetrics

Defined in: src/ships/build-metrics.ts:314

One fitted weapon and what it does, as BuildMetrics.weaponMetrics reports it.

Properties

ammunition

readonly ammunition: AmmunitionCapacity | null

Defined in: src/ships/build-metrics.ts:330

How many rounds it holds when fully rearmed, post-engineering — null for a laser, which carries none. A capacity, not a rearm state: see FittedModule.ammunition.


armourPiercing?

readonly optional armourPiercing?: number

Defined in: src/ships/build-metrics.ts:342

Armour-piercing rating, absent when unavailable.


enabled

readonly enabled: boolean

Defined in: src/ships/build-metrics.ts:322

Whether the weapon is switched on — a disabled weapon is excluded from the totals.


falloffRange?

readonly optional falloffRange?: number

Defined in: src/ships/build-metrics.ts:334

Damage-falloff start in metres, absent when the fitted weapon does not state one.


maximumRange?

readonly optional maximumRange?: number

Defined in: src/ships/build-metrics.ts:332

Maximum effective range in metres, absent when the fitted weapon does not state one.


metrics

readonly metrics: WeaponMetrics

Defined in: src/ships/build-metrics.ts:324

What this weapon does per second, post-engineering.


name

readonly name: string

Defined in: src/ships/build-metrics.ts:320

The weapon's display name, e.g. "Multi-Cannon".


projectileRange?

readonly optional projectileRange?: ProjectileRangeBoundaries

Defined in: src/ships/build-metrics.ts:340

Exact projectile boundary metadata, absent when unavailable. These are not effective distances and remain separate from maximumRange and falloffRange.


slot

readonly slot: string

Defined in: src/ships/build-metrics.ts:316

The hardpoint's slot key, e.g. "LargeHardpoint1".


symbol

readonly symbol: string

Defined in: src/ships/build-metrics.ts:318

The weapon's internal symbol.

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