ToF Tools is a helper website built with Next.js that contains a set of tools for the MMO game Tower of Fantasy. It is intended to assist players with optimizing their gear to max-min their characters and damage output.
The website is periodically updated with the latest weapons/matrices/simulaca that are added to the game.
The tools include:
- Character inventory: Add/import your character's weapons, matrices, gear and presets. For gear, manual input or import using screenshot is supported.
- Gear growth preview: Once a gear and its stats are entered, you can then view the maximum possible stats it can have after titan
- Gear compare: Since comparing two pieces of gear can be complicated with all the different flat Attack/Attack %/Damage % values, diminishing returns etc., this tool helps with that. You can select any two pieces of gear from your inventory and compare them. It takes into account all the relevant attack/damage buffs etc. coming from your weapons, matrices, gear, and simulacrum trait and simulates the total amount of damage of each piece of gear. You can then see which gear gives you the most damage. A damage breakdown with all the buffs is also shown.
- Gear max augment increase calculator, Crit rate calculator
pnpm install
pnpm dev