[1.0.0] sticker with negative phyiscal damage per tick doesnt work
Posted: Thu Sep 24, 2020 6:48 pm
Expected:
Regeneration of health points like raw fish does, but just per tick.
Outcome:
Doesnt do anything.
Steps to reproduce:
1. make mod with new sticker, like:
2. use sticker in capsule
3. load game with mod that adds capsule
4. create new world in freeplay, give item via console to test
4. use capsule and observe that players health isnt regnerated
Regeneration of health points like raw fish does, but just per tick.
Outcome:
Doesnt do anything.
Steps to reproduce:
1. make mod with new sticker, like:
Code: Select all
{
type = 'sticker',
name = 'regen-sticker',
duration_in_ticks = 60 * 60,
damage_per_tick = {type = 'physical', amount = -10},
damage_interval = 30
},
3. load game with mod that adds capsule
4. create new world in freeplay, give item via console to test
4. use capsule and observe that players health isnt regnerated