blob: 78848df6c3701958fcbb14aa8de2cbf455006dbc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Content written by Tirifto. (WIP)
# Name of the quest
*Source: NPC which starts the quest off*
*Requirements: Prequisites to start the quest*
*Location: Where the quest gets started off*
*Synopis goes here.*
*Additional notes go here.*
## Start (First phase of the quest, when it is received.)
### Name of NPC to talk to – Conversation topic tree to kick the conversation off.
#### Option which the player can pick from there.
l("Whatever the NPC says following that.");
## Progress (Inbetween phases of the quest.)
*If the phase can be skipped altogether, it'll be noted here.*
### Name of NPC to talk to – Conversation topic which is new or changed for this phase.
*If this conversation has some prequisites to become available, they'll be noted here.*
## Completion (Last phase of the quest, when it is completed and a thereward is received.)
## After completion (Possible follow-ups and consequences of completing the quest are noted here.)
*Details about the pre-quisites for this phase to take place are noted here.*
|