SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Add combat events

Pathoschild opened this issue ยท 3 comments

commented

Consider adding events raised when the player receives damage from an NPC, or hits/kills an NPC.

Split from #310.

commented

Hi! This one is a low priority since you can usually use change monitoring or events like NpcListChanged instead, and combat events may impact performance depending on how they're implemented. I wouldn't be opposed if someone wanted to submit a pull request with combat events that don't unduly impact performance though.

commented

Any chance this could be done?

commented

Future SMAPI updates may have new combat events, but I don't have any plans to implement this ticket specifically. I'll close this ticket since GitHub issues aren't really the place to track long-term suggestions/ideas.