- Oct 15, 2021
- 2,487
- 4,090
Edit this file with notepad or notepad++:I am wondering if someone had the tweak to reduce the Riot chances or extend the length when it can occurs. I am unable to find right keywords to find it in this forum. Thanks.
Have a great day and be safe...
Karryn's Prison\www\js\plugins\RemtairyPrison.js
Find following code lines and change their values to whatever you want:
Code:
const RIOT_GLOBAL_STARTING_CHANCE = 6; // Lower means less frequent riots
const RIOT_GLOBAL_BANKRUPTCY_CHANCE = 5; // I don't remember what this does but probably lower means less frequent riots
const RIOT_MIN_DAYS_BEFORE_BUILDUP = 2; // Higher means less frequent riots
const RIOT_MIN_DAYS_BEFORE_EXTRA_BUILDUP = 7; // Higher means less frequent riots
const RIOT_EXTRA_BUILDUP = 3; // Lower means less frequent riots