You are viewing a potentially older version of this package. View all versions.
Sparroh-PesticideRework-1.0.2 icon

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-5.4.2403 icon
BepInEx-BepInExPack_Mycopunk

BepInEx pack for Mycopunk. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

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 ).
  • 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

Building

dotnet build --configuration Release

Output DLL: bin/Release/netstandard2.1/PesticideRework.dll

Installing

Via Thunderstore (recommended)

  1. Install with the Thunderstore Mod Manager / r2modman.

Manual installation

  1. Install BepInEx for Mycopunk.
  2. Copy PesticideRework.dll into <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 (default true)