mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-12 16:50:44 -05:00
Updated configs, added partisan and follower to botReqData
This commit is contained in:
parent
790543bed8
commit
09e8b0a598
@ -39,5 +39,7 @@
|
|||||||
{"Role":"infectedPmc","Limit":2,"Difficulty":"normal"},
|
{"Role":"infectedPmc","Limit":2,"Difficulty":"normal"},
|
||||||
{"Role":"infectedCivil","Limit":2,"Difficulty":"normal"},
|
{"Role":"infectedCivil","Limit":2,"Difficulty":"normal"},
|
||||||
{"Role":"infectedLaborant","Limit":2,"Difficulty":"normal"},
|
{"Role":"infectedLaborant","Limit":2,"Difficulty":"normal"},
|
||||||
{"Role":"infectedTagilla","Limit":2,"Difficulty":"normal"}
|
{"Role":"infectedTagilla","Limit":2,"Difficulty":"normal"},
|
||||||
|
{"Role":"bossPartisan","Limit":2,"Difficulty":"normal"},
|
||||||
|
{"Role":"followerSanitar","Limit":2,"Difficulty":"normal"}
|
||||||
]
|
]
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"Name": "Dumper",
|
"Name": "Dumper",
|
||||||
"MapNames": [ "Interchange", "factory4_day", "laboratory", "bigmap", "Lighthouse", "RezervBase", "Sandbox", "Sandbox_high", "Shoreline", "TarkovStreets", "Woods" ],
|
"MapNames": [ "Interchange", "factory4_day", "factory_night", "laboratory", "bigmap", "Lighthouse", "RezervBase", "Sandbox", "Sandbox_high", "Shoreline", "TarkovStreets", "Woods" ],
|
||||||
"DateTimeFormat": "yyyy-MM-dd_HH-mm-ss",
|
"DateTimeFormat": "yyyy-MM-dd_HH-mm-ss",
|
||||||
"QuickDumpEnabled": false,
|
"QuickDumpEnabled": false,
|
||||||
"SptTimings": {
|
"SptTimings": {
|
||||||
"SingleIterationDelayMs": 10000,
|
"SingleIterationDelayMs": 10000,
|
||||||
"AllIterationDelayMs": 300000
|
"AllIterationDelayMs": 100000
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -269,12 +269,12 @@ public static class TypeHelper
|
|||||||
&& constructors.Length == 2
|
&& constructors.Length == 2
|
||||||
&& properties.Length == 0
|
&& properties.Length == 0
|
||||||
&& methods.Length == 4
|
&& methods.Length == 4
|
||||||
&& fields.Any(f => f.Name == "KarmaValue")
|
|
||||||
&& fields.Any(f => f.Name == "Encyclopedia")
|
|
||||||
&& fields.Any(f => f.Name == "Id")
|
&& fields.Any(f => f.Name == "Id")
|
||||||
&& fields.Any(f => f.Name == "AccountId")
|
&& fields.Any(f => f.Name == "AccountId")
|
||||||
&& fields.Any(f => f.Name == "PetId")
|
&& fields.Any(f => f.Name == "PetId")
|
||||||
&& fields.Any(f => f.Name == "Customization");
|
&& fields.Any(f => f.Name == "KarmaValue")
|
||||||
|
&& fields.Any(f => f.Name == "Customization")
|
||||||
|
&& fields.Any(f => f.Name == "Encyclopedia");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user