Overview
Six ability scores shape every piece of your character’s capability: Strength (STR), Dexterity (DEX), Constitution (CON), Intelligence (INT), Wisdom (WIS), and Charisma (CHA). Each score is a whole number from 0 to 30, and from every score a single modifier is derived: floor(score / 3). A score of 9 gives +3, 15 gives +5, 30 gives +10. Dumping a stat all the way to 0 gives +0, never a negative penalty: combat math never punishes a low stat, it just doesn’t reward it.
That modifier is the universal input to almost every other system:
- Gear affix scaling (Crit, Backstab, Deep Wounds, Resistance, and so on)
- Non-affix baselines (extra HP, extra mana, faster regen, movement speed, flat melee and elemental damage)
- Dialogue skill checks (d20 + modifier + proficiency bonus)
Each stat’s non-affix baselines on your underlying Hytale stats:
| Stat | |||
|---|---|---|---|
| STR | Flat melee damage | Crit damage baseline | Stamina regeneration |
| DEX | Crit chance baseline | Movement speed | Fall damage reduction |
| CON | Max HP | Max Stamina | — |
| INT | Max Mana | Flat elemental damage | DoT per-tick scaling |
| WIS | Perception | Mana regeneration | Affix proc chance |
| CHA | — | — | — |
Charisma is the most utilized stat in dialogue, but has no non-affix baselines outside of that: every CHA effect routes through a party-support or enemy-debuff affix (Rally, Vicious Mockery, Gallant).
Score-to-Modifier Reference
Section titled “Score-to-Modifier Reference”One formula, used for both skill checks and combat math: modifier = floor(score / 3).
| Score | Modifier |
|---|---|
| 0–2 | +0 |
| 3–5 | +1 |
| 6–8 | +2 |
| 9–11 | +3 |
| 12–14 | +4 |
| 15–17 | +5 |
| 18–20 | +6 |
| 21–23 | +7 |
| 24–26 | +8 |
| 27–29 | +9 |
| 30 | +10 |
Ability-score affixes on gear (+1 on Rare and Epic, +2 on Legendary; Common and Uncommon never roll one) are flat additions to the raw score, so their impact depends on whether they push you into a new bracket. A +2 STR piece takes you from STR 9 (mod +3) to STR 11 (still +3), but the same +2 on a STR 13 character takes you from +4 to +5, which is a real step. Planning gear around the / 3 bracket thresholds (3, 6, 9, 12, 15, 18, 21, 24, 27) is how min-maxers squeeze extra mileage out of every affix roll.
Proficiency Bonus
Section titled “Proficiency Bonus”Skill checks add a proficiency bonus on top of the stat modifier, but only for skills your character is trained in. Proficiency scales with character level:
| Level | Proficiency |
|---|---|
| 1–8 | +2 |
| 9–16 | +3 |
| 17–24 | +4 |
| 25–32 | +5 |
| 33–40 | +6 |
A level-12 character with CHA 17 rolling a proficient Persuasion check rolls d20 + 5 (CHA mod) + 3 (proficiency) = d20 + 8. The same roll untrained would be d20 + 5. Training a skill is worth roughly a +3 stat swing at mid levels and +6 at endgame, entirely independent of raw score.
How it all composes
Section titled “How it all composes”Two things tie the stat system together:
- One modifier curve for everything. Skill checks, gear scaling, flat bonuses, regen, all read the same
floor(score / 3). There’s no separate “combat mod” and “dialogue mod” to juggle. Invest once, benefit everywhere that stat matters. - Additive score affixes on gear. Every
+STR/+DEX/ etc. roll is a flat addition to the raw score, which recomputes the modifier, which cascades into every baseline and every scaled affix simultaneously. Swapping in a Legendary+2 STRweapon visibly raises your flat melee damage, your crit multiplier, your stamina regen, your Deep Wounds output, your Crushing Blow scaling, and your Block Proficiency all at once.
A mature character has thoughtful stat investment, takes advantage of the linear modifier curve, uses ability-score affixes to cross the / 3 bracket thresholds, and picks up gear whose affixes scale with whichever stats they’ve committed to.