-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Missing quests:
I'd do it myself but I'm unfamiliar with how to determine the id field.
I also assumed Ground Zero is location: 9 as Streets is 8
Here is an example for First in Line from Tarkov.dev API to fit the schema in quests.json
{
"id": "657315ddab5a49b71f098853",
"require": {
"level": 1,
"quests": []
},
"giver": 1,
"turnin": 1,
"title": "First in Line",
"locales": {
"en": "First in Line",
"ru": "First in Line",
"cs": "First in Line"
},
"wiki": "https://escapefromtarkov.fandom.com/wiki/First_in_Line",
"exp": 1200,
"unlocks": ["5967733e86f774602332fc84"],
"reputation": [
{
"trader": 1,
"rep": 0.01
}
],
"objectives": [
{
"type": "locate",
"target": "Locate the Emercom station on Ground Zero",
"number": 1,
"location": 9,
"id": "65732ac3c67dcd96adffa3c7"
},
{
"type": "find",
"target": "Hand over any medicine items",
"number": 1,
"have": 0,
"location": 9,
"id": "65817bf31404f3565aef9fec",
}
],
"gameId": "657315ddab5a49b71f098853"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels