基于游戏内无人机模型制作的治疗无人机模组,可自动跟随玩家并持续恢复生命值。
高度可定制化的配置系统,满足不同玩家的需求!
Heal Drone mod based on in-game drone model, automatically follows players and provides continuous health regeneration.
Fully customizable configuration system for personalized gameplay!
BepInEx/plugins 目录:BepInEx/plugins:
REPO_HealDrone.dllrepo_healdrone 文件夹路径 Path: BepInEx/config/com.Xiaohai.REPO.HealDrone.cfg
| 配置项 (中文) | Configuration (English) | 类型 Type | 默认值 Default |
|---|---|---|---|
| UI显示物品名字 (多语言支持) |
Display item names in UI (Multilingual support) |
String | 治疗无人机 |
| 治疗时间间隔 (单位:秒) |
Treatment interval (in seconds) |
Int32 | 2 |
| 单次治疗量 | Heal amount per cycle | Int32 | 1 |
| 电池消耗率 (最大值100) |
Battery drain rate (Max 100) |
Single | 0.5 |
| 治疗特效 (间隔≥5秒推荐) |
Healing VFX (Recommended when interval ≥5s) |
Boolean | false |
| 首关默认生成 | Spawn in first level by default | Boolean | true |
# 沉浸式体验配置(适合高难度游戏)
HealEffect = true # 启用华丽治疗特效
Treatment Interval = 5 # 每5秒治疗一次
healAmount = 3 # 每次恢复3点生命值

作者 Author: 小海 (XiaoHai)
Bilibili: 点击访问主页
当前版本 Version:
V1.0.0 - 初始稳定版发布V1.0.2 - 修复了多人游戏中无法治疗他人
Fixed cant heal other player💡 提示 / Tip: 修改配置后需重启游戏生效
Requires game restart after config changes