T2Tool2Do

Gaming · Calculator

Game Economy Source / Sink Calculator

Compare daily currency sources and sinks to see net economy flow.

Net daily flow

300

Inflation pressure

Sources vs Sinks

900Sources600Sinks
SeriesLabelValue
DailySources900
DailySinks600

30 day projection

9,000

Export data

Game engine export

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

{
  "id": "game-economy-source-sink-calculator",
  "name": "Economy source sink table",
  "description": "Daily source and sink rows.",
  "suggestedVariableName": "economyFlow",
  "columns": [
    {
      "key": "name",
      "label": "Name",
      "type": "string"
    },
    {
      "key": "kind",
      "label": "Kind",
      "type": "string"
    },
    {
      "key": "amount",
      "label": "Amount",
      "type": "number"
    },
    {
      "key": "frequency",
      "label": "Frequency",
      "type": "number"
    },
    {
      "key": "dailyValue",
      "label": "Daily value",
      "type": "number"
    }
  ],
  "rows": [
    {
      "name": "Daily quest",
      "kind": "source",
      "amount": 500,
      "frequency": 1,
      "dailyValue": 500
    },
    {
      "name": "Battle",
      "kind": "source",
      "amount": 100,
      "frequency": 4,
      "dailyValue": 400
    },
    {
      "name": "Upgrade",
      "kind": "sink",
      "amount": 600,
      "frequency": 1,
      "dailyValue": 600
    }
  ]
}

Share this tool

Share the page, not your private inputs.

How to use this calculator

Compare daily currency sources and sinks to see net economy flow.

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

Daily value = amount x frequency. Net flow = total sources - total sinks.

Example

Quests add 700 daily coins while upgrades remove 600, leaving +100 net daily flow.

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.

Game Economy Source / Sink Calculator | Tool2Do