Is there a way to change how much edicts you get daily? I tried using rpg save editor and saveditoronline, but i cant find which variable to change, i also tried a sort of tutorial that was back on page 56( or was it 65?), but it didn't work. Any way to do it?
Go to the folder where you've installed the game, open the "www" folder -> js folder -> plugins folder and look for RemtairyEdicts.js, then look for
Game_Actor.prototype.getNewDayEdictPoints = function() {
let unusedPoints = Math.max(this._storedEdictPoints, this.stsAsp());
this.resetEdictPoints();
let points = 2;
Change that 2 to any amount you want, save changes, start the game, sleep ingame and then you have the amount you've edited.