Regeneration Armor Bug

Status
Works as designed
Issue description

When i create a procedure for a armor or item tick, regeneration is like instant heal. i made A Regeneration band, {Boots are in my mod a Extra Slot} {Terraria Mod}

Then i make Boots Update Tick and make this Procedure:

Add potion with level 0 and duration 100 to provided player- potion:REGENERATION

But its like Instant Heal! pls Fix this. {Level 0 is Level 1}

 

Issue comments

This is because the regeneration is called each tick. Use random probability to reduce the rate of the procedure executions.