Starbound/assets/devel/quests/testquest.questtemplate
2025-03-21 22:23:30 +11:00

18 lines
355 B
Text

{
"id" : "testquest",
"title" : "^#9be3d6;Test Quest",
"text" : "Discover the secrets of whether the quest tracker works or not.",
"completionText" : "Nice.",
"moneyRange" : [0, 0],
"ephemeral" : true,
"updateDelta" : 10,
"script" : "/quests/testquest.lua",
"scriptConfig" : {
"portraits":{
"default" : "player"
}
}
}