Charges on Item do not affect item ability

Status
Not open for further replies.
Hi, I modified the item Periapt of Life so if you buy it, you get x charges. However, the problem is that it still only adds the ability once. But I would like to have it x-times.
Is this even possible just with the object editor? o.O

ty

Sounds like you want it to add the health bonus for each charge. This is not possible without triggering (or making a ton of periapt of life variants each with charges representing how much life they give - I recommend not doing that lol).
 
It's not that hard with triggers. Every time one is picked up, just add x max life and every time one is dropped subtract x.

I know it's easy with triggers even tho your way to do it doesnt work because health doesns't stack if it's the same amount. But it's fine..i do not wanna trigger .. i just thought that maybe there is a way to do it with object editor only.
 
I know it's easy with triggers even tho your way to do it doesnt work because health doesns't stack if it's the same amount. But it's fine..i do not wanna trigger .. i just thought that maybe there is a way to do it with object editor only.

I think there is an editor way, but it is so easy to trigger. My way will work. You can increase max life by taking max life and adding to it.

The editor way would be to change the stacking quality, but you might need to import a custom txt file to do it.
 
Status
Not open for further replies.
Back
Top