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 box for quest detail information", |
|||
"params": { |
"params": { |
||
"start_point": { |
"start_point": { |
||
"label": "Start Point", |
"label": "Start Point", |
||
"description": "Location to start quest", |
|||
"type": "string", |
"type": "string", |
||
"required": true |
"required": true |
||
Line 12: | Line 10: | ||
"requirements": { |
"requirements": { |
||
"label": "Requirements", |
"label": "Requirements", |
||
"description": "Item, Profession, or Quest requirements in order to complete the quest", |
|||
"type": "string", |
"type": "string", |
||
"default": "None", |
"default": "None", |
||
Line 19: | Line 16: | ||
"recommended": { |
"recommended": { |
||
"label": "Recommended", |
"label": "Recommended", |
||
"description": "Recommendations to help prepare for the quest but are not required", |
|||
"type": "string", |
|||
"suggested": true |
|||
}, |
|||
"enemies": { |
|||
"label": "Enemies", |
|||
"description": "Any notable enemies the player may need to defeat", |
|||
"type": "string", |
"type": "string", |
||
"suggested": true |
"suggested": true |