import { type IBotBase } from "https://deno.land/x/sptaki@1.2.0/models/eft/common/tables/mod.ts";
const { IBotBase } = IBotBase;
Properties
SPT property - use to store player id - TODO - move to AID ( account id as guid of choice)
Info: Info
Customization: Customization
Health: Health
Inventory: Inventory
Skills: Skills
Stats: Stats
TaskConditionCounters: Record<string, ITaskConditionCounter>
InsuredItems: InsuredItem[]
Hideout: Hideout
Quests: IQuestStatus[]
TradersInfo: Record<string, TraderInfo>
UnlockedInfo: IUnlockedInfo
RagfairInfo: RagfairInfo
Bonuses: Bonus[]
Notes: Notes
SurvivorClass: SurvivorClass
Properties
SPT property - use to store player id - TODO - move to AID ( account id as guid of choice)
Info: Info
Customization: Customization
Health: Health
Inventory: Inventory
Skills: Skills
Stats: Stats
TaskConditionCounters: Record<string, ITaskConditionCounter>
InsuredItems: InsuredItem[]
Hideout: Hideout
Quests: IQuestStatus[]
TradersInfo: Record<string, TraderInfo>
UnlockedInfo: IUnlockedInfo
RagfairInfo: RagfairInfo
Bonuses: Bonus[]
Notes: Notes
SurvivorClass: SurvivorClass
Properties
Settings: Settings
lastCompletedWipe: LastCompleted
Bans: IBan[]
optional
lastCompletedEvent: LastCompletedProperties
type: BanType
Properties
Properties
Head: BodyPartHealth
Chest: BodyPartHealth
Stomach: BodyPartHealth
LeftArm: BodyPartHealth
RightArm: BodyPartHealth
LeftLeg: BodyPartHealth
RightLeg: BodyPartHealth
Properties
Health: CurrentMax
optional
Effects: Record<string, BodyPartEffectProperties>Properties
Eft: IEftStats
Properties
Victims: Victim[]
SessionCounters: SessionCounters
OverallCounters: OverallCounters
optional
Aggressor: Aggressoroptional
DroppedItems: IDroppedItem[]optional
FoundInRaidItems: FoundInRaidItem[]optional
DamageHistory: DamageHistoryoptional
DeathCause: DeathCauseoptional
LastPlayerState: LastPlayerStateProperties
Items: CounterKeyValue[]
Properties
Items: CounterKeyValue[]
Properties
Head: DamageStats[]
Chest: DamageStats[]
Stomach: DamageStats[]
LeftArm: DamageStats[]
RightArm: DamageStats[]
LeftLeg: DamageStats[]
RightLeg: DamageStats[]
Common: DamageStats[]
Properties
Production: Record<string, Productive>
Areas: HideoutArea[]
Improvement: Record<string, IHideoutImprovement>
Properties
Products: Product[]
Is craft in some state of being worked on by client (crafting/ready to pick up)
Some crafts are always inProgress, but need to be reset, e.g. water collector
Properties
slots: HideoutSlot[]
Properties
optional
item: HideoutItem[]Properties
Notes: Note[]
import { IBotBase } from "https://deno.land/x/sptaki@1.2.0/models/eft/common/tables/mod.ts";
const { IBotBase } = IBotBase;