T2Tool2Do

Gaming · Calculator

Crafting Cost Calculator

Calculate recipe ingredient cost and unit output cost.

Recipe cost

30

Unit output cost

30

Export data

Game engine export

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

{
  "id": "crafting-cost-calculator",
  "name": "Crafting recipe cost",
  "description": "Recipe ingredient table.",
  "suggestedVariableName": "craftingRecipe",
  "columns": [
    {
      "key": "ingredient",
      "label": "Ingredient",
      "type": "string"
    },
    {
      "key": "quantity",
      "label": "Quantity",
      "type": "number"
    },
    {
      "key": "unitValue",
      "label": "Unit value",
      "type": "number"
    },
    {
      "key": "totalValue",
      "label": "Total value",
      "type": "number"
    }
  ],
  "rows": [
    {
      "ingredient": "Iron",
      "quantity": 2,
      "unitValue": 5,
      "totalValue": 10
    },
    {
      "ingredient": "Gem",
      "quantity": 1,
      "unitValue": 20,
      "totalValue": 20
    }
  ]
}

Share this tool

Share the page, not your private inputs.

How to use this calculator

Calculate recipe ingredient cost and unit output cost.

How the calculation 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

Ingredient total = quantity x unit value. Recipe cost is the sum of ingredient totals.

Example

2 iron at 5 and 1 gem at 20 gives a 30 currency recipe cost.

Understanding your result

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.

Crafting Cost Calculator | Tool2Do