local storage = 1235 -- value of monster bonus damage, ex. set it to 5 for 5% but if you want to disable it set to -1
function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin)
if creature:isPlayer() and attacker:isMonster() then...