Updated ReadMe.

Fixed bug in PMC Bot Conversion...accidentally kept in the 3.2.0 config...retained 3.2.0 config, and added identifiers for them while adding 3.1.1 config for PMC Bot Conversion.
This commit is contained in:
VforValens 2022-08-04 15:32:46 -04:00
parent 62f860cc6a
commit ebaabed41e
2 changed files with 22 additions and 12 deletions

Binary file not shown.

View File

@ -34,22 +34,32 @@
"maxVestLootTotalRub": 50000, "maxVestLootTotalRub": 50000,
"pmcDifficulty": "AsOnline", "pmcDifficulty": "AsOnline",
"convertIntoPmcChance": { "convertIntoPmcChance":
"assault": { {
"min": 15, "assault": 25,
"max": 40 "cursedAssault": 25,
"pmcBot": 25,
"exUsec": 10,
"assault for 3.2.0":
{
"min": 18,
"max": 45
}, },
"cursedassault": { "cursedassault for 3.2.0":
"min": 15, {
"max": 40 "min": 18,
"max": 45
}, },
"pmcbot": { "pmcbot for 3.2.0":
"min": 15, {
"max": 30 "min": 18,
"max": 35
}, },
"exusec": { "exusec for 3.2.0":
{
"min": 5, "min": 5,
"max": 20 "max": 25
} }
} }
}, },