EquipmentItemComponent bugs ?

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
User avatar
AndakRainor
Posts: 674
Joined: Thu Nov 20, 2014 5:18 pm

EquipmentItemComponent bugs ?

Post by AndakRainor »

Hello!

I make this post to report 4 problems I found when using the functions of EquipmentItemComponent. Ideally I would like an answer from Almost Human on those, but any information is welcome.

- EquipmentItemComponent:setExpRate(number) - Set experience rate modifier
When I use this one I always get "25%" displayed on the item GUI. I did not test if it is only a display problem, but even in this case I can not use it without confusing the player, unless some one knows how to get a correct display.

- EquipmentItemComponent:setFoodRate(number) - Set food consumption rate modifier
I did not see anything displayed on the item GUI.

- EquipmentItemComponent:setCriticalChance(number) - Set critical chance modifier
I did not see anything displayed on the item GUI.

- EquipmentItemComponent:setDamage(number)
No details on this one in the scripting reference. When I tested it the function did not seem to exist.
Post Reply