Template:QuestDetails/doc: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 47: | Line 47: | ||
"type": "string", |
"type": "string", |
||
"default": "None", |
"default": "None", |
||
"suggested": true |
|||
}, |
|||
"episode_nth": { |
|||
"label": "Episode Order", |
|||
"description": "This number orders main story quests within their Episode. Ex. Welcome to the Guard is the first main story quest in Episode 1 so it should be set to 1 and the quest that follows set to 2. This should reset for each Episode (Hopeport, Hopeforest, etc.) and should be left blank for side quests. The quest list orders quests in episode order first, then by main story before side story, and then episode order within the main story of that episode (defined by this value), and finally by the difficulty level of the quest.", |
|||
"type": "number", |
|||
"suggested": true |
"suggested": true |
||
} |
} |
Revision as of 16:58, 18 December 2024
Overview Box for Quest Details
Parameter | Description | Type | Status | |
---|---|---|---|---|
Start Point | start_point | Location to start quest, please use in-game actions such as 'Talk to' instead of 'Speak'. Try to include both a room and episode location for the quest giver | String | required |
Required For | required_for | Quest Name for the prerequisite quest needed in order to start this quest | Page name | optional |
Next Quest | next_quest | Quest Name for the quest that follows | Page name | optional |
Requirements | requirements | Profession or Quest requirements in order to complete the quest
| String | suggested |
Items | items | Items used or needed during the quest
| String | suggested |
Recommended | recommended | Recommendations to help prepare for the quest but are not required | String | suggested |
Enemies | enemies | Any notable enemies the player may need to defeat
| String | suggested |
Episode Order | episode_nth | This number orders main story quests within their Episode. Ex. Welcome to the Guard is the first main story quest in Episode 1 so it should be set to 1 and the quest that follows set to 2. This should reset for each Episode (Hopeport, Hopeforest, etc.) and should be left blank for side quests. The quest list orders quests in episode order first, then by main story before side story, and then episode order within the main story of that episode (defined by this value), and finally by the difficulty level of the quest. | Number | suggested |