This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/Panel_Quests.md
2026-04-03 18:07:28 -03:00

381 B

Quests Panel

Quests new variables

{
  "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": {
    }
  }
}