pub fn get_entity_stat(
lookups: &ContentLookups,
entity: &Entity,
stat_code: &str,
) -> f64Expand description
ctx.get_entity_stat(entity, "armor") — applies attribute base value (from
content_raw), additive bonus, and multiplicative mod (+10000 == +1.0).