From 5c8d9567512c6323a28b2be8225adc7fc92509c2 Mon Sep 17 00:00:00 2001 From: Robert MacRae Date: Fri, 3 Apr 2026 18:07:28 -0300 Subject: [PATCH] concept of quest panel --- Panel_Quests.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Panel_Quests.md diff --git a/Panel_Quests.md b/Panel_Quests.md new file mode 100644 index 0000000..5117058 --- /dev/null +++ b/Panel_Quests.md @@ -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": { + } + } +} +``` \ No newline at end of file