Skip to content

equipment.Interface.SuitLoadoutEvent

github-actions[bot] edited this page Sep 23, 2026 · 12 revisions

@elite-dangerous-almanac/core / equipment / SuitLoadoutEvent

Interface: SuitLoadoutEvent

Defined in: src/equipment/suit-loadout.ts:80

A journal SuitLoadout, SwitchSuitLoadout or CreateSuitLoadout event.

Remarks

event and timestamp name the journal line rather than the loadout, and the _Localised fields are the game's own display text for a locale. parseSuitLoadout drops all four; i18n/suits, i18n/personal-weapons and i18n/personal-modifications answer for display text in every stored locale.

Properties

event?

readonly optional event?: string

Defined in: src/equipment/suit-loadout.ts:82

The journal event name. Accepted on input, and not part of the loadout.


LoadoutID?

readonly optional LoadoutID?: number

Defined in: src/equipment/suit-loadout.ts:94

The saved loadout's id.


LoadoutName?

readonly optional LoadoutName?: string

Defined in: src/equipment/suit-loadout.ts:96

The player-given loadout name, e.g. "Double Trouble".


Modules?

readonly optional Modules?: readonly SuitLoadoutModuleEvent[]

Defined in: src/equipment/suit-loadout.ts:98

The weapon at each occupied mount.


SuitID?

readonly optional SuitID?: number

Defined in: src/equipment/suit-loadout.ts:86

The owned suit instance's id.


SuitMods?

readonly optional SuitMods?: readonly string[]

Defined in: src/equipment/suit-loadout.ts:92

Each permanent modification on the suit, in the game's own spelling.


SuitName

readonly SuitName: string

Defined in: src/equipment/suit-loadout.ts:88

The suit's grade-specific Frontier symbol, e.g. "tacticalsuit_class5".


SuitName_Localised?

readonly optional SuitName_Localised?: string

Defined in: src/equipment/suit-loadout.ts:90

The suit's display name, when the event states one.


timestamp?

readonly optional timestamp?: string

Defined in: src/equipment/suit-loadout.ts:84

When the game wrote the line.

TypeScript

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (28)
Type Aliases (6)
Variables (22)
Functions (57)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (18)
Type Aliases (9)
Variables (4)
Functions (14)
Subpath modules (2)
galaxy-map
Interfaces (1)
Variables (1)
Functions (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (23)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (86)
Subpath modules (8)

Clone this wiki locally