Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IQuestConfig
implements IBaseConfig
import { type IQuestConfig } from "https://deno.land/x/sptaki@1.2.0/models/spt/config/IQuestConfig.d.ts";

Properties

kind: "aki-quest"
redeemTime: number
questTemplateIds: IPlayerTypeQuestIds
showNonSeasonalEventQuests: boolean

Show non-seasonal quests be shown to player

eventQuests: Record<string, IEventQuestData>
repeatableQuests: IRepeatableQuestConfig[]
locationIdMap: Record<string, string>
bearOnlyQuests: string[]
usecOnlyQuests: string[]