equipment.Interface.SuitLoadoutEvent - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@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.

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