Damage
Damage measures the max potential damage output (in HP) for a given attack with a given weapon. Damage is effected by horse speed, number of targets, whether or not the weapon cleaves, and damage type.
Stamina Damage
Stamina damage measures the max potential stamina damage output (in HP) for a given attack with a given weapon. Damage is effected by horse speed, number of targets, whether or not the weapon cleaves, and damage type.
Stamina damage is the amount of stamina that is lost when an attack is blocked.
If a weapon has "Stamina Damage Negation", then the wielder will receive that percentage less in stamina damage, when they block attacks.
For example:
Stamina damage is the amount of stamina that is lost when an attack is blocked.
If a weapon has "Stamina Damage Negation", then the wielder will receive that percentage less in stamina damage, when they block attacks.
For example:
- A user is wielding the Heavy Mace, and blocks a Polehammer special attack
- Polehammer special attack does 38 stamina damage
- The Heavy Mace has 10% stamina damage negation
- The 10% stamina damage negation reduces the 38 stamina damage by 3.8
- The Heavy Mace wielder only recieves 34.2 stamina damage
Range
Range is measured in centimeters; UE4 Units. Higher range means that the weapon can hit targets that are further away. It also effects the effective damage area in front of the user. A long weapon slashing covers much more ground than a short weapon slashing.
Turn Limit Strength
Turn Limit strength determines how strongly the game will limit turn speeds during an attack. The higher this value, the less the player can turn during an attack.
Speed
There are several speed categories, all measured in milliseconds.
From neutral, these phases are:
Holding -> Windup -> Release -> Recovery
When attacking during the recovery of the previous attack, there are some modifications to this sequence.
Holding -> Windup -> Release -> Holding+Combo -> Windup -> Release -> Recovery
Note that the recovery phase of the first attack is gone, and is replaced by a single attack phase which lasts as long as the holding time + the combo time. Meaning that the combo time effectively replaces the recovery time.
When attacking with a riposte the phases are:
Holding -> Riposte -> Release -> Recovery
Note that the Windup phase has been replaced by the Riposte phase
When using a blunt weapon with hitstop, the recovery phase is replaced with thwack upon a successful hit. This is true in all above scenarios.
- Holding: The beginning phase of an attack, when the player is lifting (chambering) the weapon. This is a fixed 350ms for all weapons. It is not displayed by default because they are all the same.
- Windup: The amount of time during the weapon swing that the weapon has no active hitbox. A grunt is sounded when this phase begins.
- Riposte: Replaces the windup phase when attacking with a riposte.
- Release: The duration that the hitbox is active.
- Recovery: The amount of time after the hitbox goes inactive until the player returns to neutral and can perform another action.
- Combo: When chaining two attacks together, the combo duration effectively replaces the recovery duration.
- Thwack: Replaces the recovery phase when a weapon with hitstop lands a hit. The release is interuppted and a recovery phase with this duration is used.
From neutral, these phases are:
Holding -> Windup -> Release -> Recovery
When attacking during the recovery of the previous attack, there are some modifications to this sequence.
Holding -> Windup -> Release -> Holding+Combo -> Windup -> Release -> Recovery
Note that the recovery phase of the first attack is gone, and is replaced by a single attack phase which lasts as long as the holding time + the combo time. Meaning that the combo time effectively replaces the recovery time.
When attacking with a riposte the phases are:
Holding -> Riposte -> Release -> Recovery
Note that the Windup phase has been replaced by the Riposte phase
When using a blunt weapon with hitstop, the recovery phase is replaced with thwack upon a successful hit. This is true in all above scenarios.
Damage and Speed
Damage and Speed statistics were sourced directly from in-game assets.
Range
Range is measured in UE4 units (centimeters), and is the distance from the center of the player to the furthest distance the weapon can hit.
The range was found using DrLong's WeaponLength mod which can be found in the Unchained Launcher.
The process used in the WeaponLength mod is as follows:
The range was found using DrLong's WeaponLength mod which can be found in the Unchained Launcher.
The process used in the WeaponLength mod is as follows:
- Spawn a target X units from the player
-
Swing the weapon
- If the attack misses, decrease the distance by 50%
- If the attack hits, increase the distance by 50%
- Repeat until the change in distance between iterations is less than 0.001
- The results are then written to a save file and processed in the chivalry 2 weapons repository
Settings