Sparroh-MoreSkillTrees icon

MoreSkillTrees

Adds employee-style skill trees to weapons and throwables. Spend shared skill points to unlock upgrades; gear level-ups grant skill points.

Last updated 18 hours ago
Total downloads 3
Total rating 0 
Categories Client-Side
Dependency string Sparroh-MoreSkillTrees-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

More Skill Trees

BepInEx mod for Mycopunk that adds employee-style skill trees to weapons and throwables. Spend shared skill points to unlock upgrades; weapon level-ups grant skill points.

Features

  • Per-weapon skill trees with 3 branches (layers), gated like employee trees:
    • Branch 1: unlocked at 0 total skill points spent
    • Branch 2: unlocked at 2 total spent
    • Branch 3: unlocked at 7 total spent
  • Shared skill points with employee trees (SkillPointResource)
  • Weapon level-ups grant skill points using the same formula as employees:
    • +1 SP per level-up at weapon level ≤ 10
    • +2 SP per level-up after level 10
  • Unlock = collect + unlock into inventory (still equip on the hex grid)
  • Already-owned upgrades show as claimed at no cost
  • Loot still drops normally; the tree is an alternate unlock path
  • Open from Gear Details via the skill tree button (same control as characters)
  • Unmatched upgrade names are logged as warnings at runtime

Coverage

Weapons (12)

  • Cycler
  • Jackrabbit
  • Swarm Launcher
  • DMLR
  • Lead Flinger
  • Plate Launcher
  • Gunship Cannon
  • Trident
  • Globbler
  • Carver
  • Shocklance
  • Accelerator

Throwables (4)

  • Incendiary Grenade
  • Shock Grenade (Voltaic)
  • Acid Grenade
  • Photon Disc

Gear is matched by display name, API aliases, and runtime class name fallback.

Dependencies

  • Mycopunk
  • BepInEx 5.4.2403+ (Mycopunk pack)
  • Harmony (bundled with BepInEx)

Install

Place MoreSkillTrees.dll in BepInEx/plugins/.

Build

dotnet build --configuration Release

Authors

  • Sparroh

License

MIT