RPG Maker MZ

RPG Maker MZ

PorkChip Sep 6, 2021 @ 12:32am
Luck stat?
What does this directly affect?
I am asking with a new blank project started, so no plugins that would alter it's application.
Considering ditching critical hits/pre-emptive strikes etc since if Luck is a largely redundant stat, I could utilise it in skill formulas to make an extra character build option.
Originally posted by Elriadon:
The stats do what you set them up to do, the only ones that have a base function are Agility and Luck.

Agility affects turn order.

Luck affects the chance that a state affects the character. So, if a monster uses a skill that inflicts the Poison state on a character, then character with a higher luck has a slightly higher chance to resist it and thus no Poison state will be applied.

Preemptive strikes and criticals strikes are unrelated to Agility and Luck.

The luck effect on state application is minimal without changes to the code and it's very easy to remove this effect outright.
< >
Showing 1-2 of 2 comments
The author of this thread has indicated that this post answers the original topic.
Elriadon Sep 6, 2021 @ 3:11am 
The stats do what you set them up to do, the only ones that have a base function are Agility and Luck.

Agility affects turn order.

Luck affects the chance that a state affects the character. So, if a monster uses a skill that inflicts the Poison state on a character, then character with a higher luck has a slightly higher chance to resist it and thus no Poison state will be applied.

Preemptive strikes and criticals strikes are unrelated to Agility and Luck.

The luck effect on state application is minimal without changes to the code and it's very easy to remove this effect outright.
PorkChip Sep 6, 2021 @ 3:33am 
Originally posted by Darel:
Luck affects the chance that a state affects the character. So, if a monster uses a skill that inflicts the Poison state on a character, then character with a higher luck has a slightly higher chance to resist it and thus no Poison state will be applied.

Preemptive strikes and criticals strikes are unrelated to Agility and Luck.

The luck effect on state application is minimal without changes to the code and it's very easy to remove this effect outright.

Thank you for the reply, very useful indeed :steamhappy:

What I am planning is to have armour pieces reduce state effects and these variations will be subtle ones from one piece of gear to the next.

The luck stat I am converting to 'Spirit', so it can be applied in damage formulae to skill effects if the player wishes to level their points in this rather than the traditional Magic Attack already there for mage builds.

Agility is trickier, since I am planning to convert this to an alternative offensive based stat called 'Dexterity' for a melee build alongside the Attack stat already there.

This will mean my melee fighters will have an advantage in turn order or speed (I am using the default MZ ATB - no plugin) over my mages.

It's not a problem I don't think, since I can look at applying armour AGL (Dex) penalties to the knights if they want to equip the sturdy armour, or just give mage builds more AGL to compensate when they take an All-Round level up.

I'll just have to put my thinking cap on and find the most balanced solution for it. :ralphhurt:
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Sep 6, 2021 @ 12:32am
Posts: 2