Focus Drop Statistics
First-party player data from the live game — updated from the global leaderboard
Global statistics
This server-visible snapshot prevents a crawler or no-JavaScript visitor from seeing an unfinished panel. When JavaScript is available, the same cards refresh from the public leaderboard.
Published snapshot: 24 ranked players. Checking for newer public scores…
Top scores (live)
| # | Player | Score | Accuracy | Streak |
|---|---|---|---|---|
| Live score rows appear when the public leaderboard connection is available. | ||||
What the scoring system rewards (design math)
Even before a large player population exists, Focus Drop’s scoring grammar is fixed in the shipped game. Every hit score is computed as:
(base + special bonuses) × difficulty × rating × level × streak × height
Base ratings from the live ScoreSystem:
| Rating | Base points | Rating multiplier | Hit radius (px) |
|---|---|---|---|
| Perfect | 50 | 2.0× | ≤ 5 |
| Excellent | 35 | 1.5× | ≤ 15 |
| Good | 20 | 1.2× | ≤ 30 |
| Okay | 10 | 1.0× | ≤ 50 |
Streak multiplies by +5% per consecutive hit, capped at 2.5×. Catch height uses four screen zones: top 25% = 1.8×, 25–50% = 1.3×, 50–75% = 1.0×, bottom 25% = 0.6×. Milestone bonuses fire at streaks 5 / 10 / 15 / 25 / 50 / 100.
Worked example
A Perfect tap (50 × 2.0 = 100 before other multipliers) at streak 20 (2.0× streak) in the top height zone (1.8×) on a normal-difficulty classic run:
100 × 1.0 difficulty × 1.0 level × 2.0 streak × 1.8 height = 360 points
The same Perfect near the bottom (0.6× height) is only 120 points — a 3× swing for identical aim quality. That is why “play safe” and “play perfect” are different strategies, not slogans.
Level difficulty: published design baseline
We do not yet publish per-level attempt analytics publicly. Until that pipeline ships, we publish the design intensity of the finale levels from the live LevelConfig — spawn pressure, objective type, and score multiplier — so players can compare difficulty using the same values the game uses.
| Level | Name | Objective | Drops | Max concurrent | Score mult |
|---|---|---|---|---|---|
| 20 | Thunder Gate | Chapter gate | Campaign gate | High | Elevated |
| 28 | Zero Tolerance | noMiss × 28 | 28 | 3 | 3.0× |
| 29 | Abyss Rain | reachScore 5000 | 40 | 4 | 3.5× |
| 30 | Zen Master | noMiss × 35 | 35 | 4 | 4.0× |
Read the full analysis: Level 30 — Zen Master.
For the educational framing of speed pressure vs accuracy, read the Focus Drop reaction study. Measure your own simple RT with the Reaction Time Test.
Data methodology and limits
- Global sample: up to 200 public
leaderboarddocuments ordered by score. - Daily sample: public
dailyScores/{UTC-date}/entriesfor the current day. - Accuracy and streak averages use only documents that include those fields.
- Median uses the sampled score list (not the entire historical universe if larger than the sample).
- No fabricated player counts. If the board is empty, cards show zeros and invite play.
- Total sessions, drops attempted, average session length, and per-level attempts are not public because the current public schema does not contain those aggregates.