When I add two active effects altering the same flag, e.g. dimSight, the values do not get added like numbers but they get appended like strings. For example "Add 10 to dimSight" and "Add 20 to dimSight" results in "1020 in dimSight".
Steps to reproduce:
Create a new world, system dnd5e.
Activate modules "Active Token Lighting", "DAE" and "libwrapper".
Create new actor.
Add new active effect to actor with two attributes.
"flags.ATL.lighting.dimSight" - Mode "Add" - Value 10 - Prio 20
"flags.ATL.lighting.dimSight" - Mode "Add" - Value 20 - Prio 20
Submit Changes.
Result: On the actor token, the value for dimSight is "1020" and not as expected "30".
When I add two active effects altering the same flag, e.g. dimSight, the values do not get added like numbers but they get appended like strings. For example "Add 10 to dimSight" and "Add 20 to dimSight" results in "1020 in dimSight".
Steps to reproduce:
Screenshot:
Versions:
Edit: fixed a number