pub fn is_downed_or_dead(
    health: Option<&Health>,
    character_state: Option<&CharacterState>,
) -> bool