- Joined
- Feb 6, 2023
- Messages
- 28
- Reaction score
- 4
- First Language
- Portuguese
- Primarily Uses
- RMMV
Good evening!
So, some context. In my RPG, I decided to change the "guard" skill. Normally, iirc, it does something that lowers incoming damage, but I wanted to change it as to become something like a taunt: a skill that, upon use, would draw all incoming attacks towards the user. That way, the player would be able to control the flow of incoming damage and whatnot.
I decided to do that by making the guard skill add a "guard" state to the user, which would raise their target rate parameter and therefore draw the enemies' attention. However, I soon found out that the state could normally only multiply it by 1000%, which is, in practice, not enough, as the enemies keep targetting characters besides the guarder.
Is there any way, be it by plugin, or by script (or something else, idk) to make the guard state raise the target rate by more than that? Preferably as high as it could possibly go as to make the skill consistent.
Thank you for your time!
tl;dr: I want to increase target rate as high as it can possibly go with a single skill. Is there any way to surpass the 1000% limit imposed on states?
So, some context. In my RPG, I decided to change the "guard" skill. Normally, iirc, it does something that lowers incoming damage, but I wanted to change it as to become something like a taunt: a skill that, upon use, would draw all incoming attacks towards the user. That way, the player would be able to control the flow of incoming damage and whatnot.
I decided to do that by making the guard skill add a "guard" state to the user, which would raise their target rate parameter and therefore draw the enemies' attention. However, I soon found out that the state could normally only multiply it by 1000%, which is, in practice, not enough, as the enemies keep targetting characters besides the guarder.
Is there any way, be it by plugin, or by script (or something else, idk) to make the guard state raise the target rate by more than that? Preferably as high as it could possibly go as to make the skill consistent.
Thank you for your time!
tl;dr: I want to increase target rate as high as it can possibly go with a single skill. Is there any way to surpass the 1000% limit imposed on states?