mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-09 13:09:34 +01:00
27 lines
682 B
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
|
|
}
|
|
]
|
|
}
|
|
]
|