equipment.Interface.SuitLoadoutEvent - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / equipment / SuitLoadoutEvent
Defined in: src/equipment/suit-loadout.ts:80
A journal SuitLoadout, SwitchSuitLoadout or CreateSuitLoadout event.
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.
readonlyoptionalevent?:string
Defined in: src/equipment/suit-loadout.ts:82
The journal event name. Accepted on input, and not part of the loadout.
readonlyoptionalLoadoutID?:number
Defined in: src/equipment/suit-loadout.ts:94
The saved loadout's id.
readonlyoptionalLoadoutName?:string
Defined in: src/equipment/suit-loadout.ts:96
The player-given loadout name, e.g. "Double Trouble".
readonlyoptionalModules?: readonlySuitLoadoutModuleEvent[]
Defined in: src/equipment/suit-loadout.ts:98
The weapon at each occupied mount.
readonlyoptionalSuitID?:number
Defined in: src/equipment/suit-loadout.ts:86
The owned suit instance's id.
readonlyoptionalSuitMods?: readonlystring[]
Defined in: src/equipment/suit-loadout.ts:92
Each permanent modification on the suit, in the game's own spelling.
readonlySuitName:string
Defined in: src/equipment/suit-loadout.ts:88
The suit's grade-specific Frontier symbol, e.g. "tacticalsuit_class5".
readonlyoptionalSuitName_Localised?:string
Defined in: src/equipment/suit-loadout.ts:90
The suit's display name, when the event states one.
readonlyoptionaltimestamp?:string
Defined in: src/equipment/suit-loadout.ts:84
When the game wrote the line.