How Chad Optimizer works
Transparent formula, public API, community-verified data. Built so ABI players can stop guessing what to bring to a raid and start arguing about which top-10 kit is the right call.
Each row is a stacked bar showing how a single Chad Score is composed for that mode. Drag the live sliders on /score to feel the difference.
| style | eff | surv | mob | value | profit |
|---|---|---|---|---|---|
CQB Close range. Mobility + ROF. | 1.3× | 1.2× | 1.5× | 1.0× | 0.9× |
Mid Balanced. Versatile kits. | 1.0× | 1.0× | 1.0× | 1.0× | 1.0× |
Long Long range. Pen + accuracy. | 1.4× | 0.9× | 0.8× | 1.1× | 0.8× |
LootRun Cheap, light, extract-focused. | 0.7× | 1.1× | 1.5× | 1.4× | 1.3× |
| feature | Chad Optimizer | abibuilder | abi-helper | Fandom wiki |
|---|---|---|---|---|
| Full-kit ranking | ✓ optimizer + Chad Score | guns only | — | — |
| Mode/zone-aware scoring | ✓ Normal/Lockdown/Forbidden × CQB/Mid/Long/LootRun | — | — | — |
| Penetration math | ✓ ammo × T1-T6 matrix | — | ✓ formulas | — |
| Recoil pattern viz | ✓ 30-round trail | — | — | — |
| Damage falloff curve | ✓ per gun + ammo | — | — | — |
| Map overlays | ✓ 8 of 8 maps | — | — | static images |
| Quest awareness | ✓ /quests w/ kit notes | — | — | lore-style |
| Patch tracker | ✓ kit-impact callouts + RSS | — | — | raw notes |
| Share codes | CHAD1/BUILD1/BUILD2/GUN1 | ✓ proprietary | — | — |
| Discord bot | ✓ /import-kit + cron | — | — | — |
| Public read API | ✓ /api/v1 | — | — | MediaWiki |
| Free + open-source | ✓ MIT | free | free | ✓ CC-BY-SA |
Greedy top-K candidates per slot (default K=5) → Cartesian assemble (5⁷ ≈ 78,125 combos) → score, reject combos exceeding the budget cap, sort by Chad Score DESC. Tiebreak: cost ASC → mobility DESC → name ASC. Sub-second on Vercel for any (mode, zone, playstyle, budget).
pre-filter items by cost ≤ (budget / 7) × 1.5 // per slot score top-5 candidates per slot // greedy cartesian assemble 5^7 ≈ 78k combos // exhaustive on the funnel reject combos exceeding budget // hard ceiling score each, sort DESC by chadScore // ranking return top 10 with full sub-score breakdown
Item data + images: Arena Breakout Infinite Wiki (CC-BY-SA 3.0).
Penetration formulas adapted from abi-helper.com.
Source code: github.com/masonwyatt23/chad-optimizer.
Submit corrections, missing items, or weight tweaks via GitHub issues. Curators welcome — ping us in the project README for wiki-editor access.