File Details
DeathNotificationLib v14
- R
- Apr 15, 2026
- 4.48 MB
- 158.2K
- 2.5.5+1
- Classic + 1
File Name
DeathNotificationLib.zip
Supported Versions
- 2.5.5
- 1.15.8
V14 — 2026-04-15
New Features
- Added public
SOURCE_KINDconstants for shared cause classification across host addons:all,npc,environment,pvp,reported, andunknown - Added
DeathNotificationLib.GetSourceKind(source_id)so host addons can classify source IDs without duplicating NPC, environment, PvP, or reported-source rules - Exposed
HEATMAP_INTENSITY_BY_CAUSEthrough the DNL data tables for host addons that want per-cause heatmap rendering
Changes
- Source-kind classification now lives in the shared library protocol layer as the single source of truth for cause-aware filtering and statistics
- Added integration coverage for
SOURCE_KINDexposure andGetSourceKindbehavior in the DNL test suite

