Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface itemEvent.ProfileChange
import { type itemEvent } from "https://deno.land/x/sptaki@1.2.0/models/eft/mod.ts";
const { ProfileChange } = itemEvent;

Properties

_id: string
experience: number
quests: IQuest[]
ragFairOffers: IRagfairOffer[]
weaponBuilds: IWeaponBuildChange[]
equipmentBuilds: IEquipmentBuildChange[]
production: Record<string, Productive>
improvements: Record<string, Improvement>

Hideout area improvement id

skills: Skills
health: Health
traderRelations: Record<string, TraderData>
optional
repeatableQuests: IPmcDataRepeatableQuest[]
recipeUnlocked: Record<string, boolean>
optional
changedHideoutStashes: Record<string, IHideoutStashItem>
questsStatus: IQuestStatus[]