Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
HealDrone
Heal Drone mod based on in-game drone model, automatically follows players and provides continuous health regeneration.
By XiaohaiMod
| Last updated | a year ago |
| Total downloads | 284339 |
| Total rating | 9 |
| Categories | Items Drones |
| Dependency string | XiaohaiMod-HealDrone-1.0.2 |
| Dependants | 89 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
R.E.P.O 治疗无人机模组 / R.E.P.O Heal Drone Mod
模组简介 / Overview
基于游戏内无人机模型制作的治疗无人机模组,可自动跟随玩家并持续恢复生命值。
高度可定制化的配置系统,满足不同玩家的需求!
Heal Drone mod based on in-game drone model, automatically follows players and provides continuous health regeneration.
Fully customizable configuration system for personalized gameplay!
🛠️ 安装方法 / Installation
- 将以下文件放入
BepInEx/plugins目录:
Place these files inBepInEx/plugins:REPO_HealDrone.dllrepo_healdrone文件夹
📌 确保两个文件在同一目录下
Ensure both files are in the same directory
⚙️ 配置文件 / Configuration
路径 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 |
🔧 配置示例 / Example Settings
# 沉浸式体验配置(适合高难度游戏)
HealEffect = true # 启用华丽治疗特效
Treatment Interval = 5 # 每5秒治疗一次
healAmount = 3 # 每次恢复3点生命值

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