From 4fb2c688830311a3343a2eef4717529a18e3dc45 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 3 Mar 2023 16:59:19 +0000 Subject: [PATCH] Feature: Update quest with changes from live --- project/assets/database/locales/global/en.json | 8 ++++---- project/assets/database/templates/quests.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/project/assets/database/locales/global/en.json b/project/assets/database/locales/global/en.json index 0de029be..8c31ed42 100644 --- a/project/assets/database/locales/global/en.json +++ b/project/assets/database/locales/global/en.json @@ -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", diff --git a/project/assets/database/templates/quests.json b/project/assets/database/templates/quests.json index 8684c73c..b6ca00cd 100644 --- a/project/assets/database/templates/quests.json +++ b/project/assets/database/templates/quests.json @@ -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"