Tools•calculator
MUD Combat Round Estimator
Calculate expected damage per round, effective DPS, and estimated kill time based on hit chance and crit profile.

Try the tool
client runnerCombat estimate
Run the tool to see output.
Examples
Steady solo grind
{
"enemy_hp": 1200,
"attacks_per_round": 2,
"hit_chance_percent": 78,
"average_hit_damage": 95,
"crit_chance_percent": 12,
"crit_multiplier": 1.8,
"round_seconds": 2
}Expected output
Returns expected damage per round, rounds to kill, and time-to-kill in seconds.
How it works
The estimator computes weighted average hit damage with criticals, multiplies by expected hits each round, then divides enemy HP by that value to estimate rounds and TTK.