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

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

Interface: AmmunitionStats

Defined in: src/ships/ammunition.ts:34

The two stats an ammunition capacity is read from.

Remarks

An OutfittingModule record satisfies this as-is, so a catalogue entry — or a post-engineering record from FittedModule.effectiveStats — can be passed straight in.

Properties

ammoMaximum?

readonly optional ammoMaximum?: number

Defined in: src/ships/ammunition.ts:38

Reserve rounds behind the magazine. Absent means nothing limits them.


clipSize?

readonly optional clipSize?: number

Defined in: src/ships/ammunition.ts:36

Rounds a full magazine holds. Absent on a module that never reloads.

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