You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2026. It is now read-only.
Release v3.2.0 with full changelog and what's-new banner.
Document Vault planner, card/guardian dialogs, workshop stat recalibration, and ultimate-weapon damage across CHANGELOG, README, and en/de/es release copy.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,38 @@ All notable changes to this project are documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [3.2.0] - 2026-06-28
9
+
10
+
### Added
11
+
12
+
-**Vault planner** — Interactive **Power** and **Harmony** tech trees on the Vault tab: plan unlocks, see node benefits, and trace connector paths between tiers. Icons wired from game assets.
13
+
-**Card detail dialog** — Tap a card icon to open an in-game-style popup with star stats, Card Mastery labs (coin costs from GOD tables), mastery unlock/reset, and an **Equip** button. Long-press equip removed in favour of the dialog.
14
+
-**Guardian chip detail dialog** — Chip upgrades open in the same detail-dialog pattern as cards.
15
+
-**Ultimate weapon detail dialog** — Tap an ultimate-weapon icon for its in-game description and lab Enhancements.
16
+
-**GOD formula registry** — Documented in-game workshop formulas for attack, defense, and utility cards (damage, health, cash, coins, free upgrades, recovery, interest, and related stats).
17
+
-**Health Regen oracle** — Binary validator for workshop Health Regen GOD table rows.
18
+
19
+
### Changed
20
+
21
+
-**Workshop displayed stats** — Attack, defense, and utility workshop cards recalibrated to match in-game values: Damage (partial damage/meter relic fold-in), Attack Speed, Critical Factor and Super Crit Mult (two-decimal rounding), Health and Health Regen (full-precision GOD bases; Health Regen+ enhancement term), Cash Bonus, Coins/Kill Bonus, free upgrades, Interest/Wave, Recovery Amount, and mult display order (lab → relics → submodule → enhancement).
22
+
-**Ultimate weapon Damage column** — Damage-dealing weapons show the in-game crit-scaled **Tower Damage** multiple (Core Module, Ultimate Damage from harmony/relics, crit when **Ultimate Crit** is equipped) instead of the raw upgrade stat (e.g. `x191` → `1398x`). Re-import `playerInfo.dat` to refresh.
23
+
-**GOD workshop tables** — Re-scraped with hybrid full-precision Values for health-related stats.
24
+
-**Equipped checkmarks** — Shared glow style for equipped cards and guardian chips; card checkmark at bottom-right of inventory tiles.
25
+
-**SEO / social preview** — Updated site metadata and Open Graph image.
26
+
27
+
### Fixed
28
+
29
+
-**Rend Armor enhancement** — Half-rate chance, full mult to level 400.
|**Relics**| Catalog all 268 wiki relics with art, filter by unlock group, and have owned relics feed automatically into workshop stat formulas. |
45
45
|**Themes**| Track owned tower skins, backgrounds, banners, music, and guardians — including coin-bonus rollups per category. |
46
46
|**Guardians**|**GUARDIANS** tab: active guardian (ties to Themes), four chip slots (Bits unlock costs), six chips (Attack, Ally, Bounty, Fetch, Scout, Summon) with three upgrade tracks each from GOD tables under `tables/guardians/`. Import from **playerInfo.dat** or tower CSV; respec and workspace undo. |
|**Vault**|Plan **Power** and **Harmony** tech-tree unlocks on an interactive tree with in-game icons and benefit tooltips. |
48
48
|**Displayed stats**| Workshop cards show in-game-aligned values: damage, DPM, health, defense, and utility rows fold in labs, cards, relics, sub-modules, and **Enhance** tiers (e.g. Recovery Package+ on Recovery Amount and Max Recovery). Stat values and upgrade costs come from GOD tables under `tables/`. |
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "tower_export",
3
3
"description": "TowerSmith — static web app for The Tower: workshop, bots, modules, relics, cards, labs, playerInfo.dat import, and shareable builds.",
Copy file name to clipboardExpand all lines: src/i18n/dictionary.de.ts
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,17 @@ export const STRINGS_DE = {
93
93
'Fehler oder falsche Werte melden. Dein Spielstand wird nie automatisch mitgesendet.',
94
94
whats_new_dismiss: 'Schließen',
95
95
whats_new_changelog: 'Vollständiges Changelog',
96
+
whats_new_320_headline: 'Neu in v3.2.0',
97
+
whats_new_320_body_vault:
98
+
'Vault-Planer — interaktive Power- und Harmony-Techbäume mit Spielsymbolen und Bonus-Tooltips.',
99
+
whats_new_320_body_cards:
100
+
'Detailfenster für Karten und Wächter-Chips — tippe auf ein Symbol für Sternwerte, Meisterschafts-Labore und einen Ausrüsten-Button.',
101
+
whats_new_320_body_workshop:
102
+
'Angezeigte Werkstattwerte für Angriffs-, Verteidigungs- und Hilfskarten an die Spielwerte angeglichen.',
103
+
whats_new_320_body_dialog:
104
+
'Detailfenster für Ultimative Waffen — tippe auf ein Waffensymbol für die Spielbeschreibung und Labor-Verbesserungen.',
105
+
whats_new_320_body_damage:
106
+
'Die Schaden-Spalte der Werkstatt zeigt jetzt das krit-skalierte Tower-Damage-Vielfache aus dem Spiel (Core-Modul, Ultimativer Schaden und ausgerüstetes Ultimate Crit).',
96
107
whats_new_3118_headline: 'Neu in v3.1.18',
97
108
whats_new_3118_body_event:
98
109
'Meteorschauer-Event — Meteorit-Turm-Skin und Meteorschauer-Hintergrund.',
Copy file name to clipboardExpand all lines: src/i18n/dictionary.es.ts
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,17 @@ export const STRINGS_ES = {
93
93
'Envía errores o stats incorrectos. Nunca adjuntamos tu guardado salvo que lo pegues tú.',
94
94
whats_new_dismiss: 'Cerrar',
95
95
whats_new_changelog: 'Changelog completo',
96
+
whats_new_320_headline: 'Novedades en v3.2.0',
97
+
whats_new_320_body_vault:
98
+
'Planificador del Vault — árboles de tecnología Power y Harmony interactivos con iconos del juego e información de beneficios.',
99
+
whats_new_320_body_cards:
100
+
'Ventanas de detalles de cartas y chips de guardián — toca un icono para ver estadísticas de estrellas, laboratorios de maestría y un botón de Equipar.',
101
+
whats_new_320_body_workshop:
102
+
'Estadísticas mostradas del taller recalibradas para coincidir con los valores del juego en cartas de ataque, defensa y utilidad.',
103
+
whats_new_320_body_dialog:
104
+
'Ventana de detalles de armas definitivas — toca el icono de un arma para ver su descripción en el juego y sus mejoras de laboratorio.',
105
+
whats_new_320_body_damage:
106
+
'La columna de Daño del taller ahora muestra el múltiplo de Daño de Torre escalado por críticos del juego (módulo core, daño definitivo y Crítico Definitivo equipado).',
96
107
whats_new_3118_headline: 'Novedades en v3.1.18',
97
108
whats_new_3118_body_event:
98
109
'Evento Lluvia de meteoritos — skin de torre Meteorito y fondo Lluvia de meteoritos.',
0 commit comments