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 2: | Line 2: | ||
<templatedata> |
<templatedata> |
||
{ |
{ |
||
"description": "Overview |
"description": "Overview box for quest detail information", |
||
"params": { |
"params": { |
||
"start_point": { |
"start_point": { |
||
"label": "Start Point", |
"label": "Start Point", |
||
"description": "Location to start quest |
"description": "Location to start quest", |
||
"type": "string", |
"type": "string", |
||
"required": true |
"required": true |
||
}, |
|||
"required_for": { |
|||
"label": "Required For", |
|||
"description": "Quest Name for the prerequisite quest needed in order to start this quest", |
|||
"type": "wiki-page-name", |
|||
"suggested": false |
|||
}, |
|||
"next_quest": { |
|||
"label": "Next Quest", |
|||
"description": "Quest Name for the quest that follows", |
|||
"type": "wiki-page-name", |
|||
"suggested": false |
|||
}, |
}, |
||
"requirements": { |
"requirements": { |
||
"label": "Requirements", |
"label": "Requirements", |
||
"description": "Profession or Quest requirements in order to complete the quest", |
"description": "Item, Profession, or Quest requirements in order to complete the quest", |
||
"type": "string", |
|||
"default": "None", |
|||
"suggested": true |
|||
}, |
|||
"items": { |
|||
"label": "Items", |
|||
"description": "Items used or needed during the quest", |
|||
"type": "string", |
"type": "string", |
||
"default": "None", |
"default": "None", |
||
Line 46: | Line 27: | ||
"description": "Any notable enemies the player may need to defeat", |
"description": "Any notable enemies the player may need to defeat", |
||
"type": "string", |
"type": "string", |
||
"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 |
||
} |
} |