Template:Questbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
"required": true, | |||
"description": "The name of the quest", | |||
"type": "string" | |||
}, | |||
"description": { | |||
"description": "The description of the quest", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"level": { | |||
"description": "The level required for the quest", | |||
"type": "number", | |||
"required": true | "required": true | ||
}, | }, | ||
"description": | "startsat": { | ||
"description": "The location the quest starts at", | |||
"type": "string", | |||
"startedby": {}, | "required": true, | ||
"xp": {}, | "suggested": true | ||
"gold": {}, | }, | ||
"qp": {}, | "startedby": { | ||
"items": {} | "description": "The NPC that starts the quest", | ||
"type": "url", | |||
"suggested": true | |||
}, | |||
"xp": { | |||
"description": "The XP Reward for the quest", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"gold": { | |||
"description": "The gold Reward for the quest", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"qp": { | |||
"description": "The quest point Reward for the quest", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"items": { | |||
"description": "The item rewards from the quest", | |||
"suggested": true | |||
} | |||
}, | }, | ||
"description": "A questbox" | "description": "A questbox" |
Revision as of 09:02, 26 July 2019
Template documentation
This documentation is transcluded from Template:Questbox/doc. [edit] [history] [purge]
A questbox
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | The name of the quest | String | required |
description | description | The description of the quest | String | suggested |
level | level | The level required for the quest | Number | required |
startsat | startsat | The location the quest starts at | String | required |
startedby | startedby | The NPC that starts the quest | URL | suggested |
xp | xp | The XP Reward for the quest | Number | suggested |
gold | gold | The gold Reward for the quest | Number | suggested |
qp | qp | The quest point Reward for the quest | Number | suggested |
items | items | The item rewards from the quest | Unknown | suggested |