-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsunsetriders.questtemplate
32 lines (31 loc) · 1 KB
/
sunsetriders.questtemplate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"id" : "sunsetriders.gearup",
"title" : "^green;Sunset Riders",
"text" : "Along with the map is a bounty for a certain Hank 'Hawkeye' Hatfield, worth 2000 pixels. I might follow these coordinates to the fort mentioned and check in first.",
"completionText" : "Now that was a fight! The bounty should be wired to my ship any time now.",
"speaker" : "player",
"moneyRange" : [2000, 2000],
"rewards" : [
[
[ "hardchakram-recipe" ],
[ "novatier1chest-recipe" ],
[ "novatier1head-recipe" ],
[ "novatier1pants-recipe" ],
[ "fennixaf", 1 ],
[ "peblitaf", 1 ],
[ "novakidartifactaugment", 1 ],
[ "fuscienceresource", 3000 ]
]
],
"canBeAbandoned" : true,
"updateDelta" : 10,
"script" : "/quests/scripts/main.lua",
"scriptConfig" : {
"portraits" : {
"default" : "player"
},
"associatedMission" : "sunsetriders",
"turnInDescription" : "Claim the bounty on Hank 'Hawkeye' Hatfield.",
"requireTurnIn" : true
}
}