Sparroh-SparrohsTurbocharges icon

SparrohsTurbocharges

Adds strong Turbocharge effects to a large set of Exotic upgrades across weapons and grenades.

Last updated 16 hours ago
Total downloads 5
Total rating 0 
Categories Mods Sandbox
Dependency string Sparroh-SparrohsTurbocharges-1.0.0
Dependants 0 other packages depend on this package

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

Sparroh's Turbocharges

A BepInEx sandbox mod for Mycopunk that adds strong Turbocharge effects to a large set of Exotic upgrades across weapons and grenades.

This mod absorbs PesticideRework (Pesticide turbo range + missing-HP damage). You can remove the standalone PesticideRework mod when using this one.

What it does

For tracked Exotic upgrades, the mod:

  1. Enables CanTurbocharge if the upgrade did not already support it
  2. Supplies turbo preview/stat text through vanilla UI hooks (GetTurbochargedInfo / GetStatList)
  3. Applies strong turbo gameplay effects when an instance is turbocharged and equipped

? upgrades from the design list are not implemented yet and are left alone.

Covered turbos (non-?)

Cycler

  • Corrode Siphon — Refunded ammo can exceed the 200 siphon magazine cap
  • Scorching Detonation — Detonation triggers on Electrocute or Corrode (seed-locked) instead of Ignite
  • Violent Ignition — On ignite, dump entire fire DoT as one fire damage hit

Jackrabbit

  • All Powdered Up — Enable existing turbo
  • Immolator — Teammate fire-element aura while nearby (+ linger)
  • Pesticide — Range increase + damage scales with missing HP
  • Pummeler — Charge speed increase

Swarm Launcher

  • Breeding Season — Enable existing turbo
  • Explosive Pellets — Explosion / impact size increase
  • Mitosis — Fire rate increase in addition to vanilla turbo
  • Munition Siphon — Kills refund grenade charge

Gunship Cannon

  • Heavy Munitions — Max mag size > 1: large flat damage + knockback
  • Lagrange Halo — Marked for turbo (orbital-while-sprint polish TBD)
  • Missile Bay — Recoil converted into fire rate
  • Tinderbox — Damage scales with % missing magazine (replaces vanilla mash-fire damage bonus)

Globbler

  • Globulous Siphon — 25% less grenade charge per size gained (size rate unchanged)

Carver

  • Deflector — Chance to nullify incoming damage

  • Nutrition Sampler — After health chunk: saw area + reach for 3s

  • Rage — Turbo enabled / readout

  • Super Magnet — While sawing: also pulls fallen limbs toward the saw

  • Lockdown — Shackled targets also get Rot for the shackle duration

Shocklance

  • Auger Subroutine — After a shot: next Auger +50% drill damage and +25% launch duration

  • Battery Recursion — Charge speed increase

  • Laying Cable — Shared cable benefits increased

Accelerator

  • Payback — Turbo enabled (stowed trigger polish TBD)
  • Slipspace Bullet Transfer — Reduced ammo/stack consumption

Grenades

  • Grenade Belt — Extra charge

  • Cluster Bomb — Cluster count increase

  • Hearth and Home — Lingering fire area heals allies inside (plus recharge)

  • Internal Combustion — Detonation leaves a 6s fire puddle that ignites enemies

  • Flash Storm — Lightning strikes deal +40 flat damage (not grenade blast)

  • Live Wire — While self-shocked: lightning arcs to nearest 3 enemies within 8 m

  • Heavy Support — Weapons with "heavy" in API name: +100% mag, fully loaded

  • Overclock — Size + damage increase

Photon Disc

  • Harmonizer — Chance increase
  • Linked List — Damage/size scale with tumble count
  • Pocket Grenade (Wait why is this one legal?) — 35% chance to refund one disc charge after each throw

Config

BepInEx/config/sparroh.sparrohsturbocharges.cfg

Key Default Description
Enable All Turbocharges true Master toggle
Dump Exotic Upgrades On Load true Logs tracked turbo definitions on upgrade registration
Strength Multiplier 1.0 Global numeric strength scale (lower if too strong)

Dependencies

  • Mycopunk
  • BepInEx 5.4.2403+
  • Harmony (via BepInEx)

Building

dotnet build --configuration Release

Output: bin/Release/net48/SparrohsTurbocharges.dll

Installing

Place the DLL in:

<Mycopunk>/BepInEx/plugins/

Or install via Thunderstore / r2modman.

Turbo UI text (vanilla-style)

Turbo text follows the same paths as vanilla exotic turbos — not Description string hacks:

State Vanilla path Our hook
Can turbo, not yet turbo'd Hold interact → GetTurbochargedInfo lines + UI whenturbo header Base UpgradeProperty.GetTurbochargedInfo postfix
Already turbo'd GetStatList / property GetStatData → TURBOCHARGED tag + turbo stats Upgrade.GetStatList postfix

| Turbo available | CanTurbocharge flag | Upgrade.Flags postfix |

Notes / limitations

  • Matching is primarily by localized upgrade display name (and known property types where available).
  • Some complex turbos (true orbital-while-stowed Lagrange Halo, full Immolator multiplayer aura polish, exact Rage stack falloff) are strong first-pass implementations and may be refined after in-game testing.
  • Marked sandbox because it changes combat power.
  • Multiplayer clients need the same mod for consistent turbo behavior.

Authors

  • Sparroh

License

MIT — see LICENSE