More new stuff!
NEW: pmcGroupChance
pmcGroupChance is a new option (found in SWAG config.json) that represents a certain range of probabilities that the START-OF-RAID PMCs will spawn solo or in a group.
"none" - no groups
"low" - mostly solo, rare duos, even more rare trios, no quads
"asonline" - ~70% solo, ~20% duos, rare trios, rare quads
"high" - lower chances of solo, mostly duos and trios, some quads
"max" - no solos, no duos, 50/50 chance of trios and quads
Please keep in mind that increasing group chance will spawn more PMCs in your raids at the start (obviously) so you may want to adjust other settings as well so that things stay somewhat balanced (like bot caps, "pmcChance", etc...)
example Customs raid, 40 max bot cap
pmcChance: 100
pmcGroupChance: "max"
https://cdn.discordapp.com/attachments/1069474254481014844/1101481822338162728/image.png
NEW: BossChance per boss, per map
I've added the ability to set different spawn chances for named bosses that spawn in multiple maps:
"BossChance": {
"glukhar": {
"reserve": 25,
"streets": 15
},
"killa": {
"interchange": 25,
"streets": 15
},
"tagilla": {
"factory": 25
},
"zryachiy": {
"lighthouse": 100
},
"sanitar": {
"shoreline": 25
},
"reshala": {
"customs": 25
},
"shturman": {
"woods": 25
},
"goons": {
"customs": 25,
"woods": 22,
"shoreline": 22,
"lighthouse": 25
}
},
(OPTIONAL): if you decide to add bosses to other maps in the SWAG patterns you can add that map to the above config and set the boss chance for that map.
Example - I want Killa (no guards) to 100% spawn in Factory
{
"Name": "Killa",
"BossName": "bosskilla",
"BossEscortType": "exusec",
"BossEscortAmount": "0",
"Time": -1,
"Supports": null,
"RandomTimeSpawn": false,
"OnlySpawnOnce": true,
"BossZone": ["BotZone"]
}
now add it to the config:
"killa": {
"interchange": 25,
"streets": 15,
"factory": 100
},
thanks to those who suggested the idea!
FIXED: Rogue chance, Raider chance
There may have been times when rogue/raider chances weren't being set properly - this has been fixed.
Other Changes:
None! No tuning this time so all patterns are the same - HOWEVER... please backup all of your configs before updating! (just in case you've made your own changes)