PesticideRework
Enhances Pesticide flamethrower with turbocharged range boost and damage scaling with enemy missing health.
| Date uploaded | 2 days ago |
| Version | 1.0.2 |
| Download link | Sparroh-PesticideRework-1.0.2.zip |
| Downloads | 9 |
| Dependency string | Sparroh-PesticideRework-1.0.2 |
This mod requires the following mods to function
BepInEx-BepInExPack_Mycopunk
BepInEx pack for Mycopunk. Preconfigured and ready to use.
Preferred version: 5.4.2403README
Pesticide Rework
A BepInEx mod for Mycopunk that enhances the Pesticide flamethrower upgrade with turbocharged range and missing-health damage scaling.
Features
When a turbocharged upgrade whose name contains Pesticide or Flamethrower is equipped:
- Turbocharged range — Flamethrower range is multiplied (default 2×).
- Missing-health scaling — Flamethrower DoT + AOE damage scales with how much health the target is missing (default up to +125% at 0 HP remaining).
Getting Started
Dependencies
- Mycopunk (base game)
- BepInEx Pack for Mycopunk — 5.4.2403 or compatible
- HarmonyLib (bundled with BepInEx)
Building
dotnet build --configuration Release
Output DLL: bin/Release/netstandard2.1/PesticideRework.dll
Installing
Via Thunderstore (recommended)
- Install with the Thunderstore Mod Manager / r2modman.
Manual installation
- Install BepInEx for Mycopunk.
- Copy
PesticideRework.dllinto<Mycopunk Directory>/BepInEx/plugins/.
Configuration
Config file: <Mycopunk Directory>/BepInEx/config/sparroh.pesticiderework.cfg
Edits on disk are hot-reloaded (debounced). Damage multiplier applies on the next hit; range multiplier applies the next time upgrades are enabled.
| Setting | Section | Default | Description |
|---|---|---|---|
| Enable Rework | General | true |
Enhances Pesticide flamethrower with turbocharged range boost and damage scaling with enemy missing health. |
| Turbocharge Range Multiplier | General | 2 |
Multiplies flamethrower range when a turbocharged Pesticide/Flamethrower upgrade is equipped. |
| Missing Health Damage Multiplier | General | 1.25 |
Extra damage multiplier at full missing health (0 HP remaining). Scales linearly with missing health ratio. |
Authors
- Sparroh
License
This project is licensed under the MIT License — see the LICENSE file for details.
CHANGELOG
Changelog
1.0.2
- Version bump and documentation refresh
- README and changelog aligned with current behavior and config
1.0.0
- Initial release
- Turbocharged Pesticide/Flamethrower upgrades double flamethrower range (2×)
- Turbocharged Pesticide/Flamethrower DoT + AOE damage scales with target missing health (up to +125% at 0 HP)
- Config option:
Enable Rework(defaulttrue)