This should work, if you want the bonus damage to be applied in monsters you will have to register an event aswell.
local specialRings = {2123, 2124}
function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin)
if creature and attacker then...