Skip to content

Releases: TmRxJD/TheTowerSDK

Release list

v0.1.1

Choose a tag to compare

@TmRxJD TmRxJD released this 10 Aug 17:27

Game data and save-file reading for The Tower, so you can build your own calculators, planners
and tools.

npm install thetowersdk
  • Game data — labs, workshop, modules, cards, perks, relics, guardians, bots, ultimate weapons
    and the vault, with their cost curves and effect values, as typed arrays.
  • Save reading — turn a player's playerInfo.dat into typed values.
  • Formulas — enemy scaling, damage, ultimate weapons, drops, workshop stats.
  • Glossary — the game's names and the community's shorthand, with the ambiguous ones flagged.
  • MCP server — point an AI agent at the SDK so it can check a value instead of guessing.

TypeScript, one runtime dependency (zod), MIT licensed.

See the README to get started, and
CONTRIBUTING.md if you'd like to
help — extractors for uncovered save fields and data corrections are especially welcome.

Not affiliated with or endorsed by Tech Tree Games.