goto RemtairyEdicts.js.. open the file...watching 316 pages is long so I ask. is there some sort of table for cheat engine where to modify the edit points and the money?
Game_Actor.prototype.getNewDayEdictPoints = function() {
let unusedPoints = Math.max(this._storedEdictPoints, this.stsAsp());
this.resetEdictPoints();
let points = X;
if(Prison.easyMode()) points++;
else if(Prison.hardMode() && Prison.date % 1 === 0) points--;
------------------------------------------------------------
use any points you want in the place of X
search according to the modes you have selected.