bug: Equippable items do not show statistics.
Description
Equipable items such as weapons or shields do not show statistics such as attack, defense, speed, etc. in the crafting window.
The bug occurred some time ago in version 0.7.2.
Steps to Reproduce
- Create a crafting scheme so that the final item is an equippable item
- The equippable item must have these attack and defense stats
- Once we have crafting ready, the game will not show its statistics in this window
Version with bug
0.8.126
Last version that worked well
0.8.0.0
Affected platforms
Windows, Linux
Did you find any workaround?
No.
Relevant log output
No response
Duplicate Bug Check
- [X] This bug report is not a duplicate to the best of my knowledge.
https://github.com/AscensionGameDev/Intersect-Engine/issues/1987
Here the issue last time.
I discovered something.
If we add statranges to an item, save it in the editor, and then delete these points, the crafting window shows what statistics the item will have, but from - to. So 5/5
However, you have to do this with every item you want to put in crafting so that the statistics show up.
Yes, it is indeed presenting this problem again.
can't it be solved yet? Although it is not something that directly affects the gameplay, it does mean that when creating an item the statistics cannot be compared since it does not show them.
@EspectroW94 They show. Add 1 point to the item in the new statistics window, save everything and go back to the item editor and delete these points. I think I explained how to get around it
@cydyn I apologize, my native language is not English and perhaps I am not translating correctly, I do not understand very well what you mean by "Add 1 point to the item in the new statistics window" you could add some screenshots? Thanks in advance.
@EspectroW94
For your item, add 1 point here.
Save everything, and delete these points.
Then you will be shown all statistics, even if it is 0.
It then also shows it like this: 5 to 5.
If you don't use random statistics, I recommend simply removing the second number from the client strings.
@EspectroW94
@cydyn I see. I'll try it tonight, it still seems to me that it's still an error that shows the values at 0, right?
But as long as it works, its fine for me. thank you so much.
@EspectroW94 After adding statranges, they are somehow connected to the constant statistics. The only error is showing 0, but when we add the values 0 to 5 in the statrange, it should also show 0. It's hard for me to explain, but it doesn't bother me, and it's better that it works than not at all.