in properties.json:
"abs-mag": { "code": "abs-mag", "*Enabled": 1, "func1": 1, "stat1": "item_absorbmagic", "*Tooltip": "Magic Absorb #%", "*Min": "Min %", "*Max": "Max %", "lineNumber": 48 }, "abs-mag%": { "code": "abs-mag%", "*Enabled": 1, "func1": 1, "stat1": "item_absorbmagic_percent", "*Tooltip": "+# Magic Absorb", "*Min": "Min #", "*Max": "Max #", "lineNumber": 47 },
It seems abs-mag and abs-mag% are reversed with regards to "*Tooltip", "*Min", and "*Max" properties. This seems to also be the case for the other elemental absorbs also.
in properties.json:
"abs-mag": { "code": "abs-mag", "*Enabled": 1, "func1": 1, "stat1": "item_absorbmagic", "*Tooltip": "Magic Absorb #%", "*Min": "Min %", "*Max": "Max %", "lineNumber": 48 }, "abs-mag%": { "code": "abs-mag%", "*Enabled": 1, "func1": 1, "stat1": "item_absorbmagic_percent", "*Tooltip": "+# Magic Absorb", "*Min": "Min #", "*Max": "Max #", "lineNumber": 47 },It seems abs-mag and abs-mag% are reversed with regards to "*Tooltip", "*Min", and "*Max" properties. This seems to also be the case for the other elemental absorbs also.