Template:QuestDetails/doc: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
"description": "Quest Name for the prerequisite quest needed in order to start this quest", |
"description": "Quest Name for the prerequisite quest needed in order to start this quest", |
||
"type": "wiki-page-name", |
"type": "wiki-page-name", |
||
"suggested": |
"suggested": false |
||
}, |
}, |
||
"next_quest": { |
"next_quest": { |
||
Line 20: | Line 20: | ||
"description": "Quest Name for the quest that follows", |
"description": "Quest Name for the quest that follows", |
||
"type": "wiki-page-name", |
"type": "wiki-page-name", |
||
"suggested": |
"suggested": false |
||
}, |
}, |
||
"requirements": { |
"requirements": { |
||
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 of that episode (defined by this value), and finally by the difficulty level of the quest.", |
|||
"type": "number", |
|||
"suggested": true |
"suggested": true |
||
} |
} |
Latest revision as of 17:51, 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 of that episode (defined by this value), and finally by the difficulty level of the quest. | Number | suggested |