You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
The text was updated successfully, but these errors were encountered:
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 8Here is an example for First in Line from Tarkov.dev API to fit the schema in
quests.json
The text was updated successfully, but these errors were encountered: