Files
andors-trail/AndorsTrail/res/raw/questlist_debug.json

27 lines
682 B
JSON

[
{
"id": "debugquest",
"name": "Debug Quest",
"showInLog": 1,
"stages": [
{
"progress": 10,
"logText": "I have talked to the NPC",
"finishesQuest": 0
},
{
"progress": 20,
"logText": "I have asked the NPC for more info.",
"rewardExperience": 20,
"finishesQuest": 0
},
{
"progress": 100,
"logText": "I have given the items to the NPC",
"rewardExperience": 40,
"finishesQuest": 1
}
]
}
]