SPECIAL
SPECIAL — Player Guide
TL;DR
- SPECIAL are the 7 core stats: Strength, Perception, Endurance, Charisma, Intelligence, Agility, Luck.
- Each stat ranges from 1–10 and uses a curved scale (not linear). Small changes near the middle are smaller than near the ends.
- Use the Quick Reference table below for exact per-level numbers; read the short tips under each stat for how they affect gameplay.
Quick Reference (Player-Friendly)
| Level | Str: Melee dmg | Per: Ranged spread | End: HP adj | Int: Med speed | Agi: Move | Luck: Crit |
|---|---|---|---|---|---|---|
| 1 | −10% | +15% spread | −20 HP | 0.6× speed | −7.5% | 0% |
| 2 | −7% | +10.5% | −14 HP | 0.7× | −5.25% | tiny unlucky |
| 3 | −4.5% | +6.75% | −9 HP | 0.8× | −3.37% | tiny unlucky |
| 4 | −2% | +3% | −4 HP | 0.9× | −1.5% | tiny unlucky |
| 5 | +0% | +0% | 0 HP | 1.0× | 0% | 0% |
| 6 | +2% | −3.33% | +2.7 HP | 1.1× | +1% | small crit |
| 7 | +4.5% | −7.5% | +6 HP | 1.2× | +2.25% | noticeable crit |
| 8 | +7.5% | −12.5% | +10 HP | 1.3× | +3.75% | strong crit |
| 9 | +11% | −18.3% | +14.7 HP | 1.4× | +5.5% | very strong crit |
| 10 | +15% | −25% | +20 HP | 1.5× | +7.5% | 25% crit |
How to Use This
- If you want to hit harder in melee, stack Strength. - If you want to be a precise shooter or miner, pick Perception. - If you want to tank, resist poisons, and survive longer, pick Endurance. - If you want faster med/repair work and better lathe/production efficiency, pick Intelligence. - If you want to run faster and act more often, pick Agility. - If you like better chances on luck rolls, crits and gambling, pick Luck. - Charisma mainly affects social/economic things (loadout, trade prices, RP benefits).
Player Tips & Examples
- Melee fighter: Str 8–10, Agi 6–8 — hit harder, act faster.
- Marksman: Per 8–10, Agi 5–7 — greatly reduced spread, better accuracy.
- Medic/Engineer: Int 8–10 — speed up medical actions and reduce lathe time/materials.
- Survivalist/Tank: End 8–10, Str 6–8 — survive longer and carry more.
- Rogue/Thief: Luck 7–10, Agi 7–10 — more crits and faster actions.
Short Stat Summaries
Strength
Gives straight melee power and helps you carry/push heavy things. Higher Strength increases melee damage and carrying/pushing speed.
Perception
Lowers weapon spread and helps with ranged weapons, mining, and spotting things. Higher Perception makes your aim tighter.
Endurance
Raises health thresholds, slows hunger/thirst decay, improves stamina regen, and reduces many damage types.
Charisma
Improves economic interactions and loadout rewards. If you like trading, help your team through speech checks, or want better buying/selling, put points here.
Intelligence
Speeds up medical and timed actions, and reduces lathe production time/material use — great for medics and engineers.
Agility
Improves movement speed and action cadence. Good for scouts, runners, and anyone who needs to act more often.
Luck
Increases critical chances and improves many chance-based outcomes (loot, random events). High Luck gives frequent small bonuses.
Want the Dev Details?
Developer & Tuning Notes
The exact numeric values come from the server tuning and code. If you want the precise formulas, expand this section.
- Curved per-level table used: 1→−5, 2→−3.5, 3→−2.25, 4→−1, 5→0, 6→1, 7→2.25, 8→3.75, 9→5.5, 10→7.5.
- Melee formula example: damage multiplier = 1 + (curvedΔ) × 0.02.
- Intelligence example: medical action speed = max(0.1, 1 + (I − 5) × 0.1).
Code references (read-only)
- SharedSpecialSystem: Content.Shared/_Misfits/Special/SharedSpecialSystem.cs
- Tuning: Resources/Prototypes/_Misfits/Special/special_tuning.yml