Tools•calculator
MUD Party Loot Splitter
Calculate each member's payout from a shared coin pool, including optional leader tax and explicit leftover handling.

Try the tool
client runnerSplit result
Run the tool to see output.
Examples
Five-player dragon run
{
"total_gold": 12345,
"party_size": 5,
"leader_bonus_percent": 10,
"rounding": "floor"
}Expected output
Returns leader share, member share, and any remainder that needs manual assignment.
How it works
The splitter allocates an optional leader bonus first, then divides the remaining pool among party members using your selected rounding rule.