Commit Graph

3 Commits

Author SHA1 Message Date
Julian Tabel 34528c1cd9 Add --pillars flag to show Circle of Pillars progress
Lists which species have a pillar, grouped by genus, with their
ascension rank and the resulting production/storage bonus.
--pillars-all also shows the species still missing a pillar.

Race table mirrored from the game's src/races.js (63 species).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-03 14:26:24 +02:00
Julian Tabel 4925bf8ee0 Add prestige currency structure to CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-18 14:03:18 +02:00
Julian Tabel a5dd0d2397 Initial commit: Evolve save editor CLI
Node.js CLI tool that decodes Evolve game saves (LZString compressed),
edits resource values, and re-encodes back to clipboard.

Features:
- --max-resources: fill all capped resources to their max
- --set-crafted=N: set unlimited/crafted resources to a given value
- Reads from clipboard, stdin, or argument; writes back to clipboard

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 12:01:15 +01:00