concept of quest panel
This commit is contained in:
parent
8c4ed02c8d
commit
5c8d956751
18
Panel_Quests.md
Normal file
18
Panel_Quests.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Quests Panel
|
||||||
|
## Quests new variables
|
||||||
|
```js
|
||||||
|
{
|
||||||
|
"quests": {
|
||||||
|
"id": "datapackID:questID",
|
||||||
|
"displayName": "items.materials.original.quest.quest_name",
|
||||||
|
"description": "items.materials.original.quest.quest_name.desc",
|
||||||
|
"repeatable": boolean,
|
||||||
|
"questType": String,
|
||||||
|
"requiredDone": [],
|
||||||
|
"unlockRequirements": [],
|
||||||
|
"onFinish": [],
|
||||||
|
"meta": {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user