

HPFlashColor
Enemy hit flash color changes based on their remaining HP percentage. 根据敌人剩余血量百分比改变受击闪烁颜色。Details
HP Flash Color MOD
Enemy hit flash color changes based on their remaining HP percentage.
🎮 Usage
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.
Configuration
Edit BepInEx/config/Mhz.hpflashcolor.cfg
:
TargetColor
: RGB values (default: "255,0,0" for red)EnableDebugLog
: Debug logging (default: false)
Installation
- Install BepInEx
- Put
HPFlashColor.dll
inBepInEx/plugins/
folder - Start the game
血量闪烁颜色MOD
根据敌人剩余血量百分比改变受击闪烁颜色。
🎮 使用说明
血量渐变效果:敌人受到攻击时,闪烁颜色从白色(满血)渐变到配置的目标颜色(低血量),提供敌人血量的视觉反馈。
默认目标颜色:红色 (255,0,0)
可通过BepInEx配置文件自定义。
调试模式:启用详细日志记录,监控颜色计算和血量追踪过程。
配置设置
编辑 BepInEx/config/Mhz.hpflashcolor.cfg
:
TargetColor
:RGB颜色值(默认:"255,0,0" 红色)EnableDebugLog
:调试日志(默认:false)
安装方法
- 安装 BepInEx
- 将
HPFlashColor.dll
放入BepInEx/plugins/
文件夹 - 启动游戏