concept of quest panel

This commit is contained in:
Robert MacRae 2026-04-03 18:07:28 -03:00
parent 8c4ed02c8d
commit 5c8d956751

18
Panel_Quests.md Normal file
View 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": {
}
}
}
```