mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-12 16:10:43 -05:00
Fix TerraGroup Employee start conditions (#1007)
Added status 7 to prerequisite quest "Colleagues - Part 3" Added "The Huntsman Path - Sadist" as prerequisite quest This change aligns quest behavior to Live PVP. Possible that the dumped PVE data is incorrect. Issue also present in 4.0.0. "id" and "index" might need to be changed.
This commit is contained in:
parent
33d5137244
commit
a6923b8857
@ -60335,10 +60335,27 @@
|
|||||||
"parentId": "",
|
"parentId": "",
|
||||||
"status": [
|
"status": [
|
||||||
4,
|
4,
|
||||||
5
|
5,
|
||||||
|
7
|
||||||
],
|
],
|
||||||
"target": "5edac34d0bb72a50635c2bfa",
|
"target": "5edac34d0bb72a50635c2bfa",
|
||||||
"visibilityConditions": []
|
"visibilityConditions": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"availableAfter": 0,
|
||||||
|
"conditionType": "Quest",
|
||||||
|
"dispersion": 0,
|
||||||
|
"dynamicLocale": false,
|
||||||
|
"globalQuestCounterId": "",
|
||||||
|
"id": "677260a62c1ea725720d6532",
|
||||||
|
"index": 1,
|
||||||
|
"parentId": "",
|
||||||
|
"status": [
|
||||||
|
4,
|
||||||
|
5
|
||||||
|
],
|
||||||
|
"target": "5edab4b1218d181e29451435",
|
||||||
|
"visibilityConditions": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Fail": []
|
"Fail": []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user