Define quests
Quests are provided by Quest Framework, so to add new quests for NPC Adventures mod must be added as QF content pack, see QF documentation how to create own quests.
Original NPC Adventures quests are apart of their QF component. In the sources it can be found under content/
folder, in mod production package it's called as [QF] NPC Adventures
Quest types
Bellow are described all implemented NPC Adventures quest types which are added by NPCA mod.
Currently there is implemented only one new quest type purrplingcat.npcadventure/Recruitment
which requires a number of companions needed to recruit for complete a quest of this type. You can set number of required companions to recruit via Trigger
field.
Quests are experimental feature! The way how to define quests may be changed in future.