combat-balancer

Analyze IronForge combat, loot, XP, and gold balance via analyze.ps1.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Techlemariam/IronForge --skill combat-balancer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: combat-balancer
Source: https://github.com/Techlemariam/IronForge/tree/main/.agent/skills/combat-balancer
Command: npx skills add https://github.com/Techlemariam/IronForge --skill combat-balancer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Balances and analyzes IronForge's combat mechanics, loot systems, and in-game economy to ensure engaging, fair progression and scalable difficulty.

Core Features & Use Cases

  • Automated balance calculations for boss HP scaling, loot drop pacing, XP rewards, and gold inflation.
  • Scenario-driven tuning and regression checks to support ongoing design reviews.
  • Clear designer guidance with deterministic rules and edge-case coverage for balance decisions.

Quick Start

Run the balance analyzer against your current game data to generate a balance report.

Frequently Asked Questions about combat-balancer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I balance combat mechanics and in-game economy for fair progression?

Balance combat and economy tuning by executing an analyzer script against your game data to calculate boss HP scaling, loot pacing, and gold inflation, which outputs a deterministic balance report.

What is game balancing for XP rewards and loot drop pacing?

Game balancing for XP and loot pacing applies deterministic rules to scale progression curves and drop rates, ensuring scalable difficulty and engaging gameplay without gold inflation.

Can I run regression checks on combat balance and feature changes?

Yes, you can run regression checks on combat balance and feature changes through scenario-driven tuning, which supports ongoing design reviews by verifying edge cases and deterministic balance rules.

Does the combat balancing analyzer support external game data formats?

The combat balancing analyzer executes a script against source modules like combat.ts, loot.ts, and xp.ts, meaning it requires your game data structured within these source code formats rather than external imports.

What are the limitations of automated combat and economy balance tuning?

The limitations of automated combat and economy tuning include reliance on deterministic rules within specific source modules, meaning it covers edge cases for defined systems but may not adapt to dynamically generated content.