📖 Item206 Wiki
Help and documentation for all features – no login required.
🧠 FF Scout Help
FF Scout estimates player battle stats using Fair Fight (FF) calculations from attack logs.
The system uses real attack data and actual battle stats (from opted-in users) to calculate estimates for other players.
Unlike simple FF calculators, FF Scout uses actual hit data from attack logs to build accurate estimates.
- Users opt in and enable FF Consent in their profile settings.
- The cron fetches attack logs from users who have consented.
- For each attack, the system checks if the contributing user has battle stats for the exact date of the attack.
- If the user has stats for that date, the attack is processed.
- The system extracts hits, misses, damage, and weapons used from the attack log.
- Using the contributing user's stats and the attack data, the system estimates the target's stats.
- Estimates are stored and confidence is calculated based on actual hits, not just number of attacks.
Key insight: Stats must match the attack date exactly. No fallback to different dates.
Confidence is calculated based on actual hits recorded, not just the number of attacks.
| Hits Recorded | Base Confidence | Reliability |
|---|---|---|
| 25+ hits | 95% | ✅ Excellent - Highly reliable |
| 20-24 hits | 90% | ✅ Very Good - Reliable |
| 15-19 hits | 80% | 👍 Good - Reliable estimate |
| 10-14 hits | 65% | 📊 Decent - Moderate reliability |
| 5-9 hits | 45% | 🔍 Low - Needs more data |
| 2-4 hits | 30% | ⚠️ Very Low - Limited data |
| 1 hit | 20% | ⚠️ Minimal - Essentially a guess |
| 0 hits | 5% | ❌ No data - Unreliable |
Additional confidence factors:
- Total attempts (hits + misses) – More attempts = more data
- Number of attacks – More attacks = more data points
- Age of data – Confidence decays 5% per day with no new data
- Weapons used – Multiple weapons provide more data
Why hits matter more than attacks: A single attack with 10 hits provides more data than 10 attacks with 1 hit each. More hits = more accurate estimate.
For each estimate, FF Scout stores:
- Stats – Estimated strength, speed, defence, dexterity
- Hits & Misses – Total hits and misses from all attacks
- Accuracy – Hit rate percentage
- Weapons – All weapons used and their damage modifiers
- Damage – Total damage and damage per hit
- Age – When the estimate was last updated
To contribute to FF Scout:
- Go to Profile Settings.
- Ensure you are opted in.
- Enable FF Consent (Allow my attack logs to be used for FF estimates).
- Make sure your API key has the attacks and stats scopes.
Once enabled, the cron will process your attack logs in the next run.
Note: Your attack logs are only used to estimate OTHER players. Your own stats are never shared as estimates.
When viewing an estimate, you'll see:
- Confidence – Percentage based on hits recorded (see table above)
- Confidence Bar – Visual indicator with color coding
- Attacks – Number of attack logs used
- Hits – Total hits recorded
- Misses – Total misses recorded
- Accuracy – Hit rate percentage
- Weapons Used – All weapons and their modifiers
- Stats – Estimated strength, speed, defence, dexterity, total
- Age – How old the estimate is
If confidence is low, the estimate will show how many more hits are needed for better reliability.
Common reasons for low confidence:
- Not enough hits – Need at least 15 hits for good reliability
- Data is old – Confidence decays 5% per day
- Low accuracy – Many misses reduce confidence
- Few attacks – More attacks = more data points
- Contributor has limited stats – More stats = better estimates
To improve confidence, more attack data needs to be collected from consenting users.
- Check your settings – Profile Settings
- Update your API key – Torn API Settings
- Learn more about Torn's API – Torn API Documentation
- Need more hits? – Wait for more attack data to be collected by the cron