How to know which properties can be added to an item?
Japualtah
Member Posts: 165
Different properties can be applied to different items, obviously, like you can't add any attack bonus to a shield.
I'm looking for the 2DA file which lists all properties and their range for each item, does such thing exist?
Cheers.
I'm looking for the 2DA file which lists all properties and their range for each item, does such thing exist?
Cheers.
0
Comments
The only problem left is knowing which item has access to which abilities.
alternatively you can try to apply the itemproperty with AddItemProperty function and afterwards check if the item has the itemproperty you tried to add using GetItemHasItemProperty function, if it has then it worked if not then it didn't...