Balance Analytics

Advanced · 10 min read

Balance Analytics is Chitmunk's data-driven dashboard for analyzing the content and balance of your card game. It reads directly from your project's CSV data and surfaces patterns, outliers, and potential balance issues that are hard to spot by reading cards one at a time.

Accessing the Analytics Dashboard

Open Balance Analytics from the Game Home dashboard sidebar. Navigate to the Balance Lab view under the Design Catalog section. The dashboard analyzes your current project's CSV data automatically.

Tip: Analytics is most useful when your CSV data is reasonably complete — at least 20+ cards with consistent column structure. Running analytics on a 5-card prototype will surface very few meaningful patterns.

The dashboard has five main sections, accessible via the tab bar at the top:

  1. Overview
  2. Keyword Frequency
  3. Duplicates & Near-Duplicates
  4. Balance Heatmaps
  5. Insights

Overview

The Overview tab gives you a quick summary of your dataset:

Keyword Frequency Analysis

The Keyword Frequency tab tokenizes all text content in your CSV (card names, descriptions, effect text) and counts how often each term appears.

What It Shows

Using Keyword Data

Keyword frequency tells you which mechanics dominate your design. If "draw" appears on 60% of cards, your game may over-rely on card draw as a resource. If a keyword like "discard" only appears twice in a 60-card deck, it may not have enough support to function as a viable strategy.

Use the frequency table to identify your game's primary keyword vocabulary — the 5–10 mechanics that define the core gameplay loop — and ensure they appear at intentional frequencies.

Duplicate and Near-Duplicate Detection

This tab identifies cards that are identical or nearly identical in their text content.

Similarity Threshold

Adjust the similarity slider (50%–100%) to control sensitivity. At 95%, only cards with nearly identical text are flagged. At 70%, broader similarities are surfaced — useful for identifying cards that are mechanically similar even if worded differently.

Reviewing Flagged Cards

Each flagged pair shows both cards side by side with differences highlighted in red. Click either card to jump to that row in the Data Mode spreadsheet editor to fix it.

Balance Heatmaps

Heatmaps visualize how numeric values are distributed across your card set. Select any two numeric columns from your CSV to generate a scatter plot or heatmap showing how they correlate.

Common Balance Charts

Color Coding

Points on the scatter plot are color-coded by a third categorical column (e.g., card type, rarity, or faction) if you select one from the "Color By" dropdown. This makes it easy to see if one category systematically over- or under-performs.

Interpreting Insights

The Insights tab runs a set of automated checks and surfaces findings in plain language:

Tip: Insights are starting points for investigation, not definitive problems. A card flagged as an outlier might be intentionally powerful (a boss card, a rare) rather than an error. Use insights to direct your attention, not as a checklist of bugs to fix.

Drill-Down Navigation

Throughout the analytics dashboard, clicking on a card name, keyword, or data point opens a drill-down view:

Drill-down navigation makes it easy to move from a high-level pattern to the specific cards involved, investigate, and jump directly to editing — without losing your place in the dashboard.

Tips for Using Analytics Effectively

Ready to try it?

Open the editor, it's free, just sign in.

Start Designing