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

AerosSkillsLysatePatch

Fixes AerosSkills Engineer TR90 Railgun Turret cap so Lysate Cells add +1 deployable per stack (with polished docs and release metadata).

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

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

A focused compatibility patch for AerosSkills Engineer that fixes TR90 Railgun Turret deployable scaling with Lysate Cell stacks.

Why This Exists

AerosSkills uses a custom deployable slot for its Engineer railgun turret. In that slot, Lysate bonus behaved like a boolean (+1 if any) instead of per-stack scaling.

This patch restores expected scaling behavior.

Behavior

Railgun turret cap becomes:

  • 1 base
  • +1 if Ancient Scepter is present (keeps AerosSkills behavior)
  • + Lysate stack count (full per-stack scaling)

Requirements

  • bbepis-BepInExPack
  • DragonycksModdingComms-AerosSkills

Install

Install with Thunderstore/r2modman.

Manual install path:

BepInEx/plugins/stimmchen-AerosSkillsLysatePatch/AerosSkillsLysatePatch.dll

Quick Verification

As Engineer with AerosSkills TR90 selected:

  • 0 Lysate -> cap 1
  • 1 Lysate -> cap 2
  • 5 Lysate -> cap 6

Notes

  • Targets AerosSkills.Prefabs.BigTurretDeployableCount.
  • Intended for 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.