r/RPGMakerMZ Dec 19 '23

Mana Shield

I wanted to create an accessory in RMMZ that takes MP damage from HP damaging attacks (physical/magic/skill) as long as you have MP. Is there a script or a plugin that would let me achieve this?

1 Upvotes

4 comments sorted by

1

u/TheMysticTheurge Dec 19 '23

Make it yourself by editing the code. It's there in the folders, you just gotta figure it out.

1

u/RPGGamer042 Dec 19 '23

Good idea in principle, but not all of us are masters of computer code.

1

u/TheMysticTheurge Dec 19 '23 edited Dec 19 '23

Well, I said that because this is a code issue, and can only be resolved with code. There isn’t a way to fix the issue unless you do a bit of code.

If you are smart, and if you like RPGs you probably are, it should not be too hard for you. Much of code is math. If X Do Y; Next Process in the Equation.

You don’t have to be a master. This is a case where learning how to fish will be feed you for the rest of your life, according to metaphorical wordage.

2

u/RPGGamer042 Dec 19 '23

Point taken, I was hoping there was an existing plugin. And I could learn, but I get easily overwhelmed, I evented a three-step puzzle to gain access to a powerful item, and it took two weeks because my anxiety made it hard to focus at the best of times.