Toolscalculator

MUD Party Loot Splitter

Calculate each member's payout from a shared coin pool, including optional leader tax and explicit leftover handling.

MUD Party Loot Splitter illustration
Placeholder illustration shown while custom artwork is being produced.

Try the tool

client runner

Split 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.

Related tools