To those of you who are tired of spamming release desires to get to the action, you can edit RemtairyKarryn.js
ctr f to find Game_Actor.prototype.setupDesires = function() ~line 1243
comment out the 5 lines using // on each line and instead replace them with this.setBlahDesire(90); or whatever number tickles your fancy.
This works for battles since the pre battle calls this method, i initially attempted to modify resetDesires to 100 since its called from the post battle but it didn't end up working
Anyways, it works for battles so thats something
