Class OnItemDamage_Character_IntItemBefore_IntItemAfterAttribute
The function will be called when an item is damaged into another item
Examples
[OnItemDamage_Character_IntItemBefore_IntItemAfter]
internal static void ExampleFunction (Character holder, int itemIdBefore, int itemIdAfter) { }