equipment.TypeAlias.PersonalMountKey - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / equipment / PersonalMountKey
PersonalMountKey =
"PrimaryWeapon1"|"PrimaryWeapon2"|"SecondaryWeapon"
Defined in: src/equipment/suits.ts:27
Frontier's own SlotName for a suit weapon mount, exactly as the journal spells it.
The SuitLoadout, CreateSuitLoadout, SwitchSuitLoadout, LoadoutEquipModule and
LoadoutRemoveModule events all write one of these three strings. The secondary mount
carries no number, because the game gives it none. Compare a key with ===; it is
case-sensitive, like every other journal key.