public int CalculateInitiativeRoll(LivingEntity entity) { return(EntityLogic.GetTotalInitiative(entity) + Random.Range(1, 4)); }