Skip to main content
The Deno 2 Release Candidate is here
Learn more
method RepeatableQuestController.prototype.generateQuestPool
import { RepeatableQuestController } from "https://deno.land/x/sptaki@1.2.0/controllers/RepeatableQuestController.d.ts";

Used to create a quest pool during each cycle of repeatable quest generation. The pool will be subsequently narrowed down during quest generation to avoid duplicate quests. Like duplicate extractions or elimination quests where you have to e.g. kill scavs in same locations.

Parameters

repeatableConfig: IRepeatableQuestConfig

main repeatable quest config

pmcLevel: number

level of pmc generating quest pool

Returns

IQuestTypePool