@kayahr/ed-journal
Version:
Typescript library to read/watch the player journal of Frontier's game Elite Dangerous
16 lines (15 loc) • 412 B
TypeScript
import type { JournalEvent } from "../../JournalEvent.js";
export interface ModuleStore extends JournalEvent<"ModuleStore"> {
Cost?: number;
EngineerModifications?: string;
Hot?: boolean;
Level?: number;
MarketID?: number;
Quality?: number;
ReplacementItem?: string;
Ship: string;
ShipID: number;
Slot: string;
StoredItem: string;
StoredItem_Localised?: string;
}