Small C# console utility that calculates the turret health threshold at which Ziggs' Satchel Charge (W) will instantly destroy a turret in League of Legends.
In the game, Ziggs can execute turrets below a certain health percentage using his W ability.
However, Riot Games does not display the exact threshold values for each turret type in-game.
Since the exact numbers vary depending on turret tier, I created this small tool to calculate the threshold values and keep them visible while playing.
I run the console tool on a second monitor while playing Ziggs so I can quickly check whether a turret is within the execution range.
- Calculates turret execution thresholds
- Simple console interface
- Lightweight and fast to run during gameplay
- C#
- .NET Console Application
- Open the project in Visual Studio
- Build and run the console application
This project was built as a small practical utility and learning exercise while practicing C# programming.
Turret health and champion abilities can change between League of Legends patches. Values should be checked against current patch data before relying on them.
