mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-12 16:10:43 -05:00
Feature: Update quest with changes from live
This commit is contained in:
parent
e1310d74ca
commit
4fb2c68883
@ -14975,10 +14975,10 @@
|
||||
"5c0bde0986f77479cf22c2f8 description": "Do you know what is the difference between a professional and an amateur? It is the ability to approach the task from the right angle. For example, taking out a few capable fighters from an impressive distance, in non-standard situations... What's important here is not only the right weapons and mods but other factors too. So, Dima and I want to see who you really are.",
|
||||
"5c0bde0986f77479cf22c2f8 failMessageText": "",
|
||||
"5c0bde0986f77479cf22c2f8 successMessageText": "I admit I’m surprised. Although you seemed like a smart guy from the start, I'll give you that.\n",
|
||||
"5c0bdf2c86f7746f016734a8": "Eliminate PMC operatives with headshots from over 125 meters away on Woods",
|
||||
"5c137b8886f7747ae3220ff4": "Eliminate PMC operatives with headshots from over 125 meters away on Reserve",
|
||||
"5c137ef386f7747ae10a821e": "Eliminate PMC operatives with headshots from over 125 meters away on Shoreline",
|
||||
"5c137f5286f7747ae267d8a3": "Eliminate PMC operatives with headshots from over 125 meters away on Customs",
|
||||
"5c0bdf2c86f7746f016734a8": "Eliminate PMC operatives with headshots from over 100 meters away on Woods",
|
||||
"5c137b8886f7747ae3220ff4": "Eliminate PMC operatives with headshots from over 100 meters away on Reserve",
|
||||
"5c137ef386f7747ae10a821e": "Eliminate PMC operatives with headshots from over 100 meters away on Shoreline",
|
||||
"5c137f5286f7747ae267d8a3": "Eliminate PMC operatives with headshots from over 100 meters away on Customs",
|
||||
"5c20007986f7743c7b263515": "",
|
||||
"5c20009b86f7742b3c0a8fd9": "",
|
||||
"629f10b114061f3074380298": "Eliminate PMC operatives with headshots from over 125 meters away on Lighthouse",
|
||||
|
@ -27487,7 +27487,7 @@
|
||||
"value": "1",
|
||||
"distance": {
|
||||
"compareMethod": ">=",
|
||||
"value": 125
|
||||
"value": 100
|
||||
},
|
||||
"bodyPart": [
|
||||
"Head"
|
||||
@ -27532,7 +27532,7 @@
|
||||
"value": "1",
|
||||
"distance": {
|
||||
"compareMethod": ">=",
|
||||
"value": 125
|
||||
"value": 100
|
||||
},
|
||||
"bodyPart": [
|
||||
"Head"
|
||||
@ -27577,7 +27577,7 @@
|
||||
"value": "1",
|
||||
"distance": {
|
||||
"compareMethod": ">=",
|
||||
"value": 125
|
||||
"value": 100
|
||||
},
|
||||
"bodyPart": [
|
||||
"Head"
|
||||
|
Loading…
x
Reference in New Issue
Block a user