Function veloren_common::combat::compute_poise_resilience

source ยท
pub fn compute_poise_resilience(
    inventory: Option<&Inventory>,
    msm: &MaterialStatManifest,
) -> Option<f32>
Expand description

Computes the total resilience provided from armor. Is used to determine the reduction applied to poise damage received by an entity. None indicates that the armor equipped makes the entity invulnerable to poise damage.