So, I want to add an enchantment shader to a misc item, but I want it to be seen in inventory as well; is this possible to modify a meshe and add an effect shader?
If yes, then how could I do it ? Thanks
So, I want to add an enchantment shader to a misc item, but I want it to be seen in inventory as well; is this possible to modify a meshe and add an effect shader?
If yes, then how could I do it ? Thanks
Create a magic effect and make it Constant Effect and Self. Then give the Enchant Shader, whatever shader you're looking for. Check the flag "No Duration" and.. Recover.
Then for the enchantment form just add the magic effect, making sure the Delivery Type and Casting Type matches that of the magic effect.
No mesh modifying required(seriously that'd just be too much work).
The issue is that Enchantments can only be put on Weapons and Armours, which is not the case here as I want to put it on a Misc. Item, as I stated in the OP.
But thanks anyway !