diff --git a/DumpLib/DUMPDATA/botReqData.json b/DumpLib/DUMPDATA/botReqData.json new file mode 100644 index 0000000..2c8cffb --- /dev/null +++ b/DumpLib/DUMPDATA/botReqData.json @@ -0,0 +1,39 @@ + +[ + {"Role":"assault","Limit":2,"Difficulty":"easy"}, + {"Role":"assault","Limit":2,"Difficulty":"normal"}, + {"Role":"assault","Limit":2,"Difficulty":"hard"}, + {"Role":"marksman","Limit":2,"Difficulty":"normal"}, + {"Role":"marksman","Limit":2,"Difficulty":"hard"}, + {"Role":"pmcBot","Limit":2,"Difficulty":"normal"}, + {"Role":"bossGluhar","Limit":2,"Difficulty":"normal"}, + {"Role":"followerGluharAssault","Limit":2,"Difficulty":"normal"}, + {"Role":"followerGluharSecurity","Limit":2,"Difficulty":"normal"}, + {"Role":"followerGluharScout","Limit":2,"Difficulty":"normal"}, + {"Role":"bossKolontay","Limit":2,"Difficulty":"normal"}, + {"Role":"followerKolontayAssault","Limit":2,"Difficulty":"normal"}, + {"Role":"followerKolontaySecurity","Limit":2,"Difficulty":"normal"}, + {"Role":"bossBoar","Limit":2,"Difficulty":"normal"}, + {"Role":"followerBoar","Limit":2,"Difficulty":"normal"}, + {"Role":"followerBoarClose1","Limit":2,"Difficulty":"normal"}, + {"Role":"followerBoarClose2","Limit":2,"Difficulty":"normal"}, + {"Role":"bossBoarSniper","Limit":2,"Difficulty":"normal"}, + {"Role":"exUsec","Limit":2,"Difficulty":"normal"}, + {"Role":"bossZryachiy","Limit":2,"Difficulty":"normal"}, + {"Role":"followerZryachiy","Limit":2,"Difficulty":"normal"}, + {"Role":"bossKnight","Limit":2,"Difficulty":"normal"}, + {"Role":"followerBigPipe","Limit":2,"Difficulty":"normal"}, + {"Role":"followerBirdEye","Limit":2,"Difficulty":"normal"}, + {"Role":"bossBully","Limit":2,"Difficulty":"normal"}, + {"Role":"followerBully","Limit":2,"Difficulty":"normal"}, + {"Role":"sectantPriest","Limit":2,"Difficulty":"normal"}, + {"Role":"sectantWarrior","Limit":2,"Difficulty":"normal"}, + {"Role":"bossTagilla","Limit":2,"Difficulty":"normal"}, + {"Role":"gifter","Limit":2,"Difficulty":"normal"}, + {"Role":"bossSanitar","Limit":2,"Difficulty":"normal"}, + {"Role":"bossKilla","Limit":2,"Difficulty":"normal"}, + {"Role":"bossKojaniy","Limit":2,"Difficulty":"normal"}, + {"Role":"followerKojaniy","Limit":2,"Difficulty":"normal"}, + {"Role":"skier","Limit":2,"Difficulty":"normal"}, + {"Role":"peacemaker","Limit":2,"Difficulty":"normal"} +] diff --git a/DumpLib/DUMPDATA/config.json b/DumpLib/DUMPDATA/config.json new file mode 100644 index 0000000..a6159f5 --- /dev/null +++ b/DumpLib/DUMPDATA/config.json @@ -0,0 +1,10 @@ +{ + "Name": "Dumper", + "MapNames": [ "Interchange", "factory4_day", "laboratory", "bigmap", "Lighthouse", "RezervBase", "Sandbox", "Sandbox_high", "Shoreline", "TarkovStreets", "Woods" ], + "DateTimeFormat": "yyyy-MM-dd_HH-mm-ss", + "QuickDumpEnabled": false, + "SptTimings": { + "SingleIterationDelayMs": 10000, + "AllIterationDelayMs": 300000 + } +} \ No newline at end of file diff --git a/DumpLib/DUMPDATA/raidSettings.json b/DumpLib/DUMPDATA/raidSettings.json new file mode 100644 index 0000000..f48c7eb --- /dev/null +++ b/DumpLib/DUMPDATA/raidSettings.json @@ -0,0 +1,7 @@ +{ + "serverId": null, + "location": "Lighthouse", + "timeVariant": "CURR", + "mode": "PVE_OFFLINE", + "playerSide": "Pmc" +} \ No newline at end of file