My question is: What does the parameter/stat, LUK do in this engine?
I have searched through the help.html and the RMMV threads but could not find any information on this.
Thank you!
I was hoping it would have been changed to effect ex-parameters like critical rates, but I would imagine a plugin for that will happen eventually.
Still sounds neat to me, thanks again for answering!
I have a very basic question here: If in RPG Maker MV, you set LUK to the same value for everyone (actors and enemies), it effectively has no effect at all, right? So no need to scripta plugin to turn it off?
Here I go, reviving an old thread. Yanfly just released a new plugin today called Extra Parameter Formulas. If you want to change how the default parameters are calculated, like say making luck affect your critical hit rate, you can do that now. Figured it may be relevant if anyone finds luck to be somewhat pointless by default.
^Is this the code you mentioned?
Also I'd like to add to laaghisce's original question by asking; How does one 'mute' that? Like if I had modified what luk does so that it now equals a character's max TP and I don't want it to also affect status chance, how would I safely disable that?
For every 10 points of luck in the vanilla code that a battler has over another, they get an additional 1% multiplier to land a status and debuffs are 1% stronger. The LUK stat is so underwhelming that it's one of the first things I modded in my project, ever.
To disable it, copy the following code into a text editor (e.g. Notepad), save as a .js file (Save As > File Type: All Files, Filename: whatever.js), place in your project's js/plugins folder, import via the Plugin Manager, then save your project and test~
I.e. the effect rate due to luck is always 1 = 100% = no effect. The same approach should also work for RMMZ, since that code was not altered from RMMV.
i can't wait to drink some ice after struggling with my illness in 9 days. 9 days is really bad for me,i can't focus with my shop and even can't do something with my project
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.