You are viewing a potentially older version of this package. View all versions.
StimmTech-AerosSkillsLysatePatch-1.1.0 icon

AerosSkillsLysatePatch

Fixes AerosSkills Engineer TR90 Railgun Turret cap so Lysate Cells add +1 deployable per stack.

Date uploaded 3 months ago
Version 1.1.0
Download link StimmTech-AerosSkillsLysatePatch-1.1.0.zip
Downloads 37
Dependency string StimmTech-AerosSkillsLysatePatch-1.1.0

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2121 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2121
DragonycksModdingComms-AerosSkills-2.4.2 icon
DragonycksModdingComms-AerosSkills

Adds new skills to multiple survivors. -V2.4 with new skills for Huntress, Railgunner and False Son.

Preferred version: 2.4.2

README

AerosSkills Lysate Patch

Fixes the AerosSkills Engineer TR90 Railgun Turret deployable cap so Lysate Cell stacks increase cap correctly.

What It Fixes

AerosSkills uses a custom deployable slot for its Engineer railgun turret. The original logic only granted a boolean Lysate bonus (+1 if any), which caps too early.

This patch changes that behavior to:

  • Base cap: 1
  • +1 if Ancient Scepter is present (preserves AerosSkills behavior)
  • + Lysate stack count (full per-stack scaling)

Requirements

  • bbepis-BepInExPack
  • DragonycksModdingComms-AerosSkills

Install

Install with Thunderstore/r2modman, or place the DLL at:

BepInEx/plugins/stimmchen-AerosSkillsLysatePatch/AerosSkillsLysatePatch.dll

Notes

  • This patch targets AerosSkills.Prefabs.BigTurretDeployableCount.
  • It is intended to work with AerosSkills 2.4.2.

CHANGELOG

Changelog

1.1.1

  • Documentation and release polish update.
  • Improved README clarity with explicit behavior and verification steps.
  • Refined package icon and release metadata.
  • No gameplay logic changes from 1.1.0.

1.1.0

  • Reworked patch to a typed Harmony prefix override.
  • Fixed AerosSkills TR90 railgun turret cap to scale with full Lysate stack count.
  • Preserved AerosSkills Ancient Scepter turret bonus behavior.