try using this
local config = {
removeOnUse = false,
usableOnTarget = true, -- can be used on target? (fe. healing friend)
splashable = true,
range = -1,
area = {1, 1} -- if not set correctly, the message will be sent only to user of the item
}
local multiplier = {
health = 1.0,
mana =...