Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Ground Zero quests in quests.json #333

Open
Discoded opened this issue Feb 11, 2024 · 0 comments
Open

Missing Ground Zero quests in quests.json #333

Discoded opened this issue Feb 11, 2024 · 0 comments

Comments

@Discoded
Copy link
Contributor

Discoded commented Feb 11, 2024

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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant