v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
18
assets/devel/quests/testquest.questtemplate
Normal file
18
assets/devel/quests/testquest.questtemplate
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue