New Crit System
The Critical Hit system in Thang Online has recently been revamped to add more depth and fairness to gameplay, while encouraging creative builds.
This guide explains the new system in detail, including how critical hits are calculated, what happens when you exceed the cap, and how your level difference against enemies affects your effective crit chance.
Basic Critical Mechanics
Base Critical Chance: Every character starts with a base crit of 10.
Critical Chance Scaling: Your crit chance increases as your crit stat increases, for example, 20 Crit = 20% chance to land a critical hit. The maximum effective crit chance is 50%, up to 50 Crit, successful critical hits deal 2x damage.
Critical Damage Multiplier: After reaching 50, your crit chance won’t increase further, but any additional Crit will raise your critical damage multiplier, allowing for stronger critical hits beyond that point.
Damage Multiplier Formula:
When your crit stat goes above 50, the following formula applies:
Damage Multiplier = [(CritFinal - 50) / 100] + 2
Examples:
- 20 Crit → 20% chance to deal 2x damage
- 50 Crit → 50% chance to deal 2x damage
- 100 Crit → 50% chance to deal 2.5x damage
There is no upper limit to the multiplier, the more crit you stack, the higher your crit damage, even though the max chance remains at 50%.
Max Crit Displayed in Stats Window
For the max crit shown in your character stats (not vs. monsters), the formula is:
- Crit = 10 (base crit) + WeaponAttackAbility + SkillAttackAbility
- CritFinal = Crit * (1 + RingBonus% + ComboBonus%)
This is the value used for PvP and general display.
PvE Crit Calculation (Versus Monsters)
When attacking monsters, your effective crit chance depends on the level difference between you and your target.
This is calculated using a value called DeltaLevelProb, which ranges from -10 to +10 depending on the level difference between your character and the monster, as shown in the table below.
This means your base crit, originally 10, varies in PvE depending on the level difference between you and the monster.
PvE Crit Formula:
- Crit = DeltaLevelProb + WeaponAttackAbility + SkillAttackAbility
- CritFinal = Crit * (1 + RingBonus% + ComboBonus%)
DeltaLevelProb Table
Level Difference (MyLevel - EnemyLevel) | DeltaLevelProb |
---|---|
≤ -10 | -10 |
-9 to -8 | -8 |
-7 to -6 | -6 |
-5 to -4 | -4 |
-3 to -2 | -2 |
-1 to 1 | 0 |
2 to 3 | 2 |
4 to 5 | 4 |
6 to 7 | 6 |
8 to 9 | 8 |
≥ 10 | 10 |