Posts by TonioX
-
-
TonioX added a new version:
QuoteCleaned up package and fixed Killa and Gluhar max chances on streets
-
TonioX added a new file:
QuoteDescription
Increases chances of encounter with a boss as your PMC level increases.
For Example :
Your PMC is level 11, your chances of spawning a boss is 9%.
when you reach level 30, chances increase to 50% and reaches 100% at level 60.
Incompatibilities
This mod will surely conflict with any other mod that modifies boss spawn chances at runtime.
Most likely to be incompatible with SWAG, SPTRealism etc...
Configuration
You can find configuration options in "config/config.json" file.
Code
Display More"enabled":true, // self-explanatory, you can disable the mod "levelThreshold":60, // level to reach 100% chance of spawn "progressionParameters":{ // don't touch that if you don't want to break the algorithm, for future updates. "p1":0, "p2":0, "p3":1, "p4":1 }, "locations":{ "<map name>":{ "bosses":[ { "name": "<boss name>", "maxChance":100 // change this value if you want to cap the chances for a specific boss to spawn. } ] } ....