Skip to content

Missing Ground Zero quests in quests.json #333

@Discoded

Description

@Discoded

Missing quests:

  1. Shooting Cans
  2. Luxurious Life
  3. First in Line
  4. Burning Rubber
  5. Saving the Mole

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions