ships.Interface.AmmunitionStats - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / AmmunitionStats
Defined in: src/ships/ammunition.ts:34
The two stats an ammunition capacity is read from.
An OutfittingModule record satisfies this as-is, so a catalogue entry — or a
post-engineering record from FittedModule.effectiveStats — can be passed straight in.
readonlyoptionalammoMaximum?:number
Defined in: src/ships/ammunition.ts:38
Reserve rounds behind the magazine. Absent means nothing limits them.
readonlyoptionalclipSize?:number
Defined in: src/ships/ammunition.ts:36
Rounds a full magazine holds. Absent on a module that never reloads.