Editing Template:QuestDetails/doc
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
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": true |
||
}, |
}, |
||
"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": true |
||
}, |
}, |
||
"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 |
||
} |
} |