Balance game difficulty, resources, rewards, probability, progression, economies, and dominant strategies. Use when tuning combat, loot, upgrades, scoring, level curves, AI difficulty, risk-reward choices, or any system where numbers shape player decisions.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill game-balance-economy --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Game Balance Economy?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-game-balance-economy)More formats (shields.io, HTML) on the badges page.
---
name: game-balance-economy
description: "Balance game difficulty, resources, rewards, probability, progression, economies, and dominant strategies. Use when tuning combat, loot, upgrades, scoring, level curves, AI difficulty, risk-reward choices, or any system where numbers shape player decisions."
category: media-and-creative
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/LVTD-LLC/skills/skills/game-balance-economy/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/LVTD-LLC/skills/skills/game-balance-economy/SKILL.md
---
# Game Balance Economy
Use this skill when a game system needs numerical tuning. Balance is not just fairness; it is the shape of player decisions over time. A good balance pass names the intended experience before changing numbers.
## Source Traceability
Primary source: *The Art of Game Design: A Book of Lenses, Third Edition* by Jesse Schell, especially chapters 12-13 on chance, expected value, fairness, challenge, meaningful choices, rewards, punishment, and economies. The workflow is transformed and paraphrased.
Supporting sources include MDA for reasoning from mechanics to dynamics and accessibility guidance for difficulty options that preserve player agency.
## Workflow
1. Define the target experience: tense, generous, punishing, expressive, strategic, chaotic, readable, or mastery-driven.
2. Map resources, sinks, sources, rewards, costs, probabilities, time, and failure penalties.
3. Find dominant strategies, dead choices, runaway feedback, grind, scarcity collapse, and opaque randomness.
4. Use expected value and simulation where useful, but validate with playtests.
5. Produce a tuning table with ranges, defaults, rationale, and telemetry.
## Required Output
- `Balance Intent`: what the numbers should make players feel and do.
- `Economy Map`: sources, sinks, currencies, rewards, gates, and conversion rates.
- `Tuning Table`: parameters, default values, safe ranges, and intended effects.
- `Risk Review`: dominant strategies, exploits, fairness issues, and accessibility concerns.
- `Validation Plan`: spreadsheet checks, script checks, playtest tasks, and telemetry.
## Helper Script
Use `scripts/expected_value.py` for quick expected value checks:
```bash
python3 path/to/game-balance-economy/scripts/expected_value.py --outcome 0:0.5 --outcome 10:0.5
```
## Local References
Before producing a tuning plan, read:
- `references/core/guide.md`
- `workflows/tuning-pass.md`
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/LVTD-LLC/skills/skills/game-balance-economy/SKILL.md`

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!