One can cheat easily by making some changes here and there in the code such as:
Changing the growth rate on lines 60-62 in the file:
Karryns_Prison_v.5q.2_EN\www\js\plugins\RemtairyPrison.js
By changing the values:
const DIFFICULTY_EASY_GROWTH_RATE = 2;
const DIFFICULTY_NORMAL_GROWTH_RATE = 1;
const DIFFICULTY_HARD_GROWTH_RATE = 0.9;
However this only changes how quick you level up, there seems to be a 12 level limit before you clear the first floor and after that you can only get to lvl 24
This is defined in file
Karryns_Prison_v.5q.2_EN\www\js\plugins\RemtairyResults.js
in the function (line 278):
Which means that when level two is cleared you can get to lvl 48.
If one wants to change this just change the numbers.
The initial lvl limit is set by the line
let limit = 12;
I also didn't like remembering all the ordered drinks so in file
Karryns_Prison_v.5q.2_EN\www\js\plugins\RemtairyKarrynWaitress.js
I removed the lines:
And instead added the lines:
So now everyone only ever orders vodka.
In the file
/www/js/plugins/RemtairyPrison.js:
you can change the starting gold and income by editing the values:
const PRISON_STARTING_INCOME = 400;
const PRISON_STARTING_FUNDING = 2000;
As for the edicts in file:
/www/js/plugins/RemtairyEdicts.js:
edit line ~448 and set your own carryover and add any points you want such as:
points += Math.min(maxCarryover + 100, unusedPoints + 120);
Hope this helps.
If you want any other cheats just ping me.