Larian Studios
Posted By: nicko96 [Questio] How to make a restoration potion - 06/01/18 11:51 AM
Hi, I'm trying to create a potion that heal the character for x turns but I don't understand how to repeat the heal effect after the first turn because changing the "duration" stat increase his duration but it doesn't reapply the effect for each turn, I think that I've to use something like "Healing" from statusData>status_HEALING, but I don't know how and where.
Hi nicko96 - Are you having a character consume your new potion from a skill, or just from their inventory?

If from inventory, I'm not sure if there's a way to make the effect last multiple 'turns'.

From a skill, I think you can set the skill properties to something like:
CONSUME,100,2,FOOD_Bread
(where 2 is the number of turns to apply; and 'FOOD_Bread' is the name of the item to consume from the Stats > Potion table) I believe that should apply the consume effect to multiple rounds like you want.

What's your end goal / the context of what you're trying to achieve?

Good luck!
On of the ways would be to apply Status_Healing, with your heal values and "OnTurn" entry in the "HealingEvent" tab.
© Larian Studios forums