Does anyone know how to edit the js files to increase or decrease daily order gain, edict points, gold etc.? I've been searching around and can't find anything on editing these rates
edit: Also the requirements around "wet"
Just use save editor from saveeditonline.com to get gold, look for remtairyedicts.js, open it with notepad or something and look for the edict points section or just ctrl+f "let points", there should be a line of
Game_Actor.prototype.getNewDayEdictPoints = function() {
let unusedPoints = Math.max(this._storedEdictPoints, this.stsAsp());
this.resetEdictPoints();
let points = 100;
And yes, i've edited it to give 100 points per day with that, you can change it to suit your needs however, this way though you can just unlock pretty much everything once they become available, you will have to sleep for it to work atleast once, because day one you'll just have the original amount based on difficulty.
I've not looked into the daily order points, however since you get to unlock every edict with the gold from the save editor and the edict points, getting order from fights even on prisoner mode is going to be a breeze.