Purple_Heart
Engaged Member
- Oct 15, 2021
- 3,000
- 5,295
- 637
If you mean stat exp gain:what files should I edit if I want to change the growth % of a certain status, and if I want to change the desire requirement for a certain action?
You don't have permission to view the spoiler content.
Log in or register now.
Desire requirements are in
RemtairyKarrynPassives.js, search for Desire Requirements and you should be able to find functions that are used to calculate them. return req; lines contain final, calculated values the game will be using for desire requirements but how you modify those functions is up to you.