T2Tool2Do

Gaming · Generator

Loot Table Builder

Build weighted loot entries and export normalized drop chances.

Total weight

100

Loot Chances

70%Common25%Rare5%Legendary
SeriesLabelValue
ChanceCommon70%
ChanceRare25%
ChanceLegendary5%
ItemWeightChance
Common7070%
Rare2525%
Legendary55%

Export data

Game engine export

Copy or download this result as clean data for your pipeline.

{
  "id": "loot-table-builder",
  "name": "Loot table",
  "description": "Weighted loot table with normalized chances.",
  "suggestedVariableName": "lootTable",
  "columns": [
    {
      "key": "item",
      "label": "Item",
      "type": "string"
    },
    {
      "key": "weight",
      "label": "Weight",
      "type": "number"
    },
    {
      "key": "dropChance",
      "label": "Drop chance",
      "type": "number"
    }
  ],
  "rows": [
    {
      "item": "Common",
      "weight": 70,
      "dropChance": 70
    },
    {
      "item": "Rare",
      "weight": 25,
      "dropChance": 25
    },
    {
      "item": "Legendary",
      "weight": 5,
      "dropChance": 5
    }
  ]
}

Share this tool

Share the page, not your private inputs.

How to use this generator

Build weighted loot entries and export normalized drop chances.

How generation works

  • Enter the design assumptions for the system you are balancing.
  • Tool2Do calculates a deterministic table or result from the displayed method.
  • Use export options only where the output is reusable game data.

Formula

Drop chance = item weight / total weight x 100.

Example

Weights 70, 25, and 5 produce 70%, 25%, and 5% drop chances.

Using the generated output

Use the output as a practical starting point, then review it before using it in an important workflow.

Game engine export

This gaming tool can export the visible result as structured JSON or CSV, plus text-based Unity, Unreal, and Godot snippets. The export is generated in your browser from the current result and is meant as a clean starting point for prototypes, balancing sheets, and engine-side data tables.

Assumptions and limitations

  • Calculations run locally in your browser.
  • These are balancing helpers, not universal game design rules.
  • Do not paste private production telemetry or player data.

Frequently asked questions

Does this require an account?

No. The core tool works without creating a Tool2Do account.

Is my input included in share links or analytics?

No. Tool2Do share actions use the tool page URL and safe metadata, not private values or uploaded files.

Loot Table Builder | Tool2Do