Anybody know how to edit Jobs and stamina? I also heard there's a way to edit a value to make karryn always act first.
Jobs you can edit by finding the following .js files, www->js->plugins folder:
RemtairyKarrynGlory.js
RemtairyKarrynReceptionist.js
RemtairyKarrynStripper.js
RemtairyKarrynWaitress.js
RemtairyKarrynTrainer.js (this one is still disabled, it's going to be the gym one)
I've usually edited the stamina gift to give out more max stamina, even though there's a hardcap of 9999 and enemies are still able to 4 shot you if you have that much, even with high endurance.
But to edit that gif, you need to open the RemtairyGifts.js and ctrl+f "if(this.hasGift(GIFT_ID_EMPEROR_LV1_STAMINA)) giftsRate += 0.1;"
and change that last "0.1" to whatever you desire.
Editing the stamina regen on the other hand is way more useful, and if you have the gift, you can just ctrl+f "if(this.hasGift(GIFT_ID_EMPEROR_LV4_STAMINA_REGEN)) giftsPlus += 0.03;" and edit that last "0.03" to whatever you want.
Or if you just want to have more stamina regen without editing the gift, you can open RemtairyKarryn.js, ctrl+f "
Game_Actor.prototype.regenerateStaminaRate = function() {"
And there should be a part below that with "let rate = x;", i've already edited that one so i do not remember the original number, so it's x, just edit that x into whatever you want and you'll get more stamina regen during combat or jobs.
I dunno how to edit the max stamina through other means, there might be some guides made by
mamaboiii, but i don't know, my understanding of coding is quite potato tier so i've just experimented and found out through the hard way
