GDD Stats
18-tier board v0.2.1
No statistic selected

Roll windows, eighteen tiers deep

Each statistic is identified by a stable key (used in CSV and the database) and an optional display name. Creating a stat seeds tiers 1–18 with a starter min/max curve so you are never staring at zeros.

Sample rows are seeded on first run — tagged SAMPLE and safe to delete.

New statistic

Key is the identity. Display name is just a label.

Bulk ingest

Match on key. Existing keys are updated; new keys are created (starter curve, then overlay).

Accepted shapes
  • Wide: key,display_name,category,description,t1_min,t1_max,…,t18_min,t18_max
  • Long: key,tier,min,max (optional display_name / category columns)
  • Bare: key, min, max, min, max, … (18 pairs). TSV is fine.

Rename key

Dangerous. CSV import matching, exports, and any external references to this identifier will break.

Compare two stats

Range windows overlaid on a shared scale.