A plugin that limits the maximum damage taken?

Dehsalp

Veteran
Veteran
Joined
Oct 9, 2019
Messages
249
Reaction score
27
First Language
korean
Primarily Uses
RMMV
Hi !

I am making a special enemy.

This enemy has a fixed health of 1000, but does not take up to 100 damage per attack. (Of course, damage from 0 to 99 is taken as it is.)

I want to make these enemies.
Are there any plugins that limit the maximum damage this receives?

I tried using Yanfly's Damage core, but this didn't work.
 

Trihan

Speedy Scripter
Veteran
Joined
Apr 12, 2012
Messages
2,604
Reaction score
1,961
First Language
English
Primarily Uses
RMMV
Use Buffs & States Core + Auto Passive States and give the enemy a passive state with the following notetag:

Code:
<Custom React Effect>
value = Math.min(value, 100);
</Custom React Effect>
 

Dehsalp

Veteran
Veteran
Joined
Oct 9, 2019
Messages
249
Reaction score
27
First Language
korean
Primarily Uses
RMMV
Use Buffs & States Core + Auto Passive States and give the enemy a passive state with the following notetag:

Code:
<Custom React Effect>
value = Math.min(value, 100);
</Custom React Effect>
Thank you!

In fact, I was making and using different abilities.

Maybe the answer was also from you.

If the damage is less than 1000, the damage must be exceeded to get damage.
I was suffering because I couldn't use it because it had a conflict with the selection control.

thank you.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!
one bad plugin combo later and one of my followers is moonwalking off the screen on his own... I didn't even more yet on the new map lol.

Forum statistics

Threads
106,034
Messages
1,018,446
Members
137,820
Latest member
georg09byron
Top