Don't know if that bug is known, but when I make a shop where you can buy weapons and armor, then the stats point for the armor aren't shown properly, most of the time you can't see any stat increasements, sometimes I it shows me even lower stats, that totally give me the willies. I use the YanFly Shop Plug-In. Like I said I do only have that problem for amor, not for weapons.
Does someone know the origin of that issue?
Shop shows wrong stat increasements on armor
● ARCHIVED · READ-ONLY
-
-
Most likely you also use the yanfly item core and forgot to disable the item variance. That part of the item core adds a random +- 5 or so to every equipment value.
-
Unfortunelately that's not the case, I don't use the item core and the side effects result never in positive numbers. Any other ideas?
-
Can you provide some screenshots of the armour in your database (just one or two will do), the list of plugins you are using and what it looks like in the game (the same armour you decide to show us in the database)? This may help us see if there is a problem and what it is, thanks.
-
The Armor, it has a own equip slot type and an own armor type:

The stats of the armor ingame in the the equipment menue
The stats of the item shown in the shop, the armor is not worn as you can see and I don't have another armor with the same stats equipped

Here the Plug-in list I put them already in a reasonable order, this are the same screenshots like in another thread so yeah it's not up-to-date. If you still insinst on plug-in order please tell me which plug-ins could interfere with each other.

-
Please reorder your plugins from yanfly into exactly the order required and given on yanflys website.
Those plugins will not work correctly if not in the correct order.
Don't forget to start new game after reordering because the reorder will make your current saves incompatible. -
It looks like your order for your Yanfly plug-ins are out of order. They must be in the order they are in on the website. Also you have a lot of plug-ins by other authors, and any of those could be conflicting and causing this issue. For example, VE plug-ins often do not work well with Yanfly plug-ins.
Though there could be one other issue too: Does your actor have any features parameter * x%? If you had one that gave them say Agility * 90% it might be rounding that 2 to 1 as you are only getting 90% of total agility, and that could cost you that one point. -
Plugins can conflict with each other especially if they modify the same things, so normally, you'd want to have only 1 plugin modifying a certain thing to hopefully avoid having issues. This is also all the more true if you are using plugins from a whole lot of different authors as they might have different approaches and philosophy on making their plugins. And sometimes its not a simple thing that a simple reorder can fix, sometimes it needs editing, sometimes it just cannot work.
If reordering dont work, and its also not a thing with param rate Traits (as suggested by bg), its quite gonna be hell to figure with that sea of plugins you have in your game.
To help some more with debugging:
-When did you notice the error?
-What was the last plugin you added before you noticed it?
-Is the value discrepancy random or can you actually see a pattern with the values?