CG CrazyGamesUpplay · build · explore
Explore
CrazyGamesUp

Game Loot Table Generator

Build weighted loot tables, calculate normalized probabilities, simulate seeded rolls, define quantity ranges, and export reusable JSON.

Frequently Asked Questions

How are loot-table weights converted into percentages?

Each positive row weight is divided by the sum of all positive weights. This normalization makes the resulting probabilities total 100 percent.

What is the difference between weight and drop chance?

Weight is relative to other entries in the same table. A weight of 20 is not automatically a 20 percent chance unless all positive weights total 100.

Can quantity ranges be simulated with the loot roll?

Yes. After an entry is selected, its quantity is rolled between the row minimum and maximum using the same seeded random sequence.

What happens when every loot weight is zero?

The table is invalid for rolling because no entry can be selected. The tool reports the issue and asks for at least one positive weight.

Why run many loot simulations?

Large simulations help reveal the approximate long-run distribution and make obvious data-entry mistakes easier to spot before implementation.