
You are viewing a potentially older version of this package. View Latest Version

Enemy hit flash color changes based on their remaining HP percentage.
HP Gradient Effect: When enemies take damage, their hit flash color changes from white (full HP) to the configured target color (low HP), providing visual feedback for enemy health status.
Default target color: Red (255,0,0)
Configurable via BepInEx config file.
Debug Mode: Enable detailed logging to monitor the color calculation and HP tracking.
Edit BepInEx/config/Mhz.hpflashcolor.cfg:
TargetColor: RGB values (default: "255,0,0" for red)EnableDebugLog: Debug logging (default: false)HPFlashColor.dll in BepInEx/plugins/ folder根据敌人剩余血量百分比改变受击闪烁颜色。
血量渐变效果:敌人受到攻击时,闪烁颜色从白色(满血)渐变到配置的目标颜色(低血量),提供敌人血量的视觉反馈。
默认目标颜色:红色 (255,0,0)
可通过BepInEx配置文件自定义。
调试模式:启用详细日志记录,监控颜色计算和血量追踪过程。
编辑 BepInEx/config/Mhz.hpflashcolor.cfg:
TargetColor:RGB颜色值(默认:"255,0,0" 红色)EnableDebugLog:调试日志(默认:false)HPFlashColor.dll 放入 BepInEx/plugins/ 文件夹